﻿@font-face {
    font-family: Antonio-Bold;
    src: url('./fonts/Antonio-Bold.ttf');
}

@font-face {
    font-family: Antonio-Regular;
    src: url('./fonts/Antonio-Regular.ttf');
}

@font-face {
    font-family: Roboto-Regular;
    src: url('./fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: Roboto-Bold;
    src: url('./fonts/Roboto-Bold.ttf');
}


html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    font-family: Roboto-Regular;
    min-width: 1400px;
    height: 100%;
}

header {
    background-color: #FFCD00;
    width: auto;
    min-height: 93px;
}

span {
    font-size: 16px;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

    a[href^="mailto"] {
        color: blue;
        text-decoration: none;
    }

        a[href^="mailto"]:hover {
            color: green;
            text-decoration: underline;
        }


    a.close-link {
        color: darkcyan;
        font-weight: bold;
        text-decoration: none;
    }

        a.close-link:hover {
            color: red;
            text-decoration: underline;
        }


    a.email-link {
        color: darkorchid;
        font-weight: bold;
        text-decoration: none;
    }

        a.email-link:hover {
            color: red;
            text-decoration: underline;
        }


    a.print-link {
        color: black;
        font-weight: bold;
        text-decoration: none;
    }

        a.print-link:hover {
            color: darkgreen;
            text-decoration: underline;
        }

    a.in-table-link {
        color: blue;
        font-weight: 600;
        outline: none;
        padding-left: 3px;
        padding-right: 3px;
        text-decoration: none;
    }

        a.in-table-link:visited,
        a.in-table-link:hover {
            color: red;
        }

        a.in-table-link:hover {
            background-color: lightseagreen;
        }



header, footer, hgroup,
nav, section {
    display: block;
}

.current-visit {
    color: red;
    font-size: 16px;
    font-weight: 700;
}


mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.accessError {
    font-size: 16px;
    color: darkcyan;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
}

.sub-total {
    font-size: 16px;
    color: black;
    margin-bottom: 0;
    padding-bottom: 0;
    text-decoration:underline;
    font-weight: bold;
}

.day-total {
    font-size: 16px;
    color: darkblue;
    margin-bottom: 0;
    padding-bottom: 0;
    text-decoration: underline;
    font-weight: bold;
}

.wnd-total {
    font-size: 16px;
    color: darkgreen;
    margin-bottom: 0;
    padding-bottom: 0;
    text-decoration: underline;
    font-weight: bold;
}

.session-infor {
    font-size: 18px;
    color: black;
    margin-bottom: 0;
    padding-bottom: 0;

}

.session-name {
    font-size: 18px;
    color: blue !important;
    margin-bottom: 0;
    padding-bottom: 0;

}

.session-status {
    font-size: 18px;
    color: darkblue !important;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
}

.session-dtl {
    font-size: 18px;
    color: black !important;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
}

.reminder-message {
    font-size: 16px !important;
    color: darkmagenta !important;
    margin-bottom: 4px;
    padding-bottom: 4px;
    font-weight: bold;
}

.reminder-message-b {

    font-size: 18px !important;
    color: red !important;
    background-color: lightskyblue;
    margin-bottom: 4px;
    padding-bottom: 4px;
    font-weight: bold;
}

.reminder-message-bb {
    font-size: 22px !important;
    color: red !important;
    background-color: lightskyblue;
    margin-bottom: 4px;
    padding-bottom: 4px;
    font-weight: bold;
}

.message-reminder {
    font-size: 16px !important;
    color: #e80c4d;
    margin-bottom: 4px;
    padding-bottom: 4px;
    font-weight: bold;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    
    margin: 0 30px 0 30px;
    width: 1500px;
    min-width: 1400px;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
    min-width: 1400px;
}

.main-content {
    padding-left: 0px;
    padding-top: 5px;
}

.featured + .main-content {
}

header .content-wrapper {
    padding-top: 10px;
    background-color: #FFCD00;
}

#content-panel {
    min-height: 800px;
    height: auto;

    clear: both;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #120f4f;
    font-family: Antonio-Bold;
    font-size: 36px;
    margin: 0;
}

