html {
  overflow-y: scroll; 
}
body {
    background: #f1f2f6;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    padding-top: 60px;
    font-family: 'Trebuchet MS';

}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    /*font-family: inherit;*/
    font-family: "Trebuchet MS";
    font-weight: bold;
    margin: 0;
    text-rendering: optimizelegibility;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        color: #999999;
        font-weight: normal;
    }

h1 {
    font-size: 30px;
    line-height: 36px;
}

    h1 small {
        font-size: 18px;
    }

h2 {
    font-size: 24px;
    line-height: 36px;
}

    h2 small {
        font-size: 18px;
    }

h3 {
    font-size: 18px;
    line-height: 27px;
}

    h3 small {
        font-size: 14px;
    }

h4, h5, h6 {
    line-height: 18px;
}

h4 {
    font-size: 14px;
    text-align: center; /*added by afsar*/
}

    h4 small {
        font-size: 12px;
    }

h5 {
    font-size: 14px;
    text-align: center;
}

h6 {
    color: #999999;
    font-size: 11px;
    text-transform: uppercase;
}


.control-group {
    height: 35px;
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
    width: 97%;
}

.input-group-addon:first-child {
    border-right: 0 none;
}

.input-group-addon {
    background-color:  #f79227;
    border: 1px solid #ccc;
    border-radius: 6px 6px;
    color: #555;
    font-size: 12px;
    font-weight: 358px;
    line-height: 0;
    padding: 6px 6px;
    text-align: center;
}

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}


/*.form-group {
  height: 45px;
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
    width: 97%;
}

.input-group-addon:first-child {
    border-right: 0 none;
}

.input-group-addon {
    background-color:  #f79227;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 6px;
    text-align: center;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}*/

.page-header h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
}

.navbar .nav > li > a {
    /*color: #ff8929;*/
    color:#f79227;
    font-weight: normal;
    line-height: 19px;
    padding: 9px 5px 12px;
    text-decoration: none;
    text-shadow: none;
    font-size:14px;
}


.top-nav {
    margin-left: 0;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
    background-color: #222222;
    color: #ffffff;
    text-decoration: none;
}

.navbar .nav li.dropdown a:hover .caret {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
    opacity: 1;
}

.navbar .nav li.dropdown.open .caret, .navbar .nav li.dropdown.open.active .caret, .navbar .nav li.dropdown.open a:hover .caret {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
    opacity: 1;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
/*color added ruby afsar*/
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent;
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
    /*color: #FF8929;*/
     /*color:#f79227;*/
     color:#f79227;
}

    .navbar .nav li.dropdown.active > .dropdown-toggle:hover {
        color: #ffffff;
    }
/*color added ruby afsar*/
.navbar .nav > li > a:hover {
    background-color: transparent;

    color: #FF8929;
     /*color:#f79227;*/
    text-decoration: none;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #ffffff;
     /*background-color:#f79227;*/
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: outside none none;
    margin: 1px 0 0;
    min-width: 160px;
    padding: 4px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
    /*font added by afsar*/
    .dropdown-menu a {
        clear: both;
        /*color: #333333;*/
        /*color:#f79227;*/
        color:#f79227;
        display: block;
        font-weight: bold;
        line-height: 18px;
        padding: 3px 10px;
        white-space: nowrap;
        font-size: 12px;
    }

.dropdown .dropdown-menu .nav-header {
    color: #999999;
    /*color:#f79227;*/
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    padding: 3px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.breadcrumb .active {
    color: #333;
}

.back-button {
    text-align: right;
}

.switch_button {
    margin-left: -70px;
    margin-top: 60px;
}

.must-required {
    color: red;
    font-size: 13px;
}

.footer-Left {
    float: left;
    font-size: 13px;
    font-style: normal;
    padding-left: 15px;
}

.footer-Right {
    float: right;
    padding-right: 20px;
}

.memberTransferComtrol {
    /*border-bottom: 2px solid #aaaaaa;*/
    display: block;
    margin-left: 10%;
    text-transform: uppercase;
    width: 90%;
}

.membertransfercriteriaLeft {
    float: left;
    margin-top: 11px;
}

.membertransfercriteriaRight {
    margin-top: 11px;
}

.btn-group > .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.pagination {
    margin: 0;
    padding-top: 8px;
}

    .pagination ul {
        border-radius: 3px;
        list-style: outside none none;
        margin-bottom: 0;
        margin-left: 10px;
    }

    .pagination li {
        display: inline;
    }

    .pagination a {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #dadada 0%, #bdbdbd 100%) repeat scroll 0 0;
        border: 1px solid #9f9f9f;
        box-shadow: 0 1px 0 #f9f9f9 inset, 0 0 3px #ccc;
        color: #444;
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        line-height: 22px;
        margin-right: 3px;
        padding: 0 8px;
        text-decoration: none;
        text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8), 0 1px 0 rgba(255, 255, 255, 0.2);
        text-transform: uppercase;
    }

        .pagination a:hover, .pagination .active a {
            background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%) repeat scroll 0 0;
        }

    .pagination .active a {
        color: #666;
        cursor: pointer;
    }

    .pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
        background-color: transparent;
        color: #999999;
        cursor: default;
    }

    .pagination li a {
        border-left-width: 1px;
        border-radius: 3px;
    }

    .pagination li:first-child a, .pagination li:first-child span {
        border-left-width: 1px;
        border-radius: 3px;
    }

    .pagination li:last-child a, .pagination li:last-child span {
        border-radius: 3px;
    }

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pager {
    list-style: outside none none;
    margin-bottom: 18px;
    margin-left: 0;
    text-align: center;
}

    .pager::before, .pager::after {
        content: "";
        display: table;
    }

    .pager::after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

    .pager a {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #dadada 0%, #bdbdbd 100%) repeat scroll 0 0;
        border: 1px solid #9f9f9f;
        border-radius: 15px;
        box-shadow: 0 1px 0 #f9f9f9 inset, 0 0 3px #ccc;
        color: #444;
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        padding: 5px 14px;
        text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8), 0 1px 0 rgba(255, 255, 255, 0.2);
    }

        .pager a:hover {
            background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%) repeat scroll 0 0;
            text-decoration: none;
        }

.input-append .add-on, .input-prepend .add-on {
    font-weight: normal;
    height: 20px;
    line-height: 18px;
    min-width: 16px;
    padding: 4px 5px;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
    font-size: 12px;
}

select, input[type="file"] {
    height: 24px;
    line-height: 30px;
}

.btn-group > .btn, .btn-group > .dropdown-menu {
    font-size: 12px;
}

label, input, button, select, textarea {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    /*padding:5px;*/ 
}

blockquote p {
    font-size: 12px;
    font-weight: 300;
    line-height: 22.5px;
    margin-bottom: 0;
}

.tooltip-inner {
    background: #F79227;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: black;
    max-width: 500px;
    padding: 3px 8px;
    text-align: left;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9), 0 1px 0 rgba(255, 255, 255, 0.2);
}

.tooltip {
    display: block;
    font-size: 11px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    visibility: visible;
    z-index: 9020;
}

.nav-tabs > li {
    margin: 5px 0 -1px 5px;
}

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0 none;
}

.tabs-below .nav {
    margin-bottom: 5px;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}

.tab-content > .active, .pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

    .tabs-below > .nav-tabs > li {
        margin-bottom: 0;
        margin-top: -1px;
    }

        .tabs-below > .nav-tabs > li > a {
            border-radius: 0 0 4px 4px;
        }

            .tabs-below > .nav-tabs > li > a:hover {
                border-bottom-color: transparent;
                border-top-color: #ddd;
            }

    .tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover {
        border-color: transparent #ddd #ddd;
    }

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
        margin-bottom: 5px;
        margin-right: 0;
        min-width: 74px;
    }

.tabs-left > .nav-tabs {
    border-right: 1px solid #ddd;
    float: left;
    margin-bottom: 0;
    margin-right: 19px;
}

    .tabs-left > .nav-tabs > li > a {
        border-radius: 4px 0 0 4px;
        margin-right: -1px;
    }

        .tabs-left > .nav-tabs > li > a:hover {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover {
        border-color: #ddd transparent #ddd #ddd;
    }

.tabs-right > .nav-tabs {
    border-left: 1px solid #ddd;
    float: right;
    margin-bottom: 0;
    margin-left: 19px;
}

    .tabs-right > .nav-tabs > li {
        margin: 5px 5px 5px 0;
    }

        .tabs-right > .nav-tabs > li > a {
            border-radius: 0 4px 4px 0;
            margin-left: -1px;
        }

            .tabs-right > .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #eeeeee #dddddd;
            }

    .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover {
        border-color: #ddd #ddd #ddd transparent;
    }

.widget-box .well {
    margin: 0;
}

.white-box {
    background-color: #ffffff !important;
    border: medium none !important;
    border-radius: 0 0 3px 3px !important;
    box-shadow: none !important;
}

.btn1 {
    font-size: 10px;
    padding: 1px 6px;
}

.btn {
    font-size: 13px;
    padding: 4px 10px;
    background:linear-gradient(0deg, #2F3336, #4F585E);
    color:#F79227
}


    .btn i {
        margin-left: -5px;
        margin-right: 2px;
    }

.navbar .btn-navbar {
    margin-bottom: 5px;
}

/*.controls label.error {
    background: transparent url("../img/alert.png") no-repeat scroll left center;
    color: #f00;
    display: inline-block;
    font-size: 11px;
}*/

.controls input.error {
    border-color: #FF3333;
    color: #b94a48;
    display: inline-block;
    margin-right: 10px;
}

.controls input.valid {
    border-color: #468847;
    color: #468847;
    display: inline-block;
    /*margin-right: 10px;*/
    /*padding-top: 1px;
    padding-bottom: 1px;
    margin-top: -3px;*/
}

a {
    outline: medium none !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

#sidebar {
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed !important;
    top: -1px;
    width: 210px;
    z-index: 3000;
}

#main-content {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 45px;
    min-height: 550px;
}

.logo {
    /*float: left;
    width: 170px;*/
    height: 40px;
    float: left;
    /*height: 83px;*/
    width: 110px;
}

.side-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .side-nav li a {
        display: block;
        font-size: 11px;
        font-weight: bold;
        line-height: 40px;
        padding-left: 10px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
    }

        .side-nav li a:hover {
            width: 200px !important;
        }

            .side-nav li a:hover > .white-icons {
                background: rgba(0, 0, 0, 0) url("../img/sprite-icons/icon-black.png") no-repeat scroll 0 0;
            }

    .side-nav li ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        .side-nav li ul li a {
            color: #666;
            font-size: 12px;
            font-weight: normal;
            padding-left: 30px;
            text-transform: none !important;
        }

        .side-nav li ul li .sidenav-icon {
            display: block;
            height: 20px;
            left: 10px;
            position: absolute;
            top: 10px;
            width: 20px;
        }

            .side-nav li ul li .sidenav-icon .sidenav-link-color {
                display: block;
                height: 40px;
                left: -10px;
                position: absolute;
                top: -10px;
                width: 10px;
            }

    .side-nav li a .sidenav-icon {
        height: 20px;
        left: 10px;
        position: absolute;
        top: 10px;
        width: 20px;
    }

    .side-nav li a .sidenav-icon {
        background: rgba(0, 0, 0, 0) url("../img/sidenav-sprite.png") no-repeat scroll 0 0;
    }

    .side-nav li ul li a .sidenav-icon {
        background: rgba(0, 0, 0, 0) url("../img/sidenav-sprite.png") repeat scroll -80px 0 !important;
    }

    .side-nav li a .dashboard-n-icon {
        background-position: -30px 0 !important;
    }

    .side-nav li a:hover .dashboard-n-icon {
        background-position: 0 0 !important;
    }

    .side-nav li a .form-n-icon {
        background-position: -30px -30px !important;
    }

    .side-nav li a:hover .form-n-icon {
        background-position: 0 -30px !important;
    }

.new-update {
    background: #f9f9f9 none repeat scroll 0 0;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

    .new-update h2 {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #d8d8d8;
        border-radius: 4px;
        font-size: 12px;
        margin: 0 10px 10px;
        padding: 0 10px;
        text-transform: uppercase;
    }

    .new-update h5 {
        font-size: 12px;
        padding: 0 10px;
    }

    .new-update p {
        font-size: 11px;
        line-height: normal;
        margin-bottom: 10px;
        padding: 0 10px;
    }

.side-news {
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}

.branding {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.navbar .nav .btn {
    padding: 4px 5px !important;
}

.navbar-fixed-top .dropdown-menu {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%) repeat scroll 0 0;*/
    background:linear-gradient(0deg, #2F3336, #4F585E);
    /*border-color: -moz-use-text-color rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);*/
    border-radius: 0;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}

    .navbar-fixed-top .dropdown-menu::after {
        border-bottom: 6px solid #f9f9f9 !important;
    }

#side-accordion .accordion-group {
    border: medium none;
    margin: 0;
}

.accordion-header a {
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 11px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

#side-accordion .nav-icon {
    top: -2px;
}

.breadcrumb {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f1f1f1 0%, #dbdbdb 100%) repeat scroll 0 0;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    box-shadow: 0 1px 0 #f9f9f9 inset;
    font-size: 11px;
    list-style: outside none none;
    margin: 0 0 18px;
    padding: 4px 14px;
}

    .breadcrumb li {
        display: inline-block;
        text-shadow: 0 1px 0 #ffffff;
    }

    .breadcrumb .divider {
        color: #999999;
        padding: 0 5px;
    }

    .breadcrumb .active a {
        color: #333333;
    }

.stat-block {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f1f1f1 0%, #dbdbdb 100%) repeat scroll 0 0;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    box-shadow: 0 1px 0 #f9f9f9 inset;
    margin-bottom: 20px;
    padding: 10px;
}

    .stat-block ul::after {
        clear: both;
    }

    .stat-block ul::after {
        content: "";
        display: table;
    }

    .stat-block ul {
        margin: 0;
        padding: 0;
    }

    .stat-block li {
        float: left;
        list-style: outside none none;
    }

        .stat-block li span {
            display: block;
        }

    .stat-block .stat-graph {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #d7d7d7;
        border-radius: 3px;
        margin-right: 10px;
        padding: 5px 10px;
        text-align: center;
        width: auto;
    }

    .stat-block .stat-count {
        width: 90px;
    }

        .stat-block .stat-count span:last-child {
            color: #2750a2;
            font-weight: bold;
        }

        .stat-block .stat-count span:first-child {
            color: #666;
            font-size: 11px;
            font-weight: bold;
        }

    .stat-block .stat-percent {
        float: right !important;
        text-align: center !important;
        width: 40px;
    }

.label-green {
    color: #117104;
    font-size: 11px;
    font-weight: bold;
}

.label-red {
    color: #dc1212;
    font-size: 11px;
    font-weight: bold;
}

.widget-block {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f1f1f1 0%, #dbdbdb 100%) repeat scroll 0 0;
    border:1px solid grey;
    margin-bottom: 20px;

}

    .widget-block .widget-box {
        /*background: #fff none repeat scroll 0 0;*/
        /*background: rgb(222,213,236);*/
        /*border-top: 1px solid #d2d2d2;
        box-shadow: 0 0 5px #f79227;*/ 
    }

    .widget-block .widget-content {
        //background:white;
        border-radius: 0 0 3px 3px;
        padding-top:10px;
        padding-bottom:10px;
    }

        .widget-block .widget-content .widget-box {
            margin-top: 0 !important;
        }

            .widget-block .widget-content .widget-box .table {
                margin-bottom: 0 !important;
            }

.table-default {
    background: #fff none repeat scroll 0 0;
}

.widget-block .widget-head {
    /*background: rgba(241, 155, 41, 1) linear-gradient(to bottom, #ff8929 95%, #ff8929 100%) repeat scroll 0 0;*/
    background:linear-gradient(0deg, #2F3336, #4F585E);
    /*border-bottom: 1px solid #c2c2c2;
    border-radius: 3px 3px 0 0;*/
    /*box-shadow: 0 1px 0 #ff8929 inset, 0 0 3px #ddd;*/
    height: 40px;
    position: relative;
}

.collapsible-widget .widget-head {
    cursor: pointer;
}

.widget-block .widget-head .h-icon {
    background: rgba(0, 0, 0, 0) url("../img/collapse.gif") no-repeat scroll 0 0;
    display: block;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 16px;
}

.widget-block .active .h-icon {
    background-position: left center !important;
}

.widget-block .inactive .h-icon {
    background-position: right center !important;
}

.widget-block .widget-head h5 {
    font-family:'Trebuchet MS';
    font-size: 12px;
    margin: 0;
    padding-left: 0px;
    padding-top: 11px;
    text-transform: uppercase;
    color: #f79227;
}

.widget-block .widget-bottom {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f1f1f1 0%, #dbdbdb 100%) repeat scroll 0 0;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #c2c2c2;
    box-shadow: 0 1px 0 #f9f9f9 inset, 0 0 3px #ddd;
    height: 40px;
}

.nonboxy-widget {
    margin-bottom: 20px;
}

    .nonboxy-widget .widget-head {
        border-bottom: 2px solid #bbb;
        font-size: 12px;
        height: 40px;
        position: relative;
    }

        .nonboxy-widget .widget-head h5 {
            text-transform: uppercase;
        }

        .nonboxy-widget .widget-head i {
            margin-right: 5px;
        }

    .nonboxy-widget .widget-table {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #dddddd;
        border-collapse: separate;
        border-radius: 4px;
        margin-bottom: 0;
    }

    .nonboxy-widget .widget-searchbox ul, .nonboxy-widget .widget-selectbox ul {
        padding: 0 !important;
    }

    .nonboxy-widget .widget-bottom .pagination ul {
        margin-left: 0;
    }

.user-thumb {
    background: #e4e4e4 none repeat scroll 0 0;
    display: block;
    height: 40px;
    margin: auto;
    padding: 5px;
    width: 40px;
}

.widget-block .user-tbl tr th {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%) repeat scroll 0 0;
    box-shadow: 0 1px 0 #f9f9f9 inset;
    color: #666;
    font-size: 11px;
    font-weight: normal;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8), 0 1px 0 rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
}

