﻿p { font-family: 'Roboto', sans-serif; font-size: 13px; }
strong { font-weight: bold;}

a:link { 
    /*color: #337ab7;*/ 
    color: #F7A302;
    font-size: 13px;
    text-decoration: none;
}
a:active { 
    /*color: #337ab7;*/
    color: #F7A302;
    font-size: 13px;
    text-decoration: none;
}
a:visited { /*color: #337ab7;*/
    color: #F7A302;
    font-size: 13px;
    text-decoration: none;
}
a:hover { /*color: #337ab7;*/
    color: #F7A302;
    font-size: 13px;
    text-decoration: underline;
} 

#header  
{
    background: #FFF;
    float: left;
    /*width: 13%;*/
    width:250px;
    position: fixed;
    left: 0;
    top: 26px;
    bottom: 50px;
    overflow-x: auto;
}

#header #title { display: inline; float: left; width: 100%; text-align: center; line-height: 90px; padding-top: 25px; min-height:90px; }
#header #title h1 { color: #FFF; font-size: 22px; font-family: 'Roboto', sans-serif; }
#header #title img { width:80%; }

#header #mainNav { display: inline; float: right; text-align: right; font-family: 'Roboto', sans-serif; height: 90px; min-height: 90px; }
#header #mainNav ul { display: inline; }
#header #mainNav li { float: left; }
#header #mainNav a { text-decoration: none; font-size: 13px; display: block; width: 125px; line-height:35px; margin-top:55px; background-color: #ebf1f6; color: #555; text-align:center; margin-right: 10px; border-top-right-radius:0.75em; border-top-left-radius:0.75em; }
#header #mainNav a:hover { color: #FFF; background-color: #555; }

body#navigation a#navNavigation, body#pages a#navPages, body#commerce a#navCommerce, body#home a#navHome { color: #FFF; background-color: #555; }

#body { float: right; margin-top: 0px; background-color:#EBEFF2; right:0; position:absolute; min-height: 1500px; overflow: hidden; /*height: 100%;*/ display: block;  /*width: 87%;*/ left:250px; }

    #body #sideNav {
        float: left;
        display: inline;
        width: 200px;
        padding: 10px;
        margin-bottom: 20px;
        text-align: left;
        margin-left: 20px;
        min-height: 50px;
        /*background-color: #72A7E5;*/
        background-color: #EC680F;
        border-radius: 0.5em;
    }

#header #title #sideNav .sideInfo { text-align: left !important;}
#header #title #sideNav .sideInfo p { padding:  5px 0 0 20px; line-height: 20px; text-align: left !important; }

/*
#body #sideNav 
{
  float: left;
  display: inline;
  width: 200px;
  padding: 10px;
  margin-bottom: 20px;
  text-align: left;
  margin-left: 20px;
  margin-top: -20px;
  min-height: 50px;
  background-color:#fff;
  border-top: 13px solid #1e5799;
  border-radius: 0.5em;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: 0px 4px 6px #888;
}
*/



#header #sideNav ul {}
#header #sideNav h2 { line-height: 24px; font-family: 'Roboto', sans-serif; text-align: left; font-size: 16px; color:#98a6ad; font-weight: 400; padding: 20px 0 10px 10px; margin:0; }

/* EDITED */
#header #sideNav li { text-align: left; padding-top:8px; padding-bottom:8px; line-height:normal; /*height: 35px;*/ display: block; border-bottom: 1px dotted #DEDEDE; }
#header #sideNav li a { padding-left: 20px; padding-top:8px; padding-bottom:8px; text-align: left; /*height: 35px;*/ line-height:normal; font-family: 'Roboto', sans-serif; font-size: 13px; text-decoration: none; color: #333; display: block; }
    #header #sideNav li:hover {
        /*color: #6C98C5 !important;*/
        color: #EC680F !important;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: -5px !important;
        /*border-left: 3px solid #6C98C5;*/
        border-left: 3px solid #EC680F;
        background-color: #f4f8fb !important;
        text-align: left; /*height: 35px;*/
        line-height: normal;
        display: block;
        font-family: 'Roboto', sans-serif;
        font-size: 1
    }
        #header #sideNav li:hover a {
            margin-left: -3px;
            /*color: #6C98C5;*/
            color: #EC680F;
        }
