/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #FEFEFE;
    font-family: Arial;
    overflow-x: hidden;
}


/* Font */

/*@font-face {
  font-family: 'SegoeUI';
  src: url(../../fonts/segoe-ui.ttf);
  }*/

/* Adjust */

.width100 {
    width: 100%;
}

.widthFull {
    width: 175px !important;
}

.width100px {
    width: 100px;
}

.width60px {
    width: 60px;
}

.width200 {
    width: 200px;
}

.margin15top {
    margin-top: 15px !important;
}

.margintop10 {
    margin-top: 10px;
}

.margin20top {
    margin-top: 20px;
}

.margin20left {
    margin-left: 20px;
}

.margin5left {
    margin-left: 5px !important;
}

.margin20bottom {
    margin-bottom: 20px;
}

.minheight480 {
    min-height: 480px;
}

.margin20right {
    margin-right: 20px;
}

.margin30right {
    margin-right: 30px;
}

.margin5rgt {
    margin-right: 5px;
}

.margin5top {
    margin-top: 5px;
}

.padding0px {
    padding: 0px !important;
}

.padding0top {
    padding-top: 0px !important;
}

.padding10btm {
    padding-bottom: 10px !important;
}

.paddingleft0px {
    padding: 0px !important;
}

.padding20top {
    padding-top: 20px;
}

.padding20left {
    padding-left: 20px;
}

.padding20bottom {
    padding-bottom: 20px;
}

.padding20right {
    padding-right: 20px;
}

.paddingtop4 {
    padding-top: 4px !important;
}

.margintop0 {
    margin-top: 0px !important;
}

.marginbtm0 {
    margin-bottom: 0px;
}
/* Border */

.leftborder {
    border-left: 1px solid #ddd;
}

.topborder {
    border-top: 1px solid #ddd !important;
}

.rightborder {
    border-right: 1px solid #ddd;
}

.bottomborder {
    border-bottom: 1px solid #ddd;
}

.brdbottommedium {
    border-bottom: 4px solid #ddd !important;
}

.bordernones {
    border: 0px !important;
}

.displaynone {
    display: none !important;
}

.displayblock {
    display: block !important;
}

.fillheader {
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
    padding: 6px 0px 8px;
}

h3.page-header {
    border-bottom: 0px;
    padding: 0px;
    margin: 15px 0px;
}

.bold {
    font-weight: bold !important;
}

.fillcontainer {
    clear: both;
    padding: 0px 15px;
}

.font14
{
    font-size:14px !important;
}
#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    /*min-height: 568px;*/
    background-color: #fff;
}

.nav > li > a, button {
    outline: none !important;
}

@media(min-width:1200px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0px;
        padding: 0 0px 0px 0px;
    }

    .navbar-header {
        width: 210px;
    }
}

.navbar-form {
    padding-top: 4px;
}

.navbar-top-links li {
    display: inline-block;
}

    .navbar-top-links li:last-child {
        margin-right: 15px;
    }

    .navbar-top-links li a {
        padding: 15px;
        min-height: 50px;
    }