.widget-block .user-tbl tr th, .user-tbl tr td {
    vertical-align: middle !important;
}

.widget-block .user-tbl .center, .widget-block .task-tbl .center, .widget-block .order-tbl .center, .widget-block .post-tbl .center {
    text-align: center;
}

.center {
    text-align: center !important;
}

.right-align {
    text-align: right !important;
}

.widget-content form {
    margin: 0 !important;
}

.widget-searchbox ul, .widget-selectbox ul {
    margin: 0;
    padding: 10px 10px 0;
}

.widget-searchbox li, .widget-selectbox li {
    display: inline-block;
    float: left;
    list-style: outside none none;
}

.widget-searchbox ul::after, .widget-selectbox ul::after {
    clear: both;
}

.widget-searchbox ul::after, .widget-selectbox ul::after {
    content: "";
    display: table;
}

.widget-searchbox input[type="text"] {
    width: 140px;
}

.widget-selectbox .data-select {
    width: 140px;
}

.widget-searchbox .input-prepend, .widget-selectbox .input-prepend {
    margin-bottom: 10px !important;
}

.widget-searchbox .row-counts, .widget-selectbox .row-counts {
    color: #666;
    font-size: 11px;
    padding-top: 6px;
    text-transform: uppercase;
}

.top-search {
    width: 205px;
}

    .top-search form {
        margin-bottom: 0;
        padding: 10px 10px 5px 15px;
    }

    .top-search input[type="text"] {
        width: 140px;
    }

.widget-control {
    border-left: 1px solid #c9c9c9;
    position: absolute;
    right: 0;
    top: 0;
}

    .widget-control .btn {
        border: medium none !important;
        border-radius: 0 3px 0 0;
        line-height: 32px;
    }

    .widget-control .caret {
        margin-top: 13px;
    }

    .widget-control .dropdown-menu {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%) repeat scroll 0 0;
        border-color: -moz-use-text-color rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
        border-radius: 0;
        border-style: none solid solid;
        border-width: 0 0 1px 1px;
    }

.user-position {
    color: #d45c03;
    display: block;
    font-weight: bold;
}

.top-search-icon, .lang-icons {
    display: inline-block;
    height: 14px;
    position: relative;
    top: -1px;
    width: 16px;
}

.alert-noty {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ff670f 0%, #c43e00 100%) repeat scroll 0 0;
    border: 1px solid #bf2702;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px #666;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    margin-left: 5px;
    padding: 1px 2px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8), 0 1px 0 rgba(255, 255, 255, 0.2);
    vertical-align: text-top;
}

.navbar .nav.pull-right {
    margin-left: 10px;
    margin-right: 0;
}

.priority {
    display: block;
}

.index-graph, .graph-wrap {
    background: #ebebeb none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    overflow: visible;
    padding: 3px;
    text-align: center;
}

.graph-wrap {
    margin-bottom: 20px;
}

.chart-block {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding-bottom: 10px;
}

.summary ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .summary ul li {
        clear: both;
        height: 52px;
        margin-bottom: 14px;
    }

        .summary ul li .summary-icon {
            background: #fff none repeat scroll 0 0;
            border: 1px solid #ddd;
            border-radius: 100%;
            box-shadow: 0 0 3px #eee inset;
            float: left;
            height: 36px;
            margin-right: 10px;
            padding: 6px;
            width: 36px;
        }

        .summary ul li:hover .summary-icon {
            background: #eee none repeat scroll 0 0;
            border: 1px solid #aaa;
            cursor: pointer;
            transition: all 0.2s ease-in-out 0s;
        }

        .summary ul li .count {
            color: #318933;
            display: block;
            font-size: 18px;
            font-weight: bold;
            padding-top: 8px;
        }

        .summary ul li .summary-title {
            color: #ab4000;
            display: block;
            font-size: 11px;
            text-transform: uppercase;
        }

#customize-theme {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #bbb;
    height: 94%;
    position: fixed;
    right: -251px;
    top: 40px;
    width: 250px;
    z-index: 1000;
}

    #customize-theme .switch {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: #e5e5e5 none repeat scroll 0 0;
        border-color: #bbb -moz-use-text-color #bbb #bbb;
        border-image: none;
        border-radius: 3px 0 0 3px;
        border-style: solid none solid solid;
        border-width: 1px 0 1px 1px;
        height: 100px;
        left: -20px;
        position: absolute;
        top: 2px;
        width: 50px;
    }

.themer-content {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #e5e5e5 0%, #ffffff 100%) repeat scroll 0 0;
    height: 100%;
    padding: 10px;
    position: fixed;
    width: 230px;
}

    .themer-content fieldset {
        background: #f9f9f9 none repeat scroll 0 0;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-bottom: 10px;
        padding: 10px;
    }

    .themer-content legend {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        border-radius: 3px;
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        line-height: normal;
        margin: 0 0 0 10px;
        padding: 3px;
        text-transform: uppercase;
        width: auto;
    }

    .themer-content h5 {
        font-size: 13px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .themer-content .color-input {
        font-size: 11px;
        width: 55px !important;
    }

    .themer-content label {
        font-size: 11px;
    }

    .themer-content ul {
        list-style: outside none none;
        margin: 0;
    }

        .themer-content ul li {
            display: inline-block;
            float: left;
            margin-left: 3px;
        }

#theme-accordion .accordion-group {
    border: medium none !important;
}

.theme-accordion-header a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #4c4c4c 0%, #262626 100%) repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.themer-content .btn {
    margin-bottom: 10px;
    padding: 5px 10px;
    width: 90% !important;
}

.event-list {
    margin: 10px;
}

    .event-list li {
        clear: both;
        list-style: outside none none;
        margin-bottom: 10px;
    }

        .event-list li::after {
            clear: both;
        }

        .event-list li::after {
            content: "";
            display: table;
        }

    .event-list .evnt-date {
        color: #2f6d91;
        float: left;
        font-size: 28px;
        font-weight: bold;
        padding-top: 5px;
        width: 40px;
    }

        .event-list .evnt-date span {
            color: #666;
            display: block;
            font-size: 12px;
            text-transform: uppercase;
        }

    .event-list .event-info {
        float: left;
        width: 138px;
    }

        .event-list .event-info span {
            color: #1a798b;
        }

        .event-list .event-info p {
            font-size: 11px;
            line-height: 14px;
        }

.site-stat {
    margin: 10px;
}

    .site-stat h5 {
        color: #434745;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .site-stat ul {
        margin: 0 0 10px;
    }

        .site-stat ul li {
            background: #fff none repeat scroll 0 0;
            border: 1px solid #dedede;
            border-radius: 4px;
            font-size: 11px;
            list-style: outside none none;
            margin-bottom: 5px;
            padding: 5px 10px;
            text-transform: none;
        }

            .site-stat ul li:hover {
                background: #f9f9f9 none repeat scroll 0 0;
                cursor: pointer;
            }

            .site-stat ul li span {
                display: inline-block;
                float: right;
                font-size: 10px;
                font-weight: bold;
            }

            .site-stat ul li .up {
                background: rgba(0, 0, 0, 0) url("../img/up.png") no-repeat scroll right center;
                color: #117104;
                padding-right: 15px;
            }

            .site-stat ul li .down {
                background: rgba(0, 0, 0, 0) url("../img/down.png") no-repeat scroll right center;
                color: #d73131;
                padding-right: 15px;
            }

.accordion-content:last-child {
    margin-bottom: 3px;
}

.task-tbl h5 {
    font-size: 12px;
}

.task-tbl tr th, .task-tbl tr td, .order-tbl tr th, .order-tbl tr td, .post-tbl tr th, .post-tbl tr td {
    vertical-align: middle !important;
}

.post-tbl ul {
    list-style: outside none none;
    margin: 0;
}

.post-by, .post-date {
    font-size: 11px;
}

    .post-by a, .post-date a {
        color: #666;
    }

.multiline-input select, .multiline-input input[type="text"], .multiline-input textarea {
    display: block;
    margin-bottom: 9px;
}

#signupform label.checked {
    background: rgba(0, 0, 0, 0) url("../img/checked.png") no-repeat scroll left center !important;
    padding-left: 21px;
}

.remove-element {
    background: rgba(0, 0, 0, 0) url("../img/sprite-icons/icons-a.png") repeat scroll 0 -1260px;
    display: inline-block;
    height: 20px;
    text-indent: -999999px;
    width: 20px;
}

.add-element {
    background: rgba(0, 0, 0, 0) url("../img/sprite-icons/icons-a.png") repeat scroll 0 -540px;
    display: inline-block;
    height: 20px;
    text-indent: -999999px;
    width: 20px;
}

.extend-bar {
    display: block;
    height: 20px;
}

.content-wizard {
    border: 1px solid #ccc;
}

    .content-wizard ul.anchor li {
        display: inline-block;
        float: left;
        list-style: outside none none;
        margin-right: 30px;
    }

    .content-wizard ul.anchor, .form-wizard ul.anchor {
        clear: both;
    }

    .content-wizard .stepContainer {
        background: #fff none repeat scroll 0 0;
        padding: 20px;
    }

    .content-wizard .loader {
        background: #fff url("../img/progress.gif") no-repeat scroll 5px center;
        border: 1px solid #ffd700;
        color: #5a5655;
        display: none;
        float: left;
        margin: 2px 0 0 2px;
        padding: 8px 10px 8px 40px;
        position: relative;
        z-index: 998;
    }

    .content-wizard ul.anchor {
        background: #f3f3f3 none repeat scroll 0 0;
        border-bottom: 1px solid #ccc;
        box-shadow: 0 1px 0 #f9f9f9 inset, 0 0 3px #ccc;
        margin: 0;
        padding: 10px 10px 0;
    }

        .content-wizard ul.anchor li a {
            display: inline-block;
            text-decoration: none;
        }

            .content-wizard ul.anchor li a.selected .stepNumber {
                background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 103, 15, 1) 0%, rgba(229, 82, 13, 1) 100%) repeat scroll 0 0;
                border-radius: 100%;
                color: #fff;
                cursor: pointer;
                display: inline-block;
                float: left;
                font-size: 18px;
                font-weight: bold;
                height: 40px;
                line-height: 40px;
                text-align: center;
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(0, 0, 0, 0.2);
                width: 40px;
            }

            .content-wizard ul.anchor li a.selected .stepDesc {
                color: #d44908;
                display: inline-block;
                float: left;
                font-size: 14px;
                font-weight: bold;
                margin-left: 5px;
                padding: 3px;
                text-transform: uppercase;
            }

                .content-wizard ul.anchor li a.selected .stepDesc small {
                    color: #666;
                    display: block;
                    font-size: 12px;
                    font-weight: normal;
                    text-transform: none;
                }

            .content-wizard ul.anchor li a.done .stepNumber {
                background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(41, 154, 11, 1) 0%, rgba(37, 127, 10, 1) 100%) repeat scroll 0 0;
                border-radius: 100%;
                color: #fff;
                cursor: pointer;
                display: inline-block;
                float: left;
                font-size: 18px;
                font-weight: bold;
                height: 40px;
                line-height: 40px;
                text-align: center;
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(0, 0, 0, 0.2);
                width: 40px;
            }

            .content-wizard ul.anchor li a.done .stepDesc {
                color: #227708;
                display: inline-block;
                float: left;
                font-size: 14px;
                font-weight: bold;
                margin-left: 5px;
                padding: 3px;
                text-transform: uppercase;
            }

                .content-wizard ul.anchor li a.done .stepDesc small {
                    color: #666;
                    display: block;
                    font-size: 12px;
                    font-weight: normal;
                    text-transform: none;
                }

            .content-wizard ul.anchor li a.disabled {
                cursor: default;
            }

                .content-wizard ul.anchor li a.disabled .stepNumber {
                    background: #ccc none repeat scroll 0 0;
                    border-radius: 100%;
                    color: #fff;
                    display: inline-block;
                    float: left;
                    font-size: 18px;
                    font-weight: bold;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    width: 40px;
                }

                .content-wizard ul.anchor li a.disabled .stepDesc {
                    color: #999;
                    display: inline-block;
                    float: left;
                    font-size: 14px;
                    font-weight: bold;
                    margin-left: 5px;
                    padding: 3px;
                    text-transform: uppercase;
                }

                    .content-wizard ul.anchor li a.disabled .stepDesc small {
                        color: #999;
                        display: block;
                        font-size: 12px;
                        font-weight: normal;
                        text-transform: none;
                    }

    .content-wizard .msgBox {
        background-color: #bedfa3;
        border: 1px solid #397a04;
        border-radius: 5px;
        color: #1cb115;
        display: none;
        float: left;
        margin: 0;
        min-width: 200px;
        padding: 5px;
        position: relative;
        z-index: 999;
    }

        .content-wizard .msgBox .content {
            float: left;
            padding: 2px 0 0 5px;
        }

        .content-wizard .msgBox .close {
            border: 1px solid #ccc;
            border-radius: 3px;
            color: #ccc;
            display: block;
            float: right;
            margin: 0 0 0 5px;
            outline-style: none;
            padding: 0 2px;
            position: relative;
            text-align: center;
            text-decoration: none;
        }

            .content-wizard .msgBox .close:hover {
                border: 1px solid #ea8511;
                color: #ea8511;
            }

    .content-wizard .buttonNext {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #7abcff 0%, #60abf8 44%, #4096ee 100%) repeat scroll 0 0;
        border: 1px solid #2d77c3;
        border-radius: 5px;
        box-shadow: 0 1px 0 #bbd9f4 inset, 0 0 3px #ccc;
        color: #fff;
        display: inline-block;
        float: right;
        margin: 1px 2px 0 3px;
        outline-style: none;
        padding: 5px 8px;
        text-align: center;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(0, 0, 0, 0.2);
    }

    .content-wizard .buttonDisabled {
        background: #ccc none repeat scroll 0 0 !important;
        border: 1px solid #bbb !important;
        box-shadow: none !important;
        color: #f8f8f8 !important;
        cursor: text;
    }

    .content-wizard .buttonPrevious {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #7abcff 0%, #60abf8 44%, #4096ee 100%) repeat scroll 0 0;
        border: 1px solid #2d77c3;
        border-radius: 5px;
        box-shadow: 0 1px 0 #bbd9f4 inset, 0 0 3px #ccc;
        color: #fff;
        display: inline-block;
        float: right;
        margin: 1px 2px 0 3px;
        outline-style: none;
        padding: 5px 8px;
        text-align: center;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(0, 0, 0, 0.2);
    }

    .content-wizard .buttonFinish {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #7abcff 0%, #60abf8 44%, #4096ee 100%) repeat scroll 0 0;
        border: 1px solid #2d77c3;
        border-radius: 5px;
        box-shadow: 0 1px 0 #bbd9f4 inset, 0 0 3px #ccc;
        color: #fff;
        display: inline-block;
        float: right;
        margin: 1px 2px 0 3px;
        outline-style: none;
        padding: 5px 8px;
        text-align: center;
        text-decoration: none;
    }

.actionBar {
    background: #f3f3f3 none repeat scroll 0 0;
    border-top: 1px solid #bbb;
    padding: 10px;
}

    .actionBar::before, .actionBar::after {
        content: "";
        display: table;
    }

    .actionBar::after {
        clear: both;
    }

.vertical-wizard {
    background: #fff none repeat scroll 0 0;
}

    .vertical-wizard .anchor {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        border: medium none !important;
        box-shadow: none !important;
        float: left;
        width: 21%;
    }

        .vertical-wizard .anchor li {
            padding: 10px;
        }

    .vertical-wizard .stepContainer {
        float: right;
        width: 73%;
    }

    .vertical-wizard .actionBar {
        clear: both;
    }

    .vertical-wizard .stepContainer .content {
        height: 250px;
        overflow: auto;
    }

.data-tbl-simple {
    background: #fff none repeat scroll 0 0;
}

.data-tbl-striped {
    background: #fff none repeat scroll 0 0;
}

    .data-tbl-striped td {
        vertical-align: middle;
    }

    .data-tbl-striped tr th:first-child, .data-tbl-striped tr td:first-child {
        text-align: center;
    }

.t-complete {
    text-decoration: line-through;
}

.tbl-tools-searchbox {
    background: #eee none repeat scroll 0 0;
    box-shadow: 0 1px 0 #f9f9f9 inset, 0 0 3px #ccc;
    padding: 20px 20px 15px;
}

.tbl_tools {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
}

.tbl-tools-searchbox input, .tbl-tools-searchbox select {
    margin: 0;
}

.table_top {
    padding: 10px 0 15px;
}

    .table_top input, .table_top select, .tbl-searchbox input, .tbl-searchbox select {
        margin: 0;
    }

.tbl-searchbox {
    border-bottom: 1px solid #ddd;
    padding: 20px 20px 15px;
}

.widget-bottom .dataTables_paginate {
    padding-right: 10px;
    padding-top: 8px;
}

.dataTables_length {
    float: right;
    text-align: right;
    width: 40%;
}

.lengthLabel {
    display: inline-block;
    float: right;
    padding-right: 10px;
    padding-top: 5px;
}

.lenghtMenu {
    display: inline-block;
    float: right;
}

