﻿
@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: 1500px;
    height: 100%;
}

header {
    background-color: #FFCD00;
    width: auto;
    min-height: 93px;
}


span {
    font-size: 16px;
}

a {
    color: #333;
    outline: none;
    padding-left: 0px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

    a.po-link {
        color: darkblue;
        outline: none;
        padding-left: 0px;
        padding-right: 3px;
        font-weight: bold;
        text-decoration: none;
    }

        a.po-link:link, a.po-link:visited,
        a.po-link:active, a.po-link:hover {
            color: darkblue;
        }

        a.po-link:hover {
            background-color: lightblue;
        }

    a.close-link {
        color: darkcyan;
        font-weight: bold;
        text-decoration: none;
    }

        a.close-link:hover {
            color: red;
            text-decoration: underline;
        }

    a.file-link {
        color: darkblue;
        font-size: 14px;
        font-weight: bold;
        font-style: italic;
        text-decoration: none;
    }

        a.file-link :hover {
            color: red;
            font-size: 14px;
            font-weight: bold;
            font-style: italic;
            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;
        }

    a[href^="mailto"] {
        color: blue;
        text-decoration: none;
    }

        a[href^="mailto"]:hover {
            color: green;
            text-decoration: underline;
        }

header, hgroup,
nav, section {
    display: block;
}

.current-visit {
    color: red;
    font-size: 1.2em;
    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: 1.5em;
    color: darkcyan;
    margin-bottom: 0;
    padding-bottom: 0;
    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: blue;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
}

.session-status {
    font-size: 16px;
    color: green;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 30px 0 30px;
    width: 1500px;
    min-width: 1500px;
}

#body {
    background-color: #fff;
    clear: both;
    padding-bottom: 35px;
    min-width: 1200px;
}

.main-content {
    padding-left: 0px;
    padding-top: 5px;
}

.featured + .main-content {
}

header .content-wrapper {
    padding-top: 10px;
}


#content-panel {
    min-height: 800px;
    clear: both;    
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #120f4f;
    font-family: Antonio-Bold;
    font-size: 2.4em;
    margin: 0;
}

.page-title {
    vertical-align: top;
    color: black;
    font-family: Antonio-Bold;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
}

.cate-title {
    vertical-align: top;
    color: black;
    font-family: Antonio-Bold;
    font-size: 16px;
    font-weight: 800;
    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: 18px;
    font-weight: 600;
    margin: 0;
}

    .sub-title a:hover {
        background: none;
        color: #e80c4d;
        outline: none;
        text-decoration: underline;
        cursor: pointer;
    }



.slide-panel {
    padding: 5px;
    text-align: left;
    background-color: #bdb0dd;
    border: none;
}

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: 0.85em;
    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-family: Antonio-Bold;
            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-family: Roboto-Regular;
    font-weight: 500;
    color: grey;
    margin: 0 0 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    /*background: url('../Images/menu-bg-1.jpg') repeat;*/
    background-color: black;
    height: 50px;
    width: auto;
    min-width: 1500px;
}

    ul#menu li {
        display: inline-block;
        list-style: none;
        padding-top: 10px;
        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: 18px;
    }

