﻿/* 
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;
}