/* EDITED END */

#body #content { padding-left: 10px;  padding-top: 0px; display: block; text-align: left; padding-right: 20px;  }
#body #content p { line-height: 20px; font-size: 13px; font-family: 'Roboto', sans-serif; color:#666; padding-bottom:10px;}
#body #content h1 {
    border-bottom: solid 1px;
    font-size: 24px;
    font-family: 'Roboto', sans-serif; 
    /*color: #6C98C5;*/
    color: #EC680F;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: left;
}
#body #content h2 { 
    font-size: 20px; 
    font-family: 'Roboto', sans-serif; 
    color: #999; 
    padding-bottom: 10px;
}

#body #content h3 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding-top: 10px;
    /* color: #72A7E5;*/
    color: #EC680F;
    padding-bottom: 10px;
}


#body .fullWidthBox { display: none; margin:0 auto; margin-top: 20px; background-color: #FFF; width: 95%; min-height:100px; padding: 20px 10px 40px 10px;  border-top: solid 3px #999; text-align: left; }
#body .fullWidthBox p { line-height: 20px; font-size: 13px; font-family: 'Roboto', sans-serif; color:#666; padding-bottom:10px; }

#body .leftWidthBox {  float:left; position:relative; margin-top: 20px; background-color: #FFF; width: 45%; min-height:100px; margin-left:calc(2.5% - 10px); padding: 20px 10px 10px 10px;  border-top: solid 3px #999; text-align: left; }
#body .leftWidthBox p { line-height: 20px; font-size: 13px; font-family: 'Roboto', sans-serif; color:#666; padding-bottom:10px; }

#body .rightWidthBox {  float:right; margin-top: 20px; margin-right:calc(2.5% - 10px); background-color: #FFF; width: 45%; min-height:100px; padding: 20px 10px 10px 10px;  border-top: solid 3px #999; text-align: left; }
#body .rightWidthBox p { line-height: 20px; font-size: 13px; font-family: 'Roboto', sans-serif; color:#666; padding-bottom:10px; }

#body #modal { float: left; display: block; text-align: center;  padding-bottom: 20px; width: 100%; }
/* EDITED */
#body #modal #text {
        margin:0 auto; margin-top: 50px; background-color: #FFF; width: 80%; max-width:850px; min-height:315px; padding: 20px 10px 10px 10px;  border-top: solid 3px #999; text-align: left;  }
/* EDIT END */  
#body #modal #text p { line-height: 20px; font-size: 13px; font-family: 'Roboto', sans-serif; color:#666; padding-bottom:10px; }
    #body #modal #text h1 {
        border-bottom: solid 1px;
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        /*color: #6C98C5;*/
        color: #EC680F;
        padding-bottom: 10px;
        margin-bottom: 10px;
        text-align: left;
    }
#body #modal #text h2 { font-size: 20px; font-family: 'Roboto', sans-serif; color: #999; padding-bottom: 10px;}

.clear { clear: both; }

#footer 
{
    line-height: 10px;
    min-height: 30px;
    height: 30px;
    background-color: #DEDEDE;
    padding: 10px;
    width: 100%;
    position: fixed;
    bottom: 0;
} 

#footer h2 { font-family:Arial; font-size: 16px; color:#333; padding-bottom: 10px; }

#footer div.copyright 
{
    float: right;
    display: inline;
    width: 100%;
    text-align:center;
    line-height: 15px;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    color: #333;
     padding-right: 20px;
}

#optionBar 
{
    line-height: 25px;
    background-color: #36404a;
    height: 25px;
    min-height:25px;
    text-align: right;
    padding: 0 10px 0 0;
    color: #FFFFFF;
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:1;
}

#optionBar p { font-family: 'Roboto', sans-serif; font-size: 11px; }
#optionBar a { color: #FFF; text-decoration: underline; }

/* Forms */