/* 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-weight: 700;
    display: inline-block;
}

    label.light {
        font-weight: 400 !important;
    }

    label.normal {
        width: 120px;
    }

    label.long {
        display: inline-block;
        width: 250px;
    }

    label.short {
        width: 90px;
    }

    label.short-x {
        width: 60px;
    }

    label.xshort {
        width: 40px;
    }

    label.highlighted {
        color: Highlight;
    }

    label.field-body {
        display: inline-block;
    }

    label.required {
        color: darkred;
    }

    label.claim {
        display: inline-block;
        font-weight: 500;
        font-size: 13px;
        color: darkblue;
        font-style: italic;
    }


input, textarea {
    border: 1px solid #4cae4c;
    color: #333;
    font-size: 12px;
    padding: 2px;
}

    input.long {
        width: 320px;
    }

    input.normal {
        width: 250px;
    }

    input.short {
        width: 150px;
    }

textarea {
    font-family: inherit;
    width: 450px;
}


    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }


input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="file"] {
    display: none;
}

.fileButton {
    font-family: Roboto-Regular;
    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-family: Roboto-Regular;
    font-weight: 600;
    font-size: 0.9em;
}




input[type="date"] {
    border: 1px solid #7ac0da;
    width: 150px;
}



/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-reminder {
    clear: both;
    color: #e80c4d;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.reminder-message-b {
    font-family: Roboto-Regular;
    font-size: 16px !important;
    color: red !important;
    background-color: lightskyblue;
    margin-bottom: 4px;
    padding-bottom: 4px;
    font-weight: bold;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px 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: 18px;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    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: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        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: .85em;
        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;
            font-family: Roboto-Regular;
            font-size: 13px;
        }

    /* 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: 1.5em;
            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;
    }   
    

        
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.field-header {
    font-family: Roboto-Regular;
    color: #000;
    font-size: 1.2em;
    margin: 0px;
    font-weight: 600;
    width: 400px;
    height: 30px;
    text-decoration: underline;
}

.status {
    font-family: Roboto-Regular;
    color: green;
    font-size: 16px;
    margin: 0px;
    font-weight: 700;
}

.table-title {
    font-family: Roboto-Regular;
    color: black;
    font-size: 16px;
    margin: 0px;
    font-weight: 700;
    width: 200px;
    height: 25px;
}

.datefield {
    font-family: Roboto-Regular;
    color: #000;
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
    height: 20px;
}

.datefield-highlight {
    font-family: Roboto-Regular;
    font-size: 16px;
    margin: 0px;
    font-weight: 600;
    color: blueviolet;
    height: 20px;
}

.field-body {
    font-family: Roboto-Regular;
    color: #000;
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
}

.contact-infor {
    font-family: Roboto-Regular;
    color: #000;
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
    font-style: italic;
}

.helpmsg {
    font-family: Roboto-Regular;
    color: #120f4f;
    font-size: 16px;
    margin: 0px;
    font-weight: 700;
    font-style: italic;
}

.sysmsg {
    font-family: Roboto-Regular;
    color: #0034ff;
    font-size: 18px;
    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: 12px;
    font-weight: 700;
    font-family: Roboto-Regular;
}

table, td {
    font-size: 12px;
    font-weight: 500;
}

.display {
    box-sizing: content-box;
}

.dataTables_scrollHeadInner {
    box-sizing: content-box;
}

div.dataTables_scrollHead {
    overflow: hidden;
    position: relative;
}

div.half-dataTable {
    width: 600px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div.small-half-dataTable {
    width: 280px;
    min-height: 300px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


div.full-dataTable {
    width: 1200px;
    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;
}


.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 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;
    border: 0 none;
}

.dataTables_filter {
    width: 90%;
    text-align: left;
    float: left;
}

    .dataTables_filter input {
        height: 25px;
        width: 180px;
    }

.dataTables_info {
    width: 100%;
    float: left;
}


.gsc-result-info {
    text-align: left;
    color: black;
    font-size: 18px;
    padding-left: 8px;
    margin: 5px 0 5px 0;
    font-weight: 500;
}

ul.simplePagerNav:hover {
    background-color: yellow;
}


ul.pagination li {
    font-family: Roboto-Regular;
    font-size: 16px;
    list-style: none;
    display: inline-block;
    background-color: transparent;
    padding-bottom: 10px;
}

    ul.pagination li span a {
        font-family: Roboto-Regular;
        font-size: 18px;
        color: blue;
        list-style: none;
        display: inline-block;
        vertical-align: top;
    }

    ul.pagination li span {
        display: inline-block;
        background-color: transparent;
        border-style: none;
    }

        ul.pagination li span a:hover {
            font-family: Roboto-Regular;
            font-size: 18px;
            color: green;
            list-style: none;
            display: inline-block;
            vertical-align: top;
        }

ul.red {
    outline: 10px solid red;
}


.simplePagerNav {
    list-style: none;
}

ul.simplePagerNav li {
    list-style: none;
    display: block;
    float: left;
    margin-bottom: 10px;
    font-family: Roboto-Regular;
    font-size: 18px;
}

    ul.simplePagerNav li a:hover {
        background-color: yellow;
    }

    ul.simplePagerNav li a {
        color: #333;
        text-decoration: none;
        padding: 10px;
    }


li.currentPage a {
    background: #FF9500;
    font-weight: 700;
    border-style: none;
}



ul.simplePagerNav li.currentPage a {
    color: #fff;
    list-style: none;
}

li.currentPage a:focus {
    outline: none;
}

table.pageme {
    border-collapse: collapse;
    border: 1px solid #ccc;
}

    table.pageme td {
        border-collapse: collapse;
        border: 1px solid #ccc;
    }

/*table.display td {    
    padding: 0px 5px 5px 5px;
}*/


.ui-menu .ui-menu-item a {
    font-family: Roboto-Regular;
    font-size: 12px;
}

.multiselect-group {
    font-weight: bold;
    text-decoration: underline;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background-image: none;
    background-color: powderblue;
}

.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;
    }

div.dataTables_scrollBody {
    min-height: 300px;
}

.checkbox-label {
    font-weight: 600;
    color: #4800ff;
}

.textarea-editor {
    max-height: 300px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid rgb(92, 184, 92);
    padding: 4px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none;
}

.image-block {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-bottom: 15px;
}

input.required, textarea.required {
    border: 1px solid red;
}

.long-desc a {
    color: blue;
    outline: none;
    font-weight: bold;
    text-decoration: underline;
}

#po-detail-panel {
    width: 1160px;
}



.form-signin {
    max-width: 400px;
    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;
    }

.session-title {
    font-size: 18px;
    color: black;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
}

.reminder-message {
    font-family: Roboto-Regular;
    font-size: 16px !important;
    color: darkmagenta !important;
    margin-bottom: 4px;
    padding-bottom: 4px;
    font-weight: bold;
}