.page-title {
    vertical-align: top;
    color: darkviolet;
    font-family: Antonio-Bold;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.course-title {
    color: darkred;
    font-family: Antonio-Bold;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}


.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    vertical-align: top;
    color: #120f4f;
    outline: none;
    text-decoration: none;
}

.sub-title, .sub-title a, .sub-title a:active {
    color: black;
    font-family: Antonio-Bold;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

    .sub-title a:hover {
        background: none;
        color: #e80c4d;
        outline: none;
        text-decoration: underline;
        cursor: pointer;
    }

.report-link, .report-link a, .report-link a:active {
    background: none;
    vertical-align: top;
    color: #0034ff;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    text-decoration: none;
}

    .report-link a:hover {
        background: none;
        vertical-align: top;
        color: red;
        outline: none;
        text-decoration: underline;
    }


.adm-report-link, .adm-report-link a, .adm-report-link a:active {
    background: none;
    vertical-align: top;
    color: #e80c4d;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    text-decoration: none;
}

    .adm-report-link a:hover {
        background: none;
        vertical-align: top;
        color: red;
        outline: none;
        text-decoration: underline;
    }



.slide-panel {
    padding: 5px;
    text-align: left;
    background-color: #bdb0dd;
    border: none;
}

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: 11px;
    margin: 0 0 10px;
    text-align: right;
    font-weight: 800;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

ul#inpage-links, ul#new-menu-link {
    font-size: 14px;
    font-weight: 700;
    color: black;
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
    height: 30px;
    width: auto;
}

    ul#inpage-links li, ul#new-menu-link li {
        display: inline;
        list-style: none;
        padding-right: 20px;
        vertical-align: middle;
    }

        ul#inpage-links li a, ul#new-menu-link li a {

            font-weight: 700;
            font-size: 14px;
            background: none;
            color: #0034ff;
            text-decoration: none;
        }

            ul#inpage-links li a:hover, ul#new-menu-link li a:hover {
                color: red;
                text-decoration: underline;
            }

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 15px;
    font-weight: 500;
    color: grey;
    margin: 0 0 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 20px;
    text-align: left;
    vertical-align:middle;
    /*background: url('../Images/menu-bg-55.jpg') repeat;*/
    background-color:black;
    height: 55px;
    width: auto;
    min-width: 1450px;
}

    ul#menu li {
        display: inline-block;
        list-style: none;
        padding-top: 5px;
        padding-left: 10px;
        height: 46px;
        vertical-align: middle;
        text-align: center;
    }

        ul#menu li a {
            background: none;
            color: #c8c8c8;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: red;
                text-decoration: none;
            }

            ul#menu li a[disabled] {
                color: red;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #fff;
        padding: 5px 0px 10px 0px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 15px;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}


/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {

    color: black;
    font-size: 16px;
    display: inline-block;
}

    label.normal {
        width: 120px;
    }

    label.long-normal {
        width: 150px;
    }

    label.extrnormal {
        width: 200px;
    }

    label.xxnormal {
        width: 250px;
    }

    label.long {
        width: 300px;
    }

    label.short {
        width: 90px;
    }

    label.short-x {
        width: 60px;
    }

    label.xshort {
        width: 40px;
    }

    label.xxs {
        width: 16px;
    }

    label.highlighted {
        color: Highlight;
    }

    label.field-body {
        display: inline-block;
    }

    label.checkbox {
        display: inline;
    }

    label.required {
        color: darkred;
    }

.checkbox-label {
    color: #4800ff;
}

input, textarea {
    border: 1px solid #4cae4c;
    background: #fff;
    color: #333;
    font-size: 14px;
    margin: 0px 0 0px 0;
    padding: 2px;
}

    input.required, textarea.required {
        border: 1px solid red;
    }

    input.long {
        width: 320px;
    }

    input.normal {
        width: 250px;
    }

    input.short {
        width: 150px;
    }

textarea {
    font-family: inherit;
    width: 450px;
}

.box-text {
    border: 1px solid #4cae4c;
    background: #fff;
    color: #333;
    font-size: 15px;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 350px;
    height: 55px;
}

