﻿@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: 16px;
    color: black;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
}

.session-name {
    font-size: 16px;
    color: darkblue !important;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
}

.session-status {
    font-size: 16px;
    color: darkgreen !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;
}


.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;
}


#content-panel {
    min-height: 2000px;
    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: black;
    font-family: Antonio-Bold;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.course-title {
    color: darkred;
    font-family: Antonio-Bold;
    font-size: 20px;
    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: #4800ff;
    font-family: Antonio-Bold;
    font-size: 20px;
    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: 16px;
    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: 16px;
            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: 16px;
    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: 50px;
    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: #FFCD00;
            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: 16px;
    }

/* 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;
    font-weight: 700;
    display: inline-block;
}

    label.normal {
        width: 140px;
    }

    label.extrnormal {
        width: 200px;
    }

    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: 16px;
    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: 16px;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 350px;
    height: 55px;
}

.box-text-long {
    border: 1px solid #4cae4c;
    background: #fff;
    color: #333;
    font-size: 16px;
    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: 16px;
    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: 16px;
}


input[type="date"] {
    border: 1px solid #7ac0da;
    width: 150px;
}



/* info and errors */
.message-info {
    font-size: 16px !important;
    clear: both;
    color: #e80c4d;
    font-size: 16px;
    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: 16px;
}

.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: 16px;
    margin: 0px;
    font-weight: 600;
    width: 180px;
    height: 25px;
}

.status {
    
    color: green;
    font-size: 16px;
    margin: 0px;
    font-weight: 700;
}

.table-title {
    
    color: black;
    font-size: 16px;
    font-weight: 700;
    vertical-align: bottom;
    margin-bottom: 5px;
}

.datefield {
    
    color: #000;
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
    height: 20px;
}

.datefield-highlight {
    
    font-size: 16px;
    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: 16px;
    margin: 0px;
    font-weight: 500;
}

.sysmsg {
    
    color: #0034ff;
    font-size: 16px;
    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: 16px;
    font-weight: 700;
    
}

table, td {
    font-size: 16px;
    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: 16px;
}

    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: 16px;
    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: 16px;
    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;
}