.navbar-top-links .dropdown-menu li {
    display: block;
}

    .navbar-top-links .dropdown-menu li:last-child {
        margin-right: 0;
    }

    .navbar-top-links .dropdown-menu li a {
        padding: 3px 20px;
        min-height: 0;
    }

        .navbar-top-links .dropdown-menu li a div {
            white-space: normal;
        }

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

    .sidebar ul li a.active {
        background: -webkit-linear-gradient(#4387FD, #4683EA);
        background: -o-linear-gradient(#4387FD, #4683EA);
        background: -moz-linear-gradient(#4387FD, #4683EA);
        background: linear-gradient(#4387FD, #4683EA);
        border-color: #357ebd;
        color: #fff;
    }

.sidebar .arrow {
    float: right;
}

/*.sidebar .fa.arrow:before {
    content: "\f107";
}*/


.sidebar .fa.arrow.arrow-left:before {
    content: "\f105";
}
/*.sidebar .active>a>.fa.arrow:before {
content: "\f107";
}*/

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-top: 1px solid #e7e7e7;
    background-color: #FFFFFF;
    border-bottom: 0px !important;
}

    .sidebar .nav-second-level li a {
        padding-left: 20px;
        font-size: 12px;
        outline: none;
    }

    .sidebar .nav-third-level li a {
        padding-left: 52px;
    }

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 190px;
        /*margin-top: 45px;*/
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}


.dropdown-header span.text {
    font-weight: bold;
    font-size: 13px;
    color: #222222;
}

.attachbtn {
    margin-top: 10px;
}

.text-left {
    text-align: left !important;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: #fff;
    }

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #999;
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }

        .chat li .chat-body p {
            margin: 0;
        }

    .panel .slidedown .glyphicon,
    .chat .glyphicon {
        margin-right: 5px;
    }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.rowfieldsinput {
    width: 50%;
    float: right;
}

.searchboxtop {
    width: 530px;
}

.searoptionfeilds {
    padding: 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    width: 449px;
    position: fixed;
    top: 39px;
    z-index: 9999;
    background-color: #fff;
    left: 210px;
    display: none;
}

.txtspace {
    margin: 0px 15px;
    float: left;
}

.selectdays {
    float: left !important;
    width: 120px !important;
}

.daysinputsearch {
    float: left !important;
    width: 200px !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

    table.dataTable thead .sorting_asc:after {
        content: "\f0de";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting_desc:after {
        content: "\f0dd";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting:after {
        content: "";
        float: right;
        font-family: fontawesome;
        color: rgba(50,50,50,.5);
    }

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.navbar {
    min-height: 53px;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green a {
        color: #5cb85c;
    }

        .panel-green a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background: -webkit-linear-gradient(#DD4B39, #D14836); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#DD4B39, #D14836); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#DD4B39, #D14836); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#DD4B39, #D14836); /* Standard syntax (must be last) */
    }

    .panel-red a {
        color: #d9534f;
    }

        .panel-red a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow a {
        color: #f0ad4e;
    }

        .panel-yellow a:hover {
            color: #df8a13;
        }


.Searching .dropdown-menu {
    left: 0px;
}


.Searching .btn {
    padding: 3px 12px;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #357ebd;
}

.profileuser {
    float: right;
    padding: 12px 5px 0px 0px;
}

.dropdownbtnsearch {
    border: 0px;
    z-index: 9;
    margin-left: -25px !important;
}

    .dropdownbtnsearch:hover, .dropdownbtnsearch:focus, .dropdownbtnsearch:active, .dropdownbtnsearch.active, .open > .dropdown-toggle.dropdownbtnsearch {
        background-color: transparent !important;
    }

.menuplus {
    padding: 6px 15px !important;
    background-color: #F9F9F9;
    border-left: 1px solid #e9e6e6;
    position: absolute !important;
    color: #444;
    top: 0px;
    right: 0px;
    font-size: 18px !important;
    height: 37px;
}

a {
    color: #222222;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #2B2B2B;
    }

th {
    text-align: left;
    font-weight: normal !important;
    color: #428bca;
}

.btn {
    outline: none;
}

/* --------------------- Font color --------------------- */

.colorred {
    color: #d9534f;
}

.colorblue {
    color: #428bca;
}

.colorgreen {
    color: #5cb85c;
}

.coloryellow {
    color: #f0ad4e;
}

table tr[data-href] {
    cursor: pointer;
}

.filterlabel {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

.searchtbllabel {
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.marginbtm7 {
    margin-bottom: 7px;
}

.datefield {
    min-width: 112px;
}

.help-block {
    margin-bottom: 0px;
    font-size: 12px;
}

.iconaddon {
    width: 30px;
    padding: 0px 5px !important;
    height: 28px;
}

.newinvform label {
    width: 140px;
    padding-right: 0px;
}

.dropdwnchkbox {
    top: 2px;
    position: relative;
    left: -7px;
}

.panel-footer i {
    color: #c2c2c2;
}

.colorsemidark {
    color: #9B9B9B;
}

.siderbaricon {
    font-size: 20px;
    margin: 12px 10px;
    color: #DDD;
    cursor: pointer;
    z-index: 1040;
    float: left;
}

.navbar-brand {
}

#sidermenu {
    /*overflow: hidden;*/
}

.marginnone {
    margin: 0px !important;
    -webkit-transition: all 0.54s ease;
    -moz-transition: all 0.54s ease;
    -ms-transition: all 0.54s ease;
    -o-transition: all 0.54s ease;
    transition: all 0.54s ease;
}

#page-wrapper {
    -webkit-transition: all 0.54s ease;
    -moz-transition: all 0.54s ease;
    -ms-transition: all 0.54s ease;
    -o-transition: all 0.54s ease;
    transition: all 0.54s ease;
}

table tr[onclick] {
    cursor: pointer;
}

footer hr {
    margin-top: 0px;
}

footer p {
    margin-left: 254px;
}

.navbar-header .navbar-brand {
    padding: 10px 5px 0px 13px;
}

.panel-heading .btn-xs {
    border: 0px;
    background: none;
}

.fixedwidth {
    width: 1107px;
}

.ui-corner-all {
    border-radius: 0px !important;
    z-index: 1200 !important;
}

.bootstrap-datetimepicker-widget > ul {
    list-style-type: none;
    margin: 0;
    padding: 5px;
}

.bootstrap-datetimepicker-widget {
    /*margin-top: 35px !important;*/
}

.btn-group .btn {
    padding: 3px 8px 3px !important;
}

.tab-pane {
    padding-top: 20px;
}
/* Left and right tabs */
.tabs-right.nav-tabs,
.tabs-left.nav-tabs {
    border-bottom: 0;
}

    .tabs-right.nav-tabs > li,
    .tabs-left.nav-tabs > li {
        float: none;
    }

        .tabs-right.nav-tabs > li > a,
        .tabs-left.nav-tabs > li > a {
            margin-right: 0;
            margin-bottom: 3px;
        }

/* Left tabs */
.tabs-left.nav-tabs {
    float: left;
    border-right: 1px solid #ddd;
}

    .tabs-left.nav-tabs > li > a {
        display: block;
        margin-right: -1px;
    }

        .tabs-left.nav-tabs > li > a:hover, .tabs-left.nav-tabs > li > a:focus {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    .tabs-left.nav-tabs > li.active > a,
    .tabs-left.nav-tabs > li.active > a:hover > li.active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #ffffff;
    }

/* Right tabs */
.tabs-right.nav-tabs {
    float: right;
    border-left: 1px solid #ddd;
}

    .tabs-right.nav-tabs > li > a {
        display: block;
        margin-left: -1px;
    }

        .tabs-right.nav-tabs > li > a:hover, .tabs-right.nav-tabs > li > a:focus {
            border-color: #eeeeee #eeeeee #eeeeee #dddddd;
        }

    .tabs-right.nav-tabs > li.active > a,
    .tabs-right.nav-tabs > li.active > a:hover > li.active > a:focus {
        border-color: #ddd #ddd #ddd transparent;
        *border-left-color: #ffffff;
    }

/* Line Tab */

.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

    .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
    }

        .tabbable-line > .nav-tabs > li > a {
            border: 0;
            margin-right: 0;
            color: #222222;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #a6a6a6;
            }

        .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
        }

            .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                border: 0;
                background: none !important;
                color: #222222;
            }

                .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                    color: #a6a6a6;
                }

            .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
                margin-top: 0px;
            }

        .tabbable-line > .nav-tabs > li.active {
            border-bottom: 4px solid #56AEF3;
            position: relative;
        }

            .tabbable-line > .nav-tabs > li.active > a {
                border: 0;
                color: #222222;
            }

                .tabbable-line > .nav-tabs > li.active > a > i {
                    color: #404040;
                }

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

    .tabbable-line.tabs-below > .nav-tabs > li > a {
        margin-top: 0;
    }

    .tabbable-line.tabs-below > .nav-tabs > li:hover {
    }

    .tabbable-line.tabs-below > .nav-tabs > li.active {
        margin-bottom: -2px;
        border-bottom: 0;
        border-top: 4px solid #56aef3;
    }

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 3px 10px;
}

div[ng-app] {
    margin: 10px;
}

.table {
    width: 100%;
}

form[editable-form] > div {
    margin: 10px 0;
}

.backpagelink {
    padding: 5px 15px 0px;
}

    .backpagelink a {
        color: #56AEF3;
        text-decoration: none;
        font-size: 14px;
    }

    .backpagelink i {
        font-size: 24px;
        font-weight: bold;
        margin: 0px 6px 0px 7px;
        vertical-align: sub;
    }

small {
    color: #222222;
}

.bankcustomer h4 {
    margin-top: 0px;
}

.custom-tabs {
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

.largetab .active {
    background-color: #fff;
    border-bottom: 0;
}

.largetab li {
    padding: 0px;
    border-right: 1px solid #ededed;
    cursor: pointer;
    padding: 0;
    border-bottom: 1px solid #ededed;
    height: 55px;
    width: 230px;
    border-left: none;
}

    .largetab li a {
        height: 55px;
        width: 230px;
        text-align: center;
        padding-top: 6px;
    }

.largetab {
    background-color: #fafafa;
}

    .largetab li.active > a, .largetab li.active > a:hover, .largetab li.active > a:focus {
        border-right: 1px solid #ddd !important;
        border-top: 0px !important;
        border-left: 0px !important;
    }

.transactionNUM {
    color: #d9534f;
}

.tabsidedropdown {
    float: right;
    position: relative;
    z-index: 9;
    top: 18px;
}

    .tabsidedropdown .dropdown-toggle {
        border-left: 1px solid #ddd;
        padding: 8px 7px 8px 5px;
    }

.largetab .open a, .largetab .open a:hover, .largetab .open a:focus {
    background-color: transparent;
    border-color: #ddd;
}

.open a.insdiedrop {
    border-top: 0px;
    border-left: 0px;
    padding-top: 7px;
    padding-left: 16px;
}

a.insdiedrop {
    padding-top: 7px;
}

.largetab .dropdown-menu li {
    border-right: 1px solid #ededed;
    cursor: pointer;
    padding: 0;
    border-bottom: 0px solid #ededed;
    height: auto;
    width: 229px;
    border-left: none;
}

    .largetab .dropdown-menu li a {
        text-align: left;
        height: auto;
        width: 229px;
    }

    .largetab .dropdown-menu li.active a {
        color: #222222;
    }

    .largetab .dropdown-menu li a:hover {
        background-color: #428bca;
        color: #FFF;
    }

.thblue th {
    color: #428bca;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #bbb;
}

.tab-content .tabtable td, .tab-content .tabtable th {
    padding-left: 15px;
}

.largetab .dropdown-menu .divider {
    height: 1px;
}

.modal-content {
    border-radius: 0px;
}

.linkbutton {
    padding: 0px;
    outline: none;
}

@media (min-width: 840px) {

    .wysiwyg-editor {
        width: 840px !important;
    }
}



@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: -1px auto;
    }

    .sidebar {
        height: 66em;
    }
}

