﻿html, body {
    font-size: 14px !important;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    margin: 0px;
    font-family: sans-serif;
    background-color: #fff;
}
* {box-sizing: border-box}

/* Set height of body and the document to 100% */
body, html {
    height: 100%;
    margin: 0;
    font-family: Arial;
}

#Incidentbtn{
    width: 200px;
    height: 137px;
    background-color: #eee;
    color: #333;
    text-align: center;
    padding-top: 49px;
    font-size: 13pt;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 2px 0 rgba(0, 0, 0, 0.19);
}
#Incidentbtn:hover{
    background-color: #777;
    border-color:#fff!important;
    color:#fff;
}
#Incidentbtn:active{
    background-color: rgb(79, 156, 222);
    color:#fff;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
  #regForm {
        background-color: #ffffff;
        margin: 50px auto;
        font-family: Raleway;
        padding: 40px;
        width: 50%;
        min-width: 300px;
    }

h1 {
    text-align: center;
    margin-top: -30px !important;
    margin-bottom: 15px !important;
    color: #b94a48;
}

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    margin-bottom: 8px !important;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

        /* Mark input boxes that gets an error on validation: */
        input.invalid {
        background-color: #ff9f9e;
        margin-bottom: 8px;
        }

    /* Hide all steps by default: */
    .tab {
        display: none;
    }

    button {
        background-color: #428bca;
        color: #ffffff;
        border: none;
        padding: 10px 20px;
        border-radius: 7px;
        font-size: 17px;
        font-family: Raleway;
        cursor: pointer;
    }

        button:hover {
            opacity: 0.8;
        }

    #prevBtn {
        background-color: #bbbbbb;
    }

    /* Make circles that indicate the steps of the form: */
    .step {
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbbbbb;
        border: none;
        border-radius: 50%;
        display: inline-block;
        opacity: 0.5;
    }

        .step.active {
            opacity: 1;
        }

        /* Mark the steps that are finished and valid: */
        .step.finish {
            background-color: #4CAF50;
        }

#Agencytag{
    padding-left:5px!important;
}

button {
  outline: none!important;
}
/* Style tab links */
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 20%;
}

.tablink:hover {
    background-color: #777;
    border-color:#fff!important;
}

.tablink:active {
    background-color: #777;
    border-color:#555!important;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: #333;
    display: none;
    padding: 100px 20px;
    height: 100%;
}

#Home {background-color: red;}
#News {background-color: green;}
#Contact {background-color: blue;}
#About {background-color: orange;}
.Hide
{
  display:none;
}
#target {
  display:none;
}

.sidenav {
    height: calc(100vh - 42px);
    width: 325px;
    position: fixed;
    z-index: 1100;
    top: 40px;
    left: 0;
    background-color: #333;
    overflow: auto;
    padding-top: 38px;
}

.sidenav a {
    padding: 8px 3px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.1s;
    color: #fff;
}
.sidenav a.active {
    padding: 8px 3px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.1s;
    background-color: #3f91d7!important;
    color: #fff;

}

.sidenav a:hover {
    color: #f1f1f1;
    background-color: #3f91d7!important;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    font-size: 21px;
    width:100%;
}

.sidenav .closebtn:hover {
    position: absolute;
    top: 0;
    font-size: 21px;
    width:100%;
    background-color:#333!important;
}

#main {
    transition: margin-left .0s;
    padding: 0px;
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
a {
    text-decoration: none!important;
    padding-left: 2px!important;
}

#myMap {
    width: 100vw;
    height: 101vh;
    max-width: 100%;
    padding: 0;
    margin-top: -55px !important;
    z-index: -5 !important;
    position: fixed;
}

.MicrosoftMap .infobox-close {
    color: #777;
    height: 14px;
    outline: medium none;
    position: absolute;
    right: 14px !important;
    text-align: center;
    text-decoration: none;
    top: -5px !important;
    width: 14px;
    pointer-events: auto;
}
.w3-card, .w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0), 0 2px 10px 0 rgba(255, 255, 255, 0.12)!important;
}

