﻿

body {
    font-family: 'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important;
    line-height: 21px;
}

.body {
    background: #1d2939;
    color: #636e7b;
}

.navbar-brand {
    height: 35px;
}

.tablecap {
   display:table-caption
}

.width100 {
    min-width: 100px !important;
}

.width120 {
    min-width: 120px !important;
}

.width300 {
    min-width: 300px !important;
}

.width33p {
    width: 33%;
}

.uppercase {
    text-transform: uppercase;
}

.block {
    display: block;
}

.width-100 {
    width: 100px !important;
}

.fullwidth .riTextBox {
    width: 400px;
}

.fullwidth {
    width: 100% !important;
}


.width-120 {
    width: 120px !important;
}

.letter2x .trv-report-viewer {
    letter-spacing: 1.5px;
}

.row0 {
    margin-left: 0px;
    margin-right: 0px;
}

section .analytical {
    background: transparent !important;
}

.largeModal {
    width: 800px;
}

.largeDialog {
    width: 800px;
}

.text-error {
    color: red;
}

.bold {
    font-weight: bold;
}

.mgroup .form-control {
    width: 50%;
}

.main-center {
    margin-left: auto;
    margin-right: auto;
}

.LeftPager {
    text-align: left;
}


.main-center td {
    padding: 3px;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px !important;
}

.ui-autocomplete {
    z-index: 5000;
}

.cntl-group {
    /*margin-bottom: 15px;*/
    min-height: 50px;
}

.cntl-txt-group {
    margin-bottom: 15px;
}

/*.cntl-group .date .form-control {
    margin-bottom: 0px;
}*/

.marginha {
    margin-left: auto;
    margin-right: auto;
}

.textEditor {
    line-height: 30px;
}

body.notfound,
body.signin {
    background: #e4e7ea;
}


.btn-success {
    background-color: #1CAF9A;
    border-color: #17a08c;
}

input, select, textarea {
    font-family: 'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important;
    color: #636e7b;
}

a:focus, a:active {
    outline: none;
}

h1, h2, h3, h4, h5 {
    font-family: 'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

/*strong {
    font-family: 'LatoBold';
    /*font-weight: normal;*/
}*/

/* preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e4e7ea;
    z-index: 10000;
}

.custompager span {
    color: yellow;
    font-weight: bold;
}

#status {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    font-size: 32px;
}



/********** 3. HEADER PANEL **********/
/*************************************/


.headerbar {
    border-left: 1px solid #eee;
    background: #fff;
}

    .headerbar::after {
        clear: both;
        display: block;
        content: '';
    }


/***** 3.1 HEADER LEFT *****/

.menutoggle {
    float: left;
    width: 50px;
    height: 50px;
    font-size: 22px;
    cursor: pointer;
    float: left;
    color: #1d2939;
    border-right: 1px solid #eee;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .menutoggle:hover {
        color: #1d2939;
        background-color: #f7f7f7;
    }

    .menutoggle .fa,
    .menutoggle .glyphicon {
        margin: 14px 0 0 15px;
    }

.searchform input {
    width: 250px;
    background: #fff url(../images/icon-search.png) no-repeat 95% center;
    float: left;
    padding: 18px 20px;
    border: 0;
    border-right: 1px solid #eee;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 50px;
    font-size: 14px;
}

    .searchform input:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #ddd;
    }

