﻿@import url('bootstrap.min.css');
@import url('bootstrap-responsive.min.css');
@import url('jquery.jqGrid/ui.jqgrid.css');
/*@import url('font-awesome-4.0.3/css/font-awesome.min.css');*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    line-height: 21px;
    outline: none;
    -webkit-font-smoothing: antialiased !important;
}

.dropdown-menu > li > a:hover {
    background-color: #061245 !important;
}

body {
    background: #fff;
    font-size: 12px;
    font-family: 'RobotoRegular', 'Helvetica Neue', Helvetica, sans-serif;
}

    body.errorpage { /*background: #fff url(../images/bg1.png);*/
    }

    body.loginpage {
        background: #0866c6;
    }

    body.showLeftMenu {
        background: #fff repeat-y 0 0, #fff;
    }

a, a:hover, a:link, a:active, a:focus {
    outline: none;
    color: #0866c6;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

input, select,
textarea, button {
    outline: none;
    font-size: 13px;
    font-family: 'Segoe UI','RobotoRegular', 'Helvetica Neue', Helvetica, sans-serif;
}

strong {
    font-weight: normal;
}

label, input, textarea, select, button {
    font-size: 13px;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    line-height: normal;
}

.nopadding {
    padding: 0 !important;
}

header, footer, nav, section {
    display: block;
}

.mainwrapper {
    background: url(../images/leftpanelbg.png) repeat-y 0 0;
}

.header {
    background: #0866c6;
    clear: both;
    height: 114px;
}

.headerinner {
    margin-left: 260px;
    list-style: none;
}

.header .logo {
    width: 260px;
    padding-top: 10px;
    padding-left: 20px;
    float: left;
}

.headmenu {
    float: right;
}
    /*.headmenu .dropdown-menu { border: 2px solid #0866c6; border-top: 0; margin: 0; }*/
    .headmenu .dropdown-menu {
        border: 2px solid #061245;
        background: #fff;
        margin-top: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top: 0;
        border-color: #061245;
    }

    .headmenu .nav-header {
        text-shadow: none;
        font-weight: normal;
    }

    .headmenu .dropdown-menu::after {
        position: absolute;
        top: -6px;
        left: 45px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid white;
        border-left: 6px solid transparent;
        content: '';
    }

    .headmenu > li {
        display: inline-block;
        float: left;
        font-size: 14px;
        position: relative;
        border-right: 1px solid rgba(255,255,255,0.15);
    }

    .headmenu > li {
        border-left: 1px solid #ccc;
        padding-bottom: 5px;
        padding-top: 5px;
    }

        .headmenu > li.odd {
            background: rgba(255,255,255,0.1);
        }

        .headmenu > li.right {
            float: right;
            border-right: 0;
        }

        .headmenu > li > a {
            min-width: 70px;
            position: relative;
            display: block;
            color: #000;
            padding: 8px 20px 9px;
            cursor: pointer;
        }

            .headmenu > li > a:hover {
                text-decoration: none;
            }

            .headmenu > li > a .count {
                position: absolute;
                top: 5px;
                right: 10px;
                opacity: 0.7;
            }

            .headmenu > li > a:hover .count, .headmenu > li.open > a .count {
                opacity: 1;
            }

            .headmenu > li > a .headmenu-label {
                display: block;
                margin: 2px 0 3px 0;
                opacity: 0.7;
                text-align: center;
            }

            .headmenu > li > a:hover .headmenu-label, .headmenu > li.open > a .headmenu-label {
                opacity: 1;
            }

            .headmenu > li > a .head-icon {
                width: 48px;
                height: 48px;
                display: block;
                margin: auto;
                opacity: .7;
            }

            .headmenu > li > a:hover .head-icon, .headmenu > li.open a .head-icon {
                opacity: 1;
            }

    .headmenu .dropdown-menu > li > a {
        padding: 6px 15px;
        font-size: 13px;
        filter: none;
    }

    .headmenu > li.active > a {
        color: #2a2a2a;
    }

    .headmenu li.open.active > a {
        background: #fff;
    }

    .headmenu li.active > a {
        background: #fff;
        text-decoration: none;
        color: #2a2a2a;
    }

.head-home {
    background-image: url(images/home.png);
}

.head-search {
    background-image: url(images/search.png);
}

.head-help {
    background-image: url(images/help.png);
}

.head-favourite {
    background-image: url(images/favourite.png);
}

.userloggedinfo {
    padding: 11px;
    color: #fff;
    float: right;
}

    .userloggedinfo img {
        padding: 3px;
        background: rgba(255,255,255,0.2);
        width: 80px;
        float: left;
    }

    .userloggedinfo .userinfo {
        float: left;
        margin-left: 10px;
    }

        .userloggedinfo .userinfo small {
            font-size: 11px;
            opacity: 0.6;
            color: #fff;
            font-family: 'Segoe UI' sans-serif;
            font-style: italic;
        }

    .userloggedinfo ul {
        list-style: none;
        margin-top: 5px;
    }

        .userloggedinfo ul li {
            display: block;
            font-size: 11px;
            line-height: normal;
            margin-bottom: 1px;
        }

            .userloggedinfo ul li a {
                padding: 4px 5px 3px 5px;
                color: #fff;
                line-height: normal;
                background: rgba(255,255,255,0.1);
                display: block;
            }

                .userloggedinfo ul li a:hover {
                    text-decoration: none;
                    background: rgba(255,255,255,0.2);
                }

#navigation {
    background: #061245;
    position: relative;
    z-index: 100;
    clear: both; /*padding-right: 20px;padding-left: 20px;*/
    display: table;
    width: 100%;
    top: -20.6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    min-height: 40px;
    padding-left: 0px;
    padding-right: 0px;
}

    #navigation .main-nav {
        list-style-type: none;
        margin: 0px auto 0px auto;
        padding: 0;
        width: 100%;
    }

        #navigation .main-nav > li {
            float: left;
            position: relative;
            margin: 0;
        }

            #navigation .main-nav > li > a {
                display: block;
                padding: 10px 25px;
                color: #fff;
            }

                #navigation .main-nav > li > a:hover {
                    text-decoration: none;
                    background: #000;
                }

            #navigation .main-nav > li.active > a {
                background: #fff;
                text-decoration: none;
                color: #072d5a;
                display: block;
                padding: 10px 15px;
            }

    #navigation .dropdown-menu {
        border-top: 0;
        border-color: #368ee0;
        border: 2px solid #666;
        background: #fff;
        margin-top: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        #navigation .dropdown-menu > li > a:hover {
            /*padding: 6px 15px;
    font-size: 13px;
    filter: none;*/
            background: #061245;
        }

        #navigation .dropdown-menu > li.active > a {
            /*padding: 6px 15px;
    font-size: 13px;
    filter: none;*/
            background: #061245;
        }

    #navigation .main-nav > li > a .caret {
        border-top-color: #fff;
        margin: 9px 0 0 2px;
    }

    #navigation .caret {
        display: inline-block;
        width: 0;
        height: 0;
        vertical-align: top;
        border-top: 4px solid #000;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: "";
    }


