﻿
html, body, form
{
    scrollbar-face-color: #dadada;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #dadada;
    scrollbar-3dlight-color: #808080;
    scrollbar-arrow-color: #808080;
    scrollbar-track-color: #ffffff;
    scrollbar-darkshadow-color: #dadada;
    scrollbar-base-color: #808080;
    line-height: 16px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    background-color: white;
    font-size: 8pt;
    font-weight: normal;
    letter-spacing: normal;
    color: #111111;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 25px;
    margin-bottom: 0px;
}

*:focus {
    outline: none !important;
}
 
.h1 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #70A7D4;
    font-size: 12pt;
    font-weight: bold;
}

.h2 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #70A7D4;
    font-size: 10pt;
    font-weight: bold;
}

.h3 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font: bold;
    font-size: 12px;
    font-weight: bold;
    color: #70a7d4;
}

.h4 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 8pt;
    font: bold;
    font-weight: bold;
    color: #70a7d4;
}


.header {
    background: url(../Images/MobHeaderNOTUSED.png) repeat-x center left;
    background-color: #004d99;
    background-color: #103183;
    background-color: #134b8e;
    color: #ffffff;
    border: none;
    margin: 0;
    padding: 0px 0px 1px 0px;
    width: 100%;
    /*display: table;*/
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 9999999999;
    height: 41px;
    line-height: 41px;
}

.header h1 {
    /*float: left;*/
    -webkit-flex-grow:1;
    flex-grow:1;
    font-size:8.6pt;
    font-weight: bold;
    border:none;
    padding: 0px;
    margin:0px 10px 0px 10px;
    box-sizing:border-box;
}

.header h1:first-child {
    -webkit-flex-grow:0;
    flex-grow:0;
    border-radius: 3px;
    border: solid 1px rgba(255,255,255,.7);
}

.header h1 image {
    border-radius: 3px;
}


.header h1 span:first-child::after{
    content: " :.";
}

.header nav {
    float: right;
}

.header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
}

.header nav li {
    float: left;
}

.header nav li a:link,
.header nav li a:visited {
    color: #ffffff;
    padding: 7px 12px;
    text-decoration: none;
    box-sizing:border-box;
    border-left: solid 1px rgba(255,255,255,.2);
}

.header nav li a:active,
.header nav li a:hover {
    text-decoration: underline;
    color: #dadada;
}


.header nav li a.icon {
  padding-left: 15px;
  background-position: 4px 2px;
  background-repeat: no-repeat;
  min-width: 40px;
  height: 40px;
  width:100%;
}

.header nav li a.newser {background-image: url("../Images/NewSer24.png");}
.header nav li a.newmsg {background-image: url("../Images/NewMsg24.png");}

.badge{
    background: rgba(250,0,0,0.7);
    background: rgba(224,0,61,0.8);
    width: auto;
    margin: 0;
    border-radius: 2px;
    position:relative;
    top:-6px;
    left:-6px;
    padding: 2px 4px !important;
  
}

#navser1 {visibility:hidden;}
#navser2 {visibility:hidden;}
#navmsg1 {visibility:hidden;}
#navmsg2 {visibility:hidden;}



#maincontent {
    padding:0px 0px 0px 140px;
    margin: 0px auto;
}

* {
    /*box-sizing: border-box;*/
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}



input[type=text]:not(.igdd_ValueDisplay):not(.igte_EditInContainer):not(.ig_Disabled), 
input[type=password],
input[type=number],
input[type=date],
input[type=time],
textarea,
select {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 8pt;
    text-decoration: none;
    box-sizing: border-box;
    padding: 2px 4px;
    border-radius: 1px;
    background-color: #f9f9f9;
    border: 1px solid #808080;
    color: #333333;
}



input[type=text]:not(.igdd_ValueDisplay):not(.igte_EditInContainer):not(.ig_Disabled):focus,
input[type=text]:not(.igdd_ValueDisplay):not(.igte_EditInContainer):not(.ig_Disabled):hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=number]:focus,
input[type=number]:hover,
input[type=date]:focus,
input[type=date]:hover,
input[type=time]:focus,
input[type=time]:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
    background-color: #eeeeee;
    border: 1px solid #70a7d4;
    color: #000000;
}


::-webkit-input-placeholder { 
    font-style:italic;
    color: #a5a5a5;
}
::-moz-placeholder { 
    font-style:italic;
    color: #a5a5a5;
}
:-ms-input-placeholder { 
    font-style:italic;
    color: #a5a5a5;
}
:-moz-placeholder { 
    font-style:italic;
    color: #a5a5a5;
}


