﻿/* 
red - ed1e48
green - a6ce39
yellow - fdcf09 
blue - 567ab4
*/






html {
    background: #F3F3F3 url(../../images/tokLogoBG.png) bottom left no-repeat fixed;
    height: 100%;
}

body {
    background: transparent url(../../images/colorbarw.png) top left repeat-x;
}

h1 {
    color: #ED1E48 /* 000 */;
    font-size: 21px;
    font-weight: 400;
    padding: 20px 0 10px;
}

h2 {
    color: #ED1E48 /* 000 */;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0 5px;
}

    h2.notify {
        color: #ED1E48 /* F00 */;
    }

    h2.less-pad {
        padding: 0px 0 5px;
    }

h3 {
    color: #ED1E48 /* 000 */;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}



/* end form field sizes */



.logTable tr:nth-child(even) {
    background-color: #FFF;
}

.logTable tr:nth-child(4n+1), .logTable tr:nth-child(4n+2) {
    background-color: #EEE;
}
/* grid */
.grid_half {
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
}

/* Navigation */
.mainNav select {
    display: none;
}

.mainNav {
    clear: both;
    display: block;
    float: left;
    margin: 0 0 6px;
    width: 100%;
    color: #FFF;
    margin-top: 10px;
}

    .mainNav ul {
        float: right;
        font-size: 13px;
        list-style: none;
        margin: 0 0 0 -0.8125em;
        padding-left: 0;
    }

    .mainNav li {
        float: left;
        position: relative;
    }

    .mainNav a, .mainNav span {
        color: #FFF;
        display: block;
        line-height: 3.333em;
        padding: 0 1.2125em;
        text-decoration: none;
    }

    .mainNav span {
        font-weight: bold;
        color: #FDCF09;
    }

    .mainNav ul ul {
        display: none;
        float: left;
        margin: 0;
        position: absolute;
        top: 3.333em;
        left: 0;
        width: 168px;
        z-index: 99999;
    }

        .mainNav ul ul ul {
            left: 100%;
            top: 0;
        }

        .mainNav ul ul a {
            background: #545454;
            border-bottom: 1px dotted #ddd;
            color: #FFF;
            font-size: 13px;
            font-weight: normal;
            height: auto;
            line-height: 1.4em;
            padding: 10px 10px;
            width: 168px;
        }

    .mainNav li:hover > a {
        background: #545454;
        color: #FFF;
    }

    .mainNav li:hover > a,
    .mainNav ul ul li:hover > a {
        background: #FDCF09;
        color: #FFF;
    }

    .mainNav ul li:hover > ul {
        display: block;
    }

.nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}


.activenav a, .activenav a:hover {
    background: #F3F3F3;
    color: #555;
}

.activenav li a {
    background: #545454 !important;
    color: #FFF;
}

    .activenav li a:hover {
        background: #FDCF09 !important;
        color: #252525;
    }

/* global classes */
.actions {
    padding: 2px 5px;
    width: 70px;
}

.bottom {
    vertical-align: bottom;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.fLeft {
    float: left;
    margin: 0 5px 5px 0;
}

.fRight {
    float: right;
    margin: 0 0 5px 5px;
}

img.iconLink {
    cursor: pointer;
}

.left {
    text-align: left;
}

.middle {
    vertical-align: middle;
}

.note {
    font-size: .8em;
    font-style: italic;
}

.right {
    text-align: right;
}

.top {
    vertical-align: top;
}

.div-version {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 9px;
    color: red;
}

.hidden {
    display: none;
}


.cursor-pointer {
    cursor: pointer;
}

.fa-sm {
    font-size: 0.5em;
}

.dd-tk-small {
}

.modal-xl {
    width: 95% !important;
}

.text-red-header {
    color: #ED1E48;
    font-size: 18px;
}

.modal-header {
    padding: 0px 15px;
}


hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #eee;
}

.form-control-5 {
    height: 26px;
    font-size: 11px;
}

.form-control-inline {
    display: inline;
    width: auto;
}

.fc-height {
    height:auto !important;
}

tr.text-small td {
    font-size: 11px;
    white-space: nowrap;
    padding-right: 10px;
}


/* MARGINS & PADDINGS */
.p-xxs {
    padding: 5px !important;
}
.p-xs {
    padding: 10px !important;
}
.p-l-xs {
    padding-left: 10px !important;
}

.p-sm {
    padding: 15px !important;
}
.p-m {
    padding: 20px !important;
}
.p-md {
    padding: 25px !important;
}

.p-l-md {
    padding-left: 25px !important;
}

.p-lg {
    padding: 30px !important;
}
.p-xl {
    padding: 40px !important;
}
.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0 !important;
}
.m-l-none {
    margin-left: 0;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-t-none {
    margin-top: 0;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-xxl {
    margin-top: 50px;
}
.m-t-xxxl {
    margin-top: 60px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-r-none {
    margin-right: 0;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-b-none {
    margin-bottom: 0;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.space-15 {
    margin: 15px 0;
}
.space-20 {
    margin: 20px 0;
}
.space-25 {
    margin: 25px 0;
}
.space-30 {
    margin: 30px 0;
}

.font-color-white {
    color: #ffffff;
}

.session-type-job {
    color: #2e6da4 !important;
}

.session-type-service {
    color: #08c !important;
}

.session-not-approved {
    border-left: 5px solid red !important;
}

.session-approved {
    border-left: 5px solid #78e600 !important;
}

.student-absent {
    border-right: 5px solid #FFD700 !important;
}

.session-canceled {
    border-right: 5px solid #8A2BE2 !important;
}

.provider-absent {
    border-right: 5px solid #0000FF !important;
}

tr.tr-striped {
    background-color: #f9f9f9;
}


table.table-td-align-middle > tbody > tr > td,
table.table-td-align-middle > tbody > tr > th,
table.table-td-align-middle > tr > th,
table.table-td-align-middle > tr > td
{
    vertical-align: middle;
}

.tr-header {
    background-color: #ffffff;
    color: black;
}

.text-red{
    color: #d9534f;
}

.sessions-page-students-table-container {
    position: absolute;
    right: 100%;
    top: 0;
    display: none;
    z-index: 1000;
    border: 3px solid #777;
    font-size: 11px;
    padding: 0;
    margin: 0;
    min-width: 330px;
}

.sessions-page-students-table-container > table.table {
    padding-bottom: 0;
    margin-bottom: 0;
}

.sessions-page-students-container {
    position: relative;
    color: black;
}

.sessions-page-students-container:hover .sessions-page-students-table-container {
    display: inherit !important;
}

.isteven-multi-select span.multiSelect > button {
    width: 100%;
}

.display-table {
    display: table;
}

.display-table-cell {
    display: table-cell;
}

.display-table-row {
    display: table-row;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w-100 {
    width: 100%;
}

.align-middle {
    vertical-align: middle;
}

.dropdown-menu > li > label.check {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

.no-margins {
    margin: 0 !important;
}

.no-paddings {
    padding: 0 !important;
}


.font-bold {
    font-weight: 600;
}

.text-danger-red
{
    color: red;
}


.nowrap {
    white-space: nowrap;
}

.disabled-div {
    pointer-events: none;
    opacity: 0.6;
}

.form-group.required .control-label:after {
    content:"*";color:red;
}

.smaller-font{
    font-size: 11px;
}