.dataTables_filter {
    float: left;
    text-align: left;
    width: 40%;
}

    .dataTables_filter input {
        background: #fff url("../img/sprite-icons/icons-a.png") no-repeat scroll 3px -896px;
        border: 1px solid #d8d8d8;
        color: #444444;
        /*font-family: Arial,Helvetica,sans-serif;*/
        font-family: "Trebuchet MS";
        font-size: 12px;
        padding: 5px 2px 5px 25px;
        transition: all 0.25s ease-in-out 0s;
    }

        .dataTables_filter input:focus {
            border: 1px solid #bbb;
            box-shadow: 0 0 4px #bbb;
        }

.dataTables_info {
    float: left;
    width: 40%;
}

.dataTables_paginate {
    float: right;
    text-align: right;
}

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
    color: #111 !important;
    cursor: pointer;
    float: left;
    height: 19px;
}

    .paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover {
        text-decoration: none !important;
    }

    .paginate_disabled_previous:active, .paginate_enabled_previous:active, .paginate_disabled_next:active, .paginate_enabled_next:active {
        outline: medium none;
    }

.paginate_disabled_previous, .paginate_disabled_next {
    color: #666 !important;
}

.paginate_disabled_previous, .paginate_enabled_previous {
    padding-left: 23px;
}

.paginate_disabled_next, .paginate_enabled_next {
    margin-left: 10px;
    padding-right: 23px;
}

.paginate_disabled_previous {
    background: rgba(0, 0, 0, 0) url("../img/tbl-img/back_disabled.png") no-repeat scroll left top;
}

.paginate_enabled_previous {
    background: rgba(0, 0, 0, 0) url("../img/tbl-img/back_enabled.png") no-repeat scroll left top;
}

    .paginate_enabled_previous:hover {
        background: rgba(0, 0, 0, 0) url("../img/tbl-img/back_enabled_hover.png") no-repeat scroll left top;
    }

.paginate_disabled_next {
    background: rgba(0, 0, 0, 0) url("../img/tbl-img/forward_disabled.png") no-repeat scroll right top;
}

.paginate_enabled_next {
    background: rgba(0, 0, 0, 0) url("../img/tbl-img/forward_enabled.png") no-repeat scroll right top;
}

    .paginate_enabled_next:hover {
        background: rgba(0, 0, 0, 0) url("../img/tbl-img/forward_enabled_hover.png") no-repeat scroll right top;
    }

.sorting_asc {
    background: rgba(0, 0, 0, 0) url("../img/tbl-img/sort_asc.png") no-repeat scroll right center;
}

.sorting_desc {
    background: rgba(0, 0, 0, 0) url("../img/tbl-img/sort_desc.png") no-repeat scroll right center;
}

.sorting {
    background: rgba(0, 0, 0, 0) url("../img/tbl-img/sort_both.png") no-repeat scroll right center;
}

.sorting_asc_disabled {
    background: rgba(0, 0, 0, 0) url("../img/tbl-img/sort_asc_disabled.png") no-repeat scroll right center;
}

.sorting_desc_disabled {
    background: rgba(0, 0, 0, 0) url("../img/tbl-img/sort_desc_disabled.png") no-repeat scroll right center;
}

th:active {
    outline: medium none;
}

.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
}

.top .dataTables_info {
    float: none;
}

.clear {
    clear: both;
}

.dataTables_empty {
    text-align: center;
}

tfoot input {
    color: #444;
    margin: 0.5em 0;
    width: 100%;
}

    tfoot input.search_init {
        color: #999;
    }

td.group {
    background-color: #d1cfd0;
    border-bottom: 2px solid #a19b9e;
    border-top: 2px solid #a19b9e;
}

td.details {
    background-color: #e1f0f8;
    border: 2px solid #b0cedd;
}

.example_alt_pagination div.dataTables_info {
    width: 40%;
}

.paging_full_numbers {
    height: 22px;
    line-height: 22px;
    width: 400px;
}

    .paging_full_numbers a:active {
        outline: medium none;
    }

    .paging_full_numbers a:hover {
        text-decoration: none;
    }

    .paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
        border: 1px solid #9f9f9f;
        border-radius: 3px;
        cursor: pointer;
        font-size: 11px;
        margin-left: 3px;
        padding: 4px 8px;
    }

    .paging_full_numbers a.paginate_button {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #dadada 0%, #bdbdbd 100%) repeat scroll 0 0;
        border: 1px solid #9f9f9f;
        box-shadow: 0 1px 0 #f9f9f9 inset, 0 0 3px #ccc;
        color: #444;
        font-size: 11px;
        font-weight: bold;
        text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8), 0 1px 0 rgba(255, 255, 255, 0.2);
    }

        .paging_full_numbers a.paginate_button:hover {
            background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%) repeat scroll 0 0;
        }

    .paging_full_numbers a.paginate_active {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%) repeat scroll 0 0;
        color: #444;
        font-size: 11px;
        font-weight: bold;
    }

table.display tr.even.row_selected td {
    background-color: #b0bed9;
}

table.display tr.odd.row_selected td {
    background-color: #9fafd1;
}

.paging_full_numbers a.paginate_button_disabled {
    background: #ccc none repeat scroll 0 0;
    border: 1px solid #bbb;
    box-shadow: none !important;
    color: #aaa !important;
    text-shadow: none;
}

    .paging_full_numbers a.paginate_button_disabled:hover {
        background: #ccc none repeat scroll 0 0;
    }

tr.odd td.sorting_1 {
    background-color: #ebebeb;
}

tr.odd td.sorting_2 {
    background-color: #dadcff;
}

tr.odd td.sorting_3 {
    background-color: #e0e2ff;
}

tr.even td.sorting_1 {
    background-color: #f6f6f6;
}

tr.even td.sorting_2 {
    background-color: #f2f3ff;
}

tr.even td.sorting_3 {
    background-color: #f9f9ff;
}

.tbl_tools {
    border-top: 1px solid #ccc;
}

div.DTTT_container {
    float: left;
    margin: 15px;
    position: relative;
}

button.DTTT_button {
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    font-size: 11px;
    height: 30px;
    margin-right: 5px;
    padding: 3px 10px;
    position: relative;
}

    button.DTTT_button::-moz-focus-inner {
        border: medium none !important;
        padding: 0;
    }

button.DTTT_button_csv {
    background: #eee url("../img/table-tools/csv.png") no-repeat scroll right center;
    padding-right: 30px;
}

button.DTTT_button_csv_hover {
    background: rgba(0, 0, 0, 0) url("../img/table-tools/csv_hover.png") no-repeat scroll right center;
    border: 1px solid #ccc;
    padding-right: 30px;
}

button.DTTT_button_xls {
    background: #eee url("../img/table-tools/xls.png") no-repeat scroll right center;
    padding-right: 30px;
}

button.DTTT_button_xls_hover {
    background: rgba(0, 0, 0, 0) url("../img/table-tools/xls_hover.png") no-repeat scroll right center;
    border: 1px solid #ccc;
    padding-right: 30px;
}

button.DTTT_button_copy {
    background: #eee url("../img/table-tools/copy.png") no-repeat scroll right center;
    padding-right: 30px;
}

button.DTTT_button_copy_hover {
    background: rgba(0, 0, 0, 0) url("../img/table-tools/copy_hover.png") no-repeat scroll right center;
    border: 1px solid #ccc;
    padding-right: 30px;
}

button.DTTT_button_pdf {
    background: #eee url("../img/table-tools/pdf.png") no-repeat scroll right center;
    padding-right: 30px;
}

button.DTTT_button_pdf_hover {
    background: rgba(0, 0, 0, 0) url("../img/table-tools/pdf_hover.png") no-repeat scroll right center;
    border: 1px solid #ccc;
    padding-right: 30px;
}

button.DTTT_button_print {
    background: #eee url("../img/table-tools/print.png") no-repeat scroll right center;
    padding-right: 30px;
}

button.DTTT_button_print_hover {
    background: rgba(0, 0, 0, 0) url("../img/table-tools/print_hover.png") no-repeat scroll right center;
    border: 1px solid #ccc;
    padding-right: 30px;
}

button.DTTT_button_text {
}

button.DTTT_button_text_hover {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}

button.DTTT_button_collection {
    background: rgba(0, 0, 0, 0) url("../img/table-tools/collection.png") no-repeat scroll right center;
    padding-right: 17px;
}

button.DTTT_button_collection_hover {
    background: rgba(0, 0, 0, 0) url("../img/table-tools/collection_hover.png") no-repeat scroll right center;
    border: 1px solid #ccc;
    padding-right: 17px;
}

table.DTTT_selectable tbody tr {
    cursor: pointer;
}

tr.DTTT_selected.odd {
    background-color: #9fafd1;
}

    tr.DTTT_selected.odd td.sorting_1 {
        background-color: #9fafd1;
    }

    tr.DTTT_selected.odd td.sorting_2 {
        background-color: #9fafd1;
    }

    tr.DTTT_selected.odd td.sorting_3 {
        background-color: #9fafd1;
    }

tr.DTTT_selected.even {
    background-color: #b0bed9;
}

    tr.DTTT_selected.even td.sorting_1 {
        background-color: #b0bed9;
    }

    tr.DTTT_selected.even td.sorting_2 {
        background-color: #b0bed9;
    }

    tr.DTTT_selected.even td.sorting_3 {
        background-color: #b0bed9;
    }

div.DTTT_collection {
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 3px;
    width: 150px;
    z-index: 2002;
}

div.DTTT_collection_background {
    background: transparent url("../img/table-tools/background.png") repeat scroll left top;
    z-index: 2001;
}

div.DTTT_collection button.DTTT_button {
    background-color: white;
    float: none;
    margin-bottom: 2px;
    width: 100%;
}

.DTTT_print_info {
    background-color: #3f3f3f;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    color: white;
    height: 150px;
    left: 50%;
    margin-left: -200px;
    margin-top: -75px;
    opacity: 0.9;
    padding: 10px 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 400px;
}

    .DTTT_print_info h6 {
        font-size: 28px;
        font-weight: normal;
        line-height: 28px;
        margin: 1em;
    }

    .DTTT_print_info p {
        font-size: 14px;
        line-height: 20px;
    }

.DTTT_disabled {
    color: #999;
}

.ColVis {
    float: right;
    margin: 15px 12px;
}

.ColVis_Button {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    font-size: 11px;
    height: 30px;
    margin-right: 3px;
    padding: 3px 5px;
    position: relative;
}

button.ColVis_Button::-moz-focus-inner {
    border: medium none !important;
    padding: 0;
}

.ColVis_text_hover {
    background-color: #f0f0f0;
    border: 1px solid #999;
}

div.ColVis_collectionBackground {
    background-color: black;
    z-index: 1100;
}

div.ColVis_collection {
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 3px;
    position: relative;
    width: 150px;
    z-index: 1102;
}

    div.ColVis_collection button.ColVis_Button {
        background-color: white;
        float: none;
        margin-bottom: 2px;
        width: 100%;
    }

div.ColVis_catcher {
    position: absolute;
    z-index: 1101;
}

.disabled {
    color: #999;
}

button.ColVis_Button {
    text-align: left;
}

div.ColVis_collection button.ColVis_Button:hover {
    background-color: #f0f0f0;
    border: 1px solid #999;
}

span.ColVis_radio {
    display: inline-block;
    width: 20px;
}

span.ColVis_title {
    position: relative;
    top: -2px;
}

.noty_bar {
    display: none;
    position: fixed;
    z-index: 9999999;
}

    .noty_bar .noty_message {
        text-align: center;
    }

    .noty_bar .noty_close {
        cursor: pointer;
    }

.noty_modal {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

ul.noty_cont {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 300px;
    z-index: 10000000;
}

    ul.noty_cont li {
        clear: both;
        float: left;
        list-style: outside none none;
        margin: 10px 0 0;
        padding: 0;
        position: relative;
        width: 300px;
    }

    ul.noty_cont.noty_layout_topLeft {
        left: 20px;
        top: 20px;
    }

    ul.noty_cont.noty_layout_topRight {
        right: 40px;
        top: 20px;
    }

    ul.noty_cont.noty_layout_bottomLeft {
        bottom: 20px;
        left: 20px;
    }

    ul.noty_cont.noty_layout_bottomRight {
        bottom: 20px;
        right: 40px;
    }

    ul.noty_cont.noty_layout_topRight li {
        float: right;
    }

.noty_bar.noty_layout_top {
    border-radius: 0;
    left: 0;
    top: 0;
    width: 100%;
}

.noty_bar.noty_layout_bottom {
    border-radius: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.noty_bar.noty_layout_center {
    top: 40%;
}

.noty_bar.noty_layout_topLeft, .noty_bar.noty_layout_topRight, .noty_bar.noty_layout_bottomLeft, .noty_bar.noty_layout_bottomRight {
    clear: both;
    position: relative;
    width: 100%;
}

    .noty_bar.noty_layout_topLeft .noty_message, .noty_bar.noty_layout_topRight .noty_message, .noty_bar.noty_layout_bottomLeft .noty_message, .noty_bar.noty_layout_bottomRight .noty_message {
        text-align: left;
    }

.noty_bar.noty_layout_topCenter {
    top: 20px;
}

.noty_bar.noty_theme_default {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%) repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.noty_custom_container.noty_theme_default.noty_layout_inline {
    position: relative;
}

    .noty_custom_container.noty_theme_default.noty_layout_inline .noty_cont.noty_layout_inline {
        position: static;
    }

    .noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar {
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        position: static;
    }

        .noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message {
            font-size: 13px;
            padding: 4px;
        }

            .noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message .noty_buttons {
                margin-top: -1px;
            }

.noty_bar.noty_theme_default .noty_message {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    padding: 8px;
    width: auto;
}

.noty_bar.noty_theme_default.noty_closable .noty_message {
    padding: 8px 34px 8px 14px;
}

.noty_bar.noty_theme_default .noty_message .noty_buttons {
    float: right;
    font-size: 13px;
    margin-left: 4px;
}

    .noty_bar.noty_theme_default .noty_message .noty_buttons button {
        margin-left: 5px;
    }

.noty_buttons button {
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 1px 1px -1px #fff inset;
    color: #fff;
    cursor: pointer;
    line-height: 22px;
    padding: 0 6px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.2);
}

.noty_bar.noty_theme_default .noty_close {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAORJREFUeNq0lU0OgjAQhRm5gUl3rLyBB3BDQjwI4TDcgmu4NqwNJGxdueqWA4zzCJoxtvxoeckLzbz2C5ShEDNHDiXis/gkPooPY/0uvomv4ov48bUSQGUSF+Ka51WPc0kzNGwvLnm9ynHtB5B+hGkoaWDB/6t4AZOFe7ZkTxMAc1dqreU0TbnrunetbVvOsmzIPMoBrFwJYGgCY8wAgjFGDZlHFYCNK9EAXPUYmUcNgL0v1dAFMKjfRSsVx/H0hC0eOfhLmWwbfTcYozbXNsEbO/int8nhEPz4CnbAUuhfwFOAAQAA48KKOuexjwAAAABJRU5ErkJggg==");
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
}

.noty_modal.noty_theme_default {
    opacity: 0.7;
}

.noty_bar.noty_theme_default.noty_layout_top {
    border-bottom: 2px solid #eee;
}

.noty_bar.noty_theme_default.noty_layout_bottom {
    border-top: 2px solid #eee;
}

.noty_bar.noty_theme_default.noty_layout_center .noty_close {
    top: 8px;
}

.noty_bar.noty_theme_default.noty_layout_center .noty_message .noty_buttons {
}

.noty_text {
    display: inline-block;
    line-height: 20px;
    padding-top: 0;
}

.noty_bar.noty_theme_default.noty_layout_center, .noty_bar.noty_theme_default.noty_layout_topLeft, .noty_bar.noty_theme_default.noty_layout_topRight, .noty_bar.noty_theme_default.noty_layout_bottomLeft, .noty_bar.noty_theme_default.noty_layout_bottomRight {
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .noty_bar.noty_theme_default.noty_layout_center .noty_message, .noty_bar.noty_theme_default.noty_layout_topLeft .noty_message, .noty_bar.noty_theme_default.noty_layout_topRight .noty_message, .noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message, .noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message {
        font-size: 13px;
        font-weight: normal;
    }

        .noty_bar.noty_theme_default.noty_layout_topLeft .noty_message .noty_buttons, .noty_bar.noty_theme_default.noty_layout_topRight .noty_message .noty_buttons, .noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message .noty_buttons, .noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message .noty_buttons {
            border-top: 1px solid #000;
            float: none;
            margin-left: 0;
            margin-top: 10px;
            padding-top: 10px;
            text-align: right;
        }

.noty_bar.noty_theme_default.noty_layout_topCenter {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .noty_bar.noty_theme_default.noty_layout_topCenter .noty_message {
        font-size: 13px;
        font-weight: normal;
    }

    .noty_bar.noty_theme_default.noty_layout_topCenter .noty_close {
        border-radius: 10px;
        margin-top: -10px;
        top: 50%;
    }

    .noty_bar.noty_theme_default.noty_layout_topCenter.noty_success {
        border: 1px solid #50c24e;
    }

    .noty_bar.noty_theme_default.noty_layout_topCenter .noty_message .noty_buttons {
        margin-left: 15px;
        margin-top: 0;
    }

.noty_bar.noty_theme_default.noty_alert {
    background-color: #fff;
    border-color: #000;
}

.noty_bar.noty_theme_default.noty_error {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(226, 22, 22, 1) 0%, rgba(160, 0, 0, 1) 100%) repeat scroll 0 0;
    border-color: #000;
    color: #fff;
}

    .noty_bar.noty_theme_default.noty_error .noty_message {
        font-weight: bold;
    }

.noty_bar.noty_theme_default.noty_success {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 110, 46, 1) 0%, rgba(0, 51, 27, 1) 100%) repeat scroll 0 0;
    border-color: #000;
    color: #0f6;
}