.rightpanel:after {
    clear: both;
    content: '';
    display: block;
}

.pageheader {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
    min-height: 30px;
    background: #fff;
}

.pageicon {
    border-color: #bb2f0e;
}
/*Set global color here*/
.pageicon {
    width: 22px;
    font-size: 21px;
    padding: 10px;
    color: #061245;
    border: 1px solid #061245;
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
    text-align: center;
    margin: 12px;
}

.pagetitle {
    margin-left: -20px;
    padding-top: 5px;
}

    .pagetitle h5, .subtitle {
        font-family: 'Segoe UI','RobotoRegular', 'Helvetica Neue', Helvetica, sans-serif;
    }

    .pagetitle h5 {
        text-transform: uppercase;
        font-size: 11px;
        color: #999;
    }

    .headmenu > li, .leftmenu .nav-tabs.nav-stacked a, .pagetitle h1, .shortcuts li {
        font-family: 'Segoe UI', 'RobotoLight', 'Helvetica Neue', Helvetica, sans-serif;
    }

    .pagetitle h1 {
        font-size: 32px;
        margin-left: -2px;
        color: #061245;
    }

.maincontent {
    float: left;
    width: 100%;
}

.maincontentinner {
    padding: 20px;
}


.table-bordered {
    border-top: 0;
}

    .table-bordered.table-force-topborder {
        border-top: 1px solid #ddd;
    }

    .table-bordered.dataTable {
        border-top: 1px solid #ddd;
    }

        .table-bordered.dataTable.dataTable-noheader {
            border-top: 0;
        }

    .table-bordered, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

/* Styles for basic forms
-----------------------------------------------------------*/
.box.box-condensed .box-title {
    padding: 2px 0 2px 4px;
}

    .box.box-condensed .box-title h3 {
        font-size: 18px;
    }

    .box.box-condensed .box-title .actions {
        margin-top: 1px;
    }

        .box.box-condensed .box-title .actions .btn > i {
            font-size: 12px;
        }

        .box.box-condensed .box-title .actions .btn {
            padding: 4px 8px;
        }

.box.box-condensed .box-content {
    padding: 10px;
}

.box.box-small .box-title {
    padding: 0 0 0 3px;
}

    .box.box-small .box-title h3 {
        font-size: 16px;
    }

    .box.box-small .box-title .actions {
        margin-top: 3px;
    }

        .box.box-small .box-title .actions .btn > i {
            font-size: 11px;
        }

        .box.box-small .box-title .actions .btn {
            padding: 2px 7px;
        }

.box.box-small .box-content {
    padding: 5px;
}

.box.box-color .box-title {
    background: #061245;
}

    .box.box-color .box-title h3 {
        color: #fff;
    }

    .box.box-color .box-title .tabs > li.active > a {
        background: #fff;
        color: #3889C5;
    }

    .box.box-color .box-title .tabs > li > a {
        color: #fff;
    }

        .box.box-color .box-title .tabs > li > a:hover {
            color: #368ee0;
        }

    .box.box-color .box-title .actions > a {
        color: #fff;
    }

        .box.box-color .box-title .actions > a:hover {
            background: #fff;
            color: #3889C5;
        }

.box.box-bordered .table {
    margin-bottom: 0;
}

    .box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned {
        border-right: 2px solid #ddd;
    }

        .box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned th {
            border-right: 2px solid #333;
        }

        .box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned td {
            text-align: center;
        }

    .box.box-bordered .table.table-bordered {
        border-right: 0;
    }
        /*.box.box-bordered .table.table-bordered th:first-child, .box.box-bordered .table.table-bordered td:first-child {border-left: 0;}*/
        .box.box-bordered .table.table-bordered th:last-child, .box.box-bordered .table.table-bordered td:last-child {
            border-right: 0;
        }