@media (max-width: 767px) {
    .editmodalnumber {
        padding-left: 15px;
    }
}

@media (max-width: 768px) {

    label {
        font-size: 90%;
    }

    .sidebar-nav {
        margin: -1px auto;
    }

    .tabsrink {
        left: 0px !important;
    }

    .sidemodalopen {
        width: 100% !important;
    }

    #page-wrapper {
        margin: 0px;
        padding: 0px;
    }

    .navbar-collapse {
        height: 1px;
    }



    .customrepeats {
        padding: 10px 15px 0px;
    }


    .hide768padding {
        display: none;
    }
}

.hide768padding {
    padding: 10px;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.txtLabelLeft .control-label {
    text-align: left;
}

.inline-fields div[class*=col-] {
    padding-right: 0;
}

.form-control {
    padding: 2px 6px;
}

.listproducttop {
    float: right;
    margin: 0px 0px 0px 10px;
    position: relative;
}

.profileicon {
    float: right;
    margin: 0px 12px;
    position: relative;
}

.modal-header {
    background-color: #f5f5f5;
}

.infoicons {
    color: #c9c8c8;
    font-size: 13px;
    padding-left: 5px;
    top: 2px;
}
/*.fillcontainer
{
    overflow-x:hidden;
}*/
.tabsrink {
    position: absolute;
    right: 27%;
    left: 250px;
}

.tab-content {
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}

.sidemodalopen {
    right: 0 !important;
    position: absolute !important;
}

.custom-sidemodal {
    width: 27%;
    padding: 20px !important;
    background-color: #fff;
    z-index: 999;
    top: 224px;
    position: fixed;
    right: -630px;
    left: auto;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
    -webkit-box-shadow: 0 8px 10px 3px #ededed;
    box-shadow: 0 2px 10px 3px #ededed;
    bottom: 60px;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    overflow: auto;
}

.txth3 {
    font-size: 16px;
}

p.form-control-static {
    padding-top: 4px;
    padding-bottom: 2px;
}

.closeformicon {
    width: 20px;
    position: relative;
    top: 0px;
    float: right;
    color: #ccc;
    cursor: pointer;
    text-align: right;
}

#page-wrapper {
    padding-top: 53px;
}

.padding20LR {
    padding: 0px 20px;
}

.pragraphpopup {
    cursor: pointer;
}

.navbar-default {
    background-color: #039be5;
}

.sidebar {
    background-color: #f8f8f8;
    border-right: 1px solid #c7c6c7;
}

.title-sidebar {
    padding: 10px 15px;
    font-size: 19px;
    margin-left: 6px;
}

.navbar {
    position: fixed;
    width: 100%;
}

.contentpopups {
    position: relative;
}

.popcontents .arrow {
    left: 35px !important;
}

.popcontents {
    left: 0px;
    display: none;
    top: 24px;
    width: 290px;
    border-radius: 0px;
}

.closepopups {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #ccc;
    cursor: pointer;
}

.popupformcontainer {
    display: none;
}

.rightpopup {
    float: right;
}

    .rightpopup .popcontents {
        left: initial;
        right: 0px;
    }

    .rightpopup .arrow {
        left: initial !important;
        right: 30px !important;
    }

.popupformcontainer-2 {
    display: none;
}

.listviewbox {
    display: none;
}

.ulmenus {
    min-width: 190px;
}


@media (max-width: 1200px) {
    .unseentable td, .unseentable th {
        display: none;
    }

        .unseentable td.listviewbox, #unseen th.listviewbox {
            display: block;
        }

    .navbar-brand.company-logo {
        width: auto !important;
        padding-left: 10px !important;
    }
}

@media (max-width: 990px) and (min-width:768px) {
    .sidemodalopen {
        width: 96.7% !important;
    }
}

@media (max-width:1200px) and (min-width:990px) {
    .sidemodalopen {
        width: 53% !important;
    }
}


@media(max-width:990px) {
    .tabsrink {
        right: 0px !important;
    }

    .searchboxtop {
        width: 38%;
        margin-left: 15px;
    }
}

@media (max-width:1200px) and (min-width:768px) {

    .nav-second-level.in {
        display: none;
    }

    #sidermenu:hover .nav-second-level.in {
        display: block;
    }

    .sidebar {
        z-index: 1;
        position: absolute;
        width: 32px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .sidebar:hover {
            z-index: 1;
            position: absolute;
            width: 190px;
        }

    .sidehover li.active .nav-second-level {
        display: none;
    }

    .tabsrink {
        left: 32px;
        right: 53%;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px 10px 5px;
    }

    #page-wrapper {
        margin-left: 32px;
        padding: 0px;
        padding-top: 53px;
    }

    #page-wrapper {
        border-left: 1px solid #ddd;
    }
}



.listviewbox .listinvc {
    border-bottom: 0px;
}

@media (max-width: 1690px) {
    .tabsrink {
    }
}

.note-toolbar .note-help, .note-toolbar .note-view, .note-toolbar .note-table, .note-toolbar .note-fontname {
    display: none;
}

.note-editor .note-editable {
    min-height: 240px;
}

.placeholder-insert {
    position: absolute;
    z-index: 1;
    top: 6px;
    right: 10px;
}

.sectionwysiwyg {
    position: relative;
}

.placeholderbtn {
    background: none;
    border: none;
}

.checkcopy-input .checkbox {
    margin: 0px;
}


.sepmargin {
    margin-bottom: 20px;
}