.noty_bar.noty_theme_default.noty_information {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(104, 179, 255, 1) 0%, rgba(47, 142, 237, 1) 100%) repeat scroll 0 0;
    border-color: #000;
    color: #fff;
}

.cleditorMain {
    background-color: white;
    border: 1px solid #999;
    padding: 0 1px 1px;
}

    .cleditorMain iframe {
        border: medium none;
        margin: 0;
        padding: 0;
    }

    .cleditorMain textarea {
        border: medium none;
        font: 10pt Arial,Verdana;
        margin: 0;
        outline: medium none;
        overflow-y: scroll;
        padding: 0;
        resize: none;
    }

.cleditorToolbar {
    background: rgba(0, 0, 0, 0) url("../img/toolbar.gif") repeat scroll 0 0;
}

.cleditorGroup {
    float: left;
    height: 26px;
}

.cleditorButton {
    background: rgba(0, 0, 0, 0) url("../img/buttons.gif") repeat scroll 0 0;
    float: left;
    height: 24px;
    margin: 1px 0;
    width: 24px;
}

.cleditorDisabled {
    opacity: 0.3;
}

.cleditorDivider {
    background: #ccc none repeat scroll 0 0;
    float: left;
    height: 23px;
    margin: 1px 0;
    width: 1px;
}

.cleditorPopup {
    background-color: white;
    border: 1px solid #999;
    cursor: default;
    font: 10pt Arial,Verdana;
    position: absolute;
    z-index: 10000;
}

.cleditorList div {
    padding: 2px 4px;
}

.cleditorList p, .cleditorList h1, .cleditorList h2, .cleditorList h3, .cleditorList h4, .cleditorList h5, .cleditorList h6, .cleditorList font {
    background-color: Transparent;
    margin: 0;
    padding: 0;
}

.cleditorColor {
    padding: 1px 0 0 1px;
    width: 150px;
}

    .cleditorColor div {
        float: left;
        height: 14px;
        margin: 0 1px 1px 0;
        width: 14px;
    }

.cleditorPrompt {
    background-color: #f6f7f9;
    font-size: 8.5pt;
    padding: 4px;
}

    .cleditorPrompt input, .cleditorPrompt textarea {
        font: 8.5pt Arial,Verdana;
    }

.cleditorMsg {
    background-color: #fdfcee;
    font-size: 8.5pt;
    padding: 4px;
    width: 150px;
}

.progress {
    background: #ebebeb none repeat scroll 0 0;
    border-left: 1px solid transparent;
    border-radius: 10px;
    border-right: 1px solid transparent;
    height: 20px;
    overflow: visible;
}

    .progress .bar {
        border-radius: 10px;
    }

    .progress > span {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%) repeat scroll 0 0;
        border-color: #bfbfbf #b3b3b3 #9e9e9e;
        border-radius: 10px;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
        float: left;
        height: 18px;
        line-height: 16px;
        margin: 0 -1px;
        min-width: 30px;
        position: relative;
        text-align: right;
    }

        .progress > span span {
            color: rgba(0, 0, 0, 0.7);
            font-size: 11px;
            font-weight: bold;
            padding: 0 8px;
            text-shadow: 0 1px rgba(255, 255, 255, 0.4);
        }

        .progress > span::before {
            background: rgba(0, 0, 0, 0) url("../img/progress.png") repeat-x scroll 0 0;
            border-radius: 10px;
            bottom: 0;
            content: "";
            height: 18px;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
        }

    .progress .green {
        background-color: #85c440;
        background-image: -moz-linear-gradient(center top, #b7dc8e 0%, #99ce5f 70%, #85c440 100%);
        border-color: #78b337 #6ba031 #568128;
    }

    .progress .red {
        background-color: #db3a27;
        background-image: -moz-linear-gradient(center top, #ea8a7e 0%, #e15a4a 70%, #db3a27 100%);
        border-color: #c73321 #b12d1e #8e2418;
    }

    .progress .orange {
        background-color: #f2b63c;
        background-image: -moz-linear-gradient(center top, #f8da9c 0%, #f5c462 70%, #f2b63c 100%);
        border-color: #f0ad24 #eba310 #c5880d;
    }

    .progress .blue {
        background-color: #5aaadb;
        background-image: -moz-linear-gradient(center top, #aed5ed 0%, #7bbbe2 70%, #5aaadb 100%);
        border-color: #459fd6 #3094d2 #277db2;
    }

#sidebar .cal {
    border-left: medium none;
    border-right: medium none;
}

.cal {
    border: 1px solid #aaa;
    display: block;
    margin: auto;
    width: 250px;
}

    .cal a:hover {
        text-decoration: none;
    }

    .cal caption {
        display: block;
        font-weight: bold;
        line-height: 40px;
        text-align: center;
        text-shadow: 0 -1px black;
        text-transform: uppercase;
    }

        .cal caption a {
            color: #e2e2e2;
            display: block;
            font-size: 15px;
            line-height: 40px;
            padding: 0 10px;
        }

            .cal caption a:hover {
                color: #fff;
            }

        .cal caption .prev {
            float: left;
        }

        .cal caption .next {
            float: right;
        }

    .cal th, .cal td {
        text-align: center;
        text-shadow: 0 1px rgba(255, 255, 255, 0.8);
        width: 30px;
    }

        .cal th:first-child, .cal td:first-child {
            border-left: 0 none;
        }

    .cal th {
        background: #f3f3f3 none repeat scroll 0 0;
        border-left: 1px solid #f3f3f3;
        color: #696969;
        font-size: 8px;
        line-height: 20px;
        text-transform: uppercase;
    }

    .cal td {
        border-left: 1px solid #c2c2c2;
        border-top: 1px solid #c2c2c2;
        font-size: 11px;
        font-weight: bold;
    }

        .cal td a {
            background: #d8d8d8 none repeat scroll 0 0;
            clear: both;
            color: #666;
            display: block;
            line-height: 28px;
            position: relative;
        }

            .cal td a:hover, .cal td.off a {
                background: #f3f3f3 none repeat scroll 0 0;
            }

        .cal td.off a {
            color: #b3b3b3;
        }

        .cal td.active a, .cal td a:active {
            background: #eb9a53 none repeat scroll 0 0;
            border: 1px solid #b3621b;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) inset;
            color: #f3f3f3;
            margin: -1px;
            text-shadow: 0 1px rgba(0, 0, 0, 0.3);
        }

        .cal td.active:first-child a, .cal td:first-child a:active {
            border-left: 0 none;
            margin-left: 0;
        }

        .cal td.active:last-child a, .cal td:last-child a:active {
            border-right: 0 none;
            margin-right: 0;
        }

    .cal tr:last-child td.active a, .cal tr:last-child td a:active {
        border-bottom: 0 none;
        margin-bottom: 0;
    }

#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 9999;
}

#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    border: 0 none;
    display: block;
    float: left;
    margin: auto;
}

.cboxIframe {
    border: 0 none;
    display: block;
    height: 100%;
    width: 100%;
}

#cboxOverlay {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/overlay.png") repeat scroll 0 0;
}

#colorbox {
}

#cboxTopLeft {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/controls.png") no-repeat scroll -101px 0;
    height: 21px;
    width: 21px;
}

#cboxTopRight {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/controls.png") no-repeat scroll -130px 0;
    height: 21px;
    width: 21px;
}

#cboxBottomLeft {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/controls.png") no-repeat scroll -101px -29px;
    height: 21px;
    width: 21px;
}

#cboxBottomRight {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/controls.png") no-repeat scroll -130px -29px;
    height: 21px;
    width: 21px;
}

#cboxMiddleLeft {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/controls.png") repeat-y scroll left top;
    width: 21px;
}

#cboxMiddleRight {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/controls.png") repeat-y scroll right top;
    width: 21px;
}

#cboxTopCenter {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/border.png") repeat-x scroll 0 0;
    height: 21px;
}

#cboxBottomCenter {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/border.png") repeat-x scroll 0 -29px;
    height: 21px;
}

#cboxContent {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
}

.cboxIframe {
    background: #fff none repeat scroll 0 0;
}

#cboxError {
    border: 1px solid #ccc;
    padding: 50px;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    bottom: 4px;
    color: #949494;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#cboxCurrent {
    bottom: 4px;
    color: #949494;
    left: 58px;
    position: absolute;
}

#cboxSlideshow {
    bottom: 4px;
    color: #0092ef;
    position: absolute;
    right: 30px;
}

#cboxPrevious {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/controls.png") no-repeat scroll -75px 0;
    bottom: 0;
    height: 25px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    width: 25px;
}

    #cboxPrevious:hover {
        background-position: -75px -25px;
    }

#cboxNext {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/controls.png") no-repeat scroll -50px 0;
    bottom: 0;
    height: 25px;
    left: 27px;
    position: absolute;
    text-indent: -9999px;
    width: 25px;
}

    #cboxNext:hover {
        background-position: -50px -25px;
    }

#cboxLoadingOverlay {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/loading_background.png") no-repeat scroll center center;
}

#cboxLoadingGraphic {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/loading.gif") no-repeat scroll center center;
}

#cboxClose {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/controls.png") no-repeat scroll -25px 0;
    bottom: 0;
    height: 25px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 25px;
}

    #cboxClose:hover {
        background-position: -25px -25px;
    }

.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
}

.cboxIE6 #cboxTopLeft {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/ie6/borderTopLeft.png") repeat scroll 0 0;
}

.cboxIE6 #cboxTopCenter {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/ie6/borderTopCenter.png") repeat scroll 0 0;
}

.cboxIE6 #cboxTopRight {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/ie6/borderTopRight.png") repeat scroll 0 0;
}

.cboxIE6 #cboxBottomLeft {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/ie6/borderBottomLeft.png") repeat scroll 0 0;
}

.cboxIE6 #cboxBottomCenter {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/ie6/borderBottomCenter.png") repeat scroll 0 0;
}

.cboxIE6 #cboxBottomRight {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/ie6/borderBottomRight.png") repeat scroll 0 0;
}

.cboxIE6 #cboxMiddleLeft {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/ie6/borderMiddleLeft.png") repeat scroll 0 0;
}

.cboxIE6 #cboxMiddleRight {
    background: rgba(0, 0, 0, 0) url("../img/colorbox-img/ie6/borderMiddleRight.png") repeat scroll 0 0;
}

.cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter, .cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft, .cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight, .cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight {
}

p .dropcap {
    color: #275683;
    display: block;
    float: left;
    font-size: 48px;
    line-height: 80%;
    margin: 3px 8px 3px 0;
    padding: 0;
}

p .dropcapM {
    color: #a32407;
    display: block;
    float: left;
    font-size: 300%;
    line-height: 80%;
    margin: 3px 8px 3px 0;
    padding: 0;
}

p .dropcapB {
    background: #333 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: block;
    float: left;
    font-size: 48px;
    height: 50px;
    line-height: 50px;
    margin: 3px 8px 3px 0;
    padding: 10px;
    text-align: center;
    width: 50px;
}

p .dropcapC {
    background: #0e354a none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: block;
    float: left;
    font-size: 36px;
    height: 30px;
    line-height: 30px;
    margin: 3px 8px 3px 0;
    padding: 10px;
    text-align: center;
    width: 30px;
}

p .dropcapG {
    background: #a33b13 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: block;
    float: left;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    margin: 3px 8px 3px 0;
    padding: 10px;
    text-align: center;
    width: 30px;
}

p .dropcapL {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 100px;
    color: #333;
    display: block;
    float: left;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    margin: 3px 8px 3px 0;
    padding: 10px;
    text-align: center;
    width: 18px;
}

.tick_icn, .alarm_icn, .award_icn, .help_icn, .clip_icn, .err_icn, .flag_icn, .folder_icn, .globe_icn, .heart_icn, .info_icn, .medal_icn, .pin_icn, .plus_icn, .trophy_icn, .decimal_order, .upper_roman, .lower_roman, .upper_alpha, .lower_alpha {
    list-style: outside none none;
    margin: 0 0 10px;
}

    .tick_icn li {
        background: rgba(0, 0, 0, 0) url("../img/list-icons/tick.png") no-repeat scroll 0 -2px;
        line-height: 18px;
        padding-left: 24px;
    }

    .alarm_icn li {
        background: rgba(0, 0, 0, 0) url("../img/list-icons/alarm.png") no-repeat scroll 0 -2px;
        line-height: 18px;
        padding-left: 24px;
    }

    .award_icn li {
        background: rgba(0, 0, 0, 0) url("../img/list-icons/award.png") no-repeat scroll 0 -2px;
        line-height: 18px;
        padding-left: 24px;
    }

    .help_icn li {
        background: rgba(0, 0, 0, 0) url("../img/list-icons/ask.png") no-repeat scroll 0 -2px;
        line-height: 18px;
        padding-left: 24px;
    }

    .clip_icn li {
        background: rgba(0, 0, 0, 0) url("../img/list-icons/clip.png") no-repeat scroll 0 -2px;
        line-height: 18px;
        padding-left: 24px;
    }

    .err_icn li {
        background: rgba(0, 0, 0, 0) url("../img/list-icons/err.png") no-repeat scroll 0 -2px;
        line-height: 18px;
        padding-left: 24px;
    }

    .flag_icn li {
        background: rgba(0, 0, 0, 0) url("../img/list-icons/flag.png") no-repeat scroll 0 -2px;
        line-height: 18px;
        padding-left: 24px;
    }

    .folder_icn li {
        background: rgba(0, 0, 0, 0) url("../img/list-icons/folder.png") no-repeat scroll 0 -2px;
        line-height: 18px;
        padding-left: 24px;
    }

    .globe_icn li {
        background: rgba(0, 0, 0, 0) url("../img/list-icons/globe.png") no-repeat scroll 0 -2px;
        line-height: 18px;
        padding-left: 24px;
    }

    .heart_icn li {
        background: rgba(0, 0, 0, 0) url("../img/list-icons/heart.png") no-repeat scroll 0 -2px;
        line-height: 18px;
        padding-left: 24px;
    }

    .info_icn li {
        background: rgba(0, 0, 0, 0) url("../img/list-icons/info.png") no-repeat scroll 0 -2px;
        line-height: 18px;
        padding-left: 24px;
    }

    .medal_icn li {
        background: rgba(0, 0, 0, 0) url("../img/list-icons/medal-gold.png") no-repeat scroll 0 -2px;
        line-height: 18px;
        padding-left: 24px;
    }

    .pin_icn li {
        background: rgba(0, 0, 0, 0) url("../img/list-icons/pin.png") no-repeat scroll 0 -2px;
        line-height: 18px;
        padding-left: 24px;
    }

    .plus_icn li {
        background: rgba(0, 0, 0, 0) url("../img/list-icons/plus.png") no-repeat scroll 0 -2px;
        line-height: 18px;
        padding-left: 24px;
    }

    .trophy_icn li {
        background: rgba(0, 0, 0, 0) url("../img/list-icons/trophy.png") no-repeat scroll 0 -2px;
        line-height: 18px;
        padding-left: 24px;
    }

    .decimal_order li {
        list-style: outside none decimal;
        margin-left: 20px;
    }

    .upper_roman li {
        list-style: outside none upper-roman;
        margin-left: 20px;
    }

    .lower_roman li {
        list-style: outside none lower-roman;
        margin-left: 20px;
    }

    .upper_alpha li {
        list-style: outside none upper-alpha;
        margin-left: 20px;
    }

    .lower_alpha li {
        list-style: outside none lower-alpha;
        margin-left: 20px;
    }

blockquote.quote_blue {
    background: #e7f2f8 none repeat scroll 0 0;
    border-color: #09f !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 4px !important;
    color: #06c;
    margin: 20px 0;
    padding: 10px 15px;
}

blockquote.quote_orange {
    background: #fde5de none repeat scroll 0 0;
    border-color: #f30 !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 4px !important;
    color: #cc2d00;
    margin: 20px 0;
    padding: 10px 15px;
}

blockquote.quote_pink {
    background: #fff none repeat scroll 0 0;
    border-color: #ff1493 !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 4px !important;
    color: #ff1493;
    margin: 20px 0;
    padding: 10px 15px;
}

.box-tab {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
}

    .box-tab .tab-content {
        padding: 10px 18px;
    }

    .box-tab .tabs-below .nav-tabs {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #cccccc 0%, #eeeeee 100%) repeat scroll 0 0;
        border-top: 1px solid #bbb;
        margin-bottom: 0;
        padding-bottom: 5px;
    }

    .box-tab .nav-tabs {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(246, 246, 246, 1) 0%, rgba(237, 237, 237, 1) 100%) repeat scroll 0 0;
        margin-bottom: 10px;
        padding-top: 0;
    }

        .box-tab .nav-tabs .active a {
            background: #fff none repeat scroll 0 0 !important;
        }

    .box-tab .tabs-left .nav-tabs {
        border-right: 1px solid #bbb;
        margin-bottom: 0;
    }

    .box-tab .tabs-right .nav-tabs {
        border-left: 1px solid #bbb;
        margin-bottom: 0;
    }

    .box-tab .tabs-left .tab-content {
        padding-left: 0 !important;
    }

    .box-tab .tabs-right .tab-content {
        padding-right: 0 !important;
    }

.chzn-container {
    display: inline-block;
    font-size: 12px;
    position: relative;
}

    .chzn-container .chzn-drop {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: #fff none repeat scroll 0 0;
        border-color: -moz-use-text-color #d8d8d8 #d8d8d8;
        border-image: none;
        border-style: none solid solid;
        border-width: 0 1px 1px;
        left: 0;
        position: absolute;
        top: 29px;
        z-index: 999;
    }