.box.box-bordered .form-bordered {
    margin-bottom: 0;
}

.box.box-bordered .slimScrollDiv {
    border-bottom: 2px solid #ddd;
}

.box.box-bordered.box-color .slimScrollDiv {
    border-bottom: 2px solid #3889C5;
}

.box.box-bordered.box-color .box-title {
    border-color: #061245;
}

.box.box-bordered.box-color .box-content {
    border-color: #061245;
}

.box.box-bordered .box-title {
    border: 2px solid #ddd;
}

.box.box-bordered .box-content {
    border: 2px solid #ddd;
    border-top: 0;
}

.box .box-title {
    *zoom: 1;
    border-bottom: 1px solid #ddd;
    padding: 7px 0 7px 10px;
    margin-top: 20px;
}

    .box .box-title:after {
        content: "";
        display: table;
        clear: both;
    }

    .box .box-title h3 {
        float: left;
        margin: 3px 0 3px 0;
        line-height: 24px;
        font-weight: 400;
        color: #3889c5;
        font-size: 20px;
    }

        .box .box-title h3 i {
            margin: 0 10px 0 5px;
        }

    .box .box-title .tabs {
        float: right;
        *zoom: 1;
        margin: 5px 10px 0 0;
        padding: 0;
        list-style-type: none;
    }

        .box .box-title .tabs:after {
            content: "";
            display: table;
            clear: both;
        }

        .box .box-title .tabs.tabs-left {
            float: left;
        }

        .box .box-title .tabs > li {
            float: left;
            margin-right: 5px;
        }

            .box .box-title .tabs > li:last-child {
                margin-right: 0;
            }

            .box .box-title .tabs > li > a {
                padding: 4px 8px;
            }

                .box .box-title .tabs > li > a:hover {
                    text-decoration: none;
                    background: #eee;
                }

            .box .box-title .tabs > li.active > a {
                background: #368ee0;
                color: #fff;
            }

    .box .box-title .actions {
        margin-top: 0px;
        float: right;
        margin-right: 10px;
    }

        .box .box-title .actions .btn {
            background: none;
            color: #333;
            padding: 5px 9px;
        }

            .box .box-title .actions .btn:hover {
                background: #368ee0;
                color: #fff;
            }

        .box .box-title .actions .content-move {
            cursor: move;
        }

.box .box-content {
    *zoom: 1;
    padding: 20px;
    background: #fff;
}

    .box .box-content:after {
        content: "";
        display: table;
        clear: both;
    }


.table.table-hover tr:hover > td {
    background: #f8f8f8;
}

.table .with-checkbox {
    width: 10px;
}

    .table .with-checkbox input {
        margin-left: 4px;
        margin-top: 0;
    }

.table.dataTable {
    margin-bottom: 10px;
    clear: both;
}

    .table.dataTable.dataTable-grouping .group {
        background: #e6e6e6;
        border-top: 2px solid #ccc;
    }

        .table.dataTable.dataTable-grouping .group.expanded-group {
            background: url("../img/expanded-group.jpg") no-repeat left center #e6e6e6;
            padding-left: 33px;
        }

            .table.dataTable.dataTable-grouping .group.expanded-group:hover {
                cursor: pointer;
            }

        .table.dataTable.dataTable-grouping .group.collapsed-group {
            background: url("../img/collapsed-group.jpg") no-repeat left center #e6e6e6;
            padding-left: 33px;
        }

            .table.dataTable.dataTable-grouping .group.collapsed-group:hover {
                cursor: pointer;
            }

    .table.dataTable .sorting_asc {
        background: url("../img/sorting-asc.png") no-repeat right center #eee;
    }

    .table.dataTable .sorting_desc {
        background: url("../img/sorting-desc.png") no-repeat right center #eee;
    }

    .table.dataTable .sorting {
        background: url("../img/sorting.png") no-repeat right center #eee;
    }

    .table.dataTable .sorting, .table.dataTable .sorting_desc, .table.dataTable .sorting_asc {
        padding-right: 30px;
        white-space: nowrap;
    }

    .table.dataTable.dataTable-scroll-x {
        border-collapse: separate;
        max-width: none;
    }

        .table.dataTable.dataTable-scroll-x td {
            white-space: nowrap;
        }

    .table.dataTable th:focus {
        outline: none;
    }

    .table.dataTable.dataTable-reorder th:hover {
        cursor: move;
    }

.table.table-colored-header thead th, .table.table-colored-header thead td {
    background: #368ee0;
    color: #fff;
}

.table.table-nohead thead {
    display: none;
}

    .table.table-nohead thead th, .table.table-nohead thead td {
        display: none;
    }

.table.table-nohead tr:first-child td {
    border: 0;
}

.table tr td {
    vertical-align: middle;
}

    .table tr td .label {
        margin-right: 3px;
    }

.table tr th {
    vertical-align: middle;
    background: #eee;
}

.table.table-user tr.alpha td.alpha-val span {
    background: #368ee0;
    color: #fff;
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
}

.table.table-user tr.alpha:hover td {
    background: white;
    cursor: pointer;
}

.table.table-user tr:first-child td {
    border: 0;
}