.searchform-left {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .searchform-left .form-control {
        border: 0;
        background: #131b26;
    }

.header-left {
    float: left;
}



/***** 3.2 HEADER RIGHT *****/

.header-right {
    float: right;
}

.headermenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .headermenu:after {
        clear: both;
        display: block;
        content: '';
    }

    .headermenu > li {
        display: inline-block;
        float: left;
        border-left: 1px solid #eee;
        position: relative;
    }

    .headermenu .dropdown-toggle {
        padding: 12px 10px;
        border-color: #fff;
        background: #fff;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 0;
    }

        .headermenu .dropdown-toggle:hover,
        .headermenu .dropdown-toggle:focus,
        .headermenu .dropdown-toggle:active,
        .headermenu .dropdown-toggle.active,
        .headermenu .open .dropdown-toggle.dropdown-toggle {
            background: #f9f9f9;
            color: #333;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .headermenu .dropdown-toggle img {
            vertical-align: middle;
            margin-right: 5px;
            width: 26px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
        }

        .headermenu .dropdown-toggle .caret {
            margin-left: 5px;
        }

    .headermenu .dropdown-menu {
        border: 0;
        margin-top: 0px;
        margin-right: -1px;
        -moz-border-radius: 2px 0 2px 2px;
        -webkit-border-radius: 2px 0 2px 2px;
        border-radius: 2px 0 2px 2px;
        -moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
        -webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
        box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
        padding: 5px;
    }

        .headermenu .dropdown-menu:after {
            border-bottom: 6px solid #1d2939;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            content: "";
            display: inline-block;
            right: 17px;
            position: absolute;
            top: -6px;
        }

    .headermenu .dropdown-grid .grid-list {
        padding: 20px;
    }

    .headermenu .dropdown-menu li {
        display: block;
        margin: 0;
        float: none;
        background: none;
        padding: 15px 5px;
    }


.VoucherReport, .AccountBalanceReport, .BalanceSheetReport {
    border: 0px !important;
}

.headermenu .dropdown-menu-usermenu li {
    padding: 0;
}

.headermenu .dropdown-menu-usermenu:after {
    right: 95px;
}

.headermenu .dropdown-menu li a {
    color: #94989d;
    font-size: 13px;
    padding: 7px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .headermenu .dropdown-menu li a:hover {
        background: #1caf9a;
        color: #fff;
    }

.headermenu .dropdown-menu li i {
    font-size: 11px;
    margin-right: 5px;
}

.headermenu .dropdown-menu-head {
    padding: 0;
    min-width: 300px;
}

.headermenu .tp-icon {
    padding: 12px 15px;
    height: 50px;
    font-size: 16px;
    background: #fff;
    color: #333;
    border-color: #fff;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .headermenu .tp-icon + .dropdown-menu:after {
        right: 17px;
    }

.headermenu .chat-icon {
    border-right: 0;
}

.headermenu .dropdown-menu-usermenu {
    background: #1d2939;
    min-width: 200px;
}

.headermenu .dropdown-menu-head ul {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 0 10px;
}

.headermenu .dropdown-menu-head li a {
    color: #333;
    padding: 0;
    opacity: 1;
}

    .headermenu .dropdown-menu-head li a:hover {
        background: none;
        color: #428BCA;
        text-decoration: none;
    }

.headermenu .btn-group {
    margin-bottom: 0;
}

.dropdown-list li {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

    .dropdown-list li:last-child {
        border-bottom: 0;
    }

.dropdown-list .thumb {
    width: 36px;
    float: left;
}

    .dropdown-list .thumb img {
        width: 100%;
        display: block;
        vertical-align: middle;
    }

.dropdown-list .desc {
    margin-left: 45px;
    display: block;
}

    .dropdown-list .desc h5 {
        font-size: 13px;
        margin-top: 7px;
    }

.dropdown-list li:last-child {
    padding: 7px 5px;
}

.dropdown-list li .badge {
    float: right;
}

.user-list {
    width: 300px;
}

.gen-list li a {
    display: block;
}

    .gen-list li a:hover {
        color: #333 !important;
        text-decoration: none;
    }

.gen-list li .name {
    font-size: 13px;
    font-family: 'LatoBold','Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
    line-height: 21px;
    display: block;
}

.gen-list li .msg {
    font-size: 11px;
    line-height: normal;
    color: #999;
    display: block;
}





/********** 4. LEFT PANEL **********/
/***********************************/

.leftpanel {
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.sticky-leftpanel {
    position: fixed;
    height: 100%;
    overflow-y: auto;
}

.logopanel {
    padding: 4px 10px;
    background: #fff;
}

    .logopanel .title {
        margin-bottom: 0px;
        text-align: center;
    }

.linkLabel {
    cursor: pointer;
}

.logopanel h1 {
    font-size: 30px;
    font-family: 'LatoBold', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
    letter-spacing: -1.5px;
    color: #1d2939;
    line-height: 30px;
    margin: 0;
}

    .logopanel h1 span {
        color: #1caf9a;
    }

.leftpanelinner {
    padding: 5px 15px;
}

.leftpanel .searchform {
    display: none;
}

    .leftpanel .searchform::after {
        content: '';
        display: block;
        clear: both;
    }

    .leftpanel .searchform input {
        padding: 10px;
        height: auto;
        width: 100%;
        margin: 5px 0 20px 0;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

.leftpanel .userlogged {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: none;
}

    .leftpanel .userlogged .media-object {
        width: 40px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        float: left;
        border: 2px solid #1CAF9A;
        padding: 2px;
        margin-left: 2px;
    }

    .leftpanel .userlogged .media-body {
        margin-left: 50px;
        color: #ccc;
    }

        .leftpanel .userlogged .media-body h4 {
            font-size: 15px;
            margin: 0;
        }

        .leftpanel .userlogged .media-body span {
            font-style: italic;
            font-size: 11px;
            opacity: 0.5;
        }



/***** 4.1 NAVIGATION STYLES *****/


.sidebartitle {
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 10px;
}

.nav-bracket {
    margin-bottom: 30px;
}

    .nav-bracket > li > a {
        color: #8f939e;
        padding: 7px 10px;
    }

        .nav-bracket > li > a:hover,
        .nav-bracket > li > a:active,
        .nav-bracket > li > a:focus {
            background-color: #fff;
            color: #1d2939;
            -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
            -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
            box-shadow: 0 3px 0 rgba(0,0,0,0.2);
        }

    .nav-bracket > li.nav-parent > a {
        background: transparent url(../images/plus-white.png) no-repeat 92% center;
    }

        .nav-bracket > li.nav-parent > a:focus {
            background-color: none;
            color: #8F939E;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .nav-bracket > li.nav-parent > a:hover,
        .nav-bracket > li.nav-parent > a:active {
            color: #1d2939;
            background-color: #fff;
            background-image: url(../images/plus.png);
        }

    .nav-bracket > li.nav-active > a {
        background-color: #fff;
        background-image: url(../images/minus.png);
        color: #1d2939;
        -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
        box-shadow: 0 3px 0 rgba(0,0,0,0.2);
    }

        .nav-bracket > li.nav-active > a:hover {
            background-image: url(../images/minus.png);
            background-repeat: no-repeat;
        }

        .nav-bracket > li.nav-active > a:focus {
            color: #1d2939;
        }

    .nav-bracket > li.active > a,
    .nav-bracket > li.active > a:hover,
    .nav-bracket > li.active > a:focus {
        background-color: #1caf9a;
        color: #fff;
    }

    .nav-bracket > li.active > a {
        -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
        box-shadow: 0 3px 0 rgba(0,0,0,0.2);
    }

    .nav-bracket > li.nav-parent.active > a {
        background-image: url(../images/plus.png);
    }

    .nav-bracket > li.nav-active.active > a {
        background-image: url(../images/minus.png);
    }

        .nav-bracket > li.nav-active.active > a:hover {
            background-image: url(../images/minus.png);
        }

    .nav-bracket li .fa,
    .nav-bracket li .glyphicon {
        font-size: 16px;
        vertical-align: middle;
        margin-right: 10px;
        width: 16px;
        text-align: center;
    }

    .nav-bracket > li > a > .badge {
        margin-top: 2px;
    }

    .nav-bracket .children {
        list-style: none;
        display: none;
        margin: 5px 0;
        padding: 0;
    }

        .nav-bracket .children > li > a {
            color: #94989d;
            font-size: 13px;
            display: block;
            padding: 5px 0 5px 27px;
            -moz-transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
        }

            .nav-bracket .children > li > a > span {
                margin-top: 2px;
            }

            .nav-bracket .children > li > a:hover,
            .nav-bracket .children > li > a:active,
            .nav-bracket .children > li > a:focus {
                text-decoration: none;
                color: #1caf9a;
            }

        .nav-bracket .children > li .fa {
            font-size: 12px;
            opacity: 0.5;
            margin-right: 5px;
            text-align: left;
            width: auto;
            vertical-align: baseline;
        }

        .nav-bracket .children > li.active > a {
            color: #1caf9a;
        }

        .nav-bracket .children ul {
            margin-left: 12px;
            border: 0;
        }



/***** 4.2 INFO SUMMARY *****/


.infosummary {
    margin: 30px 0;
}

    .infosummary ul {
        padding: 0;
        margin: 20px 0 0;
        list-style: none;
        border-top: 1px solid rgba(255,255,255,0.05);
    }

    .infosummary li {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }

        .infosummary li:after {
            clear: both;
            display: block;
            content: '';
        }

    .infosummary .datainfo {
        float: left;
        line-height: normal;
    }

        .infosummary .datainfo h4 {
            margin: 0;
            font-size: 16px;
            color: #fff;
            opacity: 0.7;
        }

    .infosummary span {
        font-size: 11px;
        line-height: normal;
        text-transform: uppercase;
        font-size: 10px;
        opacity: 0.4;
    }

    .infosummary .chart {
        float: right;
        margin-top: 5px;
        opacity: 0.6;
    }



/********** 5. MAIN PANEL **********/
/***********************************/

.mainpanel {
    /*margin-left: 240px;*/
    background: #e4e7ea;
    min-height: 1000px;
}

.pageheader {
    padding: 15px;
    border-bottom: 1px solid #d3d7db;
    border-top: 1px solid #eee;
    background: #f7f7f7;
    position: relative;
}

    .pageheader h2 {
        font-size: 28px;
        color: #1D2939;
        letter-spacing: -0.5px;
        margin: 0;
    }

    .pageheader .glyphicon,
    .pageheader .fa {
        font-size: 24px;
        margin-right: 5px;
        padding: 6px 7px;
        border: 2px solid #1D2939;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }

        .pageheader .fa.fa-pencil {
            padding: 6px 9px;
        }

        .pageheader .fa.fa-hand-o-up {
            padding: 6px 9px 6px 7px;
        }

    .pageheader .fa-file-o {
        padding: 6px 10px;
    }

    .pageheader .fa-user {
        padding: 6px 10px;
    }

    .pageheader .fa-file-text {
        padding: 6px 10px;
        `;
    }

    .pageheader .fa-map-marker {
        padding: 6px 12px;
    }

    .pageheader .fa-dollar {
        padding: 6px 12px;
    }

    .pageheader .fa-clock-o {
        padding: 6px 8px;
    }

    .pageheader h2 span {
        font-size: 13px;
        text-transform: none;
        color: #999;
        font-style: italic;
        vertical-align: middle;
        letter-spacing: 0;
    }

        .pageheader h2 span::before {
            content: '/';
            margin: 0 10px 0 5px;
            color: #ccc;
        }

    .pageheader .breadcrumb-wrapper {
        position: absolute;
        top: 23px;
        right: 25px;
    }

        .pageheader .breadcrumb-wrapper .label {
            color: #999;
            text-transform: uppercase;
            font-size: 11px;
            font-weight: normal;
            display: inline-block;
        }

    .pageheader .breadcrumb {
        background: none;
        display: inline-block;
        padding: 0;
    }

        .pageheader .breadcrumb li {
            font-size: 12px;
        }

            .pageheader .breadcrumb li.active {
                color: #333;
            }

.contentpanel {
    padding: 20px;
    position: relative;
}

    .contentpanel::after {
        clear: both;
        display: block;
        content: '';
    }

form .form-group:last-child {
    margin-bottom: 0;
}

.row-pad-5 {
    margin-left: -5px;
    margin-right: -5px;
}

    .row-pad-5 [class*="col-lg"],
    .row-pad-5 [class*="col-md"],
    .row-pad-5 [class*="col-sm"] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

.subtitle {
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    font-family: 'LatoBold';
    margin-bottom: 15px;
    margin-top: 0;
}

.subtitle-lined {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
}

p {
    margin-bottom: 10px;
}


/********** 9. TABLES **********/
/*******************************/



.dataTables_length .chosen-container {
    min-width: 75px;
}

.dataTables_length .chosen-container-single .chosen-single {
    padding-right: 0;
}

.table-action {
    text-align: center;
}

.table-action-hide a {
    opacity: 0;
}

.table-action a,
.table-action-hide a {
    display: inline-block;
    margin-right: 5px;
    color: #666;
}

    .table-action a:hover,
    .table-action-hide a:hover {
        color: #333;
    }

    .table-action a:last-child,
    .table-action-hide a:last-child {
        margin-right: 0;
    }

.table-primary thead tr th {
    background-color: #428BCA;
}

.table-success thead tr th {
    background-color: #1CAF9A;
}

.table-warning thead tr th {
    background-color: #F0AD4E;
}

.table-danger thead tr th {
    background-color: #D9534F;
}

.table-info thead tr th {
    background-color: #5BC0DE;
}

.table-dark thead tr th {
    background-color: #1D2939;
}

.table.table-primary thead tr th,
.table.table-success thead tr th,
.table.table-danger thead tr th,
.table.table-warning thead tr th,
.table.table-info thead tr th,
.table.table-dark thead tr th {
    color: #fff;
    border-bottom: 0;
}

.table-bordered.table-primary thead tr th,
.table-bordered.table-success thead tr th,
.table-bordered.table-warning thead tr th,
.table-bordered.table-danger thead tr th,
.table-bordered.table-info thead tr th,
.table-bordered.table-dark thead tr th {
    border-color: rgba(255,255,255,0.2);
}


/***** 10.12 SIGN IN *****/


.signinpanel {
    width: 780px;
    margin: 10% auto 0 auto;
}

    .signinpanel .logopanel {
        float: none;
        width: auto;
        padding: 0;
        background: none;
    }

    .signinpanel .signin-info ul {
        list-style: none;
        padding: 0;
        margin: 20px 0;
    }

    .signinpanel .form-control {
        display: block;
        margin-top: 15px;
    }

    .signinpanel .uname {
        background: #fff url(../images/user.png) no-repeat 95% center;
    }

    .signinpanel .pword {
        background: #fff url(../images/locked.png) no-repeat 95% center;
    }

    .signinpanel .btn {
        margin-top: 15px;
    }

    .signinpanel .loginform {
        background: rgba(255,255,255,0.2);
        border: 1px solid #ccc;
        -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
        -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
        box-shadow: 0 3px 0 rgba(12,12,12,0.03);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 30px;
    }

        .signinpanel .loginform a {
            color: #666;
        }





/********** 11. LEFT PANEL COLLA*PSED *********




/********** 11. LEFT PANEL COLLAPSED **********/
/**********************************************/



.leftpanel-collapsed .logopanel {
    display: none;
}

.leftpanel-collapsed .headerbar {
    margin-left: -50px;
}

.leftpanel-collapsed .leftpanel {
    width: 50px;
    top: 50px;
}

.leftpanel-collapsed .leftpanelinner {
    padding: 0;
}

    .leftpanel-collapsed .leftpanelinner .sidebartitle {
        display: none;
    }

.leftpanel-collapsed .nav-bracket {
    margin: 5px;
}

    .leftpanel-collapsed .nav-bracket li a {
        text-align: center;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        padding: 10px;
        position: relative;
    }

    .leftpanel-collapsed .nav-bracket > li > a:hover {
        border-radius: 2px 0 0 2px;
    }

    .leftpanel-collapsed .nav-bracket > li.nav-parent > a {
        background-image: none;
    }

    .leftpanel-collapsed .nav-bracket > li > a > span:last-child {
        position: absolute;
        background: #fff;
        padding: 10px 10px 10px 5px;
        left: 40px;
        top: 0;
        min-width: 209px;
        text-align: left;
        z-index: 100;
        display: none;
        -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
        -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
        box-shadow: 0 3px 0 rgba(12,12,12,0.03);
        -moz-border-radius: 0 2px 2px 0;
        -webkit-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
    }

    .leftpanel-collapsed .nav-bracket > li > a .badge {
        display: none;
    }

    .leftpanel-collapsed .nav-bracket > li.active > a > span:last-child {
        -moz-border-radius: 0 2px 0 0;
        -webkit-border-radius: 0 2px 0 0;
        border-radius: 0 2px 0 0;
    }

    .leftpanel-collapsed .nav-bracket ul {
        display: none;
    }

    .leftpanel-collapsed .nav-bracket > li.nav-hover > a {
        background: #fff;
        color: #1d2939;
    }

    .leftpanel-collapsed .nav-bracket > li.nav-hover.active > a {
        background: #1CAF9A;
        color: #fff;
    }

    .leftpanel-collapsed .nav-bracket > li.nav-hover > a > span:last-child {
        display: block;
    }

    .leftpanel-collapsed .nav-bracket > li.nav-hover.active > a > span:last-child {
        background: #1CAF9A;
        color: #fff;
    }

    .leftpanel-collapsed .nav-bracket li.nav-hover ul {
        display: block;
        position: absolute;
        top: 41px;
        left: 45px;
        margin: 0;
        min-width: 204px;
        background: #1d2939;
        z-index: 100;
        -moz-border-radius: 0 0 2px 0;
        -webkit-border-radius: 0 0 2px 0;
        border-radius: 0 0 2px 0;
    }

    .leftpanel-collapsed .nav-bracket ul a {
        text-align: left;
        padding: 6px 10px;
        padding-left: 0;
    }

        .leftpanel-collapsed .nav-bracket ul a:hover {
            background: none;
        }

    .leftpanel-collapsed .nav-bracket li a i {
        margin-right: 0;
    }

.leftpanel-collapsed .mainpanel {
    margin-left: 50px;
}

.leftpanel-collapsed .infosummary {
    display: none;
}

.leftpanel-collapsed .sticky-leftpanel {
    overflow-y: visible;
}

.leftpanel-collapsed .nav-bracket .children {
    display: none;
}




/********** 12. RIGHT PANEL STYLES **********/
/********************************************/


.chat-view {
    margin-right: 240px;
}

.rightpanel {
    width: 240px;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    right: -240px;
    display: none;
}

.chat-view .rightpanel {
    display: block;
    right: 0;
}

.chat-relative-view {
    right: 240px;
}

    .chat-relative-view .rightpanel {
        display: block;
        right: 0;
    }

.rightpanel,
.rightpanel label {
    color: #999;
}

    .rightpanel .nav-tabs {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #131d29;
        position: fixed;
        width: 240px;
    }

        .rightpanel .nav-tabs > li {
            display: table-cell;
            width: 1%;
        }

            .rightpanel .nav-tabs > li > a {
                padding: 15px 20px 16px 20px;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
                color: rgba(255,255,255,0.5);
            }

        .rightpanel .nav-tabs > .active > a,
        .rightpanel .nav-tabs > .active > a:hover,
        .rightpanel .nav-tabs > .active > a:focus {
            background: #1D2939;
            color: #fff;
        }

    .rightpanel .tab-content {
        background: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 45px;
    }

.chatuserlist {
    list-style: none;
    padding: 0;
    border-bottom: 1px dotted rgba(255,255,255,0.05);
}

    .chatuserlist li {
        border-top: 1px dotted rgba(255,255,255,0.05);
    }

    .chatuserlist .media-thumb {
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        border: 2px solid #999;
        padding: 3px;
        display: block;
    }

    .chatuserlist .media {
        margin: 10px 0;
        padding: 0;
    }

    .chatuserlist .online .media-thumb {
        border-color: #1CAF9A;
    }

    .chatuserlist .media-object {
        width: 30px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }

    .chatuserlist .media-body {
        line-height: normal;
        padding-top: 7px;
    }

        .chatuserlist .media-body small {
            color: #666;
            display: block;
        }

        .chatuserlist .media-body strong {
            color: #bbb;
            font-size: 13px;
            margin-bottom: 4px;
            display: block;
        }

    .chatuserlist .badge {
        margin-top: 5px;
    }

.rightpanel .pane-settings {
    font-size: 13px;
}


/********** 13. HORIZONTAL MENU **********/
/*****************************************/


.horizontal-menu {
    margin: 0;
}

    .horizontal-menu .menutoggle {
        display: none;
    }

    .horizontal-menu .leftpanel {
        display: none;
    }

    .horizontal-menu .mainpanel {
        margin: 0;
        width: 100%;
        overflow: hidden;
    }

    .horizontal-menu.chat-view .mainpanel {
        margin-left: -240px;
    }

.headerbar .logopanel {
    float: left;
    width: 240px;
    border-right: 1px solid #eee;
}

.horizontal-menu.chat-view .navhor-bracket {
    padding: 0;
}

.headerbar .topnav {
    float: left;
    margin: 0;
}

    .headerbar .topnav > ul {
        padding: 0;
        margin: 0;
        float: left;
    }

        .headerbar .topnav > ul > li {
            margin: 0;
            float: left;
        }

            .headerbar .topnav > ul > li > a {
                padding: 15px 15px 12px 15px;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
                text-transform: uppercase;
                font-size: 10px;
                color: #666;
                font-family: 'LatoBold', sans-serif;
            }

                .headerbar .topnav > ul > li > a:hover,
                .headerbar .topnav > ul > li > a:focus,
                .headerbar .topnav > ul > li.open > a,
                .headerbar .topnav > ul > li.active > a {
                    box-shadow: 0 3px 0 #1CAF9A;
                    color: #1CAF9A;
                    background: none;
                }

                .headerbar .topnav > ul > li > a i {
                    margin-right: 5px;
                }

                .headerbar .topnav > ul > li > a .badge {
                    margin-left: 10px;
                }

            .headerbar .topnav > ul > li .dropdown-menu {
                margin-top: 2px;
                -moz-border-radius: 0 0 3px 3px;
                -webkit-border-radius: 0 0 3px 3px;
                border-radius: 0 0 3px 3px;
            }

                .headerbar .topnav > ul > li .dropdown-menu > li > a {
                    padding: 6px 10px;
                    font-size: 13px;
                }

                    .headerbar .topnav > ul > li .dropdown-menu > li > a:hover {
                        background: #1CAF9A;
                        color: #fff;
                    }

                .headerbar .topnav > ul > li .dropdown-menu i {
                    display: none;
                }




/********** 14. FIXED WIDTH **********/
/*************************************/



.fixed {
    background: #c9cccf;
}

    .fixed section {
        margin: auto;
        /*max-width: 1050px;
    position: relative;*/
        /*background: #1D2939;*/
        background: white;
    }

    .fixed .rightpanel {
        background: #1D2939;
    }

.fixed-noleft .leftpanel {
    display: none;
}

.fixed-noleft .mainpanel {
    margin-left: 0;
}

.fixed-noleft.chat-view .headerbar {
    margin-left: 0;
}

.fixed-noleft.chat-view .logopanel {
    display: block;
}

.fixed-noleft .menutoggle {
    display: none;
}

.pageTitle {
    border-bottom: 2.5px double gray !important;
    margin-bottom: 10px;
    height: 35px;
}

    .pageTitle h3 {
        margin-top: 10px;
        float: left;
        display: block;
        vertical-align: middle;
    }

    .pageTitle h4 {
        margin-top: 6px;
        float: left;
        display: block;
        vertical-align: middle;
    }

    .pageTitle .titleButton {
        margin-right: 5px;
        text-align: right;
        float: right;
        display: inline-block;
    }


.headerbar ul  a {
    padding: 7px 15px 7px 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 10px;
    color: #666;
    font-family: 'LatoBold', sans-serif;
}

.vsmall
{
    font-size: 10px;
}

.webgrid .riTextBox
{
    height: auto !important;
}

.mainTable {
    width: 100%;
}

    .mainTable td, .mainTable th {
        padding: 5px;
        vertical-align: middle;
    }


.subTable td, .subTable th {
    padding: 5px;
    vertical-align: middle;
}



.mainGrid {
    border: 1px solid lightgray;
}

.marginArea {
    padding: 5px;
}

.marginv5 {
    margin: 5px 0px;
}

.margint7 {
    margin-top: 7px;
}

.margint15 {
    margin-top: 15px;
}

.marginb10 {
    margin-bottom: 10px;
}

.mainGrid td, .mainGrid th {
    padding: 5px;
}

.input-label .input-group
{
    margin-bottom: 10px;
}

.fa-bottom-stack {
    left: 5px;
    top: 5px;
}

.loginBox {
    background: whitesmoke;
    border-radius: 5px;
    padding: 5px 20px 5px 20px;
}

.inline {
    display: inline;
}

.large {
    font-size: large;
}

.marginv15 {
    margin: 15px auto;
}





/***** 17.6 CUSTOM STYLES *****/

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.nomargin {
    margin: 0;
}

.noshadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.border-right-0 {
    border-right: 0;
}

.border-left-0 {
    border-left: 0;
}

.nopadding {
    padding: 0 !important;
}

.padding-top-0 {
    padding-top: 0;
}

.paddingr0 {
    padding-right: 0;
}

.paddingl0 {
    padding-left: 0;
}

.padding0 {
    padding: 0px;
}

.paddingh0
{
    padding-left: 0px;
    padding-right: 0px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.paddingt10 {
    padding-top: 10px;
}

.serif {
    font-family: 'Georgia, serif';
}

.italic {
    font-style: italic;
}

.dark {
    color: #333;
}

.width100p {
    width: 100%;
}

.width100i {
    width: 100% !important;
}

.width20 {
    width: 20px;
}

.width30 {
    width: 30px;
}

.inblock {
    display: inline-block;
}



/********** 18. MEDIA QUERIES **********/
/***************************************/


@media screen and (max-width: 1024px) {

    body {
        position: relative;
    }

    .leftpanel {
        display: none;
    }

    .mainpanel {
        margin-left: 0;
        width: 100%;
    }

    .leftpanel-collapsed .leftpanel {
        display: none;
    }

    .leftpanel-collapsed .mainpanel {
        margin-left: 0;
    }

    .leftpanel-collapsed .headerbar {
        margin-left: 0;
    }

    .leftpanel-show section {
        overflow-x: hidden;
    }

    .leftpanel-show .leftpanel {
        display: block;
    }

    .leftpanel-show .mainpanel {
        margin-left: 240px;
    }

    .stickyheader .headerbar {
        left: 0;
    }

    .stickyheader.leftpanel-show .headerbar {
        left: 240px;
    }

    .stickyheader.chat-relative-view .headerbar {
        right: 240px;
        left: auto;
    }

    .stickyheader .header-right {
        margin-right: 0;
    }

    .btn-demo {
        margin-bottom: 20px;
    }

    .leftpanelinner {
        padding: 5px 10px;
    }

        .leftpanelinner .searchform input {
            background: #131b26;
            border: 0;
        }

    /* horizontal menu related */
    .nav-horizontal {
        position: relative;
    }

    .horizontal-menu .menutoggle {
        display: block;
    }

    .horizontal-menu .headerbar .logopanel {
        display: none;
    }

    .nav-horizontal .caret {
        display: none;
    }

    .horizontal-menu .header-left,
    .horizontal-menu .topnav {
        float: none;
    }

    .horizontal-menu-sidebar .header-left,
    .horizontal-menu-sidebar .topnav {
        float: none;
    }

    .fixed-noleft .menutoggle {
        display: block;
    }

    .fixed-noleft .headerbar .logopanel {
        display: none;
    }

    .fixed-noleft .header-left,
    .fixed-noleft .topnav {
        float: none;
    }
}

@media screen and (max-width: 767px) {

    .searchform {
        position: relative;
    }

    .headermenu li:nth-child(4) {
        display: none;
    }

    .leftpanel .searchform,
    .leftpanel .userlogged {
        display: block;
    }

    .breadcrumb-wrapper {
        display: none;
    }

    .headermenu .dropdown-menu:after {
        display: none;
    }

    .rightpanel .nav-tabs.nav-justified > li > a,
    .rightpanel .nav-justified > li > a {
        margin-bottom: 0;
    }

    .panel-email .col-sm-3 {
        display: none;
    }
}

@media screen and (max-width: 640px) {

    .notfoundpanel {
        width: auto;
        padding: 0 20px;
    }

        .notfoundpanel h1 {
            font-size: 72px;
            line-height: 72px;
        }

        .notfoundpanel h3 {
            font-size: 14px;
            line-height: normal;
        }

    .notfound h4 {
        font-size: 12px;
        line-height: 18px;
    }

    .notfoundpanel form {
        width: auto;
    }

    .notfoundpanel .form-control {
        float: none;
        width: 100%;
    }

    .notfoundpanel .btn {
        margin-top: 10px;
        width: 100%;
    }

    .signinpanel,
    .signuppanel {
        margin: 0 auto;
        width: 480px;
        padding: 20px;
    }

        .signinpanel form {
            margin-top: 20px;
        }

    .signup-footer {
        margin-bottom: 10px;
    }

    .signuppanel .form-control {
        margin-bottom: 10px;
    }

    .signup-footer .pull-left,
    .signup-footer .pull-right {
        float: none !important;
        text-align: center;
    }

    .widget-quick-status-post .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
        margin-bottom: -5px;
    }

        .widget-quick-status-post .nav-tabs.nav-justified > li a {
            margin: 0;
        }

    .nav-tabs.nav-justified.nav-profile > li {
        float: none;
        margin-bottom: 0;
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified.nav-profile > li a {
            margin: 0;
            -moz-border-radius: 3px 3px 0 0;
            -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
        }

    .dataTables_info {
        float: none !important;
        text-align: center;
        margin-bottom: 10px;
    }

    .dataTables_paginate {
        margin-bottom: 10px;
        text-align: center !important;
        float: none !important;
    }

    .paginate_disabled_previous,
    .paginate_enabled_previous,
    .paginate_disabled_next,
    .paginate_enabled_next {
        float: none !important;
    }

    .dataTables_filter,
    .dataTables_length {
        float: none !important;
        padding: 10px 0 0 10px;
        margin: auto !important;
        display: inline-block;
    }

    .table.dataTable th,
    .table.dataTable td {
        font-size: 13px;
        min-width: 150px;
    }

    .paging_full_numbers {
        min-width: 500px;
        margin: 0 0 10px 10px;
    }

        .paging_full_numbers:after {
            clear: both;
            display: block;
            content: '';
        }
}

@media screen and (max-width: 480px) {

    .signinpanel,
    .signuppanel {
        width: 360px;
    }

    .panel-email .pull-right {
        float: none !important;
    }

    .pageheader h2 {
        font-size: 18px;
    }

    .pageheader .glyphicon,
    .pageheader .fa {
        font-size: 18px;
    }

    .pageheader h2 span {
        font-size: 11px;
    }

    .fc-header td {
        display: block !important;
        text-align: center;
        width: 100%;
        border: 1px solid #eee;
        padding: 10px !important;
        margin-top: -1px;
    }

    .fc-button {
        padding: 2px 5px !important;
        margin: 0 !important;
    }

    .fc-header-title h2 {
        margin: 0 !important;
    }

    .filemanager-options li {
        padding: 5px 7px;
    }

    .filemanager-options .filter-type {
        display: block;
        float: none;
        border-top: 1px solid #eee;
    }

    .comment-list .media-object {
        width: 30px;
        padding: 2px;
    }

    .comment-list .media > .pull-left {
        margin: 0;
    }

    .comment-list h4 {
        font-size: 13px;
    }

    .comment-list .reply {
        font-size: 10px;
        padding: 2px 5px;
    }

    .comment-list .media-body {
        font-size: 12px;
        line-height: 18px;
    }

    .blog-content form {
        margin-bottom: 20px;
    }

    .letter-list {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .letter-list::after {
            clear: both;
            display: block;
            content: '';
        }

        .letter-list li {
            float: left;
            width: auto;
            display: inline-block;
        }

            .letter-list li a {
                display: block;
                padding: 2px 5px;
            }

    .btn-invoice:before {
        display: block;
        content: '';
        clear: both;
    }

    .btn-invoice .btn {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .nav-tabs.nav-justified.nav-profile > li a {
        font-size: 13px;
        padding: 14px 10px;
    }

    #bloglist > div {
        padding: 0;
        margin: 0;
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 360px) {

    .pageheader h2 span {
        display: none;
    }

    .blog-title {
        font-size: 14px;
        line-height: 18px;
    }

    .blog-summary {
        font-size: 12px;
        line-height: 18px;
    }

        .blog-summary .btn {
            padding: 2px 5px;
            display: block;
            width: 100%;
        }

    .headermenu li:first-child .dropdown-menu {
        margin-right: -130px;
    }

    .headermenu li:nth-child(2) .dropdown-menu {
        margin-right: -85px;
    }

    .headermenu li:nth-child(3) .dropdown-menu {
        margin-right: -37px;
    }

    .nav-tabs.nav-justified.nav-profile > li {
        float: none;
        display: block;
        width: auto;
    }

    .blog-media .media-body {
        overflow: visible;
    }

    .follower-list .btn {
        display: block;
        margin: 0 0 5px 0;
        width: 100%;
    }

    .filemanager-options li {
        display: block;
        border-top: 1px solid #eee;
    }

        .filemanager-options li:first-child {
            border-top: 0;
        }

    .authorpanel .media-object {
        width: 80px;
        margin-right: 10px;
    }

    .people-item .media-object {
        width: 80px !important;
        height: 80px !important;
    }

    .pagination {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 320px) {

    .signinpanel,
    .signuppanel {
        width: 310px;
    }
}



.linkLabel[bubbletooltip]:link, a[bubbletooltip]:visited {
    text-decoration: none;
    position: relative;
    color: black;
}

.linkLabel[bubbletooltip]::after(1) {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #292f45;
    visibility: hidden;
    margin-top: -5px;
    margin-left: 0px;
}

.linkLabel[bubbletooltip]::before {
    position: absolute;
    content: attr(bubbletooltip);
    font-weight: bold;
    margin-top: -35px;
    margin-left: 0px;
    background: #292f45;
    color: #FFFFFF;
    padding: 5px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    white-space: nowrap;
    visibility: hidden;
}

.linkLabel[bubbletooltip]:hover:before, .linkLabel[bubbletooltip]:hover:after {
    visibility: visible;
    -moz-transition: visibility 0s linear .3s;
}


.progressmodal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 180px;
    /*background-color: White;
    border-radius: 10px;*/
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center img {
        width: 160px;
    }


/* *****************Sub Menu Bootstrap ************************  */

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


/*End Sub Menu Bootstrap*/


.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}


.col-gk-48 {
    width: 48%;
}

.col-gk-4 {
    width: 4%;
    padding: 5px 3px;
}

.rgDataDiv {
    overflow-y: hidden !important;
    height: 100% !important;
}

.RadDropDownList {
    width: 100% !important;
}

.RadInput, .RadComboBox, .RadAutoCompleteBox {
    width: 100% !important;
}


    .RadComboBox .rcbInput {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 1.42857143em;
        border: 0;
        box-shadow: none;
        outline: 0;
        color: inherit;
        background: 0;
        font: inherit;
        display: inline-block;
        -webkit-appearance: none;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

.form-control .rcbInputCell {
    background: transparent !important;
}

.xoverflow
{
    overflow-x: auto;
}

.RadGrid .rgRow > td, .RadGrid .rgAltRow > td, .RadGrid .rgEditRow > td, .RadGrid .rgFooter > td, .RadGrid .rgFilterRow > td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

div.RadUpload .ruBrowse {
    background-position: 0 -46px;
    width: 115px !important;
}

div.RadUpload .ruFileWrap .ruButtonHover.ruButtonFocus,
div.RadUpload .ruFileWrap .ruButtonFocus,
div.RadUpload .ruFileWrap .ruButtonHover {
    background-position: 100% -46px;
}

div.RadUpload.RadUpload .ruBrowse,
div.RadUpload.RadUpload .ruBrowse {
    background-position: 0 0;
}


.border {
    border: solid 1px lightgray;
    border-radius: 4px;
    background: white;
}


.dropdown-submenu1 {
    position: relative;
}

    .dropdown-submenu1:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu1 > a:after {
        display: block;
        content: " ";
        float: left;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 5px 5px 0;
        border-right-color: #999;
        margin-top: 5px;
        margin-right: 10px;
    }

    .dropdown-submenu1:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu1.pull-left {
        float: none;
    }

        .dropdown-submenu1.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 6px 6px 6px;
            -moz-border-radius: 6px 6px 6px 6px;
            border-radius: 6px 6px 6px 6px;
        }

.dropdown-menu-right {
    margin-left: 0;
}

.border1 {
    border: solid lightgray 1px;
}

.border0
{
    border: none;
}

.badge-entry {
    margin: -8px auto;
    display: table;
    background-color: #333;
}

.control-label .form-control, .control-label .telerik-control {
    margin-bottom: 10px !important;
}

.control-label2 .form-control {
    min-height:40px
}

.telerik-control {
    height: 30px !important;
    padding: 6px 12px !important;
}

.paddingb10
{
    padding-bottom: 10px;
}

.navbar-toggle .icon-bar {
    color: black;
    background: black;
}

.rgAdvPart .RadInput, .rgAdvPart .RadInput .riTextBox {
    width: 40px !important;
    height: auto !important
}

.absoluteModal
{
    position: absolute !important;
}

.smallmodal
{
    width: 300px;
    margin: 0px;
}

.box {
    display: inline-block;
}

.box {
    vertical-align: top;
}

.gridheader {
    color: White;
    background-color: #1D2939;
    font-weight: bold;
    font-size: small;
    padding-top: 5px;
}

.gridrow {
    background-color: White;
    padding-top: 5px;
    font-size: small;
}