.chzn-container-single .chzn-single {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #f7f7f7 0%, #ffffff 100%) repeat scroll 0 0 padding-box;
    border: 1px solid #d8d8d8;
    color: #444444;
    display: block;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.chzn-container-single .chzn-default {
    color: #999;
}

.chzn-container-single .chzn-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chzn-container-single .chzn-single abbr {
    background: rgba(0, 0, 0, 0) url("../img/chosen-sprite.png") no-repeat scroll right top;
    display: block;
    font-size: 1px;
    height: 13px;
    position: absolute;
    right: 26px;
    top: 6px;
    width: 12px;
}

    .chzn-container-single .chzn-single abbr:hover {
        background-position: right -11px;
    }

.chzn-container-single .chzn-single div {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}

    .chzn-container-single .chzn-single div b {
        background: rgba(0, 0, 0, 0) url("../img/chosen-sprite.png") no-repeat scroll 0 0;
        display: block;
        height: 100%;
        width: 100%;
    }

.chzn-container-single .chzn-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1010;
}

    .chzn-container-single .chzn-search input {
        background: url("../img/chosen-sprite.png") no-repeat scroll 100% -22px, rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #eeeeee 1%, #ffffff 15%) repeat scroll 0 0;
        border: 1px solid #d8d8d8;
        /*font-family: sans-serif;*/
        font-family: "Trebuchet MS";
        font-size: 1em;
        margin: 1px 0;
        outline: 0 none;
        padding: 4px 20px 4px 5px;
    }

.chzn-container-single .chzn-drop {
    background-clip: padding-box;
}

.chzn-container-single-nosearch .chzn-search input {
    left: -9000px;
    position: absolute;
}

.chzn-container-multi .chzn-choices {
    background-color: #fff;
    background-image: -moz-linear-gradient(center top, #eeeeee 1%, #ffffff 15%);
    border: 1px solid #d8d8d8;
    cursor: text;
    height: auto !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

    .chzn-container-multi .chzn-choices li {
        float: left;
        list-style: outside none none;
    }

    .chzn-container-multi .chzn-choices .search-field {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

        .chzn-container-multi .chzn-choices .search-field input {
            background: transparent none repeat scroll 0 0 !important;
            border: 0 none !important;
            box-shadow: none;
            color: #666;
            /*font-family: sans-serif;*/
            font-family: "Trebuchet MS";
            font-size: 100%;
            height: 15px;
            margin: 1px 0;
            outline: 0 none;
            padding: 5px;
        }

        .chzn-container-multi .chzn-choices .search-field .default {
            color: #999;
        }

    .chzn-container-multi .chzn-choices .search-choice {
        background-clip: padding-box;
        background-color: #e4e4e4;
        background-image: -moz-linear-gradient(center top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
        border: 1px solid #d8d8d8;
        color: #333;
        cursor: default;
        line-height: 13px;
        margin: 3px 0 0 3px;
        padding: 3px 20px 3px 5px;
        position: relative;
    }

    .chzn-container-multi .chzn-choices .search-choice-focus {
        background: #d4d4d4 none repeat scroll 0 0;
    }

    .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
        background: rgba(0, 0, 0, 0) url("../img/chosen-sprite.png") no-repeat scroll right top;
        display: block;
        font-size: 1px;
        height: 13px;
        position: absolute;
        right: 3px;
        top: 4px;
        width: 12px;
    }

        .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
            background-position: right -11px;
        }

    .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
        background-position: right -11px;
    }

.chzn-container .chzn-results {
    margin: 0;
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
}

.chzn-container-multi .chzn-results {
    margin: -1px 0 0;
    padding: 0;
}

.chzn-container .chzn-results li {
    display: none;
    line-height: 15px;
    list-style: outside none none;
    margin: 0;
    padding: 5px 6px;
}

.chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item;
}

.chzn-container .chzn-results .highlighted {
    background-color: #3875d7;
    background-image: -moz-linear-gradient(center top, #3875d7 20%, #2a62bc 90%);
    color: #fff;
}

.chzn-container .chzn-results li em {
    background: #feffde none repeat scroll 0 0;
    font-style: normal;
}

.chzn-container .chzn-results .highlighted em {
    background: transparent none repeat scroll 0 0;
}

.chzn-container .chzn-results .no-results {
    background: #f4f4f4 none repeat scroll 0 0;
    display: list-item;
}

.chzn-container .chzn-results .group-result {
    color: #999;
    cursor: default;
    font-weight: bold;
}

.chzn-container .chzn-results .group-option {
    padding-left: 15px;
}

.chzn-container-multi .chzn-drop .result-selected {
    display: none;
}

.chzn-container .chzn-results-scroll {
    background: white none repeat scroll 0 0;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    z-index: 1;
}

    .chzn-container .chzn-results-scroll span {
        display: inline-block;
        height: 17px;
        text-indent: -5000px;
        width: 9px;
    }

.chzn-container .chzn-results-scroll-down {
    bottom: 0;
}

    .chzn-container .chzn-results-scroll-down span {
        background: rgba(0, 0, 0, 0) url("../img/chosen-sprite.png") no-repeat scroll -4px -3px;
    }

.chzn-container .chzn-results-scroll-up span {
    background: rgba(0, 0, 0, 0) url("../img/chosen-sprite.png") no-repeat scroll -22px -3px;
}

.chzn-container-active .chzn-single {
}

.chzn-container-active .chzn-single-with-drop {
    background-color: #eee;
    background-image: -moz-linear-gradient(center top, #eeeeee 20%, #ffffff 80%);
    border: 1px solid #d8d8d8;
}

    .chzn-container-active .chzn-single-with-drop div {
        background: transparent none repeat scroll 0 0;
        border-left: medium none;
    }

        .chzn-container-active .chzn-single-with-drop div b {
            background-position: -18px 1px;
        }

.chzn-container-active .chzn-choices {
    border: 1px solid #d8d8d8;
}

    .chzn-container-active .chzn-choices .search-field input {
        color: #111 !important;
    }

.chzn-disabled {
    cursor: default;
    opacity: 0.5 !important;
}

    .chzn-disabled .chzn-single {
        cursor: default;
    }

    .chzn-disabled .chzn-choices .search-choice .search-choice-close {
        cursor: default;
    }

div.tagsinput {
    overflow-y: auto;
}

    div.tagsinput span.tag {
        background: #62a3bb none repeat scroll 0 0;
        border: 1px solid #0f7abb;
        border-radius: 3px;
        color: #fff;
        display: block;
        float: left;
        /*font-family: helvetica;*/
        font-family: "Trebuchet MS";
        font-size: 13px;
        margin-bottom: 5px;
        margin-right: 5px;
        padding: 3px 5px;
        text-decoration: none;
    }

        div.tagsinput span.tag a {
            color: #e5f5ff;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
        }

    div.tagsinput input {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #ccc;
        color: #000;
        /*font-family: helvetica;*/
        font-family: "Trebuchet MS";
        font-size: 13px;
        margin: 0 5px 5px 0;
        outline: 0 none;
        padding: 4px 5px 5px;
        width: 80px;
    }

    div.tagsinput div {
        display: block;
        float: left;
    }

.tags_clear {
    clear: both;
    height: 0;
    width: 100%;
}

.not_valid {
    background: #fbd8db none repeat scroll 0 0 !important;
    color: #90111a !important;
}

div.selector, div.selector span, div.checker span, div.radio-btn span, div.uni-uploader, div.uni-uploader span.action, div.button, div.button span {
    background-image: url("../img/sprite-icons/uniform-sprite.png");
    background-repeat: no-repeat;
}

.selector, .radio-btn, .checker, .uni-uploader, .button, .selector *, .radio-btn *, .checker *, .uni-uploader *, .button * {
    margin: 0;
    padding: 0;
}

div.selector {
    background-position: -483px -130px;
    height: 26px;
    line-height: 26px;
}

    div.selector span {
        background-position: right 0;
        height: 26px;
        line-height: 26px;
    }

    div.selector select {
        left: 0;
        top: 0;
    }

    div.selector:active, div.selector.active {
        background-position: -483px -156px;
    }

        div.selector:active span, div.selector.active span {
            background-position: right -26px;
        }

    div.selector.focus, div.selector.hover, div.selector:hover {
        background-position: -483px -182px;
    }

        div.selector.focus span, div.selector.hover span, div.selector:hover span {
            background-position: right -52px;
        }

        div.selector.focus:active, div.selector.focus.active, div.selector:hover:active, div.selector.active:hover {
            background-position: -483px -208px;
        }

            div.selector.focus:active span, div.selector:hover:active span, div.selector.active:hover span, div.selector.focus.active span {
                background-position: right -78px;
            }

    div.selector.disabled {
        background-position: -483px -234px;
    }

        div.selector.disabled span {
            background-position: right -104px;
        }

div.checker {
    height: 19px;
    width: 19px;
}

    div.checker input {
        height: 19px;
        width: 19px;
    }

    div.checker span {
        background-position: 0 -260px;
        height: 19px;
        width: 19px;
    }

    div.checker:active span, div.checker.active span {
        background-position: -19px -260px;
    }

    div.checker.focus span, div.checker:hover span {
        background-position: -38px -260px;
    }

    div.checker.focus:active span, div.checker:active:hover span, div.checker.active:hover span, div.checker.focus.active span {
        background-position: -57px -260px;
    }

    div.checker span.checked {
        background-position: -76px -260px;
    }

    div.checker:active span.checked, div.checker.active span.checked {
        background-position: -95px -260px;
    }

    div.checker.focus span.checked, div.checker:hover span.checked {
        background-position: -114px -260px;
    }

    div.checker.focus:active span.checked, div.checker:hover:active span.checked, div.checker.active:hover span.checked, div.checker.active.focus span.checked {
        background-position: -133px -260px;
    }

    div.checker.disabled span, div.checker.disabled:active span, div.checker.disabled.active span {
        background-position: -152px -260px;
    }

        div.checker.disabled span.checked, div.checker.disabled:active span.checked, div.checker.disabled.active span.checked {
            background-position: -171px -260px;
        }

div.radio-btn {
    height: 18px;
    width: 18px;
}

    div.radio-btn input {
        height: 18px;
        width: 18px;
    }

    div.radio-btn span {
        background-position: 0 -279px;
        height: 18px;
        width: 18px;
    }

    div.radio-btn:active span, div.radio-btn.active span {
        background-position: -18px -279px;
    }

    div.radio-btn.focus span, div.radio-btn:hover span {
        background-position: -36px -279px;
    }

    div.radio-btn.focus:active span, div.radio-btn:active:hover span, div.radio-btn.active:hover span, div.radio-btn.active.focus span {
        background-position: -54px -279px;
    }

    div.radio-btn span.checked {
        background-position: -72px -279px;
    }

    div.radio-btn:active span.checked, div.radio-btn.active span.checked {
        background-position: -90px -279px;
    }

    div.radio-btn.focus span.checked, div.radio-btn:hover span.checked {
        background-position: -108px -279px;
    }

    div.radio-btn.focus:active span.checked, div.radio-btn:hover:active span.checked, div.radio-btn.focus.active span.checked, div.radio-btn.active:hover span.checked {
        background-position: -126px -279px;
    }

    div.radio-btn.disabled span, div.radio-btn.disabled:active span, div.radio-btn.disabled.active span {
        background-position: -144px -279px;
    }

        div.radio-btn.disabled span.checked, div.radio-btn.disabled:active span.checked, div.radio-btn.disabled.active span.checked {
            background-position: -162px -279px;
        }

div.uni-uploader {
    background-position: 0 -297px;
    height: 28px;
}

    div.uni-uploader span.action {
        background-position: right -409px;
        height: 24px;
        line-height: 24px;
    }

    div.uni-uploader span.filename {
        height: 24px;
        line-height: 24px;
        margin: 2px 0 2px 2px;
    }

    div.uni-uploader.focus, div.uni-uploader.hover, div.uni-uploader:hover {
        background-position: 0 -353px;
    }

        div.uni-uploader.focus span.action, div.uni-uploader.hover span.action, div.uni-uploader:hover span.action {
            background-position: right -437px;
        }

    div.uni-uploader.active span.action, div.uni-uploader:active span.action {
        background-position: right -465px;
    }

    div.uni-uploader.focus.active span.action, div.uni-uploader.active:focus span.action, div.uni-uploader.focus:active span.action, div.uni-uploader:focus:active span.action {
        background-position: right -493px;
    }

    div.uni-uploader.disabled {
        background-position: 0 -325px;
    }

        div.uni-uploader.disabled span.action {
            background-position: right -381px;
        }

div.button {
    background-position: 0 -523px;
}

    div.button span {
        background-position: right -643px;
    }

    div.button.focus, div.button:focus, div.button:hover, div.button.hover {
        background-position: 0 -553px;
    }

        div.button.focus span, div.button:focus span, div.button:hover span, div.button.hover span {
            background-position: right -673px;
        }

    div.button.active, div.button:active {
        background-position: 0 -583px;
    }

        div.button.active span, div.button:active span {
            background-position: right -703px;
            color: #555;
        }

    div.button.disabled, div.button:disabled {
        background-position: 0 -613px;
    }

        div.button.disabled span, div.button:disabled span {
            background-position: right -733px;
            color: #bbb;
            cursor: default;
        }

div.button {
    height: 30px;
}

    div.button span {
        /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
        font-family: "Trebuchet MS";
        font-size: 12px;
        font-weight: bold;
        height: 22px;
        letter-spacing: 1px;
        margin-left: 13px;
        padding-left: 2px;
        padding-right: 15px;
        padding-top: 8px;
        text-transform: uppercase;
    }

div.selector {
    font-size: 12px;
    width: 190px;
}

    div.selector select {
        border: 1px solid #fff;
        /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
        font-family: "Trebuchet MS";
        font-size: 12px;
        min-width: 190px;
    }

    div.selector span {
        cursor: pointer;
        padding: 0 25px 0 2px;
    }

    div.selector span {
        color: #666;
        text-shadow: 0 1px 0 #fff;
        width: 158px;
    }

    div.selector.disabled span {
        color: #bbb;
    }

div.checker {
    margin-left: -20px;
    margin-right: 5px;
    margin-top: -2px;
}

div.radio-btn {
    margin-left: -20px;
    margin-right: 0;
    margin-top: -2px;
}

div.uni-uploader {
    cursor: pointer;
    width: 190px;
}

    div.uni-uploader span.action {
        background-color: #fff;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        text-shadow: 0 1px 0 #fff;
        width: 85px;
    }

    div.uni-uploader span.filename {
        border-right: 1px solid #bbb;
        color: #777;
        font-size: 11px;
        width: 82px;
    }

    div.uni-uploader input {
        width: 190px;
    }

    div.uni-uploader.disabled span.action {
        color: #aaa;
    }

    div.uni-uploader.disabled span.filename {
        border-color: #ddd;
        color: #aaa;
    }

.selector, .checker, .button, .radio-btn, .uni-uploader {
    display: inline-block;
    vertical-align: middle;
}

    .selector select:focus, .radio-btn input:focus, .checker input:focus, .uni-uploader input:focus {
        outline: 0 none;
    }

div.button a, div.button button, div.button input {
    position: absolute;
}

div.button {
    cursor: pointer;
    position: relative;
}

    div.button span {
        display: inline-block;
        line-height: 1;
        text-align: center;
    }

div.selector {
    overflow: hidden;
    padding-left: 10px;
    position: relative;
}

    div.selector span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    div.selector select {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        height: 25px;
        opacity: 0;
        position: absolute;
    }

div.checker {
    position: relative;
}

    div.checker span {
        display: inline-block;
        text-align: center;
    }

    div.checker input {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        display: inline-block;
        opacity: 0;
    }

div.radio-btn {
    position: relative;
}

    div.radio-btn span {
        display: inline-block;
        text-align: center;
    }

    div.radio-btn input {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        display: inline-block;
        opacity: 0;
        text-align: center;
    }

div.uni-uploader {
    cursor: default;
    overflow: hidden;
    position: relative;
}

    div.uni-uploader span.action {
        cursor: pointer;
        display: inline;
        overflow: hidden;
        padding: 2px 0;
    }

    div.uni-uploader span.filename {
        cursor: default;
        display: block;
        float: left;
        overflow: hidden;
        padding: 0 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    div.uni-uploader input {
        border: medium none;
        bottom: 0;
        cursor: default;
        float: right;
        height: 25px;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.tbl_length {
    width: 50px;
}

.data-tbl-inbox tr td:first-child, .data-tbl-inbox tr th:first-child {
    text-align: center;
}

.check-list {
    width: 1% !important;
}

.col-half {
    width: 20% !important;
}

.inbox-editor {
    width: 100% !important;
}

.actionsBox {
    cursor: move;
    font-style: normal;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: -50px;
    z-index: 9000;
}

    .actionsBox .menu {
        background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(122, 188, 255, 1) 0%, rgba(96, 171, 248, 1) 44%, rgba(64, 150, 238, 1) 100%) repeat scroll 0 0;
        border: 1px solid #0e6fa8;
        border-radius: 5px;
        color: #47708f;
        font-weight: bold;
        line-height: 15px;
        padding: 7px;
        text-shadow: 1px 1px 0 #fff;
    }

        .actionsBox .menu .button {
            background: rgba(0, 0, 0, 0) -moz-linear-gradient(center bottom, rgb(230, 243, 249) 38%, rgb(245, 249, 250) 88%) repeat scroll 0 0;
            border: 1px solid #3b87af;
            border-radius: 3px;
            cursor: pointer;
            padding: 4px 7px;
        }

            .actionsBox .menu .button:hover {
                background: #fff none repeat scroll 0 0;
            }

        .actionsBox .menu span {
            background: rgba(0, 0, 0, 0) -moz-linear-gradient(center bottom, rgb(230, 243, 249) 38%, rgb(245, 249, 250) 88%) repeat scroll 0 0;
            border: 1px solid #3b87af;
            border-radius: 3px;
            padding: 4px 7px;
        }

    .actionsBox .submenu {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: #fff none repeat scroll 0 0;
        border-color: -moz-use-text-color #3b87af #3b87af;
        border-image: none;
        border-style: none solid solid;
        border-width: medium 1px 1px;
        box-shadow: 0 1px 4px #ddd;
        display: none;
        margin-left: 59px;
        right: 10px;
        top: 46px;
        width: 120px;
    }

        .actionsBox .submenu a {
            border-top: 1px solid #d9eaf2;
            cursor: pointer;
            display: block;
            padding: 10px 15px;
        }

            .actionsBox .submenu a.last {
            }

            .actionsBox .submenu a.first {
                border-top: medium none;
            }

            .actionsBox .submenu a:hover {
                background-color: #f9f9f9;
            }

    .actionsBox .menu a.open, .actionsBox .menu a.closed {
        border: 1px solid #3b87af;
        border-radius: 3px;
        cursor: pointer;
        margin-right: 5px;
        padding: 4px 14px;
    }

    .actionsBox .menu a.open {
        background: #fff url("../img/open.png") no-repeat scroll center center;
    }

    .actionsBox .menu a.closed {
        background: #fff url("../img/closed.png") no-repeat scroll center center;
    }

        .actionsBox .menu a.open:hover, .actionsBox .menu a.closed:hover {
            opacity: 1;
        }

.action-icons {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    margin-left: 3px;
    text-indent: -999999px;
    width: 20px;
}

.the-icons {
    list-style: outside none none;
    margin: 0;
}

.slider-elements {
    margin-bottom: 20px;
}

.colorbox_elem {
    list-style: outside none none;
    margin: 0;
}

    .colorbox_elem li {
        margin-bottom: 10px;
    }

.login-container {
    background: rgb(255, 248, 248) none repeat scroll 0 0;
    border-radius: 5px;
    margin: 9% auto;
    padding: 2px;
    width: 280px;
}

.less {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

    .less .well-login {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        border: medium none !important;
        border-radius: 4px;
        box-shadow: none !important;
    }

.well-login {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    padding: 18px;
}

.login-container .login-input {
    padding-left: 30px;
    width: 204px !important;
    font-family: Trebuchet MS;
}

.forgot-pass h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

.user-name {
    background: #fff url("../img/sprite-icons/cs_h.png") no-repeat scroll 5px -856px !important;
}

.user-pass {
    background: #fff url("../img/sprite-icons/cs_h.png") no-repeat scroll 5px -458px !important;
}

.remember-me {
    margin-top: 10px;
}

.rem {
    clear: both;
    margin-top: 10px;
}

.remember-me .checker {
    margin-left: 0;
}

.login-container .login-btn {
    width: 247px !important;
    border-radius: 5px;
    background-color:#F79227;
    color:black;
}


.boot-accordion .accordion-heading {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
    border-radius: 4px;
}

.boot-accordion .collapse {
    border-radius: 0 0 4px 4px !important;
}

.boot-accordion .accordion-inner {
    background: #fff none repeat scroll 0 0;
}

.accordion-basic div p {
    margin: 0;
    padding: 10px;
}

.accordion-basic .title {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%) repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #1f1f1f;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    padding: 0 15px 0 30px;
    text-decoration: none;
}

.accordion-basic a.last {
}

.accordion-basic a.selected {
}

.accordion-basic a:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.accordion-basic a.selected {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: black;
}

.switch-board {
    margin-bottom: 20px;
}

    .switch-board ul {
        list-style: outside none none;
        margin: 0;
        text-align: center;
    }

        .switch-board ul li {
            background: #ebebeb none repeat scroll 0 0;
            border: 1px solid #bbb;
            border-radius: 5px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
            display: inline-block;
            margin: 10px;
            overflow: visible;
            text-align: center;
            width: 130px;
        }

            .switch-board ul li a {
                background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(249, 249, 249, 1) 0%, rgba(245, 245, 245, 1) 100%) repeat scroll 0 0;
                border: 1px solid #ccc;
                border-radius: 4px;
                display: block;
                margin: 3px;
                padding: 15px 0;
                text-align: center;
            }

                .switch-board ul li a:hover {
                    background: #f6f6f6 none repeat scroll 0 0;
                    border: 1px solid #bbb;
                    box-shadow: 0 0 5px #ccc;
                    cursor: pointer;
                    transition: all 0.3s ease-in-out 0s;
                }

            .switch-board ul li .widget-link {
                display: block;
            }

    .switch-board .srabon-sprite {
        background: rgba(0, 0, 0, 0) url("../img/sprite-icons/icon_sl.png") no-repeat scroll 0 0;
        display: inline-block;
        height: 40px;
        margin-bottom: 5px;
        width: 40px;
    }

.switch-board-round {
    margin-bottom: 20px;
}

    .switch-board-round ul {
        list-style: outside none none;
        margin: 0;
        text-align: center;
    }

        .switch-board-round ul li {
            background: #ebebeb none repeat scroll 0 0;
            border: 1px solid #ccc;
            border-radius: 80px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
            display: inline-block;
            height: 80px;
            margin: 10px;
            overflow: visible;
            text-align: center;
            width: 80px;
        }

            .switch-board-round ul li a {
                background: #fff none repeat scroll 0 0;
                border: 1px solid #bbb;
                border-radius: 80px;
                display: block;
                height: 74px;
                margin: 2px;
                text-align: center;
                width: 74px;
            }

    .switch-board-round .srabon-sprite {
        background: rgba(0, 0, 0, 0) url("../img/sprite-icons/icon_sl.png") no-repeat scroll 0 0;
        display: inline-block;
        height: 40px;
        margin-top: 15px;
        width: 40px;
    }

    .switch-board-round ul li a:hover {
        background: #f6f6f6 none repeat scroll 0 0;
        border: 1px solid #bbb;
        box-shadow: 0 0 5px #ccc;
        cursor: pointer;
        transition: all 0.3s ease-in-out 0s;
    }

.board-stats {
    margin-bottom: 20px;
    text-align: center;
}

.statistics-wrap {
    background: #eee none repeat scroll 0 0;
    border: 0 solid #bbb;
    border-radius: 5px;
    padding: 3px;
}

.statistics-block {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%) repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
}

.stat-chart {
    margin: 15px 15px 5px;
}

.stat-info {
    color: #069;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 10px;
    text-transform: uppercase;
}

.dashboard-row {
    margin-bottom: 20px;
}

.dashboard-wid-wrap {
    background: #eee none repeat scroll 0 0;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 3px;
}

.dashboard-wid-content a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%) repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    color: #333;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}