.box-text-long {
    border: 1px solid #4cae4c;
    background: #fff;
    color: #333;
    font-size: 15px;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 450px;
    height: 100px;
}

.box-text-long-x {
    border: 1px solid #4cae4c;
    background: #fff;
    color: #333;
    font-size: 15px;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 760px;
    height: 50px;
}

input:focus, textarea:focus {
    border: 1px solid #7ac0da;
}


input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="file"] {
    display: none;
}

.fileButton {

    color: black;
    background: #00ff90;
    padding: 4px 18px;
    margin-right: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
    vertical-align: middle;
}

.file-holder {
    color: #0034ff;
    font-weight: 600;
    font-size: 14px;
}


input[type="date"] {
    border: 1px solid #7ac0da;
    width: 150px;
}



/* info and errors */
.message-info {
    font-size: 16px !important;
    clear: both;
    color: #e80c4d;
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
}



.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0 5px 0;
}

.message-success {
    color: darkgreen;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 15px;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 10px;
    border: 0 none;
}

th {
    font-size: 16px;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: 10px;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 10px;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

input[type=file] {
    width: 300px;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: 11px;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }

    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 16px;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.field-header {

    color: #000;
    font-size: 15px;
    margin: 0px;
    font-weight: 600;
    width: 180px;
    height: 25px;
}

.status {
    color: green;
    font-size: 15px;
    margin: 0px;
    font-weight: 700;
}

.table-title {

    color: black;
    font-size: 15px;
    font-weight: 700;
    vertical-align: bottom;
    margin-bottom: 5px;
}

.datefield {

    color: #000;
    font-size: 15px;
    margin: 0px;
    font-weight: 500;
    height: 20px;
}

.datefield-highlight {

    font-size: 15px;
    margin: 0px;
    font-weight: 600;
    color: blueviolet;
    height: 20px;
}

.field-body {
    color: #000;
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
}

.helpmsg {
    color: #000;
    font-size: 15px;
    margin: 0px;
    font-weight: 500;
}

.sysmsg {
    color: #0034ff;
    font-size: 15px;
    margin: 0px;
    font-weight: 600;
}

td.datatable {
    border: 1px solid #6E6E6E;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-collapse: collapse;
}

table, th {
    border: 0px solid #AAAAAA;
    border-collapse: collapse;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;

}

table, td {
    font-size: 14px;
    font-weight: 500;
}

.display {
    box-sizing: content-box;
}

.dataTables_scrollHeadInner {
    box-sizing: content-box;
}

.chosen-container {
    box-sizing: content-box;
}

div.dataTables_scrollHead {
    overflow: hidden;
    position: relative;
}

.dataTables_scroll {
    overflow: auto;
}

div.half-dataTable {
    width: 550px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div.small-half-dataTable {
    width: 300px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div.full-dataTable {
    width: 1400px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.divider {
    width: 15px;
    height: auto;
    display: inline-block;
}

.divider-l {
    width: 25px;
    height: auto;
    display: inline-block;
}


.divider-x {
    width: 5px;
    height: auto;
    display: inline-block;
}


.vertical-divider {
    width: auto;
    height: 15px;
    display: block;
}

.vertical-divider-x {
    width: auto;
    display: block;
}

.vertical-divider-s {
    width: auto;
    height: 5px;
    display: block;
}

.vertical-divider-m {
    width: auto;
    height: 10px;
    display: block;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('./fonts/glyphicons-halflings-regular.eot');
    src: url('./fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/glyphicons-halflings-regular.woff') format('woff'), url('./fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('./fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.glyphicon-plus:before {
    content: "\2b";
}



.selected-row td.sorting_1 {
    background-color: #4cae4c !important;
}

.selected-row {
    background-color: #4cae4c !important;
}

.half-dataTable tbody tr.even:hover, .half-dataTable tbody tr.even td.highlighted {
    background-color: lightgreen;
}

    .half-dataTable tbody tr.even:hover td.sorting_1, .half-dataTable tbody tr.even td.highlighted {
        background-color: lightgreen;
    }

.small-half-dataTable tbody tr.even:hover, .small-half-dataTable tbody tr.even td.highlighted {
    background-color: lightgreen;
}

    .small-half-dataTable tbody tr.even:hover td.sorting_1, .small-half-dataTable tbody tr.even td.highlighted {
        background-color: lightgreen;
    }

.full-dataTable tbody tr.even:hover, .full-dataTable tbody tr.even td.highlighted {
    background-color: lightgreen;
}

    .full-dataTable tbody tr.even:hover td.sorting_1, .full-dataTable tbody tr.even td.highlighted {
        background-color: lightgreen;
    }


.half-dataTable tbody tr.odd:hover, .half-dataTable tbody tr.odd td.highlighted {
    background-color: lightgreen;
}

    .half-dataTable tbody tr.odd:hover td.sorting_1, .half-dataTable tbody tr.odd td.highlighted {
        background-color: lightgreen;
    }

.small-half-dataTable tbody tr.odd:hover, .small-half-dataTable tbody tr.odd td.highlighted {
    background-color: lightgreen;
}

    .small-half-dataTable tbody tr.odd:hover td.sorting_1, .small-half-dataTable tbody tr.odd td.highlighted {
        background-color: lightgreen;
    }

.full-dataTable tbody tr.odd:hover, .full-dataTable tbody tr.odd td.highlighted {
    background-color: lightgreen;
}

    .full-dataTable tbody tr.odd:hover td.sorting_1, .full-dataTable tbody tr.odd td.highlighted {
        background-color: lightgreen;
    }

.half-dataTable tr.even:hover {
    background-color: lightgreen;
}

.half-dataTable tr.odd:hover {
    background-color: lightgreen;
}

.small-half-dataTable tr.even:hover {
    background-color: lightgreen;
}

.small-half-dataTable tr.odd:hover {
    background-color: lightgreen;
}

.full-dataTable tr.even:hover {
    background-color: lightgreen;
}

.full-dataTable tr.odd:hover {
    background-color: lightgreen;
}



.half-dataTable tr.even:hover td.sorting_1 {
    background-color: #DDFF75;
}

.half-dataTable tr.even:hover td.sorting_2 {
    background-color: #E7FF9E;
}

.half-dataTable tr.even:hover td.sorting_3 {
    background-color: #E2FF89;
}



.half-dataTable tr.odd:hover td.sorting_1 {
    background-color: #D6FF5C;
}

.half-dataTable tr.odd:hover td.sorting_2 {
    background-color: #E0FF84;
}

.half-dataTable tr.odd:hover td.sorting_3 {
    background-color: #DBFF70;
}

#up-btn {
    background: url(../Images/arrow_up.png) no-repeat;
    cursor: pointer;
    border: 1px solid #132b14;
    width: 28px;
    height: 30px;
}

    #up-btn:hover {
        background: url(../Images/arrow_stop_up.png) no-repeat;
        cursor: pointer;
        border: 1px solid #0034ff;
        width: 28px;
        height: 30px;
    }


#down-btn {
    background: url(../Images/arrow_down.png) no-repeat;
    cursor: pointer;
    border: 1px solid #132b14;
    width: 28px;
    height: 30px;
}

    #down-btn:hover {
        background: url(../Images/arrow_stop_down.png) no-repeat;
        cursor: pointer;
        border: 1px solid #0034ff;
        width: 28px;
        height: 30px;
    }



input[type="checkbox"] + label {
    color: #4800ff;

    font-size: 15px;
}

    input[type="checkbox"] + label span {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        background: url(./images/check_radio_sheet.png) left top no-repeat;
        cursor: pointer;
    }

input[type="checkbox"]:checked + label span {
    background: url(./images/check_radio_sheet.png) -19px top no-repeat;
}

input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
}

select {
    display: inline-block;
    padding: 3px 3px 3px 5px;
    width: 150px;
    outline: none;
    color: black;
    border: 1px solid #C8BFC4;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px #ddd8dc;
    background-color: lightblue;
}

.dataTables_filter {
    width: 90%;
    text-align: left;
    float: left;
}

    .dataTables_filter input {
        height: 25px;
        width: 200px;
    }

.dataTables_info {
    width: 100%;
    float: left;
}


.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.13px;
}