dl { display: block; overflow: auto;  padding-top:10px; font-family: 'Roboto', sans-serif;}
dt { width:30%; float:left; text-align:left; margin-top:5px; padding-left:20px; }
dd { float:left; width:64%; margin: 0 0 0.8em 0.35em; }
label { font-size: 15px; font-weight: bold; color:#666; }
.error { font-style:italic; color:#CC0000; }
.inputForm { border: solid 1px #999; padding: 5px 5px 5px 7px; margin-bottom: 5px; font-size:14px; }
.hint { font-family: 'Roboto', sans-serif; font-size: 11px; color: #666; }

a.options { color:#1e5799; font-size: 13px;}

a.button {
    /*background-color: #6C98C5;*/
    background-color: #EC680F ;
    border-radius: 3px;
    display: inline-block;
    color: #FFFFFF;
    font-family: 'Roboto', san-serif;
    font-size: 13px;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: capitalize;
}
a.button:hover {
	background-color:#999999;
}
a.button:active {
	position:relative;
	top:1px;
}

div.alertBox { display: block;  width: auto; background-color: rgba(255,189,74,.2);
    border:1px solid #ffbd4a; border-radius: 4px; padding: 5px; margin-bottom: 10px; text-align: center; font-family: 'Roboto', sans-serif; }
#body .alertBox p, #body #modal #text .alertBox p {font-family: 'Roboto', sans-seifr; font-size: 14px; line-height: 20px; margin: 0px; padding: 0px; color: #ffbd4a; font-family: 'Roboto', sans-serif;  }

div.infoBox { display: block;  width: auto; background-color: #DEDEDE; padding: 5px; margin-bottom: 20px; text-align: center; }
div.infoBox p {font-family: 'Roboto', sans-serif; font-size: 11px; line-height: 14px; margin: 0px; padding: 0px; color: #333;  }

.validate {font-size: 11px; color:#CC0000; }

.gridView { font-family: 'Roboto', sans-serif; font-size: 13px; }
.gridView td { padding: 5px 10px; }
.gridView td.padding-td { padding: 5px 20px; }

.dark { color: #666; font-weight: bold;}

div.container { width: 100%; float: left; }
div.container div.left { float: left; width: 49%; display: block; }
div.container div.right { float: right; width: 49%; display: block; }


.tab-switch .tab {
    font-family: 'Roboto', sans-seifr;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* border-top: 3px solid #333; */
    display: inline-block;
    padding: 12px 18px;
    cursor: pointer;
    background: #dad8d8;
    /* opacity: 0.8; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .tab-switch .tab.active {
        /*border-color: #6C98C5;*/
        border-color: #EC680F;
        background: #fff;
        /*color: #6C98C5;*/
        color: #EC680F;
        opacity: 1;
    }

    .tab-switch .tab:hover {
        /*border-color: #6C98C5;
        color: #6C98C5;*/
        border-color: #EC680F;
        color: #EC680F;
        opacity: 1;
        background: #fff;
    }


.tab-switch .tab-box {
    padding:10px 15px;
    background:#fff;
    display:none;
}

.tab-switch .tab-box.active {
    display:block;
}


div.alertBoxFull {
    display: block;
    width: auto;
    background-color: rgba(255,189,74,0.9);
    padding: 5px;
    margin-bottom: 10px;
    /* text-align: center; */
    font-family: 'Roboto', sans-serif;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    div.alertBoxFull.green {
        background-color: rgba( 119, 221, 119,0.9);
    }

    div.alertBoxFull.orange {
        background-color: rgba( 255, 166, 56,0.9); /*ffa638*/
    }


.alertBoxFull p {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    font-size: 15px !important;
}

.alertBoxFull .inner {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    font-size: 15px !important;
    background: #FFF;
    width: 96%;
    box-shadow: 1px 1px 10px -3px;
    z-index:999999;
}


table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}

th, td {
    text-align: left;
    padding: 12px 8px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

tr:nth-child(odd) {
    background-color: #f2f2f2;
}

th, .gridView tr:first-child td {
    /*background-color: #C6DBF4;*/
    background-color: #F7A302;
    color: #333;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal !important;
}

table a {
    cursor: pointer;
    color: #337ab7;
    margin: 5px;
    font-size: 16px !important;
    text-decoration: none;
}

.arrowdown {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    top: 0px;
}

#body #content .row-hide p, #body #content .row-hide a {
    font-size: 14px !important;
    margin:0 auto;
    font-family: 'Roboto', sans-serif;
}


.gridbutton {
    background: #eee;
    padding: 4px 5px;
    float:left;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 14px;
    cursor:pointer;
 
}
    .gridbutton a {
        text-decoration: none;
    }

    .gridbutton .fa {
        font-size: 14px;
        /* float: left; */
        display: inline;
        margin-right: 5px;
    }

    .gridbutton:hover {
        opacity:.8;
    }


    .gridbutton.bdelete {
        background: #ff6666;
        color: #fff;
    }
    .gridbutton.blost {
        background: #ffa638;
        color: #fff;
    }

    .gridbutton.bedit {
        background: #7fbfff;
        color: #fff;
    }

    .gridbutton.bview {
        background: #bf7fbf;
        color: #fff;
    }


    .gridbutton.blive {
        background: #4ad85c;
        color: #fff;
    }

.dotrelative {
    position:relative;
    text-align:center;
}
span.dot {
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 16px;
    background: black;
    margin:0 auto;
 }

    span.dot.grey {
        background: #333;
    }
    span.dot.orange {
        background: #ff8000;
    }
    span.dot.yellow {
        background: #ffff00;
    }
    span.dot.purple {
        background: #bf7fbf;
    }
    span.dot.green {
        background: #4ad85c;
    }
    span.dot.blue {
        background: #7F9FBF;
    }
    span.dot.red {
        background: #e62f2f;
    }

.status-key table {

    margin-bottom:20px;
    line-height:normal;
}
.status-key table .dot {
    margin-top:0px;
}
    .status-key table td {
        padding: 8px 8px;
        font-size: 13px;
    }

td {
    vertical-align: middle;
}

.status-key {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}
    .status-key p {
        line-height: normal;
        letter-spacing: 1px;
        text-align:left;
        margin-left:4px;
    }

.hidelive {
    padding:0px !important;
    width:5px !important;
}

.hidelive a {
    display: none;
}

.dateSelect td {padding:5px;}



.datepicker {
    padding: 0px 0px 10px 0px;
}


.bootstrap-datetimepicker-widget {
    padding: 0px !important;
}

.datepicker-dropdown {
    padding-bottom: 10px;
}

.datepicker table tbody {
    padding-top: 10px;
}

.datepicker table thead tr:first-child th {
    background: #d6d6d6;
    border-radius: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.datepicker table thead tr:first-child {
    margin-bottom: 10px;
}

.datepicker table tr th.dow {
    line-height: 40px;
    font-size: 13px;
}

.datepicker table tr td, .datepicker table tr th {
    font-size: 13px;
    padding: 6px !important;
    border-radius:0px;
}

.datepicker table thead tr {
    padding: 5px 10px;
}

    .datepicker table thead tr:first-child th {
        border-radius: 0px !important;
    }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-bottom-color: #d6d6d6;
}

.datepicker table tr td.active {
    background: #d6d6d6 !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-bottom-color: #4A9195 !important;
}

.datepicker table thead tr:first-child th,
.datepicker table td.active,
.datepicker table .month.active,
.datepicker table .year.active,
.datepicker table td.active.active,
.datepicker table tr td.focused {
    background: #4A9195 !important;
    color: #FFF !important;
}


p.gridinfo {
    float: right;
    font-weight: bold;
    padding-bottom: 0px;
    margin-left: 0px;
}

.successmessage, .errormessage {
    background: #eee;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    box-shadow: 1px 3px 3px -3px #333;
    border-radius:6px;
    text-align: center;
}

.successmessage {
    background-color: #37e25c;
    background-color: rgba(114, 236, 124, 0.47);
}

.errormessage {
    background-color: #ff6666;
    color: #fff;
}
.errormessage p {
    color: #fff;
    margin:0;
}

.successmessageHeader, .errormessageHeader {
    text-align: center;
    font-size: 16px;
    padding: 0px 0px 5px 0px;
    margin: 0px auto 5px auto;
}

.successmessage p, errormessage p {
    padding:0px !important;
}



.loader {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    text-align: center;
    margin: 0 auto;
    margin-top: -30px;
}

.loaderhide {
    position: relative;
}