.dashboard-wid-content a:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
    color: #069;
}

.dashboard-wid-content a {
    background: linear-gradient(0deg, #2F3336, #4F585E);
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-shadow: 0 3px 3px #F79227 unset;
    color: #F79227;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}


.dashboard-wid-content a:hover {
    background: #F79227;
    color: #2F3336;
}


.dasboard-icon-title {
    display: block;
    padding-top: 5px;
}

.error-wrap {
    margin-top: 10%;
}

.errorcode {
    font-size: 60px;
    text-align: right;
}

    .errorcode span {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(134, 134, 134, 1) 0%, rgba(86, 86, 86, 1) 100%) repeat scroll 0 0;
        border: 1px solid #505050;
        border-radius: 5px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
        color: #fff;
        display: inline-block;
        /*font-family: "Oswald",sans-serif;*/
        font-family: "Trebuchet MS";
        height: 60px;
        line-height: 57px;
        padding: 5px 10px;
    }

.error-title {
    color: #0d78b6;
    /*font-family: "Oswald",sans-serif;*/
    font-family: "Trebuchet MS";
    margin-bottom: 20px;
}

    .error-title span {
        display: inline-block;
        font-size: 60px;
        height: 60px;
        line-height: 57px;
        padding: 5px 0;
    }

.error-message {
    font-weight: normal;
    margin-bottom: 20px;
}

    .error-message span {
        color: #aa3d3d;
    }

.error-instruction {
    margin: 0;
    padding-top: 10px;
}

.error-instruction {
    list-style: outside none disc;
    margin-left: 13px;
}

#error404 .leftSide {
    float: left;
    margin-left: 20px;
    position: relative;
    width: 600px;
}

#error404 .error-page-cntainer {
    padding-top: 5%;
}

#error404 .leftSide h3 {
    /*font-family: "Oswald",sans-serif;*/
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

    #error404 .leftSide h3 span {
        color: #da6233;
        display: block;
        font-size: 180%;
    }

#error404 .leftSide h4 {
    color: #3d6d23;
    /*font-family: "Oswald",sans-serif;*/
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0;
    text-transform: uppercase;
}

#error404 .leftSide .bubble {
    background: rgba(0, 0, 0, 0) url("../img/bubble.png") no-repeat scroll left center;
    height: 250px;
    padding-left: 80px;
    padding-top: 50px;
    position: absolute;
    right: 40px;
    top: 0;
    width: 200px;
}

    #error404 .leftSide .bubble p {
        padding-right: 40px;
    }

.errorCode {
    /*font-family: "Oswald",sans-serif;*/
    font-family: "Trebuchet MS";
    font-size: 190px;
    height: 180px;
    left: -10px;
    line-height: 180px;
    padding-top: 190px;
    position: relative;
}

#error404 .rightSide h3 {
    /*font-family: "Oswald",sans-serif;*/
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

    #error404 .rightSide h3 span {
        color: #da6233;
    }

#error404 .rightSide {
    float: right;
    margin-right: 20px;
    padding-top: 100px;
    position: relative;
}

.rightSide ol {
    margin-bottom: 20px;
}

    .rightSide ol li {
        /*font-family: Arial,Helvetica,sans-serif;*/
        font-family: "Trebuchet MS";
        line-height: 1.6667em;
        margin-left: 20px;
    }

        .rightSide ol li a {
            color: #1d8ac2;
            text-decoration: underline;
        }

.rightSide .search-box {
    height: 55px;
    margin-bottom: 15px;
}

    .rightSide .search-box ul {
        overflow: hidden;
        width: auto;
    }

        .rightSide .search-box ul li {
            display: inline-block;
            float: left;
            list-style: outside none none;
            margin-right: 10px;
        }

.search-box ul li.search-text-box {
    background: rgba(0, 0, 0, 0) url("../img/search-box.png") no-repeat scroll 0 0;
    height: 60px;
    width: 220px;
}

.input-text {
    background: rgba(0, 0, 0, 0) url("../img/search-text-box.png") no-repeat scroll 0 0;
    border: 0 none;
    margin: 10px;
    padding: 7px 5px 8px 24px;
    width: 172px;
}

.search-box ul li.search-button {
    height: 55px;
    width: 50px;
}

.input-button {
    background: rgba(0, 0, 0, 0) url("../img/go.png") no-repeat scroll 0 0;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 55px;
    line-height: 0;
    text-indent: -999999px;
    width: 50px;
}

*::-moz-selection {
    background-color: #de764d;
    color: #fff;
}

.color-block {
    margin-left: 10px;
}

.theme-color {
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 20px;
    margin-bottom: 3px;
    margin-right: 3px;
    width: 20px;
}

.theme-settings {
    margin-left: 10px;
}

    .theme-settings .btn-group {
        padding: 0;
    }

    .theme-settings label {
        margin-right: 10px;
    }

.side-hide {
    display: none !important;
}

.right-sidebar {
    border-left: 1px solid #1d1c1c;
    left: auto !important;
    right: -1px !important;
}

.merge-left {
    margin-left: 0 !important;
    margin-right: 210px !important;
}

.full-fluid {
    margin: 0 !important;
}

.theme-default {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #383838 0%, #1d1c1c 100%) repeat scroll 0 0;
}

.theme-blue {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 108, 169, 1) 0%, rgba(0, 78, 122, 1) 100%) repeat scroll 0 0;
}

.theme-chayam {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(91, 192, 222, 1) 0%, rgba(47, 150, 180, 1) 100%) repeat scroll 0 0;
}

.theme-orange {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(231, 147, 52, 1) 0%, rgba(211, 88, 22, 1) 50%, rgba(209, 80, 19, 1) 51%, rgba(183, 44, 7, 1) 100%) repeat scroll 0 0;
}

.theme-light-blue {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(158, 166, 175, 1) 0%, rgba(89, 106, 114, 1) 100%) repeat scroll 0 0;
}

.theme-dark {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(73, 73, 73, 1) 0%, rgba(24, 24, 25, 1) 50%, rgba(20, 20, 20, 1) 51%, rgba(7, 7, 7, 1) 100%) repeat scroll 0 0;
}

.theme-gray {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(191, 191, 191, 1) 0%, rgba(150, 150, 150, 1) 100%) repeat scroll 0 0;
}

.theme-chrome {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(25, 166, 211, 1) 0%, rgba(8, 83, 161, 1) 50%, rgba(6, 68, 146, 1) 51%, rgba(2, 40, 110, 1) 100%) repeat scroll 0 0;
}

.theme-pink {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(175, 85, 178, 1) 0%, rgba(89, 48, 109, 1) 100%) repeat scroll 0 0;
}

.all_buttons ul {
    list-style: outside none none;
    margin: 0;
}

    .all_buttons ul li {
        float: left;
        margin-bottom: 3px;
        width: 260px;
    }

.big-icon li .dashboard-icons-colors, .big-icon li .dashboard-icons {
    margin-top: -10px;
}

.big-icon li {
    margin-bottom: 10px !important;
}

.colorpicker-saturation {
    background-image: url("../img/saturation.png");
    cursor: crosshair;
    float: left;
    height: 100px;
    width: 100px;
}

    .colorpicker-saturation i {
        border: 1px solid #000;
        border-radius: 5px;
        display: block;
        height: 5px;
        left: 0;
        margin: -4px 0 0 -4px;
        position: absolute;
        top: 0;
        width: 5px;
    }

        .colorpicker-saturation i b {
            border: 1px solid #fff;
            border-radius: 5px;
            display: block;
            height: 5px;
            width: 5px;
        }

.colorpicker-hue, .colorpicker-alpha {
    cursor: row-resize;
    float: left;
    height: 100px;
    margin-bottom: 4px;
    margin-left: 4px;
    width: 15px;
}

    .colorpicker-hue i, .colorpicker-alpha i {
        background: #000 none repeat scroll 0 0;
        border-top: 1px solid #fff;
        display: block;
        height: 1px;
        left: 0;
        margin-top: -1px;
        position: absolute;
        top: 0;
        width: 100%;
    }

.colorpicker-hue {
    background-image: url("../img/hue.png");
}

.colorpicker-alpha {
    background-image: url("../img/alpha.png");
    display: none;
}