.custom-combobox-input {
    margin: 0;
    padding: 0.3em;
}


.nav-pills {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: lightgreen;
}

    .nav-pills > li > a:hover {
        color: #fff;
        background-color: rgb(92, 184, 92);
    }

    .nav-pills > li > a, .nav-pills > li > a:focus {
        background-color: lightgrey;
    }

.input-xs {
    height: 25px;
    font-size: 14px;
    font-weight: 700;
    color: purple;
    line-height: 1.5;
    border-bottom-right-radius: 0px;
}

.view-dtl-dsp:hover {
    color: red;
}

.view-dtl-trust:hover {
    color: red;
}

.view-dtl-gradres:hover {
    color: red;
}

.form-signin {
    max-width: 500px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px none #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin input[type="text"],
    .form-signin input[type="email"],
    .form-signin input[type="password"] {
        font-size: 16px;
        height: 40px;
        margin-bottom: 15px;
        padding: 7px 9px;
    }


.vSelected {
    background-color: lightgreen !important;
    font-size: 15px;
    text-decoration: none;
}

.disabled {
    background-color: darkgrey !important;
    color: darkred !important;
}

.bolded {
    font-weight: 700;
}

.dt-body-center {
    text-align: center;
}

.dt-body-right {
    text-align: right;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

    .svg-inline--fa.fa-lg {
        vertical-align: -0.225em;
    }

    .svg-inline--fa.fa-w-1 {
        width: 0.0625em;
    }

    .svg-inline--fa.fa-w-2 {
        width: 0.125em;
    }

    .svg-inline--fa.fa-w-3 {
        width: 0.1875em;
    }

    .svg-inline--fa.fa-w-4 {
        width: 0.25em;
    }

    .svg-inline--fa.fa-w-5 {
        width: 0.3125em;
    }

    .svg-inline--fa.fa-w-6 {
        width: 0.375em;
    }

    .svg-inline--fa.fa-w-7 {
        width: 0.4375em;
    }

    .svg-inline--fa.fa-w-8 {
        width: 0.5em;
    }

    .svg-inline--fa.fa-w-9 {
        width: 0.5625em;
    }

    .svg-inline--fa.fa-w-10 {
        width: 0.625em;
    }

    .svg-inline--fa.fa-w-11 {
        width: 0.6875em;
    }

    .svg-inline--fa.fa-w-12 {
        width: 0.75em;
    }

    .svg-inline--fa.fa-w-13 {
        width: 0.8125em;
    }

    .svg-inline--fa.fa-w-14 {
        width: 0.875em;
    }

    .svg-inline--fa.fa-w-15 {
        width: 0.9375em;
    }

    .svg-inline--fa.fa-w-16 {
        width: 1em;
    }

    .svg-inline--fa.fa-w-17 {
        width: 1.0625em;
    }

    .svg-inline--fa.fa-w-18 {
        width: 1.125em;
    }

    .svg-inline--fa.fa-w-19 {
        width: 1.1875em;
    }

    .svg-inline--fa.fa-w-20 {
        width: 1.25em;
    }

    .svg-inline--fa.fa-pull-left {
        margin-right: 0.3em;
        width: auto;
    }

    .svg-inline--fa.fa-pull-right {
        margin-left: 0.3em;
        width: auto;
    }

    .svg-inline--fa.fa-border {
        height: 1.5em;
    }

    .svg-inline--fa.fa-li {
        width: 2em;
    }

    .svg-inline--fa.fa-fw {
        width: 1.25em;
    }

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -0.125em;
    width: 1em;
}

    .fa-layers svg.svg-inline--fa {
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

.fa-layers-counter, .fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center;
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: 0.25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.fa-layers-top-right {
    right: 0;
    top: 0;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em;
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2.5em;
}

.fa-inverse {
    color: #fff;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.svg-inline--fa .fa-primary {
    fill: var(--fa-primary-color, currentColor);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa .fa-secondary {
    fill: var(--fa-secondary-color, currentColor);
    opacity: 0.4;
    opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
    opacity: 0.4;
    opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
    fill: black;
}

.fad.fa-inverse {
    color: #fff;
}