input[type=submit] {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 7.8pt;
    font-weight: normal;
    color: White;
    background-color: #134b8e;
    border: 0px;
    min-width: 90px;
    padding: 4px 5px;
    border-radius:1px;
}

input[type=submit]:focus,
input[type=submit]:hover {
    background-color: #8db4d9;
}


a:link,
a:visited {
    text-decoration: none;
    color: #70A7D4;
    color: #134b8e;
}

a:active,
a:hover {
    text-decoration: underline;
    color: #FF1821;
}



div.toolbar{
    background: url(../Images/Toolbar2.png) repeat-x bottom;
    background-color:#e7eaf2;
    border: 1px solid #c8c9c9;
    box-sizing:border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    margin: 0 auto 15px auto;
    padding:5px 0px 0px 5px;
    width: 99%;
    /*display:-webkit-flex;
    -webkit-flex-wrap: wrap; 
    -webkit-justify-content: center;
    -webkit-flex-item-align:center;*/
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;  
    flex-direction: row;
}


div.toolbar > div {
    flex-basis: 49%;
    flex-grow: 1;
    box-sizing:border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    padding:0px;
    margin:0px;
    display:flex;
    flex-wrap: nowrap; 
    justify-content: center; 
    align-items: center;
    flex-direction: row;
    /*border: 1px solid blue;*/
}

div.toolbar > div:nth-child(1n+0) {
        justify-content: flex-end;
}

div.toolbar > div:nth-child(2n+0) {
        justify-content: flex-start;
}

div.toolbar > div > div {
    padding:0px 5px 5px 0px;
    /*border: 1px solid red;*/
}

div.serviceH {
    background: url(../Images/MobGridHeader.png) repeat-x bottom;
    background-color: #dadada;
    border: 1px solid #dadada;
    margin: 0px auto;
    line-height: 18px;
    width: 99%;
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
}

div.serviceH:first-child {
    margin: 5px auto 0px auto;
}

div.serviceH div {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #333;
    margin: 1px 10px 1px 1px;
    padding: 0px;
    /*border: 1px solid red;*/
    white-space:nowrap;
}

div.serviceH div a{
    color:#333 !important;
}


div.serviceH div:last-child {
    margin-right: 1px !important;
}


div.serviceC {
    background-color: white;
    border: 1px solid #dadada;
    margin:-1px auto 0px auto;
    padding:0px;
    width: 99%;
    display:flex;
    flex-wrap:nowrap;
    align-content:stretch;
}

div.serviceC div {
    flex:1;
    padding:0px;
    margin:0 auto;
    background-color:transparent;
}


div.serviceC div:last-child  {
    margin-left:-1px;
    margin-right:-1px;
}

div.serviceF {
    background-color: white;
    border: 1px solid #dadada;
    margin: 5px auto 0px auto;
    padding:2px 2px;
    width: 99%;
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    box-sizing:border-box;
}

div.serviceF div {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff;
    margin: 1px 10px 1px 1px;
    padding: 0px;
    /*border: 1px solid red;*/
    white-space:nowrap;
    flex:1;
}


div.serviceF div:last-child {
    margin-right: 1px !important;
}


table.service {
    border-spacing: 0px;
    border-collapse: separate;
    border: 1px solid #BBBDBC;
    background-color:#ffffff;
    margin: 0 auto;
    padding: 0px;
    width: 99%;
    empty-cells:hide !important;
}

table.service th {
    background: url(../Images/MobGridHeader.png) repeat-x top;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #333;
    text-align: left;
    background-color: #f1f1f1;
    border-bottom: 1px solid #dadada;
    padding: 1px;
    margin: 0px;
    height: 20px;
    vertical-align: middle;
}



table.service > tbody > tr > td {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    /*font-size: 8pt;*/
    color: #111111;
    margin: 0px;
    padding: 1px 2px 1px 2px;
    border:none;
    border-bottom: 1px solid #dadada;
}



table.service > tbody > tr > td:not(:last-child) {
    border-right: 1px solid #dadada;
}


table.service tr:hover {
    background-color: #eeeeee;
    color: #333333;
}



table.newservice {
    border-spacing: 0px;
    border-collapse: collapse;
    border: 1px solid #BBBDBC;
    background-color: #ffffff;
    border: none;
    margin: 0 auto;
    padding: 0px;
    width:80%;
    /*table-layout:fixed;*/
}

table.newservice th {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12pt;
    color: #ffffff;
    border-left: 1px dotted #dadada;
    border-right: 1px dotted #dadada;
    background-color: #e0003d;
    height: 20px;
    text-align:left;
    padding: 1px 4px;
}