.colorpicker {
    border-radius: 4px;
    left: 0;
    margin-top: 1px;
    min-width: 55px;
    padding: 4px;
    top: 0;
}

    .colorpicker::before, .colorpicker::after {
        content: "";
        display: table;
    }

    .colorpicker::after {
        clear: both;
    }

    .colorpicker::before {
        border-bottom: 7px solid rgba(0, 0, 0, 0.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        left: 6px;
        position: absolute;
        top: -7px;
    }

    .colorpicker::after {
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: inline-block;
        left: 7px;
        position: absolute;
        top: -6px;
    }

    .colorpicker div {
        position: relative;
    }

    .colorpicker.alpha {
        min-width: 140px;
    }

        .colorpicker.alpha .colorpicker-alpha {
            display: block;
        }

.colorpicker-color {
    background-image: url("../img/alpha.png");
    background-position: 0 100%;
    clear: both;
    height: 10px;
    margin-top: 5px;
}

    .colorpicker-color div {
        height: 10px;
    }

.input-append.color .add-on i, .input-prepend.color .add-on i {
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
}

.datepicker {
    border-radius: 4px;
    left: 0;
    margin-top: 1px;
    padding: 4px;
    top: 0;
}

    .datepicker::before {
        border-bottom: 7px solid rgba(0, 0, 0, 0.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        left: 6px;
        position: absolute;
        top: -7px;
    }

    .datepicker::after {
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: inline-block;
        left: 7px;
        position: absolute;
        top: -6px;
    }

    .datepicker > div {
        display: none;
    }

    .datepicker table {
        margin: 0;
        width: 100%;
    }

    .datepicker td, .datepicker th {
        border-radius: 4px;
        height: 20px;
        text-align: center;
        width: 20px;
    }

        .datepicker td.day:hover {
            background: #eeeeee none repeat scroll 0 0;
            cursor: pointer;
        }

        .datepicker td.old, .datepicker td.new {
            color: #999999;
        }

        .datepicker td.active, .datepicker td.active:hover {
            background-color: #006dcc;
            background-image: -moz-linear-gradient(center top, #0088cc, #0044cc);
            background-repeat: repeat-x;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

            .datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover {
                background-color: #0044cc;
            }

                .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover {
                }

        .datepicker td span {
            border-radius: 4px;
            cursor: pointer;
            display: block;
            float: left;
            height: 54px;
            line-height: 54px;
            margin: 2px;
            width: 47px;
        }

            .datepicker td span:hover {
                background: #eeeeee none repeat scroll 0 0;
            }

            .datepicker td span.active {
                background-color: #006dcc;
                background-image: -moz-linear-gradient(center top, #0088cc, #0044cc);
                background-repeat: repeat-x;
                border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                color: #fff;
            }

                .datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
                    background-color: #0044cc;
                }

                .datepicker td span.active:active, .datepicker td span.active.active {
                    background-color: #003399;
                }

            .datepicker td span.old {
                color: #999999;
            }

        .datepicker th.switch {
            width: 145px;
        }

    .datepicker thead tr:first-child th {
        cursor: pointer;
    }

        .datepicker thead tr:first-child th:hover {
            background: #eeeeee none repeat scroll 0 0;
        }

.input-append.date .add-on i, .input-prepend.date .add-on i {
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
}

.control-group {
    margin-top: 15px;
}

.k-widget.k-datepicker.k-header.form-control {
    width: 196px;
}

.logo > img {
    margin-left: 59px;
    margin-top: -18px;
}

.buildings_co {
    background: #fff url("../img/sprite-icons/cs_h.png") no-repeat scroll 5px -56px !important;
}

.fa.fa-plus-circle {
    color: #355595;
    font-size: 17px;
}

.nav.pull-right.custom_head_link {
    padding-top: 13px;
}

.custom_head_link > a {
    color: #e14247;
    font-size: 13px;
}

    .custom_head_link > a:hover {
        color: #385ca3;
        text-decoration: none;
    }


.footer-Left p {
    font-size: 12px;
    padding-top: 5px;
}

.pull-left.member_left {
    margin-left: 32px;
    margin-top: 3px;
}

.pull-left.member_left1 {
    margin-left: 110px;
}

.pull-left.member_left2 {
    margin-left: 85px;
}

.pull-left.member_left3 {
    margin-left: 85px;
}

.widget-head.member_left {
    margin-left: 50px;
}

.form-actions {
    background-color: #f9f9f9;
    border-top: 1px solid #f9f9f9;
    /*margin-bottom: 20px;*/
    margin-bottom: 1px; /*added by afsar for dps opening*/
    margin-top: 10px;  /*added by afsar for dps opening*/
    /*margin-top: 20px;*/
    padding: 19px 20px 20px;
}

.k-focusable img {
    display: block;
    margin: 0 auto;
}

.cancelDialog > img {
    margin-left: 10px;
}

#footer1 {
    width: 100%;
    z-index: 1;
}

.btn-small {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    margin-left: 3px;
    padding: 3px 5px;
}

.btn > a:hover {
    text-decoration: none;
}

.form-horizontal .form-actions {
    padding-left: 257px;
}

.input-mini {
    width: 48%;
}

.btn-primary {
    background-color: #4464a4;
    background-image: -moz-linear-gradient(center top, #0088cc, #0044cc);
    background-repeat: repeat-x;
}

#mdg > img {
    margin: 0 auto;
}

.fa.fa-user {
    color: #4565a3;
    font-size: 15px;
}

.table.table-striped img {
    cursor: pointer;
}

.warning1 {
    background: #49afcd none repeat scroll 0 0;
    color: #fff;
}

.table-header-rotated th.row-header {
    width: auto;
}

.table-header-rotated td {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    text-align: center;
    vertical-align: middle;
}

.table-header-rotated th.rotate-45 {
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    height: 101px;
    line-height: 0.8;
    max-width: 150px;
    min-width: 25px;
    padding: 0;
    position: relative;
    vertical-align: bottom;
    width: 40px;
}

.headtext {
    text-align: center;
}

.member_text {
    margin-left: 40px;
}

.disburse_date {
    margin-left: 24px;
}

.component_text {
    margin-left: 20px;
}

.table-header-rotated th.rotate-45 > div {
    border-left: 1px solid #f9f9f9;
    height: 100%;
    left: 22px;
    overflow: hidden;
    position: relative;
    top: 0;
    transform: skew(-12deg, 1deg);
}

.table-header-rotated th.rotate-45 span {
    bottom: 44px;
    display: inline-block;
    left: -38px;
    position: absolute;
    text-align: left;
    transform: skew(45deg, 0deg) rotate(315deg);
    width: 119px;
}

.switch_button1 {
    margin-left: -70px;
    margin-top: 42px;
}

.switch_button2 {
    margin-left: -70px;
    margin-top: 59px;
}

.switch_button3 {
    margin-left: -70px;
    margin-top: 42px;
}

.switch_button.switch_button4 {
    margin-top: 60px;
}

.module_link_class {
    float: right;
    font-weight: bold;
    margin-right: 0;
    margin-top: 13px;
}

    .module_link_class a:hover {
        text-decoration: none;
    }

.btn.btn-inverse.login-btn.btn-small.btn-small1 {
    margin-top: -1px;
}

.k-grid tbody .k-button {
    font-size: 12px;
    line-height: 14px;
    min-width: 26px;
    padding: 3px 5px;
}

.k-button {
    color: #fff;
}

    .k-button.k-button-icontext.k-grid-View {
        background-color: #4464a4;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        margin-left: 10px;
    }

.k-grid-View:hover {
    background-color: #0044cc;
    color: #ffffff;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}

.k-button.k-button-icontext.k-grid-Edit {
    background-color: #faa732;
    background-image: -moz-linear-gradient(center top, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    margin-left: 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.k-grid-Edit:hover {
    background-color: #f89406;
    color: #ffffff;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}

.k-button.k-button-icontext.k-grid-Delete {
    background-color: #da4f49;
    background-image: -moz-linear-gradient(center top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.k-grid-Delete:hover {
    background-color: #bd362f;
    color: #ffffff;
    text-decoration: none;
}

.k-button, .k-button.k-state-disabled:hover, .k-state-disabled .k-button:hover, .k-draghandle {
    background-color: #8e66cc;
    border-color: #8e66cc;
}

.k-link {
    color: #0879c0;
    cursor: pointer;
    /*font-family: Trebuchet MS;*/
    /*background-color:  #f79227;*/
    /*background-color:#f79227;*/
    background-color:#f79227;
    font-weight: bold;
    /*color: #f79227;*/;
    color: #ffffff;
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-variant: all-small-caps;
    font-weight: 500;
    outline: 0 none;
}

.k-grid td {
    border-style: solid;
    border-width: 0 0 0 1px;
    /*color added by afsar*/
    /*color: #000;*/
    font-family: Trebuchet MS;
    /*font-family: "Trebuchet MS";*/
    font-weight: 400;
    line-height: 1.6em;
    overflow: hidden;
    font-size: 12px;
    padding: 0.4em 0.6em;
   
    text-overflow: ellipsis;
    vertical-align: middle;
}

.k-button-icontext {
    overflow: visible;
    padding-right: 6px;
}

.k-button.k-button-icontext.k-grid-Delete {
    margin-left: 5px;
}

.k-button.k-button-icontext.k-grid-View {
    margin-left: 1px;
}

.k-button.k-button-icontext.k-grid-Edit {
    margin-left: 5px;
}

.k-popup .k-item {
    cursor: pointer;
    color:#F79227;
    background-color:#4F585E;
    /*border:1px solid #F79227;*/
}
.k-popup .k-item:hover {
    cursor: pointer;
    color:black;
    background-color:#F79227;
         border:1px solid #4F585E;
}

.k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-dropdown-wrap .k-select {
    cursor: pointer;
    line-height: 1.3em;
    min-height: 1.3em;
    padding: 3px;
    vertical-align: middle;
}

.k-textbox, .k-autocomplete, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap {
    border-style: solid;
    border-width: 1px;
    padding: 2px 21px 2px 2px;
        min-width: 29px;
    /*width: 172px;*/   /*added by afsar*/
}

.span.k-dropdown-wrap.k-state-default{
    width: 171px;
}

#back-to-top {
    background-color: #25272a;
    border-radius: 5px;
    bottom: -40px;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    transition: all 1s ease 0s;
    width: 40px;
    z-index: 500;
}

    #back-to-top i {
        transition: all 1s ease 0s;
    }

    #back-to-top a {
        color: #c2cbcd;
        display: block;
        height: 40px;
        width: 40px;
    }

    #back-to-top.show {
        bottom: 35px;
    }

    #back-to-top:hover {
        background-color: #0879c0;
    }

        #back-to-top:hover i {
            color: #fff;
        }

li {
    line-height: 25px;
}

.widget-box.widget-total {
    height: 260px;
}

.widget-box.widget-balance {
    height: 660px;
}

.employment_left {
    float: left;
    width: 24%;
}

.empployment_right {
    float: right;
    width: 60%;
}

.widget-box.widget-calculation {
    height: 385px;
}

.header_top_one {
    border-right: 1px solid #DDDDDD;
    height: 31px;
    padding-top: 10px;
}

#TopBranchName {
    margin-top: 5px;
}

.navbar.navbar-fixed-top > div {
    /*background: #ddd none repeat scroll 0 0;
    background-color: #f7f2f2;*/
    background:white;
    padding-top: 1px;
    padding-bottom: 1px;
    background:linear-gradient(0deg, #2F3336, #4F585E);

}

.container-fluid.header_top {
    margin-top: -5px;
    background-color: #f7f2f2;
    /*color: #ff8929;*/
     color:#f79227;
}

.header_top_one > label {
    padding-top: 3px;
    /*color: #ff8929;*/
    color:#f79227;
    font-size: 14px;
}

.span3.header_top_one span, .span3.header_top_one span {
    color: #0e0e0e;
    font-size: 14px;
}

select {
    background-color: #ffffff;
    border: 1px solid #bbb;
    width: 196px;
}

input, textarea {
    width: 183px;
}

.span2.select_custom > select {
    height: 250px;
    margin-top: -10px;
}

.span2.select_custom > label {
    background: #f0f0f0 none repeat scroll 0 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: 25px;
    padding-left: 5px;
    padding-top: 5px;
    width: 114%;
}

.custom_select select > option {
    font-size: 13px;
    padding: 3px;
}

.span6 input[type="radio"] {
    margin-right: 3px;
    margin-top: -3px;
}

.label_list_custom {
    margin-top: 10px;
}

.checkbox input[type="checkbox"] {
    margin-top: 2px;
}

.custom_list_1 {
    margin-top: 10px;
}

.span4.select_custom1 > select, .span2.select_custom1 > select {
    height: 270px;
    width: 250px;
}

.switch_button_button_list {
    margin-left: -60px;
    margin-top: 100px;
    width: 60px;
}

.span4.select_custom1 select option, .span2.select_custom1 select option, .span2.select_custom select option {
    font-size: 13px;
    margin-bottom: 5px;
}

.span6 > span {
    padding-right: 5px;
}

#main-content h3 {
    color: #f79227;
    font-size: 13px;
    text-align: center;
    font-family:'Trebuchet MS';
    position: relative;
    top: 5px;
}

.switch_button_button_list i {
    margin-left: 4px;
}

.k-grouping-header {
    line-height: 2;
}

.testimonial {
    margin-bottom: 30px;
    padding-left: 0;
    position: relative;
    text-align: left;
}

    .testimonial .testimonial-image {
        left: 0;
        position: absolute;
        top: 0;
        width: 100px;
    }

    .testimonial .testimonial-content {
        background: #f7f7f7 none repeat scroll 0 0;
        border: 1px solid #e1e1e1;
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 20px 25px;
        position: relative;
        text-align: justify;
    }

        .testimonial .testimonial-content::before, .testimonial .testimonial-content::after {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-bottom: 0 solid transparent;
            border-image: none;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-style: solid;
            border-top-color: inherit;
            border-width: 20px 15px 0;
            content: "";
            left: -15px;
            position: absolute;
            top: -1px;
        }

        .testimonial .testimonial-content::after {
            border-top-color: #f7f7f7;
            margin: 1px 0 0 2px;
        }

    .testimonial .testimonial-info {
        margin: 0 0 15px;
    }

        .testimonial .testimonial-info h4 {
            margin: 0 0 4px;
        }

        .testimonial .testimonial-info small {
            opacity: 0.8;
        }

    .testimonial:last-child {
        margin-bottom: 0;
    }

.span2.head_message {
    color: #ff8929;
    font-size: 16px;
}

    .span2.head_message > strong {
        float: right;
        margin-top: -4px;
        padding-right: 4px;
    }

.uppercase {
    color: #e24247;
    font-size: 14px;
    padding-bottom: 7px;
    text-align: center;
}

.recent_news {
    color: #ff8929;
    font-size: 17px;
    padding-bottom: 15px;
    text-align: center;
}

    .recent_news.underline::after {
        border-bottom: 1px solid #0072bc;
        border-color: #0072bc;
        content: "";
        display: block;
        height: 1px;
        margin: 10px auto 0;
        width: 58px;
    }

.uppercase span {
    color: #ff8929;
    position: absolute;
    right: 5px;
    top: 2px;
}

.pull-right p {
    color: #ddd;
    font-style: italic;
}

.control-label.label_custom {
    margin-left: 44px;
    text-align: right;
    /*width: 93px;*/
    padding-right: 10px;
}

.controls.custom_control {
    margin-left: 98px;
}

.controls.label_custom {
    margin-left: 100px;
}

.control-label.label_saving {
    margin-left: 14px;
    text-align: right;
    width: 119px;
}

.control-label.label_amount {
    margin-left: 10px;
    text-align: right;
}

.controls.control_saving {
    margin-left: 145px;
    margin-top: -5px;
        padding-top: 2px;
}

.btn-block {
    box-sizing: border-box;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 48%;
}

.report_Icon_custom {
    margin-top: 65px;
}

.samitypermission_button {
    margin-top: 42px;
    margin-left: 20px;
    width: 50px;
}

.samitypermission_button1 {
    margin-top: 70px;
    margin-left: 20px;
    width: 50px;
}

.samitypermission_button2 {
    margin-top: 40px;
    margin-left: 80px;
    width: 50px;
}

.btn_execute {
    margin-left: 182px;
    margin-top: 15px;
}

.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    /*background: #F8B163 none repeat scroll 0 0;*/
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background: #ff8929 none repeat scroll 0 0;
    color: #fff;
}

#tblGrid > thead {
    border-bottom: 3px solid #e14348;
}

.rotate-45.header.headerSortDown, .rotate-45.header.headerSortUp {
    cursor: pointer;
}

.rotate-45.header:hover {
    background: #2c85a0 none repeat scroll 0 0;
}

table.tablesorter {
    /*font-family: arial;*/
    font-family: "Trebuchet MS";
    font-size: 10pt;
    text-align: left;
}

.table th, .table td {

    border-top: 1px solid #807d7d;
    /*border: groove;*/
    /*border-top: 1px solid #dddddd;*/
    line-height: 20px;
    padding: 0;
    text-align: center;
    vertical-align: inherit;
}

.k-grid-header .k-header {
    /*font-family: "all";*/
    font-family: "Trebuchet MS";
    text-align: center;
}

.Saving_grid_custom {
    width: 2047px;
}

.btn.btn-small.btn-primary.saivings {
    margin-left: 46px;
}

.k-grid-header .k-header {
    border-style: solid;
    border-width: 0 0 1px 1px;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    padding: 0.5em 0.6em 0.4em;
    text-overflow: ellipsis;
    white-space: normal;
}
    /*line height change by afsar 15 to 11*/
    .k-grid-header .k-header .k-link {
        display: block;
        line-height: 11px;
        margin: -0.5em -0.6em -0.4em;
        min-height: 28px;
        padding: 1.5em 0.6em 0.4em;
        background:linear-gradient(0deg, #2F3336, #4F585E);
        font-family:'Trebuchet MS';
        color:#f79227;
    }

.k-i-funnel, .k-filter {
    background-position: 3px -291px;
}

.k-icon, .k-sprite, .k-editor-button .k-tool-icon {
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 0;
    height: 16px;
    line-height: 0;
    overflow: hidden;
    text-align: center;
    text-indent: -3333px;
    vertical-align: middle;
    width: 16px;
}

.k-grid-filter, .k-header-column-menu {
    cursor: pointer;
    float: right;
    margin: -0.3em -0.4em -0.1em;
    padding: 0;
    z-index: 1;
}

.lebel-width {
    width: 180px;
    float: left;
    padding-top: 5px;
    text-align: right;
    padding-left: 36px;
}

#txtDayTotalC, #txtCompColl, #txtTotalSavIntCol, #txtVolColl, #txtOthColl,
#txtTotSavCollec, #txtVolSavIntCol, #txtSavIntComColl, #txtSavIntVolColl,
#txtSavIntOthColl, #txtTotalSavIntCol, #txtComRef, #txtVolRef, #txtOthRef, #txtTotalRef, #txtHolidayOverdue {
    width: 50%;
    height: 15%;
    margin-left: 9px;
}

html, button, input, select, textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

*::-moz-selection {
    background: #b3d4fc none repeat scroll 0 0;
    text-shadow: none;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, img, video {
    vertical-align: middle;
}

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    background: #ccc none repeat scroll 0 0;
    color: #000;
    margin: 0.2em 0;
    padding: 0.2em 0;
}

.ir {
    background-color: transparent;
    border: 0 none;
    overflow: hidden;
}

    .ir::before {
        content: "";
        display: block;
        height: 150%;
        width: 0;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
}

@media only screen and (min-width: 35em) {
}

@media print, not all, not all, (min-resolution: 120dpi) {
}