.overlay {
    position: absolute;
    padding-top: -7px;
    width: 100%;
    height: 100%;
    top: 43px;
    background-color: rgba(255, 255, 255, 0.86);
    position: fixed;
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 4px 15px !important;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
}



label {
    padding-top: 3px !important;
    padding-right:10%;
}

.btn-primary {
    background-color: #fff !important;
    border-color: #ddd !important;
    color: #333 !important;
}

.btn {
    border-radius: 0px !important;
    padding: 2px 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.19) !important;
    font-size: 12.5px !important;
}

.btn-primary.active {
    background-color: #3f91d7 !important;
    border-color: #3276b1 !important;
    color: #fff!important;
    font-weight:500;
}

.btn.active, .btn:active {
    box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.125) !important;
}


.checkbox-inline input[type=checkbox] {
    margin-top: 0PX !important;
}

.col-sm-6 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.col-xs-12 {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

p {
    padding: -0px !important;
    margin-bottom: 8px;
    margin-top: 8px;
    margin: 0 0 0px !important;
}

.w3-sidebar {
    width: auto !important;
    height: 90vh !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.button {
    background-color: #fff;
}

.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    width: auto !important;
}

.content {
    background-color: #ddd;
    height: auto;
    max-height: inherit;
    border: 0px solid yellow;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 28px !important;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}


.topnav {
  overflow: hidden;
  background-color: #333;
}

    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        border-color: rgb(51, 51, 51);
        text-align: center;
        border-style: solid;
        border-width: thin;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }


.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color:#428bca;
  color: white;
  border-color: rgba(0, 0, 0, 0.18)!important;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 768px) {
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
    position: absolute;
    right: 0;
    padding-left: 21px!important;
    top: 0;
    text-decoration: none!important;
  }
  .tablink {
    width: 100%;
}
}

@media screen and (max-width: 768px) {
    .custom-model-inner {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
        display: inline-block;
        vertical-align: middle;
        width: 250px!important;
        margin: 30px auto;
    }
 .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
    .tablink {
    width: 100%;
}
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
*{
  box-sizing: border-box;
}
.form-control {
    display: block;
    width: 100%;
    height: 42px!important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555!important;
    /*vertical-align: middle;*/
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 2px!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-horizontal .form-group {
    margin-right: 0px!important;
    margin-left: 0px!important;
}
textarea {
    width: 100%;
    height: 43px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    resize: none;
    background-color:#fff;
}
table {
  max-width: 100%;
  min-width: 50%;
}
td, th {
  min-width: 100px;
  text-align: center;
  color: #333;
}
.alert-success td {
  color: #3c763d;
}

.alert td button {
  margin-right: 30px;
}
.w3-card-4, .w3-hover-shadow:hover {
    box-shadow: none!important;
    border-color: #ccc;
    border-style: solid;
    border-width: thin;
    border-radius: 3px;
}
.w3-ul li {
    padding: 8px 0px!important;
}
#footer {
    background: #333;
    width: 100%;
    height: 46px;
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 23px;
}
/*@media (max-width: 1173px){
.col-sm-4 {
    width: 100%!important;
}
}
@media (max-width: 1173px){
.col-sm-2 {
    width: 100%!important;
}
}
@media (max-width: 1173px){
.col-sm-6 {
    width: 100%!important;
}
}*/
/*.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca;
    text-align: center!important;
    border-radius: 3px!important;
}*/
.navbar-inner {
    background-color: rgba(50, 50, 50, 0.9019607843137255);
}
.nav-pills>li+li {
    margin-left: 0px;
}
.container {
    max-width: 100%!important;
}
.nav-pills>li+li {
    margin-left: 0px!important;
}
.nav-pills>li {
    float: left;
    width: 12.5%;
}
.nav-pills>li+li {
    margin-left: 2px;
    padding-left: 5px!important;
    text-align: center!important;
    border-radius: 3px!important;
}
.nav-pills>li>a {
    border-radius: 5px;
    font-size: 8.8pt!important;
}

a{
    color:#fff!important;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
}
.nav-pills>li>a {
    border-radius: 5px;
    padding-left: 5px!important;
    text-align: center!important;
    border-radius: 3px!important;
}
/*#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.w3-white, .w3-hover-white:hover {
    color: #000 !important;
    background-color: rgba(255, 255, 255, 0) !important;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
    color:#333;
    max-width: 300px;
    text-align: left;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #333;
    color: white;
}*/

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0px!important;
}
.nav-pills>li {
    float: left;
    min-width: 119px!important;
}