.table.table-user tr td {
    border-top: 1px dotted #ccc;
}

    .table.table-user tr td.img {
        width: 40px;
    }

        .table.table-user tr td.img img {
            width: 40px;
        }

    .table.table-user tr td.user {
        text-align: left;
        vertical-align: middle;
    }

    .table.table-user tr td.icon {
        width: 20px;
        vertical-align: middle;
    }

        .table.table-user tr td.icon .online {
            font-size: 10px;
            color: #4fa828;
        }

.table-mail tbody tr > td {
    cursor: pointer;
}

.table-mail tbody tr.warning > td {
    background-color: #deecfa;
}

.table-mail .table-checkbox {
    width: 15px;
}

.table-mail .table-icon {
    width: 20px;
}

    .table-mail .table-icon .sel-star {
        color: #aaa;
        text-decoration: none;
    }

        .table-mail .table-icon .sel-star:hover {
            color: #f8a31f;
        }

        .table-mail .table-icon .sel-star.active {
            color: #f8a31f;
        }

.table-mail .table-date {
    width: 100px;
}

.table-mail .table-fixed-medium {
    width: 200px;
}

.table-pagination {
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .table-pagination > a {
        margin-right: 5px;
        background: #eee;
        padding: 3px 8px;
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }

        .table-pagination > a.disabled {
            color: #999;
        }

            .table-pagination > a.disabled:hover {
                background: #eee;
                cursor: default;
            }

        .table-pagination > a:hover {
            background: #ddd;
        }

    .table-pagination > span > a {
        padding: 3px 8px;
        margin-right: 5px;
        background: #eee;
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }

        .table-pagination > span > a.active {
            background: #368ee0;
            color: #fff;
        }

.dataTable-columnfilter .thefilter th, .usertable .thefilter th {
    background-color: #eee;
    vertical-align: middle;
    color: #777;
}

.dataTable-columnfilter .thefilter .filter_column input, .usertable .thefilter .filter_column input {
    margin-bottom: 0;
    width: 100%;
    padding: 4px 0;
    text-indent: 8px;
    background: #fff;
}

.dataTable-columnfilter .thefilter .filter_column select, .usertable .thefilter .filter_column select {
    margin-bottom: 0;
    width: 100%;
    background: #fff;
}

/*DATATABLE*/

table.DTCR_clonedTable {
    background-color: white;
    z-index: 202;
    cursor: move;
}

div.DTCR_pointer {
    width: 1px;
    background-color: #368ee0;
    z-index: 201;
}

    div.DTCR_pointer:before {
        content: "\f063";
        font-family: "FontAwesome";
        position: absolute;
        top: -25px;
        left: -5px;
        color: #368ee0;
    }

.ColVis {
    float: right;
    margin-bottom: 1em;
}

.ColVis_Button {
    position: relative;
    float: left;
    margin-right: 3px;
    padding: 3px 5px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    cursor: pointer;
    *cursor: hand;
}

button.ColVis_Button::-moz-focus-inner {
    border: none !important;
    padding: 0;
}

.ColVis_text_hover {
    border: 1px solid #999;
    background-color: #f0f0f0;
}

div.ColVis_collectionBackground {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 1100;
}

div.ColVis_collection {
    position: relative;
    width: 150px;
    background-color: #f3f3f3;
    padding: 3px;
    border: 1px solid #ccc;
    z-index: 1102;
}

    div.ColVis_collection button.ColVis_Button {
        background-color: white;
        width: 100%;
        float: none;
        margin-bottom: 2px;
    }

    div.ColVis_collection button.ColVis_Group {
        background: #dadada;
        border: 1px solid #bababa;
    }

div.ColVis_catcher {
    position: absolute;
    z-index: 1101;
}

.disabled {
    color: #999;
}

button.ColVis_Button {
    text-align: left;
}

div.ColVis_collection button.ColVis_Button:hover {
    border: 1px solid #999;
    background-color: #f0f0f0;
}

div.ColVis_collection button.ColVis_Group:hover {
    background: #bababa;
    border: 1px solid #424242;
}

span.ColVis_radio {
    display: inline-block;
    width: 20px;
}

.dataTables_wrapper .ColVis {
    margin: 10px 10px 10px 0;
}

    .dataTables_wrapper .ColVis .ColVis_Button {
        background: #eee;
        padding: 3px 8px;
        border: 0;
    }

        .dataTables_wrapper .ColVis .ColVis_Button i {
            margin-left: 5px;
        }

        .dataTables_wrapper .ColVis .ColVis_Button:hover {
            background: #ddd;
        }

.dataTables_wrapper .dataTables_length {
    float: left;
    min-width: 200px;
    margin: 10px 10px 5px 10px;
}

    .dataTables_wrapper .dataTables_length .input-mini {
        float: left;
    }

    .dataTables_wrapper .dataTables_length label > span {
        float: left;
        margin: 4px 5px;
    }

.dataTables_wrapper .DTTT_container {
    margin: 10px 5px 10px 0;
}

    .dataTables_wrapper .DTTT_container .DTTT_button {
        background: #eee;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0;
        margin-right: 5px;
        color: #333;
    }

        .dataTables_wrapper .DTTT_container .DTTT_button:hover {
            background: #ddd;
        }

.dataTables_wrapper .dataTables_filter {
    float: right;
    margin: 10px 10px 5px 5px;
}

    .dataTables_wrapper .dataTables_filter input {
        margin-bottom: 0;
    }

.dataTables_wrapper .dataTables_info {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .dataTables_wrapper .dataTables_info span {
        font-weight: 600;
    }

.dataTables_wrapper .dataTables_paginate {
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .dataTables_wrapper .dataTables_paginate > a {
        margin-right: 5px;
        background: #eee;
        padding: 3px 8px;
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }

        .dataTables_wrapper .dataTables_paginate > a.paginate_button_disabled {
            color: #999;
        }

            .dataTables_wrapper .dataTables_paginate > a.paginate_button_disabled:hover {
                background: #eee;
                cursor: default;
            }

        .dataTables_wrapper .dataTables_paginate > a:hover {
            background: #ddd;
        }

    .dataTables_wrapper .dataTables_paginate > span > a {
        padding: 3px 8px;
        margin-right: 5px;
        background: #eee;
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }

        .dataTables_wrapper .dataTables_paginate > span > a.paginate_active {
            background: #368ee0;
            color: #fff;
        }

.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.DTFC_Cloned {
    background: #eee;
    border-right: 1px solid #ddd;
}

div.DTS tbody th, div.DTS tbody td {
    white-space: nowrap;
}

div.DTS tbody tr.even {
    background-color: white;
}

.alert.alert-nomargin {
    margin: 0;
}

.DTFC_LeftHeadWrapper {
    border-right: 1px solid #ddd;
}

div.DTS div.DTS_Loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    z-index: 1;
    border: 1px solid #999;
    padding: 20px 0;
    text-align: center;
    background-color: white;
    background-color: rgba(255,255,255,0.5);
}

div.DTS div.dataTables_scrollHead {
    background-color: white;
}

div.DTS div.dataTables_scrollBody {
    z-index: 2;
}



.btn.btn-mini {
    padding: 1px 4px;
}

.btn i {
    font-size: 14px;
}

.btn {
    border: 0;
}

.tasklist {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}

    .tasklist li {
        padding: 0;
        cursor: pointer;
        border-bottom: 1px solid #ccc;
        position: relative;
    }

        .tasklist li .date {
            float: left;
            padding: 11px 5px 3px 5px;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 100%;
            left: 43px;
            width: 10%;
            right: 50px;
            overflow: hidden;
            white-space: nowrap;
            border-right: 1px solid #ccc;
        }

        .tasklist li .task {
            float: left;
            padding: 11px 5px 3px 5px;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 100%;
            left: 43px;
            width: 75%;
            right: 50px;
            overflow: hidden;
            white-space: nowrap;
        }

        .tasklist li:after {
            content: "";
            display: table;
            clear: both;
        }

.table tr td .label {
    margin-right: 3px;
}

.label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
}

.table.table-nohead tr:first-child td {
    border: 0;
}

.table tr td {
    vertical-align: middle;
}
/*table tr th, .table tr td {padding: 10px;border-top: 1px dotted #ddd;}*/


.control-group {
    margin-bottom: 10px;
}

.form-horizontal .controls {
    margin-left: 160px;
}

.form-horizontal .control-group {
    margin-bottom: 20px;
}

.form-horizontal .control-label {
    text-align: left;
    width: 140px;
}

.form-horizontal.form-bordered .control-group {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
}

    .form-horizontal.form-bordered .control-group .control-label {
        margin: 0;
        padding: 15px 10px 5px 10px;
        color: #555;
    }

    .form-horizontal.form-bordered .control-group .controls {
        padding: 10px;
        background: #fff;
        border-left: 1px solid #ddd;
    }

        .form-horizontal.form-bordered .control-group .controls:after {
            content: "";
            display: table;
            clear: both;
        }

.form-horizontal .control-group .control-label small {
    display: block;
    color: #999;
}

.form-horizontal.form-bordered .control-group .control-label small {
    display: block;
    font-size: 12px;
    color: #888;
    font-weight: normal;
}

label, input, button, select, textarea {
    font-size: 13px;
}

.form-actions:before, .form-actions:after {
    display: table;
    line-height: 0;
    content: "";
}

.btn.btn-primary {
    color: #fff;
    text-shadow: none;
    filter: none;
}

.form-actions {
    background: 0;
    border: 0;
}

    .form-actions:after {
        clear: both;
    }

    .form-actions:before, .form-actions:after {
        display: table;
        line-height: 0;
        content: "";
    }

[class*="span"] .form-actions {
    margin-bottom: 0;
}

.link {
    text-decoration: underline!important;
    color: #0866c6!important;
}

.tabs.tabs-inline {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tab-content.tab-content-inline.tab-content-bottom {
    border-left: 0;
    margin-left: 0;
}

.tabs.tabs-inline.tabs-top > li {
    float: left;
    margin-right: 1px;
}

.tab-content.padding {
    padding: 20px;
}

.tab-content {
    overflow: visible;
}

.tabs.tabs-inline.tabs-top > li.active > a {
    background: #fff;
    color: #333;
}

.tabs.tabs-inline.tabs-top > li > a {
    color: #666;
    background: #ddd;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
}

.tabs.tabs-inline:after {
    content: "";
    display: table;
    clear: both;
}

.ParticipantRow .editor-label {
    float: left;
    margin-bottom: 5px; /*margin-right: 10px;*/
    text-align: left;
    clear: left;
    /*line-height :1em*/
}

.ParticipantRow .editor-field {
    margin-bottom: 5px;
    float: left;
}

.ParticipantRow ul .editor-label {
    width: 180px;
    font-weight: bold;
}

.ParticipantRow ul .editor-field {
    width: 345px;
}

.editorfloat-label { /*font-weight: bold;*/
    float: left;
    margin-bottom: 5px;
    text-align: left;
    clear: left;
}

.editorfloat-field {
    float: left;
    margin-bottom: 5px;
}

.ui-jqgrid .ui-jqgrid-view {
    font-size: 1em!important;
}

.ui-jqgrid .ui-jqgrid-htable th {
    height: auto!important;
    padding: 0 2px 0 2px;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
}

dt {
    font-weight: bold!important;
}

dt, dd {
    line-height: 20px;
}

.dl-horizontal dd {
    margin-left: 180px;
}

.dl-horizontal > dd:after {
    display: table;
    content: "";
    clear: both;
}

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

/*.editor-label {
	margin: 1em 0 0 0;
}

.editor-field {
	margin: 0.5em 0 0 0;
}*/

/*.box.box-bordered.box-color.satblue .box-title {
    border-color: #3498db !important;
}*/

/*.box.box-color.satblue .box-title {
    background: #3498db !important;
}*/

.btn.btn-flat {
    background: #368ee0;
    color: #fff;
    text-shadow: none;
    filter: none;
    /*background: #eee;*/
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px 9px;
    filter: none;
}

    .btn.btn-flat:hover, .btn.btn-flat:focus, .btn.btn-flat:active, .btn.btn-flat.active, .btn.btn-flat.disabled, .btn.btn-flat[disabled] {
        background-color: blue;
    }

    .btn.btn-flat.green {
        background: #393;
    }

        .btn.btn-flat.green:hover, .btn.btn-flat.green:focus, .btn.btn-flat.green:active, .btn.btn-flat.green.active, .btn.btn-flat.green.disabled, .btn.btn-flat.green[disabled] {
            background-color: green;
        }

    .btn.btn-flat.purple {
        background: #ab28a5;
        border-color: #ab28a5;
    }

        .btn.btn-flat.purple:hover, .btn.btn-flat.purple:focus, .btn.btn-flat.purple:active, .btn.btn-flat.purple.active, .btn.btn-flat.purple.disabled, .btn.btn-flat.purple[disabled] {
            background-color: #c83ac2;
        }

    .btn.btn-flat.red {
        background: #f43;
    }

        .btn.btn-flat.red:hover, .btn.btn-flat.red:focus, .btn.btn-flat.red:active, .btn.btn-flat.red.active, .btn.btn-flat.red.disabled, .btn.btn-flat.red[disabled] {
            background-color: #f30e0e;
        }

    .btn.btn-flat.orange {
        background: #f8a31f;
    }

        .btn.btn-flat.orange:hover, .btn.btn-flat.orange:focus, .btn.btn-flat.orange:active, .btn.btn-flat.orange.active, .btn.btn-flat.orange.disabled, .btn.btn-flat.orange[disabled] {
            background-color: #3498db;
        }

    .btn.btn-flat.yellow {
        background: #ffff00;
    }

        .btn.btn-flat.yellow:hover, .btn.btn-flat.yellow:focus, .btn.btn-flat.yellow:active, .btn.btn-flat.yellow.active, .btn.btn-flat.yellow.disabled, .btn.btn-flat.yellow[disabled] {
            background-color: #bdb76b;
        }

    .btn.btn-flat.crimson {
        background: #dc143c;
    }

        .btn.btn-flat.crimson:hover, .btn.btn-flat.crimson:focus, .btn.btn-flat.crimson:active, .btn.btn-flat.crimson.active, .btn.btn-flat.crimson.disabled, .btn.btn-flat.crimson[disabled] {
            background-color: #990000;
        }

    .btn.btn-flat.turquoise {
        background: #40e0d0;
    }

        .btn.btn-flat.turquoise:hover, .btn.btn-flat.turquoise:focus, .btn.btn-flat.turquoise:active, .btn.btn-flat.turquoise.active, .btn.btn-flat.turquoise.disabled, .btn.btn-flat.turquoise[disabled] {
            background-color: #48d1cc;
        }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
    /*margin-left: 60px;*/
    display: block;
}

table .field-validation-error {
    margin-left: 0;
}

label.error {
    display: none !important;
}

    label.error + br {
        display: none !important;
    }

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


.btn {
    display: inline-block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    margin-bottom: 5px;
}

    .btn .caret {
        margin-left: 5px;
    }

.btn-small {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
}

.btn-large {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 20px;
}

.btn-primary, .btn-primary:link {
    /*background: #3498db;*/
    border-color: #3498db !important;
    color: #fff;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus,
    .btn-group.open .btn-primary.dropdown-toggle {
        background: #0a76e5;
    }

.btn-danger, .btn-danger:link {
    background: #3498db;
    border-color: #aa0000;
}

    .btn-danger:hover, .btn-danger:active, .btn-danger:focus,
    .btn-group.open .btn-danger.dropdown-toggle {
        background: #cc0000;
    }

.btn-warning, .btn-warning:link {
    background: #3498db;
    border-color: #daa004;
}

    .btn-warning:hover, .btn-warning:active, .btn-warning:focus,
    .btn-group.open .btn-warning.dropdown-toggle {
        background: #edae03;
    }

.btn-success, .btn-success:link {
    background: #3498db;
    border-color: #6db814;
}

    .btn-success:hover, .btn-success:active, .btn-success:focus,
    .btn-group.open .btn-success.dropdown-toggle {
        background: #7bca1d;
    }

.btn-info, .btn-info:link {
    background: #3498db;
    border-color: #4a96d1;
}

    .btn-info:hover, .btn-info:active, .btn-info:focus,
    .btn-group.open .btn-info.dropdown-toggle {
        background: #5da6df;
    }

.btn-inverse, .btn-inverse:link {
    background: #3498db;
    border-color: #272727;
}

.box .box-title .tabs {
    float: left;
    margin: 5px 10px 0 0;
    padding: 0;
    list-style-type: none;
}

    .box .box-title .tabs:after {
        content: "";
        display: table;
        clear: both;
    }

    .box .box-title .tabs > li {
        float: left;
        margin-right: 5px;
    }

        .box .box-title .tabs > li > a {
            padding: 4px 8px;
        }

.InstitueSPCol {
    list-style-type: none;
    float: left;
}

    .InstitueSPCol ul li {
        display: inline;
        clear: left;
    }

label {
    display: inline;
}

    label.radio {
        display: table;
    }

.required {
    color: #f00;
    margin-left: 3px;
}

.checkboxlist label {
    display: inline-block !important;
    padding: 5px !important;
}

.checkboxlist td {
    padding-right: 20px;
}
/*.btn-circle {
	-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
	width: 20px; padding: 5px; background: none; border: 2px solid #ccc; }
.btn-circle:hover { background: none; color: #ccc; }
.btn-circle.btn-primary, .btn-circle.btn-primary:hover, .btn-circle.btn-primary:focus,
.btn-circle.btn-primary:active, .btn-circle.btn-primary.active, 
.btn-circle.btn-primary.disabled, .btn-circle.btn-primary[disabled] { border-color: #0866c6; color: #0866c6; background: none !important; }
.btn-circle.btn-danger, .btn-circle.btn-danger:hover, .btn-circle.btn-danger:focus,
.btn-circle.btn-danger:active, .btn-circle.btn-danger.active,
.btn-circle.btn-danger.disabled, .btn-circle.btn-danger[disabled] { border-color: #dd0000; color: #dd0000; background: none; }
.btn-circle.btn-warning, .btn-circle.btn-warning:hover, .btn-circle.btn-warning:focus,
.btn-circle.btn-warning:active, .btn-circle.btn-warning.active,
.btn-circle.btn-warning.disabled, .btn-circle.btn-warning[disabled] { border-color: #fcb904; color: #fcb904; background: none; }
.btn-circle.btn-success, .btn-circle.btn-success:hover, .btn-circle.btn-success:focus,
.btn-circle.btn-success:active, .btn-circle.btn-success.active,
.btn-circle.btn-success.disabled, .btn-circle.btn-success[disabled] { border-color: #86d628; color: #86d628; background: none; }
.btn-circle.btn-info, .btn-circle.btn-info:hover, .btn-circle.btn-info:focus,
.btn-circle.btn-info:active, .btn-circle.btn-info.active,
.btn-circle.btn-info.disabled, .btn-circle.btn-info[disabled] { border-color: #71b8ee; color: #71b8ee; background: none; }
.btn-circle.btn-inverse, .btn-circle.btn-inverse:hover, .btn-circle.btn-inverse:focus,
.btn-circle.btn-inverse:active, .btn-circle.btn-inverse.active,
.btn-circle.btn-inverse.disabled, .btn-circle.btn-inverse[disabled] { border-color: #333; color: #333; background: none; }
.btn-circle .iconsweets-white { background-image: url("../images/iconsweets-icons.png"); }*/

.dvpanel {
    border-bottom: 1px solid #B9B9DB;
    padding-bottom: 5px;
    margin-top: 10px;
}

    .dvpanel label {
        font-weight: bold !important;
    }
/*** BOOTSTRAP OVERRIDE ***/

input[type="radio"], input[type="checkbox"] {
    margin: 0px 0px 0px 0px;
}
/*** FONT LATO ***/

.subtitle2, .table th, .msglist li h4,
.tabbedwizard .stepContainer h4, dt,
.userloggedinfo .userinfo h5,
.loginpanel .inputwrapper button,
.userlist li .uinfo h5 {
    font-family: 'LatoBold', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
}

.currentTagged {
    font-weight: bold;
}

.currentUpdated {
    font-weight: bold;
    font-style: italic;
    color: blue;
}

.currentDeleted {
    font-weight: bold;
    font-style: italic;
    color: red;
}

.odd {
    background-color: #f3f4ff;
}

.newRow {
    border-top: 1px solid #368ee0;
}

/*** IE FIXES ***/

.no-rgba .headmenu > li.odd {
    background: url(../images/transwhite.png);
}

.no-rgba .headmenu > li {
    border-right: 1px solid #4289d2;
}

    .no-rgba .headmenu > li:first-child {
        border-left: 1px solid #4289d2;
    }

.no-rgba .userloggedinfo ul li a {
    background: url(../images/transwhite.png);
}

    .no-rgba .userloggedinfo ul li a:hover {
        background: url(../images/transwhite2.png);
    }

.no-rgba .tab-primary.ui-tabs .ui-tabs-nav li {
    border-right: 1px solid #4289d2;
}

    .no-rgba .tab-primary.ui-tabs .ui-tabs-nav li a {
        background: url(../images/transwhite.png);
    }

    .no-rgba .tab-primary.ui-tabs .ui-tabs-nav li.ui-state-active a {
        background: #fff;
    }

.no-rgba .tab-danger.ui-tabs .ui-tabs-nav li {
    border-right: 1px solid #db4d4d;
}

    .no-rgba .tab-danger.ui-tabs .ui-tabs-nav li a {
        background: url(../images/transwhite.png);
    }

    .no-rgba .tab-danger.ui-tabs .ui-tabs-nav li.ui-state-active a {
        background: #fff;
    }

.no-rgba .tab-warning.ui-tabs .ui-tabs-nav li {
    border-right: 1px solid #fcce4f;
}

    .no-rgba .tab-warning.ui-tabs .ui-tabs-nav li a {
        background: url(../images/transwhite.png);
    }

    .no-rgba .tab-warning.ui-tabs .ui-tabs-nav li.ui-state-active a {
        background: #fff;
    }

.no-rgba .tab-success.ui-tabs .ui-tabs-nav li {
    border-right: 1px solid #aae268;
}

    .no-rgba .tab-success.ui-tabs .ui-tabs-nav li a {
        background: url(../images/transwhite.png);
    }

    .no-rgba .tab-success.ui-tabs .ui-tabs-nav li.ui-state-active a {
        background: #fff;
    }

.no-rgba .tab-info.ui-tabs .ui-tabs-nav li {
    border-right: 1px solid #9bcdf3;
}

    .no-rgba .tab-info.ui-tabs .ui-tabs-nav li a {
        background: url(../images/transwhite.png);
    }

    .no-rgba .tab-info.ui-tabs .ui-tabs-nav li.ui-state-active a {
        background: #fff;
    }

.no-rgba .tab-inverse.ui-tabs .ui-tabs-nav li {
    border-right: 1px solid #707070;
}

    .no-rgba .tab-inverse.ui-tabs .ui-tabs-nav li a {
        background: url(../images/transwhite.png);
    }

    .no-rgba .tab-inverse.ui-tabs .ui-tabs-nav li.ui-state-active a {
        background: #fff;
    }

.no-rgba .ui-accordion .ui-accordion-header a:hover {
    background: url(../images/transwhite.png);
}

.no-rgba .ui-accordion .ui-accordion-header.ui-state-active a:hover {
    background: #fff;
}

.no-rgba .accordion-primary.ui-accordion .ui-accordion-header {
    border-top: 1px solid #4289d2;
}

.no-rgba .accordion-danger.ui-accordion .ui-accordion-header {
    border-top: 1px solid #db4d4d;
}

.no-rgba .accordion-warning.ui-accordion .ui-accordion-header {
    border-top: 1px solid #fcce4f;
}

.no-rgba .accordion-success.ui-accordion .ui-accordion-header {
    border-top: 1px solid #aae268;
}

.no-rgba .accordion-info.ui-accordion .ui-accordion-header {
    border-top: 1px solid #9bcdf3;
}

.no-rgba .accordion-inverse.ui-accordion .ui-accordion-header {
    border-top: 1px solid #707070;
}

.no-rgba .fc-event {
    background: #333;
}



.headmenu-label, .headmenu-icon, .headmenu .count, .leftmenu .nav-tabs a, .dropdown-menu a, .shortcuts li a, .userloggedinfo ul li a, .inputwrapper input, .inputwrapper button {
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.menuhelperFont {
    font-size: 9px;
    vertical-align: top;
    margin: 3px;
}

span.icon-stack {
    display: inline-block;
}


.btn-primary {
    background-color: #996f08 !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#398f28", endColorstr="#193f11");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#398f28), to(#193f11));
    background-image: -moz-linear-gradient(top, #398f28, #193f11);
    background-image: -ms-linear-gradient(top, #398f28, #193f11);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398f28), color-stop(100%, #193f11));
    background-image: -webkit-linear-gradient(top, #398f28, #193f11);
    background-image: -o-linear-gradient(top, #398f28, #193f11);
    background-image: linear-gradient(#996f08 , #996f08 );
    border-color: #996f08 !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}

.headerLogo {
    float: left;
    list-style: none;
    margin-left: 50px;
    padding: 8px;
}

    .headerLogo > li {
        float: left;
        display: inline-block;
        font-size: 25px;
        position: relative;
        margin-left: 5px;
        font-family: 'Segoe UI','Microsoft Yi Baiti';
        text-decoration: wavy;
    }

.radio input[type="radio"] {
    margin-top: 5px;
}

@media (max-width: 1420px) and (min-width: 1359px) {
    body {
        overflow-x: hidden;
    }

    .headerLogo li img {
        height: 60px;
        width: 100px;
    }

    #text {
        font-size: 16px;
    }
}

@media (max-width: 1359px) and (min-width: 1060px) {
    body {
        overflow-x: hidden;
    }

    .headerLogo li img {
        display: none;
    }

    #text {
        font-size: 14px;
    }
}

@media (max-width: 1060px) {
    .headerLogo li img {
        display: none;
    }

    #text {
        display: none;
    }
}