@media print {
    * {
        background: transparent none repeat scroll 0 0 !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]::after {
            content: " (" attr(href) ")";
        }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    .ir a::after, a[href^="javascript:"]::after, a[href^="#"]::after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.table.table-striped img {
    cursor: pointer;
}

.warning1 {
    background-color: #FF8929;
    color: #fff;
}

.table th, .table td {
    border-top: 1px solid black;
    border-left: 1px solid black;

    /*background: whitesmoke;*/
    font-size: 12px;
    /*line-height: 23px;
    padding: 0 1px;*/
    line-height: 17px;   /*added by afsar for modal design*/
    padding: 1px 8px;   /*added by afsar for modal design*/
    /*text-align: left;*/
    text-align: center; /*added by afsar 27122020*/
    vertical-align: top;
}

.table-header-rotated th.row-header {
    width: auto;
}

.table-header-rotated th.rotate-45 {
    font-size: 12px;
    height: 100px;
    line-height: 10px;
    max-width: 40px;
    min-width: 40px;
    padding: 0;
    position: relative;
    vertical-align: bottom;
    width: 40px;
}
    /*text align, width added ruby afsar*/
    .table-header-rotated th.rotate-45 span {
        bottom: 40px;
        display: inline-block;
        line-height: 13px;
        position: absolute;
        text-align: center;
        transform: rotate(270deg);
        width: 105px;
    }

    .table-header-rotated th.rotate-45 > div {
        border-left: 1px solid #ddd;
        height: 100%;
        left: 4px;
        overflow: hidden;
        position: relative;
        top: 0;
    }

.list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    font-size: 12px;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

.panel {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f1f1f1 0%, #dbdbdb 100%) repeat scroll 0 0;
    border: 1px solid grey;
    margin-bottom: 20px;


    /*background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;*/
}

.panel-body {
    padding: 15px;
}

    .panel-body::before, .panel-body::after {
        content: " ";
        display: table;
    }

    .panel-body::after {
        clear: both;
    }

    .panel-body::before, .panel-body::after {
        content: " ";
        display: table;
    }

    .panel-body::after {
        clear: both;
    }

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
    }

        .panel > .list-group .list-group-item:first-child {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0 none;
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive {
    margin-bottom: 0;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0 none;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0 none;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0 none;
    }

    .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0 none;
    }

.panel-heading {
    background: linear-gradient(0deg, #2F3336, #4F585E);
    height: 40px;
    position: relative;
    /*border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: bold;
    padding: 3px 11px;*/
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    background-color: #f5f5f5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #dddddd;
    padding: 10px 15px;
}

.panel-group .panel {
    border-radius: 4px;
    margin-bottom: 0;
    overflow: hidden;
}

    .panel-group .panel + .panel {
        margin-top: 5px;
    }

.panel-group .panel-heading {
    border-bottom: 0 none;
}

    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #dddddd;
    }

.panel-group .panel-footer {
    border-top: 0 none;
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #dddddd;
    }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        background-color: #f5f5f5;
        border-color: #dddddd;
        color: #333333;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

        .panel-default > .panel-heading > .dropdown .caret {
            border-color: #333333 transparent;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        background-color: #428bca;
        border-color: #428bca;
        color: #ffffff;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca;
        }

        .panel-primary > .panel-heading > .dropdown .caret {
            border-color: #ffffff transparent;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        background-color: #dff0d8;
        border-color: #d6e9c6;
        color: #468847;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading > .dropdown .caret {
            border-color: #468847 transparent;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        background-color: #fcf8e3;
        border-color: #faebcc;
        color: #c09853;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading > .dropdown .caret {
            border-color: #c09853 transparent;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        background-color: #f2dede;
        border-color: #ebccd1;
        color: #b94a48;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading > .dropdown .caret {
            border-color: #b94a48 transparent;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        background-color: #d9edf7;
        border-color: #bce8f1;
        color: #3a87ad;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading > .dropdown .caret {
            border-color: #3a87ad transparent;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        margin-bottom: 0;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555555;
}

    a.list-group-item .list-group-item-heading {
        color: #333333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        background-color: #f5f5f5;
        text-decoration: none;
    }

    a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
        background-color: #428bca;
        border-color: #428bca;
        color: #ffffff;
        z-index: 2;
    }

        a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
            color: inherit;
        }

        a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
            color: #e1edf7;
        }

.list-group-item-heading {
    margin-bottom: 5px;
    margin-top: 0;
}

.list-group-item-text {
    line-height: 1.3;
    margin-bottom: 0;
}

.text-center {
    text-align: center;
}

.report_Icon_custom_Holiday {
    margin-top: 50px;
}

form {
    margin: 0 0 0px;
}

.login-footer {
    display: block;
    margin: 28px 0 -11px 39px;
}

.list-group {
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}

.badge {
    border-radius: 9px;
    height: 20px;
    padding: 2px 12px;
}

.label, .badge {
    background-color: #428bca;
    color: #ffffff;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 19px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}

.dropdown-submenu > a::after {
    border-color: transparent transparent transparent #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -8px;
    margin-top: 5px;
    width: 0;
}

.btn.btn-navbar.collapsed > span {
    color: #000;
}
/* Home Dashboard*/
.info-tile {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    display: block;
    height: 80px;
    margin: 0 0 32px;
    overflow: hidden;
    padding: 16px;
    position: relative;
}

    .info-tile .tile-heading {
        color: #428bca;
        font-size: 14px;
        font-weight: 600;
        height: 16px;
        line-height: 16px;
        text-align: left;
        text-transform: uppercase;
    }

.tile-body > label {
    bottom: -45px;
    font-size: 32px;
    position: absolute;
    right: 35px;
}

.info-tile .tile-body {
    color: #616161;
    font-size: 36px;
    font-weight: 400;
    line-height: 72px;
    position: relative;
    text-align: right;
    z-index: 1;
}

.info-tile .tile-footer {
    bottom: 8px;
    font-size: 12px;
    position: absolute;
    right: 12px;
    text-align: right;
}

.info-tile .tile-icon {
    border-radius: 50%;
    bottom: -71px;
    height: 160px;
    left: 20px;
    position: absolute;
    width: 118px;
}

    .info-tile .tile-icon i {
        font-size: 52px;
        left: 96px;
        position: absolute;
        top: 0;
    }

.tile-icon > img {
    margin-top: 5px;
    width: 89px;
}

.info-tile.tile-warning .tile-icon i {
    color: #ffecb3;
}

.info-tile.tile-success .tile-icon i {
    color: #dcedc8;
}

.info-tile.tile-teal .tile-icon i {
    color: #b2dfdb;
}

.info-tile.tile-lime .tile-icon i {
    color: #f0f4c3;
}

.info-tile.tile-danger .tile-icon i {
    color: #f9bdbb;
}

.info-tile.tile-info .tile-icon i {
    color: #b2ebf2;
}

.info-tile.tile-green .tile-icon i {
    color: #c8e6c9;
}

.info-tile.tile-primary .tile-icon i {
    color: #b3e5fc;
}

.info-tile.tile-gray .tile-icon i {
    color: #f5f5f5;
}

.info-tile.tile-orange .tile-icon i {
    color: #ffe0b2;
}

.info-tile.tile-blue .tile-icon i {
    color: #bbdefb;
}

.info-tile.tile-green .tile-icon i {
    color: #c8e6c9;
}

.info-tile.tile-purple .tile-icon i {
    color: #e1bee7;
}

.info-tile.tile-indigo .tile-icon i {
    color: #c5cae9;
}

.info-tile.tile-brown .tile-icon i {
    color: #d7ccc8;
}

.info-tile.info-tile-alt.tile-warning {
    background: #ffc107 none repeat scroll 0 0;
}

    .info-tile.info-tile-alt.tile-warning .tile-heading {
        color: #ffecb3;
    }

    .info-tile.info-tile-alt.tile-warning .tile-icon i {
        color: #ffd54f;
    }

    .info-tile.info-tile-alt.tile-warning .tile-body {
        color: #ffffff !important;
    }

    .info-tile.info-tile-alt.tile-warning .tile-footer span {
        color: #ffe082 !important;
    }

.info-tile.info-tile-alt.tile-success {
    background: #8bc34a none repeat scroll 0 0;
}

    .info-tile.info-tile-alt.tile-success .tile-heading {
        color: #dcedc8;
    }

    .info-tile.info-tile-alt.tile-success .tile-icon i {
        color: #aed581;
    }

    .info-tile.info-tile-alt.tile-success .tile-body {
        color: #ffffff !important;
    }

    .info-tile.info-tile-alt.tile-success .tile-footer span {
        color: #c5e1a5 !important;
    }

.info-tile.info-tile-alt.tile-teal {
    background: #009688 none repeat scroll 0 0;
}

    .info-tile.info-tile-alt.tile-teal .tile-heading {
        color: #b2dfdb;
    }

    .info-tile.info-tile-alt.tile-teal .tile-icon i {
        color: #4db6ac;
    }

    .info-tile.info-tile-alt.tile-teal .tile-body {
        color: #ffffff !important;
    }

    .info-tile.info-tile-alt.tile-teal .tile-footer span {
        color: #80cbc4 !important;
    }

.info-tile.info-tile-alt.tile-lime {
    background: #cddc39 none repeat scroll 0 0;
}

    .info-tile.info-tile-alt.tile-lime .tile-heading {
        color: #f0f4c3;
    }

    .info-tile.info-tile-alt.tile-lime .tile-icon i {
        color: #dce775;
    }

    .info-tile.info-tile-alt.tile-lime .tile-body {
        color: #ffffff !important;
    }

    .info-tile.info-tile-alt.tile-lime .tile-footer span {
        color: #e6ee9c !important;
    }

.info-tile.info-tile-alt.tile-danger {
    background: #e51c23 none repeat scroll 0 0;
}

    .info-tile.info-tile-alt.tile-danger .tile-heading {
        color: #f9bdbb;
    }

    .info-tile.info-tile-alt.tile-danger .tile-icon i {
        color: #f36c60;
    }

    .info-tile.info-tile-alt.tile-danger .tile-body {
        color: #ffffff !important;
    }

    .info-tile.info-tile-alt.tile-danger .tile-footer span {
        color: #f69988 !important;
    }

.info-tile.info-tile-alt.tile-info {
    background: #00bcd4 none repeat scroll 0 0;
}

    .info-tile.info-tile-alt.tile-info .tile-heading {
        color: #b2ebf2;
    }

    .info-tile.info-tile-alt.tile-info .tile-icon i {
        color: #4dd0e1;
    }

    .info-tile.info-tile-alt.tile-info .tile-body {
        color: #ffffff !important;
    }

    .info-tile.info-tile-alt.tile-info .tile-footer span {
        color: #80deea !important;
    }

.info-tile.info-tile-alt.tile-green {
    background: #4caf50 none repeat scroll 0 0;
}

    .info-tile.info-tile-alt.tile-green .tile-heading {
        color: #c8e6c9;
    }

    .info-tile.info-tile-alt.tile-green .tile-icon i {
        color: #81c784;
    }

    .info-tile.info-tile-alt.tile-green .tile-body {
        color: #ffffff !important;
    }

    .info-tile.info-tile-alt.tile-green .tile-footer span {
        color: #a5d6a7 !important;
    }

.info-tile.info-tile-alt.tile-primary {
    background: #03a9f4 none repeat scroll 0 0;
}

    .info-tile.info-tile-alt.tile-primary .tile-heading {
        color: #b3e5fc;
    }

    .info-tile.info-tile-alt.tile-primary .tile-icon i {
        color: #4fc3f7;
    }

    .info-tile.info-tile-alt.tile-primary .tile-body {
        color: #ffffff !important;
    }

    .info-tile.info-tile-alt.tile-primary .tile-footer span {
        color: #81d4fa !important;
    }

.info-tile.info-tile-alt.tile-inverse {
    background: #9e9e9e none repeat scroll 0 0;
}

    .info-tile.info-tile-alt.tile-inverse .tile-heading {
        color: #f5f5f5;
    }

    .info-tile.info-tile-alt.tile-inverse .tile-icon i {
        color: #e0e0e0;
    }

    .info-tile.info-tile-alt.tile-inverse .tile-body {
        color: #ffffff !important;
    }

    .info-tile.info-tile-alt.tile-inverse .tile-footer span {
        color: #eeeeee !important;
    }

.info-tile.info-tile-alt.tile-orange {
    background: #ff9800 none repeat scroll 0 0;
}

    .info-tile.info-tile-alt.tile-orange .tile-heading {
        color: #ffe0b2;
    }

    .info-tile.info-tile-alt.tile-orange .tile-icon i {
        color: #ffb74d;
    }

    .info-tile.info-tile-alt.tile-orange .tile-body {
        color: #ffffff !important;
    }

    .info-tile.info-tile-alt.tile-orange .tile-footer span {
        color: #ffcc80 !important;
    }

.info-tile.info-tile-alt.tile-blue {
    background: #2196f3 none repeat scroll 0 0;
}

    .info-tile.info-tile-alt.tile-blue .tile-heading {
        color: #bbdefb;
    }

.row.home_dashboard_pie {
    margin-bottom: 10px;
}

input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.table-header-rotated th.rotate-45 > div:first-child {
    border-left: 1px solid #f9f9f9;
    height: 100%;
    left: 12px;
    overflow: hidden;
    position: relative;
    top: 0;
}

#tblGrid33 {
    height: 500px;
    margin-top: -10px;
}

input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
    border-color: #ee5f5b;
    color: #000;
}

.date_inline {
    display: inline;
    margin-left: 6px;
    margin-top: 3px;
}

.selectMultiline {
    line-break: normal;
}

.control-group.custom-marginheight-collectionboth {
    margin-bottom: 1px;
    margin-top: 1px;
    height: 29px;
}

.control-group.custom-marginheight-collection {
    margin-bottom: 1px;
    margin-top: 6px;
    height: 29px;
    /*margin-left: 25px;*/
}
#IsMaximumMemberPolicyApplicableonSamity {
    margin-left: 10px;
    margin-top: 0px;
}

.element.style {
    background-color: #f7f2f2;
}

.control-group-line {
    margin-bottom: 6px;
    margin-top: 5px;
    height: 29px;
}

.control-group-Refund {
    margin-bottom: 10px;
    margin-top: 5px;
    height: 25px;
}

.control-group-searching {
    margin-bottom: 15px;
    margin-top: 15px;
    height: 19px;
}

.control-label.label_customers {
    margin-left: 76px;
    text-align: right;
    width: 93px;
    padding-right: 10px;
}

.control-group.padding-custom {
    margin-bottom: 6px;
    margin-top: 6px;
    height: 26px;
}

.control-group.Saving-interest {
    margin-bottom: 6px;
    margin-top: 6px;
    height: 26px;
}

.control-group.member-passbook {
    margin-bottom: 6px;
    margin-top: 6px;
    height: 27px;
}

.control-group.passbook-posting {
    margin-bottom: 8px;
    margin-top: 6px;
    height: 27px;
}

.control-group.ReportProcessingMRA {
    margin-bottom: 6px;
    margin-top: 9px;
    height: 22px;
}

.control-group.custom-marginheight {
    margin-bottom: 7px;
    margin-top: 6px;
    height: 26px;
}

.lebel-width-lg {
    width: 180px;
    float: left;
    padding-top: 8px;
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-info {

    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #F79227;
    background-color:#2F3336;
    text-shadow:none;
    border-color: black;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    background-image:none;
}
 
.black-icons .blocks_imagescustom {
    font-size: 14px;
    text-align: left;
}
/*.control-group.textareacustomize{
    margin-left: 180px;
}*/

.k-link:link, .k-link:visited {
    background:linear-gradient(0deg, #2F3336, #4F585E);
    color:#f79227;
    margin:2px;
}

.control-group.custom-marginheighUpdate {
    margin-bottom: 2px;
    margin-top: 1px;
    height: 27px;
}

.control-group.custom-marginheightTop {
    margin-bottom: -7px;
    margin-top: 15px;
    height: 35px;
}

.controls.Customtextboxinline { 
    padding-top: 1px;
    padding-bottom: 1px;
}
#tblGridforDeathapplication {
    /*height: 500px;*/
    margin-top: -10px;
}

.form-horizontal.control-labellargetext {
    float: right;
    padding-top: 0px;
    text-align: right;
}
#FormSubmitLoading, #PageLoading {
  position: absolute;
  z-index: 9999;
  left: 48.5%;
  top: 43.5%;
  margin: 0px;
  display: none;
  padding: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255,0);
  opacity: 1;
  transform: translate(-50%, -50%);
}

#loading {
   position: absolute;
   color: White;
   top: 50%;
   left: 50%;}

/*Kendo Grid Stipe*/
.k-grid-content tr {
    background-color: white;
  }
  .k-grid-content .k-alt {
    background-color: #E6E6E6;
  }
.k-grid .k-state-selected {
   /*background-color: #80d4ff !important;*/
   /*background-image: linear-gradient(#ffffff,#fbce9d) !important;
    color: #000000;*/
}

.k-popup .k-list .k-state-hover, .k-popup .k-list .k-state-focused, .k-popup .k-list .k-state-selected {
border:none;
background-color:#F79227;
color:black;
}

/*tr:nth-child(even) {
        background-color: #d5d9dc;
}*/
.k-dropdown {
width:auto;
}
.k-list-container {
width:auto !important;
min-width:210px !important;
}

/* ------------------------------------------------------------------
   Reusable table helpers (for custom grids, including CollateralRefund)
   ------------------------------------------------------------------ */
.mf-table-vertical-middle th,
.mf-table-vertical-middle td,
.mf-grid-table th,
.mf-grid-table td {
    vertical-align: middle;
}

.mf-grid-table th:first-child,
.mf-grid-table td:first-child {
    border-left: none !important;
}

.mf-table-bottom-border tbody tr:last-child td,
.mf-grid-table tbody tr:last-child td {
    border-bottom: 1px solid #000 !important;
}

.mf-table-frame,
.mf-grid-table {
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
}

.mf-table-frame thead tr:first-child th,
.mf-grid-table thead tr:first-child th {
    border-top: 1px solid #000 !important;
}

.mf-table-vertical-middle thead th,
.mf-grid-table thead th,
.mf-table-frame thead th {
    text-transform: uppercase;
    font-size: 0.9em; /* adjust size as needed */
}

/* ------------------------------------------------------------------
                End Of Reusable table helpers
   ------------------------------------------------------------------ */