.buttonHolder{ text-align: center; }

.pager {
    padding-left: 0;
    margin: 7px 0!important;
    text-align: center;
    list-style: none;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    
}
.nav-pills>li>a {
    border-radius: 5px;
    border: .04px solid black;
    /* outline-style: solid; */
    outline-color: #ccc;
    box-shadow: 0 5px 26px 3px rgba(0, 0, 0, 0.3)!important;
}
.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 100px;
  margin: 1rem;
  position: relative;
  width: 200px;
text-align:center;
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.form-control {
    border: 1px solid #aaa!important;
}

    @media (min-width: 768px) {
        .col-sm-4 {
            padding-right: 5px !important;
        }
    }

    @media (min-width: 768px) {
        .col-sm-2 {
            padding-right: 5px !important;
        }
    }

    @media (min-width: 768px) {
        .col-sm-6 {
            padding-right: 5px !important;
        }
    }

    @media (min-width: 768px) {
        .col-sm-1 {
            padding-right: 5px !important;
        }
    }

    @media (min-width: 768px) {
        .col-sm-3 {
            padding-right: 5px !important;
        }
    }

    .tab-content > .active, .pill-content > .active {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px !important;
}
@media (min-width: 768px){
    .col-sm-2 {
        width: 33%!important;
    }
}
@media (min-width: 768px) {

    .col-sm-1 {
        width: 17% !important;
    }
}

@media (min-width: 1100px) {
    .col-sm-2 {
        width: 33%!important;
    }
}
@media (min-width: 1172px) {
    .col-sm-2 {
        width: 16% !important;
    }
}

@media (min-width: 1173px) {
    .col-sm-2 {
        width: 16% !important;
    }
}

@media (min-width: 1172px) {
    .col-sm-1 {
        width: 9.3% !important;
    }
}

@media (min-width: 1173px) {
    .col-sm-1 {
       width: 9.3% !important;
    }
}
table {
    width: 750px;
    border-collapse: collapse;
    margin: 50px auto;
}

/* Zebra striping */
tr:nth-of-type(odd) {
    background: #eee;
}

th {
    background: #333333;
    color: white;
    font-weight: bold;
}

td, th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /*table {
        width: 100%;
    }*/

     /*Force table to not be like tables anymore*/ 
    /*table, thead, tbody, th, td, tr {
        display: block;
    }*/

        /* Hide table headers (but not display: none;, for accessibility) */
        /*thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }*/

    /*tr {
        border: 1px solid #ccc;
    }*/

    /*td {*/
        /* Behave  like a "row" */
        /*border: none;
        border-bottom: 1px solid #eee;
        position: relative;*/
        /*padding-left: 50%;*/
    /*}*/

        /*td:before {*/
            /* Now like a table header */
            /*position: absolute;*/
            /* Top/left values mimic padding */
            /*top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;*/
            /* Label the data */
            /*content: attr(data-column);
            color: #000;
            font-weight: bold;
        }*/
}
.tab-content > .active, .pill-content > .active {
    display: block;
    padding-bottom: 68px !important;
}
.Click-here {
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 15px;
    transition: background-image 3s ease-in-out;
    margin-top: 10px !important;
    float: left;
    margin-top: 0px !important;
}

    .Click-here:hover {
        transition: background-image 3s ease-in-out;
    }

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 500px;
    margin: 30px auto;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    #status {
     margin-top: -68px;
    }
    #checkstatusbutton {
        margin-left: 6px!important;
        color: rgb(255, 255, 255) !important;
        border-radius: 4px !important;
        padding-left: 16px !important;
        display: block;
    }
    h1 {
        text-align: center;
        margin-top: -15px !important;
        margin-bottom: 25px !important;
        color: #b94a48;
    }
    #newreport {
        margin-left: -25px;
    }

    #submitreport {
        margin: -21px!important;
        float: right;
        margin-top: -50px!important;
    }
}
@media only screen and (device-width : 360px) and (device-height : 640px) {
    #status {
        margin-top: -68px;
    }

    #checkstatusbutton {
        margin-left: 6px !important;
        color: rgb(255, 255, 255) !important;
        border-radius: 4px !important;
        padding-left: 16px !important;
        display: block;
    }

    h1 {
        text-align: center;
        margin-top: -15px !important;
        margin-bottom: 25px !important;
        color: #b94a48;
    }

    #newreport {
        margin-left: -25px;
    }

    #submitreport {
        margin: -21px !important;
        float: right;
        margin-top: -50px !important;
    }

}