.profileaccount {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 310px;
    right: -2px;
    margin-top: 5px;
    padding: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    outline: none;
    z-index: 999;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.profileAccImg {
    margin-right: 10px;
    float: left;
}

.profileAccDetails {
    float: left;
    width: 200px;
}

.profileaccount h5 {
    margin-top: 0px;
}


.left-toolbar {
    min-height: 65px;
}

.gridiconpop i {
    font-size: 21px;
    color: #777;
    margin-top: 4px;
    cursor: pointer;
}

.left-toolbar .gridiconpop i:hover {
    color: rgb(48, 48, 48);
}

.left-toolbar .gridiconpop {
    margin-top: 18px;
    cursor: pointer;
}

.topsepline .popuptopicons {
    top: 40px;
}

.topsepline .arrowpopup {
    right: 4px;
}

.popuptopicons {
    background-color: #fff;
    z-index: 9999;
    right: 5px;
    padding: 15px;
    width: 290px;
    position: absolute;
    float: left;
    top: 55px;
    outline: 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.arrowpopup {
    right: 9px;
    top: -18px;
    position: absolute;
}

.productspop {
    text-align: center;
    font-size: 13px;
    width: 86px;
    float: left;
    padding: 10px 0px;
}

.centerpop {
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
}

.iconsgr {
    padding-bottom: 10px;
}

.productspop a, .pricingpop a, .featurespop a {
    color: #555;
    text-decoration: none;
}

.topsepline {
    border-right: 1px solid #d7d4d4;
    padding-right: 10px;
    height: 28px;
}

.settings-menu {
    float: right;
    margin: 0px 0px 0px 10px;
    position: relative;
}

    .settings-menu i {
        font-size: 18px;
        margin-top: 5px;
        color: #777;
        cursor: pointer;
    }

.organisationname {
    float: right;
    margin: 0px 0px 0px 10px;
    position: relative;
}

.oranisation-name {
    margin-top: 5px;
    cursor: pointer;
    font-size: 13px;
}

.dropdown-header {
    padding: 3px 20px;
    font-size: 11px;
    line-height: 1.428571429;
    color: #999;
}

.dropdown-menu > li > a {
    display: block;
    padding: 4px 20px;
    /*margin: 5px 0;*/
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #222222;
    font-size: 13px;
    white-space: nowrap;
}

.dropdwn-heading .dropdown-menu {
    margin-top: -7px;
}

    .dropdwn-heading .dropdown-menu li a {
        font-size: 14px;
    }

.dropdwn-heading {
    cursor: pointer;
    float: left;
}

.menuplus:hover {
    background: -webkit-linear-gradient(#4387FD, #4683EA);
    background: -o-linear-gradient(#4387FD, #4683EA);
    background: -moz-linear-gradient(#4387FD, #4683EA);
    background: linear-gradient(#4387FD, #4683EA);
    border-color: #357ebd;
    color: #fff;
}

.control-search {
    text-align: left !important;
    width: 70px;
    float: left;
    padding: 3px 0px 0px 15px;
}

.control-search-feild {
    float: left;
    padding: 0px 15px;
    width: 200px;
}

    .control-search-feild .dropdown .btn {
        padding: 4px 12px;
    }

.btn-muted {
    border-color: #d8d8d8;
    color: #585757;
    background-color: #f2f2f2;
}

.smallprofileicon {
    cursor: pointer;
}

    .smallprofileicon img {
        border-radius: 14px;
    }

.headingicons-left .btn {
    padding: 3px 9px;
}

.gridiconpop .glyphicon-th {
    font-size: 21px;
    color: #777;
    cursor: pointer;
}

.padtopfixed {
    padding-top: 5%;
}

.footerpanel {
    padding: 15px 15px 0px;
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top:15px;
    margin-bottom:15px;
}

.topfix {
    position: relative;
    top: -32px;
    z-index: 99;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #aaa !important;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #aaa !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #aaa !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #aaa !important;
}

.productlinkspop {
    background-color: #fff;
    padding: 15px;
    width: 290px;
    position: absolute;
    right: 5px;
    float: left;
    top: 148px;
    outline: 0;
    border: 1px solid #ccc;
    z-index: 9999;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.productclick {
    cursor: pointer;
}

.productlinkspop a {
    display: block;
}

.userslash:after {
    border-bottom: 2px solid blue;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

.userslash {
    position: relative;
}

.bootstrap-growl a.close {
    margin-left: 10px;
    font-size: 20px;
}


.tabsbuttons > .nav-tabs {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background-color: #F7F7F7;
    padding: 8px 20px;
}

    .tabsbuttons > .nav-tabs > li.active {
        border: 0px;
        position: relative;
    }

    .tabsbuttons > .nav-tabs > li {
        border: 0px;
        position: relative;
    }

        .tabsbuttons > .nav-tabs > li.active > a {
            border: 0;
            color: #fff;
            padding: 6px 20px;
            background: -webkit-linear-gradient(#4387FD, #4683EA);
            background: -o-linear-gradient(#4387FD, #4683EA);
            background: -moz-linear-gradient(#4387FD, #4683EA);
            background: linear-gradient(#4387FD, #4683EA);
        }

        .tabsbuttons > .nav-tabs > li > a {
            border: 0;
            color: #222222;
            padding: 6px 20px;
        }

.rightpageactions {
    float: right;
    margin-top: 12px;
}

.inblockall {
    display: inline-block;
}

.filtersection {
    background-color: #fafafa;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.filtersectionlist {
    background-color: #fafafa;
    padding: 10px;
    border-top: 1px solid #ddd;
}

.selectfilterpick button {
    width: 115% !important;
    outline: 0 !important;
}

.bootstrap-select .btn:focus {
    outline: 0 !important;
}

.selectfilterpick .btn-default {
    border-color: #d8d8d8;
    color: #585757;
    background-color: #f2f2f2;
}

.labelfiltertop {
    padding: 0px 10px;
}

.tablemake .table > tbody > tr > td:first-child {
    padding-left: 20px;
}

table.dataTable thead th, table.dataTable tfoot th {
    text-align: left;
    font-weight: normal !important;
    color: #428bca;
}

.blockpopover {
    position: relative;
}

.greytheadrow {
    background-color: #F8F8F8;
    border-top: 1px solid #ddd;
}

.modal-footer {
    text-align: left;
}

.userdetails-actions {
    width: auto;
    float: left;
    margin-right: 15px;
    margin-top: 8px;
}

    .userdetails-actions h4 {
        margin-top: 0px;
    }

.Iam-Amountsdetails {
    margin: 0px 10px;
    float: left;
    margin-top: 8px;
    width: auto;
}

    .Iam-Amountsdetails h4 {
        margin-top: 0px;
    }

.vertical-Line {
    float: left;
    height: 40px;
    width: 1px;
    background-color: #ddd;
    margin: 0px 5px 15px;
}

.pageactsub .backpagelink {
    padding-left: 0px;
}

.action-rightbtn {
    float: right;
    margin-top: 11px;
}

.pageactsub .btn-group .btn {
    padding: 6px 12px !important;
}

.inlinblck {
    display: inline-block;
}

.btnNoOutline {
    outline: none;
    padding: 0px;
}

.verysmall {
    font-size: 8px;
    color: #777;
}



@media(min-width:990px) {
    .modal900 {
        width: 900px;
    }
}

.toplineth th {
    border-top: 1px solid #bbb !important;
}

.btnpanelright {
    float: right;
    margin-top: 8px;
}

.navbar-collapse .navtitle {
    margin-left: 7px;
}

.tagbgblue {
    background-color: #c5e3ec;
    padding: 5px 10px;
    float: left;
    margin: 0px 10px 0px 0px;
}


html {
    overflow: hidden;
    height: 100%;
}

body {
    overflow-y: auto;
    height: 100%;
}


.modal-open {
    overflow-y: auto;
}

.title-sidebar b {
    margin-left: 7px;
}

.slideopenview .slimScrollDiv {
    width: 100% !important;
}

.table-wrap {
    float: left;
    width: 100%;
}
/* Scroll Css */

/*body {
    overflow: hidden;
}*/

.slimScrollBar {
    border-radius: 0px !important;
}

.itemimportdrop {
}

.sidebar-nav li.active {
    background-color: #ECECEC;
}

.sidebar-nav li .fa.arrow:before {
    content: "\f105";
}

.sidebar-nav li.active .fa.arrow:before {
    content: "\f107";
}


.sidearrowmenu li .fa.arrow {
    display: none;
}

.sidearrowmenu li:hover .fa.arrow {
    display: block;
}

.sidearrowmenu li.active .fa.arrow {
    display: block;
}

li.active .nav-second-level {
    display: block;
    height: auto !important;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
}

li .nav-second-level {
    display: none;
    /*height: 0px !important;*/
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

li.ullimenu.active a {
    background: -webkit-linear-gradient(#4387FD, #4683EA);
    background: -o-linear-gradient(#4387FD, #4683EA);
    background: -moz-linear-gradient(#4387FD, #4683EA);
    background: linear-gradient(#4387FD, #4683EA);
    border-color: #357ebd;
    color: #fff;
}

    li.ullimenu.active a.menuplus:hover {
        background: -webkit-linear-gradient(#4387FD, #4683EA);
        background: -o-linear-gradient(#4387FD, #4683EA);
        background: -moz-linear-gradient(#4387FD, #4683EA);
        background: linear-gradient(#1C6CF7, #4282ED);
        border-color: #357ebd;
        color: #fff;
    }

.payrolllistwrap td:first-child {
    padding-left: 20px;
}

.grider td .btn-dangerlink {
    color: #D14836;
    padding: 0px;
}

@media (min-width:800px) {
    .amtprcttolt {
        padding-right: 3px;
    }
}


.ui-widget {
    font-family: Arial !important;
    font-size: 13px !important;
}

.grider td .glyphicon-minus-sign {
    font-size: 13px;
    color: #FC7979;
}

ul.dropdown-menu li {
    cursor: pointer;
}

.sidebar span.arrow {
    padding-top: 3px;
}

.btn {
    margin: 0px 2px;
}

.btn-group .btn {
    margin: 0px;
}

.title-sidebar a {
    text-decoration: none;
}

.mobileprofileuser {
    position: absolute;
    right: 70px;
    top: 16px;
}

    .mobileprofileuser i {
        font-size: 16px;
        color: #777;
    }

.orgIconMob {
    display: none;
}

.searchiconMob {
    float: right;
    margin: 0px 0px 0px 10px;
    position: relative;
    display: none;
}

.searchiconclick {
    padding: 3px 0px;
    font-size: 16px;
    cursor: pointer;
    color: #777;
}

.boxfullwidth {
    position: absolute;
    top: 50px;
    background-color: #FFF;
    border: 1px solid #ddd;
    padding: 10px 10px;
    display: none;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.iconlogoIMG {
    display: none;
    margin-top: -3px;
}

/* Nav bar toggle*/

.navbar-toggle {
    float: left !important;
    margin: 0px !important;
    top: 9px;
    left: 10px;
}

.navbar-brand {
}

.profiledetails-slide {
    width: 100%;
}

.scrollautoshow {
    overflow-y: auto;
    overflow-x: hidden;
}

.dataTables_wrapper {
    width: 100%;
}

@media (max-width:768px) {
    .scrollautoshow {
        overflow-y: auto;
    }

    .noteslabel h4 {
        margin-left: 10px;
    }

    .profiel-actions .profile-btngrp {
        display: none;
    }
}

.jrnltype .radio-inline {
    padding-top: 4px;
}




label {
    font-weight: normal !important;
}

.txtarelabel {
    padding-bottom: 5px;
}

.ti-close {
    color: #777;
    font-size: 16px;
}

.closebtnpreview .close {
    opacity: 1;
}

.profiledetails-slide .noteslabel {
    overflow: auto;
}

.profiledetails-slide .title-contact h4 {
    margin-left: -5px;
}

.datepick-col {
    min-width: 142px;
}

.balanceCOA {
    text-align: right !important;
    padding-right: 30px !important;
}

.allcredit, .alldebit {
    text-align: right;
}

.formwithicons textarea {
    padding-right: 35px;
}

.infofeildsentry .col-sm-2 {
    width: 195px;
}

.infofeildsentry .col-sm-5 {
    width: 795px;
}

a.menuplus {
    display: none !important;
}

.ullimenu:hover a.menuplus {
    display: block !important;
}

.ullimenu.active a.menuplus {
    display: block !important;
}

.mailsendeditor .action-btn-create {
    margin-left: 0px;
}

.cursorpointer {
    cursor: pointer;
}

/* Modal Full Width */

.fullscreenmodal {
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
}

.fullmodalcnt {
    left: 0;
    right: 0;
    position: fixed;
    height: 100%;
    background: rgba(43, 48, 55, 0.73);
}

.center-wrapper {
    padding: 12% 0%;
    float: left;
    width: 100%;
}

.timoutLoginPanel {
    width: 370px;
    margin: auto;
}

.panel-primary > .blue-heading {
    color: #fff;
    background-color: #4683EA;
    border-radius: 0px;
}

.contentconfirmbtn {
    padding: 10px 0px 15px;
}

    .contentconfirmbtn i {
        font-size: 35px;
        vertical-align: middle;
        margin-right: 15px;
        color: #FFC200;
        float: left;
        min-height: 50px;
    }

.infoconfirmbtns {
    margin-left: 48px;
}

.dialogconfirm {
    width: 400px;
    margin: 0 auto;
    top: -2px;
}

.text-dark {
    color: #000;
}

.timoutLoginPanel {
    background-color: #FFF;
    position: relative;
    padding: 20px;
    border: 1px solid #4387FD;
}

#lock-screen-avatar {
    top: -78px;
    left: 50%;
    margin-left: -74px;
    position: absolute;
    display: inline-block;
}

    #lock-screen-avatar img {
        border: 10px solid #FCFCFC;
    }

.img-circle {
    border-radius: 50% !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

#lock-screen-info {
    margin-top: 60px;
    text-align: center;
}

.lockemail {
    padding: 0px 0px 20px;
}

.loginunlockform {
}

    .loginunlockform .form-control {
        height: 33px;
    }

    .loginunlockform .form-control-feedback {
        right: 4px !important;
        top: 10px !important;
    }


.text-right {
    text-align: right !important;
}

.accountants-wrap > .col-md-offset-2 {
    margin-bottom: 20px;
}

.lockmesage {
    margin-bottom: 20px;
}

.paswdsessiontxt {
    height: 35px !important;
}

.usernamesession {
    margin-bottom: 7px;
}

.otherusersignin {
    padding-top: 10px;
}

    .otherusersignin a {
        color: #428bca;
    }

.fdgdsfgd .tooltip {
    width: 100%;
}

.JournaltypeICon {
    display: none;
}

.note-editor {
    margin: 3px !important;
}

.labeltxtbxwidtht .input-group-addon {
    min-width: 120px;
}

.viewactions-profile ul.dropdown-menu {
    padding: 0px !important;
}

.contentleftsec {
    float: left;
}

.contentrghtsec {
    float: right;
    text-align: right;
}

.contentleftsec h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 13px;
}

.contentleftsec p {
    margin-bottom: 0px;
    font-size: 11px;
}

.contentrghtsec p {
    margin-bottom: 2px;
}

.levelline {
    width: 0px;
    float: left;
    height: 10px;
    margin-right: 5px;
}

.levelline1 {
    width: 10px;
    float: left;
    height: 10px;
    margin-right: 5px;
}

.levelline2 {
    width: 20px;
    float: left;
    height: 10px;
    margin-right: 5px;
}

.levelline3 {
    width: 40px;
    float: left;
    height: 10px;
    margin-right: 5px;
}

.tablecoawrap tr td.rowtemplateCOA, .tablecoawrap tr th.rowtemplateCOAth {
    display: none;
}

.levelheadings h4 {
    font-weight: bold;
}

.rowtemplateCOA {
    cursor: pointer;
}

.amtlastrow {
    padding-right: 20px !important;
    text-align: right !important;
}

table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    margin-left: 10px;
}

.modal-body.labeltxtbxwidtht {
    padding: 15px !important;
}

.section-note p {
    word-break: break-all;
}

textarea {
    min-height: 64px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 200px;
}

.input-group input.form-control {
    min-width: 100px;
}

.filterbyprofile {
    margin-left: 15px;
    margin-bottom: 15px;
}

.chartofaccountlist .table > thead > tr > th, .chartofaccountlist .table > tbody > tr > th, .chartofaccountlist .table > tfoot > tr > th, .chartofaccountlist .table > thead > tr > td, .chartofaccountlist .table > tbody > tr > td, .chartofaccountlist .table > tfoot > tr > td {
    line-height: 1.2;
}

.borderbtm {
    border-bottom: 1px solid #ddd;
}

.checkselect {
    margin: 11px 0px;
}

.checkcross .topfix {
    top: 0px;
}

.topclick tr:first-child .checkboxlisttd {
    border-top: 0px;
}

.topclick .checkboxlisttd {
    padding-left: 15px !important;
}

.checkboxlisttd {
    width: 16px;
}

.bulk-selection-checkbox {
    float: left;
    padding: 15px 10px 0px 0px;
}

.margin16rght {
    margin-right: 16px;
}

.margin15topbtm {
    margin: 15px 0px !important;
}

#LoadingContentPage {
    min-height: 350px;
}

.checkboxselectgrp {
    padding: 6px 5px 3px 4px;
    width: 33px !important;
}

.inputSelectgroup button.selectpicker {
    padding-right: 27px !important;
}

a.glyphicon-question-sign.infoicons {
    text-decoration: none;
}

.navbar-brand.company-logo {
    padding: 0 ;
    width: 210px;
    text-align: center;
}

/*  New Menu */

.menuCircle {
    display: block;
    height: 38px;
    width: 38px !important;
    line-height: 38px !important;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #222;
    color: white;
    text-align: center;
    font-size: 18px !important;
    float: left;
    margin-right: 10px;
}

.sidebarmodule .nav > li > a {
    height: 54px;
    padding: 8px 15px;
    /*border-right: 1px solid #ddd;*/
}

.sidebarmodule .navbar-collapse .navtitle {
    font-size: 15px;
    position: relative;
    top: 8px;
}

.birdviewcolor {
    background-color: #E2E2E2;
}

.bankcolor {
    background-color: #8877a9;
}

.salescolor {
    background-color: #3faba4;
}

.purchasecolor {
    background-color: #d05454;
}

.payrollcolor {
    background-color: #ECBB56;
}

.accountscolor {
    background-color: #4c87b9;
}

.reportscolor {
    background-color: #94aa6a;
}

.taxcolor {
    background-color: #b97a4c;
}

.othercolor {
    background-color: #7C7C7C;
}
/*.bankmenu .navtitle {
    color: #8877a9;
}

.salesmenu .navtitle {
    color: #3faba4;
}

.purchasemenu .navtitle {
    color: #d05454;
}

.payroolmenu .navtitle {
    color: #d9ac4f;
}

.accountsmenu .navtitle {
    color: #4c87b9;
}*/


a.active .selectTriangle {
    background-image: none;
    float: right;
    position: absolute;
    right: -1px;
    top: 15px;
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px double transparent;
    border-bottom: 12px double transparent;
    border-left: 0;
    border-right: 7px solid #ffffff;
}

.sidebar {
    border-right: none !important;
}

/*.sidebar ul li a
{
    border-right:1px solid #ddd;
}
.sidebar ul li a.active
{
    border-color:#ddd !important;
}*/

@media(max-width:1200px) {
    .sidebarmodule .nav > li > a {
        height: auto;
        padding: 8px 15px 10px 3px;
    }

    .menuCircle {
        display: block;
        height: 25px;
        width: 25px !important;
        line-height: 25px !important;
        -moz-border-radius: 30px;
        border-radius: 30px;
        color: white;
        text-align: center;
        font-size: 12px !important;
        float: left;
        margin-right: 10px;
    }

    .sidebarmodule .navbar-collapse .navtitle {
        font-size: 13px;
        top: 2px;
    }

    .selectTriangle {
        display: none;
    }
}

a.active .menuCircle {
    background-color: #fff !important;
    color: #222;
    border: 1px solid #222;
}

a.active .bankcolor {
    color: #8877a9;
    border: 1px solid #8877a9;
}

a.active .salescolor {
    color: #3faba4;
    border: 1px solid #3faba4;
}

a.active .purchasecolor {
    color: #d05454;
    border: 1px solid #d05454;
}

a.active .payrollcolor {
    color: #d9ac4f;
    border: 1px solid #d9ac4f;
}

a.active .accountscolor {
    color: #4c87b9;
    border: 1px solid #4c87b9;
}

a.active .taxcolor {
    color: #b97a4c;
    border: 1px solid #b97a4c;
}


.birdeyeicon {
    background-image: url(../../Content/images/eyebirdmedium.png);
    background-repeat: no-repeat;
}

.fillheader .birdeyeicon {
    background-image: url(../../Content/images/eyebird.png);
    background-repeat: no-repeat;
    background-position: 4px 6px;
}


.fillheader .menuCircle {
    display: block;
    height: 53px;
    width: 53px !important;
    line-height: 53px !important;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: white;
    text-align: center;
    font-size: 30px !important;
    float: left;
    margin-right: 10px;
    margin-top: -12px;
}

/*Sales Page*/

.TransactionBox {
    width: 100%;
    height: 160px;
    position: relative;
}

.TransactionPages {
    width: 820px;
    float: left;
}

@media(max-width:840px) {
    .TransactionPages {
        width: 100%;
    }
}

@media(max-width:768px) {
    .TransactionBoxrow .col-sm-6 {
        margin-bottom: 15px;
    }

    .TransactionPages .TransactionBoxrow .col-sm-12 {
        margin-top: 0px;
        padding: 0px;
    }

        .TransactionPages .TransactionBoxrow .col-sm-12.margin15top768 {
            margin-top: 15px;
        }
}

.salespagebox {
    background-color: #3faba4;
}

    .salespagebox:hover {
        background-color: #3a9c96;
    }

.TransactionBoxrow .col-sm-12 {
    margin-top: 30px;
}

.actionBottom {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-top: 20px;
    padding-left: 20px;
    border-top: 1px solid #ddd;
}

.iconSection {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 20px 0;
    font-size: 60px;
    color: #fff;
}

.titleBox {
    float: left;
    width: 100%;
    padding: 0px 15px;
    color: #fff;
}

.addTransactionIcon {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #fff;
    padding: 6px 12px;
    opacity: -1;
    width: 0px;
    transition: all 0.2s ease;
}

.salespage .addTransactionIcon {
    background-color: #42C0B8;
}

    .salespage .addTransactionIcon:hover {
        background-color: #22807A;
    }

.hoverIcon:hover .addTransactionIcon {
    opacity: 1;
    width: 38px;
}


/* Purchases Page*/

.purchasepagebox {
    background-color: #d05454;
}

    .purchasepagebox:hover {
        background-color: #C03E3E;
    }

.purchasespage .addTransactionIcon {
    background-color: #DF4F4F;
}

    .purchasespage .addTransactionIcon:hover {
        background-color: #AD2E2E;
    }

/* Payroll Page*/

.payrollpagebox {
    background-color: #ECBB56;
}

    .payrollpagebox:hover {
        background-color: #d9ac4f;
    }

.payrollpage .addTransactionIcon {
    background-color: #F7C04E;
}

    .payrollpage .addTransactionIcon:hover {
        background-color: #BB933F;
    }


/* Accounts Page*/

.accountspagebox {
    background-color: #4C87B9;
}

    .accountspagebox:hover {
        background-color: #3A76A8;
    }

.accountspage .addTransactionIcon {
    background-color: #4D90C8;
}

    .accountspage .addTransactionIcon:hover {
        background-color: #1F6198;
    }


/* bank Page*/

.bankpagebox {
    background-color: #8877A9;
}

    .bankpagebox:hover {
        background-color: #74609B;
    }

.bankpages .addTransactionIcon {
    background-color: #997BD2;
}

    .bankpages .addTransactionIcon:hover {
        background-color: #5D448C;
    }

.fontsize20 {
    font-size: 20px !important;
}

.listinbox {
    width: 100%;
    float: left;
    padding: 10px;
    border-bottom: 1px solid #7A66A1;
    text-align: center;
    color: #fff;
}

a.listinbox {
    text-decoration: none;
}

.chasinlist {
    background: rgba(92, 69, 137, 0.91);
    position: absolute;
    margin-right: 15px;
    height: 0px;
    opacity: -1;
    transition: all 0.5 ease;
}

.hoverIcon:hover .chasinlist {
    opacity: 1;
    height: auto;
}

a.listinbox:hover {
    background: #523D7C;
    color: #fff;
}

.bankbalanceamt {
    position: absolute;
    background-color: #685098;
    color: #fff;
    font-size: 16px;
    top: 10px;
    padding: 5px 15px;
    transition: all 1s ease;
}

.hoverIcon:hover .bankbalanceamt {
    background-color: #5F4296;
}

.navbar-brand img {
 
}

.MenuWrapContainer {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 13px 20px 0px;
}


.boxMenuTransaction {
    background-color: rgb(119, 119, 119);
    float: left;
    color: rgb(255, 255, 255);
    margin: 0px 5px 13px;
    border-top: 10px solid #FFF;
}

.menudetails {
    float: left;
}

.iconTransaction {
    float: left;
    padding: 7px 10px;
    font-size: 24px;
    color: rgb(255, 255, 255);
}

.menutitle {
    float: left;
    padding: 8px 10px 7px 5px;
    color: rgb(255, 255, 255);
}

.plussymbols {
    min-width: 38px;
    min-height: 36px;
    float: left;
    width: 38px;
}

.aplusadd {
    display: none;
}

.addPlus {
    float: left;
    padding: 15px 12px;
    background-color: rgb(95, 95, 95);
    color: rgb(255, 255, 255);
}

.boxMenuTransaction:hover .aplusadd {
    display: block;
}

.activeMenu {
    border-bottom: 5px solid rgba(45, 44, 44, 1);
    border-top: none;
}

.openarrowMenu {
    float: left;
    width: 100%;
    position: relative;
}

    .openarrowMenu span {
        position: absolute;
        right: 50%;
        cursor: pointer;
        z-index: 9;
    }

.openarrow {
    display: none;
}

.marginlft0 {
    margin-left: 0px;
}

/* Sales */

.salesRegisterMenu .addPlus {
    background-color: rgb(67, 192, 184);
}

    .salesRegisterMenu .addPlus:hover {
        background-color: rgb(45, 144, 137);
    }

.boxMenuTransaction.salescolor {
    background-color: rgb(82, 186, 179);
}

    .boxMenuTransaction.salescolor:hover {
        background-color: rgb(63, 171, 164);
    }

/* Purchase */

.boxMenuTransaction.purchasecolor:hover {
    background-color: rgb(192, 62, 62);
}

.boxMenuTransaction.purchasecolor {
    background-color: rgb(208, 84, 84);
}

.billsRegisterMenu .addPlus {
    background-color: rgb(224, 106, 106);
}

    .billsRegisterMenu .addPlus:hover {
        background-color: rgb(171, 53, 53);
    }

/* Payroll */

.boxMenuTransaction.payrollcolor {
    background-color: rgb(236, 187, 86);
}

    .boxMenuTransaction.payrollcolor:hover {
        background-color: rgb(217, 172, 79);
    }

.PayrollMenu .addPlus {
    background-color: rgb(252, 205, 107);
}

    .PayrollMenu .addPlus:hover {
        background-color: rgb(187, 147, 63);
    }

/* Accounts */

.boxMenuTransaction.accountscolor:hover {
    background-color: rgb(71, 125, 171);
}

.boxMenuTransaction.accountscolor {
    background-color: rgb(76, 135, 185);
}

.GeneraljournalMenu .addPlus:hover {
    background-color: rgb(60, 110, 152);
}

.GeneraljournalMenu .addPlus {
    background-color: rgb(115, 164, 205);
}

/* Banking */

.boxMenuTransaction.bankcolor:hover {
    background-color: rgb(118, 102, 150);
}

.boxMenuTransaction.bankcolor {
    background-color: rgb(136, 119, 169);
}

.bankingMenu .addPlus {
    background-color: rgb(163, 141, 205);
}

    .bankingMenu .addPlus:hover {
        background-color: rgb(97, 75, 140);
    }

@media (max-width: 780px) {

    .MenuWrapContainer {
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .boxMenuTransaction {
        margin: 0px;
        width: 100%;
        border-top: none;
    }

    .iconTransaction {
        float: left;
        padding: 5px 10px;
        font-size: 18px;
        color: rgb(255, 255, 255);
    }

    .menutitle {
        float: left;
        padding: 0px 10px 0px 5px;
        color: rgb(255, 255, 255);
    }

    .plussymbols {
        float: right;
        width: 38px;
    }

    .aplusadd {
        display: block;
    }

    .addPlus {
        float: left;
        padding: 8px 12px;
        color: rgb(255, 255, 255);
    }

    .boxMenuTransaction.bankcolor {
        border-bottom: 1px solid rgb(114, 99, 144);
    }

    .boxMenuTransaction.salescolor {
        border-bottom: 1px solid rgb(69, 166, 160);
    }

    .boxMenuTransaction.purchasecolor {
        border-bottom: 1px solid rgb(187, 58, 58);
    }

    .boxMenuTransaction.payrollcolor {
        border-bottom: 1px solid rgb(184, 146, 68);
    }

    .boxMenuTransaction.accountscolor {
        border-bottom: 1px solid rgb(64, 119, 166);
    }


    .paddingnonesm {
        padding: 0px;
    }

    .menudetails a {
        width: 100%;
        position: absolute;
    }

    .boxMenuTransaction.activeMenu {
        background-color: rgb(92, 92, 92);
    }
}

.pageSublayout .MenuWrapContainer {
    padding: 13px 5px 0px;
}

.emptyplus {
    min-width: 5px !important;
    width: 5px !important;
}

@media(min-width:767px) {
    .activeMenu .iconTransaction {
        padding: 10px 10px;
    }

    .activeMenu .menutitle {
        padding: 10px 10px 7px 5px;
    }

    .activeMenu .addPlus {
        padding: 17px 12px;
    }
}

.fontsize15 {
    font-size: 15px !important;
}

#sidermenu2 .nav > li > a {
    border-right: 1px solid rgb(221, 221, 221);
}

.sidebar .nav-third-level li a {
    padding-left: 30px;
    background-color: #F9F9F9;
}

    .sidebar .nav-third-level li a:hover {
        background-color: #fff;
    }

.inactiveCOA {
    background-color: #EAEAEA;
    color: #A5A5A5 !important;
}

.inactiveCOA td:first-child
{
    background-image:url(../../Content/images/inactiveico.png);
    background-repeat: no-repeat;
    background-position: 10px;
}

.inactiveCOA .rowtemplateCOA.newaccountmodal
{
    background-image:url(../../Content/images/inactiveico.png);
    background-repeat: no-repeat;
    background-position: 10px;
}

tr.inactiveCOA:hover td
{
background-color: #EAEAEA !important;
}


.lefttitles {
    min-width: 130px;
}

.grayfont
{
color:#666;
}
.paymentinfofeilds .col-sm-8 dd
{
    color:#222;
}
.sidebar .birdeyeicon {
    background-size: contain;
}

.reportsidebar .lidropdown :before {
    font-size: 12px;
}

.slide-table {
    margin-bottom: 70px;
}

.imgreportgraph {
    position: absolute;
    left: -47px;
    top: 2px;
}

/*.reportsidebar .lidropdown .limenu.active :before {
font-size: 15px;
top: -10px;
position: relative;
}*/

.limenu.active .imgreportgraph {
    display: none;
}

.userimgpreview .thumbnail {
    max-width: 150px;
}

.navbar-brand img {
       max-width: 190px;
    margin-top: 0px;
    background-color: #fff;
    padding: 12px 10px 15px 17px;
	
}

.assignedMapping {
    color: #B5B5B5;
}

.chartofaccountlist.tablemake {
    margin-bottom: 130px;
}

.imgreportgraphactive {
    display: none;
}

.limenu.active .imgreportgraphactive {
    display: block;
    position: absolute;
    left: -47px;
    top: 2px;
}

.profileAccDetails {
    word-wrap: break-word;
}

/*ul.ulmenus li:hover > ul {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
display:block !important;
}
ul.ulmenus li > ul {
background:none repeat scroll 0 0 #FCFCFC;
border: 1px solid #ddd;
border-left: 0px;
left: 100%;
list-style: outside none none;
margin: 0;
position: absolute;
padding-left: 0px;
top: 0;
width: 200px;
z-index: -1;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
box-shadow:3px 3px 6px rgba(136, 136, 136, 0.15);
}*/
.ulmenus.scrollautoshow, .sidebar {
    overflow: visible !important;
}

.innerLevel_1 {
    height: auto !important;
}

    .innerLevel_1 li a {
        padding: 9px;
        display: inline-block;
        width: 100%;
    }

#sidermenu1 .innerLevel_1 li a {
    padding-left: 15px;
    font-size: 13px;
}


.bankmenu.active {
    background: #8877A9 !important;
    border-color: #8877A9 !important;
}

.salesmenu.active {
    background: #52BAB3 !important;
    border-color: #52BAB3 !important;
}

.purchasemenu.active {
    background: #d05454 !important;
    border-color: #d05454 !important;
}

.payroolmenu.active {
    background: #ecbb56 !important;
    border-color: #ecbb56 !important;
}

.accountsmenu.active {
    background: #4c87b9 !important;
    border-color: #4c87b9 !important;
}

.nav.ulmenus {
    border-right: 1px solid #ddd;
}

li.active .selectTriangle {
    background-image: none;
    float: right;
    position: absolute;
    right: -1px;
    top: 15px;
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px double transparent;
    border-bottom: 12px double transparent;
    border-left: 0;
    border-right: 7px solid #fff;
}

.open768 {
    display: none !important;
}

.levesubmenu {
    position: relative;
    background-color: #fcfcfc !important;
}

.leftborder {
    border-left: 1px solid #ddd !important;
}

.sidebarmodule .navbar-collapse .navtitle i {
    font-size: 12px !important;
}

.innerLevel_1 li:hover {
    background-color: #F8F8F8 !important;
}

.innerLevel_1 li a:hover {
    text-decoration: none !important;
}

/* Engagement Details*/

.msgDetails
{
font-size: 15px;
padding: 10px;
margin-bottom:20px;
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
border: 1px solid #bce8f1;
}
.labelfeilds
{
    float:left;
    width: 140px;
    color:#56aef3;
}

.selectradio
{
    float:left;
    margin-right:15px;
}
.clientsfeilds
{
    float:left;
    min-width:70%;
    margin-bottom:20px;
}
.clearbth
{
    clear:both;
}
.infodetails
{
margin: 10px 0px;
font-style: italic;
color: #848484;
}
.createnewclient
{
    float: left;
width: 100%;
margin-left: 30px;
}

.paneltas .panel-heading
{
color: #517EA5 !important;
}

.topsearch
{
    
}

.fa-banking:before {
  content: "\f19c";
}

.fa-sales:before {
  content: "\f07a";
}

.fa-purchases:before {
  content: "\f0d6";
}

.fa-payroll:before {
  content: "\f1c4";
}

.fa-accounting:before {
  content: "\f02d";
}

.fa-report:before {
  content: "\f201";
}
.fa-settings:before {
  content: "\f013";
}
.fa-accountants:before {
  content: "\f0c0";
}

.listmenuCircle {
display: block;
height: 18px;
width: 18px!important;
line-height: 18px!important;
-moz-border-radius: 30px;
border-radius: 30px;
color: #fff;
text-align: center;
font-size: 9px!important;
float: left;
margin-right: 10px;
}

.settingscolor {
background-color: #e2e2e2;
}
.accountantscolor {
background-color: #ca6342;
}

.accountingcolor {
    background-color: #4c87b9;
}

.reportcolor {
    background-color: #94aa6a;
}
.purchasescolor {
    background-color: #d05454;
}
.bankingcolor {
    background-color: #8877a9;
}


.ui-autocomplete-category {
			font-weight: bold;
			padding: .2em .4em;
			margin: .5em 0 .2em;
			line-height: 1;
		}	
.actionrowzs
{
    min-width:110px;
}
.actionrowzs li
{
    padding:5px 10px;
     font-weight:normal;
}
.actionrowzs li:hover
{
    background-color:#f5f5f5;
}
.actiontdCOA i
{
    margin-right:5px;
}

.joblisting table
{
    min-width:600px;
}

.profile-infoTop .title-profile
{
    margin-bottom:5px;
}
.balancebuetop dt
{
    font-weight:normal;
    color:#222222;
    font-size:11px;
}
.balancebuetop dd
{
    font-weight:bold;
    color:#222222;
    font-size:16px;
}
.balancebuetop 
{
    margin-top:15px;
}

.sectionmid-view .dl-horizontal dd
{
    color:#222 !important;
}
.profileAddress dd:first-child
{
    color:#222;
    font-weight:bold;
}

.section-totals dd
{
    color:#222;
}
.section-totals dt
{
    color:#666;
}
.addrsspaymnts
{
    float:left;
    margin-top:10px;
}
.samplefile
{
  color: #428bca !important; 
}
.trnsnmapGreen
{
    background-color:#F5FDE6;
}
.trnsnmapRed
{
    background-color:#FAECEC;

}
.daterowbv
{
  padding-left: 10px;
  color: #999;
}
.refnorow
{
  margin-left: 5px;
}
.transheadrow
{
      background-color:#f9f9f9;
}
.transactempTRow
{

}

table.TransactionCOATable.table-bordered td:last-child
{
    border-right-width: 1px;
}
table.TransactionCOATable tr:last-child
{
    border-bottom:1px solid #ddd !important;
}

.UserGuide_wrapper .navbar-brand img {margin-top:0;}
.UserGuide_wrapper #page-wrapper { padding-top:59px;}
.UserGuide_wrapper .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {    color: #fff;
    background: -webkit-linear-gradient(#4387FD, #4683EA)!important;
    background: -o-linear-gradient(#4387FD, #4683EA)!important;
    background: -moz-linear-gradient(#4387FD, #4683EA)!important;
    background: linear-gradient(#4387FD, #4683EA)!important;}
.UserGuide_wrapper .nav-pills>li>a { border-radius:0;}
@media(min-width:767px) and (max-width:768px) {
    .sidebar {
          top: 53px;
        box-shadow: none;
    }
          
}a.HelpCenter:hover{    background-color: #379837;
    color: #fff !important;
    padding: 7px 13px;
    border-radius: 5px;
    text-decoration: none;}
	  .HelpCenter{   background-color: #057ebc;
    color: #fff;
    padding: 7px 13px;
    border-radius: 5px;}
	a.HelpCenter:focus{color:#fff;}