table.newservice td {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    /*font-size: 8pt;*/
    color: #111111;
    border-top: 0px;
    border-bottom: 1px solid #dadada;
    border-left: 1px dotted #dadada;
    border-right: 1px dotted #dadada;
    height: auto;
    margin: 0px;
    padding: 1px 4px;
    text-align: left;
    overflow: hidden;
    /*white-space: nowrap;*/
}

table.newservice  td:first-child  {width:16px !important;}
table.newservice  td:nth-child(2) {width:16px !important;}
table.newservice  td:nth-child(3) {width:16px !important;}
table.newservice  td:nth-child(4) {width:15% !important; font-size:12pt !important; font-weight:500 !important;}
table.newservice  td:nth-child(5) {width:25% !important; font-size:9pt !important;  font-weight:300 !important; text-align:center;}
table.newservice  td:nth-child(6) {width:20% !important; font-size:8pt !important; }
table.newservice  td:last-child   {width:40% !important; font-size:8pt !important;}

table.newservice  td:nth-child(4)  a {font-size:12pt;font-weight:500 !important;}
table.newservice  td:nth-child(5)  a {font-size:9pt; color:#111111;}

table.newservice tr {
    transition: opacity 1s ease-out;
}

table.newservice tr:hover {
    background-color: #eeeeee;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}



table.msgs {
    border-spacing: 0px;
    border-collapse: collapse;
    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-right:10px;
    width: 100%;
}

table.msgs th {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    background-color: #134b8e;
    background-color: #bbcee6;
    color: #ffffff;
    color: #134b8e;
    text-align: left;
    height: 16px;
    border: 0px;
    margin: 0px;
    padding: 3px 4px;
    white-space: nowrap;
}

/*table.msgs th:first-child {border-radius: 0px 0px 0px 3px;}
table.msgs th:last-child {border-radius: 0px 0px 5px 3px;}*/

table.msgs td {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    background-color: transparent;
    color: #111111;
    text-align: left;
    border: 0px;
    margin: 0px;
    padding: 0px 2px 2px 2px;
}


table td {
    font-family: Arial, Verdana, Microsoft Sans Serif;
    font-size: 8pt;
}

/*
    p {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 8pt;
    color: #505050;
}

}*/


.Gridv {
    margin: 0 auto;
    padding: 0px;
    border: solid 1px #BBBDBC;
    background-color:#ffffff;
    color: #55595A;
    text-align: left;
    width: 99%;
    table-layout: fixed;
}

.Gridv > tbody > tr > th {
    font-family: Microsoft Sans Serif,Arial, Helvetica, Verdana;
    font-size: 8.6pt;
    font-weight: normal;
    color: #ffffff;
    color: #333333;
    /*text-align: left;*/
    vertical-align: middle;
    background-color: #8db4d9;
    border: 1px solid #dadada;
    border-style: dashed;
    background: url(../Images/MobGridHeader.png) repeat-x;
    background-position:top;
    height: 20px;
    padding: 1px 2px;
    overflow: hidden;
    white-space: nowrap;
}

.Gridv th:first-child {
    border-left: 1px solid #dadada;
}

.Gridv th:last-child {
    border-right: 1px solid #dadada;
}

.Gridv td {
    font-family: Microsoft Sans Serif,Arial, Helvetica, Verdana;
    font-size: 8pt;
    color: #111111;
    margin: 0px;
    padding: 0px 2px;
    border: 1px solid #dadada;
    border-left: 0px;
    background-color: transparent;
    overflow: hidden;
    white-space: nowrap;
    height: auto;
    /*text-align: left;*/
}

.Gridv td:last-child {
    border-right: 1px solid #dadada;
}

.Gridv tr:hover {
    color: #333333;
    background-color: #eeeeee !important;
}

.Gridv tr:nth-child(even) {
    background-color: transparent;
}

.Gridv > tbody > tr:nth-child(odd) {
    background: url(../Images/GridAltRow.png) repeat-x bottom;
}

.GridvInvisibleCol {
    display: none;
}


.Gridv th a:link,
.Gridv th a:visited {
    text-decoration: none;
    color: #ffffff;
    color: #333;
    font-weight:bold;
    font-size: 8pt;
}


.Gridv td a:link {
    text-decoration: none;
    color: #70a7d4;
    color: #337ab7;
    font-weight: bold;
    font-size: 8pt;
}

.Gridv td a:visited {
    text-decoration: none;
    color: #B1D9F3;
    color: #70a7d4;
    font-weight: bold;
    font-size: 8pt;
}

.Gridv th a:active,
.Gridv td a:active {
    text-decoration: none;
    color: #FFB72F;
    color: #134b8E;
    font-size: 8pt;
}

.Gridv th a:hover,
.Gridv td a:hover {
    text-decoration: underline;
    color: #FF1821;
    font-size: 8pt;
}

.GridvFooter,
.GridvFooter td {
    font-family: Microsoft Sans Serif,Arial, Helvetica, Verdana;
    font-size: 8pt;
    font-weight: 600;
    color: #000000;
    background-color: #8db4d9;
    border: 0px solid #dadada;
    background: url(../Images/GridFooter.png) repeat-x;
    background-position: bottom;
    height: 15px;
    padding: 1px 1px 2px 1px;
    overflow: hidden;
    white-space: nowrap;
}

.GridvPager {
    /*background: none !important;*/
    background-color: #eeeeee;
    background-repeat: repeat-x;
    background-position: center;
    background-image: url(../Images/MobGridHeader.png);
    padding: 1px;
}

.GridvPager tr {
    background-color: transparent;
    /*border: 0px;*/
}

.GridvPager td {
    min-height:20px;
    order: initial;
    padding: 1px 0px 1px 2px !important;
    padding: 0px !important; 
    /*border: 0;*/
}

.GridvPager a,
.GridvPager a:visited {
    display:block;
    box-sizing: border-box;
    padding: 1px 0px;
    width: 20px;
    height:20px;
    color: #333333 !important;
    background-color: transparent;
    border: 1px solid transparent !important;
    text-align:center;
    /*border-radius: 3px;*/
}

.GridvPager a:hover {
    color: #70a7d4 !important;
    background-color: #B1D9F3;
}

.GridvPager span {
    display:block;
    box-sizing: border-box;
    padding: 1px 0px;
    width: 20px;
    height:20px;
    color: #ffffff !important;
    background-color: #134b8E;
    border: 1px solid #134b8E !important;
    font-weight: bold;
    text-align:center;
    /*border-radius: 3px;*/
}



.SubGridv {
    margin: 0px;
    padding: 0px;
    border: 1px solid #BBBDBC;
    text-align: left;
    table-layout: fixed;
}

.SubGridv th {
    font-family: Microsoft Sans Serif,Arial, Helvetica, Verdana;
    font-size: 8.6pt;
    font-weight: normal;
    color: #000000;
    background-color: #8db4d9;
    background: url(../Images/SubGridHeader.png) repeat-x;
    background-position: top;
    height: 20px;
    padding: 1px 1px 2px 1px;
    overflow: hidden;
    white-space: nowrap;
    /*text-align: left;*/
}

.SubGridv td {
    font-family: Microsoft Sans Serif,Arial, Helvetica, Verdana;
    font-size: 8pt;
    color: #111111;
    border-top: 0px;
    border-bottom: 1px solid #dadada;
    border-left: 0px;
    border-right: 1px solid #dadada;
    margin: 0px;
    padding: 0px 1px 0px 1px;
    overflow: hidden;
    white-space: nowrap;
    background-color: transparent;
}

.SubGridv tr:hover {
    background-color: #eeeeee;
    color: #333333;
}




/*** MapTrack ***/
#map1 {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
}



#divInfoW {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 8pt;
    min-height: 55px;
    min-width: 130px;
    padding: 0;
    margin: 0;
    line-height:normal;
}

#divInfoW2 {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 8pt;
    min-height: 65px;
    min-width: 130px;
    padding: 0;
    margin: 0;
    line-height:normal;
}


.SpanBlue {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 8pt;
    color:#70A7D4;
    font-weight:bold;
}

.SpanGreen {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 8pt;
    color:#09d940;
    font-weight:bold;
}

.SpanRed {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 8pt;
    color:#FF1821;
    font-weight:bold;
}



.Coordinated { color: #e0003d; }
.PanelMsg { display:inline-block;}


@media print {
    .divPrint {
        display:block !important;
    }
}

.mobshow {display:none;}

#lblReg {font-style:italic;}
#lblAlert {color:red;}


.progress-bar {
    display: inline-block;
    width: 0px;
    height: 16px;
    font-weight: bold !important;
    background: #6787e3;

    cursor: pointer;
    margin: 0px;
    overflow: hidden;
    text-align: center;
    padding-top: 35px;
    white-space: nowrap;
    line-height: normal;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #f1f1f1;
    background-color: grey;
    color: white;
    opacity: .8;
}

    .progress-bar.uploaded {
        display: inline-block;
        width: 100%;
        height: 16px;
        color: white;
        vertical-align: bottom !important;
        /*background: transparent !important;*/
    }