@media only screen and (device-width : 360px) and (device-height : 640px) and (-webkit-device-pixel-ratio : 3) {
    #status {
        margin-top: -68px;
    }

    #checkstatusbutton {
        margin-left: 6px !important;
        color: rgb(255, 255, 255) !important;
        border-radius: 4px !important;
        padding-left: 16px !important;
        display: block;
    }

    h1 {
        text-align: center;
        margin-top: -15px !important;
        margin-bottom: 25px !important;
        color: #b94a48;
    }

    #newreport {
        margin-left: -25px;
    }

    #submitreport {
        margin: -21px !important;
        float: right;
        margin-top: -50px !important;
    }
}


.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #428bca!important;
    border: 1px solid #428bca!important;
    border-radius: 15px;
}
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
    #status {
        color: #fff !important;
        border-radius: 4px !important;
        margin-left: -74px;
        padding-left: 11px !important;
        margin-left: -136px !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    #status {
        color: #fff !important;
        border-radius: 4px !important;
        margin-left: -74px;
        padding-left: 11px !important;
        margin-left: -16vw !important;
    }
    #checkstatusbutton {
        margin-left: 21vw !important;
        color: rgb(255, 255, 255) !important;
        border-radius: 4px !important;
        padding-left: 16px !important;
        display: block;
    }
}

.summaryTable
{
    margin: 0px; 
    width: 100%!important;
    border-collapse: collapse;
}

.summaryTable td
{
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    max-width:1000px;
    border: 1px solid black;
}

.summaryTable tr
{
    padding: 0px;
    margin: 0px;
}

.summaryTableHeader
{
    background-color: lightgrey;
    text-align: center;
}




.phonetable
{
    width: 100%;
}

.phonetable tr
{
    padding: 0px;
}

.phonetable td
{
    padding: 5px;
}

.phonetablenode
{
    width: 100%;
    margin: 0px;
}

.phonetablenode td
{
    background-color: white;
}

.mobileHeader
{
    background-color: #333!important;
    color: white;
    width: 20px;
}

.mobileTable
{
    display: none;

}

.mobileTable2
{
        display: none;
}

@media only screen and (max-width: 751px)
{

    .mobileTable2
    {
        display: block;
    }

    .normalTable2
    {
        display: none;
    }
}


@media only screen and (max-width: 940px)
{
    .mobileTable
    {
        display: block;
    }

    .normalTable 
    {
        display: none;
    }

}

@media only screen and (max-width: 487px)
{
    #checkstatusbutton
    {
        margin-left: 0px!important;
    }
}


 /*table {
        width: 100%;
    }*/

     /*Force table to not be like tables anymore*/ 
    /*table, thead, tbody, th, td, tr {
        display: block;
    }*/

        /* Hide table headers (but not display: none;, for accessibility) */
        /*thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }*/

    /*tr {
        border: 1px solid #ccc;
    }*/

    /*td {*/
        /* Behave  like a "row" */
        /*border: none;
        border-bottom: 1px solid #eee;
        position: relative;*/
        /*padding-left: 50%;*/
    /*}*/

        /*td:before {*/
            /* Now like a table header */
            /*position: absolute;*/
            /* Top/left values mimic padding */
            /*top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;*/
            /* Label the data */
            /*content: attr(data-column);
            color: #000;
            font-weight: bold;
    }*/


#errorDisplay
{
    background-color: white;
    width: 30%;
    margin-top: 10%;
    border: 2px solid red;
    margin-left: 35%;
    text-align: center;
    border-radius: 15px;
}

#overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    padding-top: 0%;
}

#daterangeouter
{
    float: left;
}


#dateRange
{
    width: 200px;
}

@media screen and (max-width: 768px)
{
    #dateRange
    {
        width: 100%;
    }

    #daterangeouter
    {
        display: none;
    }
}


.timeEntryTable
{
    float: left; 
    padding: 0px; 
    margin: 0px;
}

@media screen and (max-width: 860px)
{
    table.timeEntryTable, table.timeEntryTable thead, table.timeEntryTable tbody, table.timeEntryTable th, table.timeEntryTable td, table.timeEntryTable tr
    {
        display: block;
    }

     .timeEntryTable
    {
         width: 100%
    }

    table.timeEntryTable .entryTypeSelection
    {
        display: none;
    }

}


.table-condensed tr:nth-of-type(odd) {
    background: #fff;
}

.off 
{
    background-color: grey;
}

.prev
{
    background-color: grey;
}

.next
{
    background-color: grey;
}

.sideBarPrev
{
    display: block;
    position: absolute; 
    top: 48px;
    height: calc(100vh - 48px);
    font-style: oblique;
    font-size: 54px;
    width: 75px;
    color: rgba(0, 0, 0, 0.2) !important;
    border-radius: 4px !important; 
    padding-left: 14px !important;
    background-color: rgba(100, 100, 100, 0.0) !important;
    max-width: 150px;
}

.sideBarPrev:hover
{
    background-color: rgba(100, 100, 100, 0.1) !important;
    color: rgb(66,139,202)!important;
}

.sideBarNext
{
    display: block;
    position: absolute; 
    top: 48px;
    height: 100%;/*calc(100% - 48px)!important;*/
    width: 75px;
    font-size: 54px;
    font-style: oblique;
    color: rgba(0, 0, 0, 0.2) !important;
    /*color: rgb(255, 255, 255) !important;*/
    border-radius: 4px !important; 
    padding-left: 14px !important;
    background-color: rgba(100, 100, 100, 0.0) !important;
    max-width: 150px;
    max-height: calc(100% - 48px)!important;
    /*background-color: rgba(66, 139, 202, 1) !important;*/
}

.sideBarNext:hover
{
    background-color: rgba(100, 100, 100, 0.1) !important;
    color: rgb(66,139,202)!important;
}


@media screen and (min-width: 1045px) and (max-width: 1250px)
{
    .sideBarPrev
    {
        /*left: calc((100vw / 10) - (100px + 0.3 * (1250px - 100vw)) + (0.5 * (1250px - 100vw)));*/
        width: calc(100vw / 10);
    }

    .sideBarNext
    {
        left: calc(100vw + (0.5 * (1250px - 100vw) - calc(100vw / 10)) - (0.5 * (1250px - 100vw)));
        width: calc(100vw / 10);
    }

}

@media screen and (min-width: 1250px)
{
    .sideBarPrev
    {
        width: calc((100vw / 10) + (0.25 * (100vw - 1250px)));
        /*left: calc((100vw/10) + (0.5 * (100vw - 1250px)) - (100px + 0.3 * (100vw - 1250px)));*/
    }

    .sideBarNext
    {
        left: calc(100vw - (100vw / 10));
        /*left: calc(100vw - (0.5 * (100vw-1250px) + (100vw / 10)) - (0.5 * (100vw-1250px)));*/
        width: calc((100vw / 10));
    }
}

@media screen and (min-width: 1401px)
{
    .sideBarNext
    {
        left: calc(100vw - 150px);
        width: 150px;
    }
}

@media screen and (max-width: 1045px)
{
    .sideBarPrev
    {
        visibility: hidden;
    }

    .sideBarNext
    {
        visibility: hidden;
    }
}