.alternating-colors tr:nth-child(2n+2) {
    background: #dcdcdc;
}

.alternating-colors tr:nth-child(2n+1) {
    background: #efefef;
}

* {
    margin: 0px;
    padding: 0px;
}

body, html {
    font-family: Arial;
    color: #6C6D6F;
    font-size: 9pt;
    background: #FFFFFF;
    height: 100%;
    width: 100%;
}

h1 {
    font-size: 13pt;
    color: #6C6D6F;
    font-weight: bold;
}

h2 {
    color: #217056;
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

h3 {
    font-size: 11pt;
    color: #6C6D6F;
    font-weight: bold;
}

p {
    padding: 5px 0px 5px 0px;
}

a {
    color: #6C6D6F;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

blockquote {
    margin-left: 20px;
}

iframe.small {
    width: 430px;
    height: 340px;
    background: #fff;
    background-color: #fff;
    border: solid #ccc 1px;
    overflow: auto;
}

table, td, th {
    padding: 4px;
    border-spacing: 0px;
    border-collapse: collapse
}

td, th {
    word-wrap: break-word;
}

td.header {
    font-weight: bold;
    line-height: 25px;
}

input, select, textarea {
    font-size: 13px;
    font-family: Arial;
    color: #6C6D6F;
    padding: 6px;
    background: #FFF;
    border: 1px solid #999 !important;
    max-width: 300px;
}

input[type=submit] {
    border: 1px solid #999 !important;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #CCC;
    outline-width: 0;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dtp-picker-days {
    margin: 0 auto !important;
}

.button {
    text-decoration: none;
    box-sizing: border-box;
    background: #217056;
    color: #FFF;
    padding: 10px;
    cursor: hand;
    cursor: pointer;
}

.button:hover {
    background: #185440;
}

#wrapper {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#wrapper-external {
    float: left;
    background: #dfdfdf url("images/login_back.jpg") 50% 0% no-repeat;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

#left {
    float: left;
    height: 100%;
    width: 20%;
    background: #FFFFFF;
    padding: 0px;
    margin: 0px;
    text-align: center;
    border-right: 1px solid #999;
    box-sizing: border-box;
    padding: 15px;
    overflow-y: auto;
}

#logo {
    width: 100%;
    height: auto;
    padding: 0px;
}

#clientLogo img {
    width: 100%;
}

#logo img {
    border: none;
    width: 100% !important;
}

#clock input.text_clock {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 25px;
    background: #FFFFFF;
    border: 1px solid #ABABAB;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
}

#welcome {
    width: 100%;
    display: block;
    font-size: 40pt;
    color: #217056;
    font-family: Times New Roman;
    letter-spacing: -0.1em;
    font-style: italic;
    text-transform: lowercase;
}

#leftnav {
    text-align: center;
    margin-top: 25px;
}

#leftnav .navheader {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    color: #6C6D6F;
    font-weight: bold;
    font-size: 11pt;
}

#leftnav a {
    display: block;
    height: auto;
    width: 100%;
    padding: 10px 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    background: #217056;
    color: #FFF;
    font-weight: bold;
    border: 1px solid #ABABAB;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    margin-left: auto;
    margin-right: auto;
}

#leftnav a:hover {
    color: #FFF;
    background: #185440;
    text-decoration: none;
}

#right {
    display: block;
    overflow-y: scroll;
    float: left;
    width: 80%;
    height: 100%;
    padding: 0px;
}

#right-external {
    width: 634px;
    height: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background: none;
    background: transparent;
}

#content {
    padding: 0px;
    padding-top: 45px;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-bottom: none;
    box-sizing: border-box;
}

#content-container {
    width: 98%;
    height: 98%;
    min-height: 98%;
    padding: 0px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#content-external {
    background: none;
    background: transparent;
    padding: 0px 0px 0px 0px;
}

#footer {
    width: 100%;
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 6pt;
    font-weight: bold;
    color: #6D6E70;

    border: 1px solid #ABABAB;
    border-left: none;
    border-right: none;
    border-bottom: none;

}

#footer-external {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    padding: 6px;
    font-size: 8pt;
    font-weight: bold;
    background: #B3B3B3;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    font-weight: bold;
}

#footer a {
    color: #6D6E70;
    font-size: 6pt;
}

#footer-external a {
    color: #FFFFFF;
}

#footer a:hover {
    color: #6D6E70;
}

#footer-external a:hover {
    text-decoration: underline;
}

.bodyMsg {
    font-size: 10pt;
    font-weight: bold;
    color: red;
}

#top {
    width: 100%;
    height: auto;
}

#tagline {
    float: left;
    width: auto;
    height: auto;
    padding: 20px 0px 0px 0px;
    color: #6C6D6F;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 0.06em;
}

#main-nav-container {
    width: auto;
    height: 55px;
    z-index: 10;
}

.main-nav {
    float: right;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: -2px;
	position: relative;
}

.main-nav a {
    background: #217056;
    color: #FFF;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    float: left;
    width: 85px;
    height: 35px;
    padding: 30px 1px 10px 1px;
    margin-top: -10px;
    text-align: center;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #ABABAB;
}

.main-nav a:hover, .main-nav a.main_sel {
    background: #185440;
    color: #FFF;
}

/********************** TOPNAV - SEE head.php FOR CUSTOM STYLE ON CLAIMS SECTION **********************/
/*#topnav {
float:left;
width:100%;
height:auto;
background:#ffffff;
padding-right:20px;
}

#topnav a {
float:left;
width:auto;
height:35px;
font-size:10pt;
font-weight:bold; 
color:#201E1F;
text-decoration:none;
text-align:center;
padding:15px 8px 0px 8px;
}

#topnav a:hover {
background:#6D6E70;
color:#ffffff;
}

#topnav a.nav_sel {
background:#6D6E70;
color:#ffffff;
}*/
/********************** TOPNAV - SEE head.php FOR CUSTOM STYLE ON CLAIMS SECTION **********************/

/* NEW CSS FOR NEW DESIGN */

#userLogin {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

#loginLogo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 300px;
    width: 400px;
}

#loginLogo img {
    width: 300px;
    height: auto;
    margin-left: 25px;
}

.list-wrapper {
    background: #FFFFFF;
    color: #000000;
}

div.sexy li.active {
    background-color: #D2EAEE;
    background: #D2EAEE;
}

a.to-highlight:hover {
    background-color: #D2EAEE;
    background: #D2EAEE;
}

.highlighted {
    font-weight: bold;
    background-color: #ffffb3;
    color: #000;
}

/*
 * Ajax Autocomplete
 * Version: 1.0.7
 * (c) 2007 DMXzone.com
 * @build 19-09-2007 14:36:58
 */
.ac_results {
    padding: 0;
    border: 1px solid #6FBEFF;
    background-color: #EFF8FF;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #000;
}

.ac_results li {
    margin: 0;
    padding: 2px 5px;
    cursor: default;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
    color: #000;
}

.ac_title {
    font-weight: bolder;
}

.ac_loading {
    background: Window url('indicator.gif') right center no-repeat;
}

.ac_over {
    background-color: #d2fb8f;
    color: #000;
}

.ac_highlight {
    color: #F00;
}

.rounded-table {
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}

.clickable-row {
    cursor: pointer;
}

.clickable-row:hover {
    background-color: #b0d9cb !important;
}

.square {
    float:left;
    position: relative;
    width: 120px;
    height: 120px;
    margin:1%;
    background-color: #217056;
    color: #FFF;
    cursor: pointer;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;

    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #185440;

    display: table;
}

.square:hover {
    background-color: #185440;
}

.square a {
    padding: 5px;
    box-sizing: border-box;

    text-decoration: none;
    color: #FFF;
    width: 100%;
    height: 100%;
    font-size: 15px;

    display: table-cell;
    vertical-align: middle;

}

.square a i {
    color: #FFF;
    font-size: 45px;
}

.square a:hover {
    text-decoration: none;
}

.square-wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.select2-selection--multiple {
    padding-bottom: 5px !important;
    border: 1px solid #CCC !important;
}

.select2-search__field {
    border: none !important;
}

.select2 {
    min-width: 200px !important;
    max-width: 400px !important;
}

.multipleItemsExpander {
    position: relative;
}

.multipleItemsExpander > .multipleItemsExpander_tooltip {
    display: none;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(153,153,153,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(153,153,153,1);
    box-shadow: 0px 0px 10px 1px rgba(153,153,153,1);
    z-index: 99;
}

.multipleItemsExpander > .multipleItemsExpander_text:hover ~ .multipleItemsExpander_tooltip {
    display: block !important;
    cursor: auto;
}

.multipleItemsExpander > .multipleItemsExpander_tooltip:hover {
    display: block !important;
    cursor: auto;
}

.displayClaimsProcedureButton {
    position: absolute;
    width: 30px;
    height: 130px;
    left: -31px;
    top: -1px;
    box-sizing: border-box;
    padding-right: 6px;
    cursor: pointer;
    background-image: url("images/claims_procedure.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.progress-reports-wrapper-header {
    border-bottom: 1px solid #CCC;
    background-color: <?=$mainColor?>;
    cursor: pointer;
    padding: 4px;
}
.progress-reports-wrapper-header:hover {
    background-color: #185440;
}
.progress-reports-table tr {
    border-bottom: 1px solid #CCC;
}
.progress-reports-table tr:last-child {
    border-bottom: 0px;
}
.progress-reports-table tr:hover {
    background-color: #F1F1F1;
}

.expring-claims-wrapper-header {
    border-bottom: 1px solid #CCC;
    background-color: #8868fc !important;
    cursor: pointer;
    padding: 4px;
}

.expring-vehicles-wrapper-header {
    border-bottom: 1px solid #CCC;
    background-color: #ff7f7f;
    cursor: pointer;
    padding: 4px;
}

.expring-vehicles-wrapper-header:hover {
    background-color: #ff9999;
}

.expring-vehicles-table tr {
    border-bottom: 1px solid #CCC;
}

.expring-vehicles-table tr:last-child {
    border-bottom: none;
}

.expring-vehicles-table tr:hover {
    background-color: #F1F1F1;
}

.client-files-wrapper-header {
    border-bottom: 1px solid #CCC;
    cursor: pointer;
    padding: 4px;
    color: white;
}

.client-files-wrapper-header:hover {
    background-color: #ff9999;
}

.client-files-table tr {
    border-bottom: 1px solid #CCC;
}

.client-files-table tr:last-child {
    border-bottom: none;
}

.client-files-table tr:hover {
    background-color: #F1F1F1;
}

.uploaded-files-wrapper-header {
    border-bottom: 1px solid #CCC;
    cursor: pointer;
    padding: 4px;
    color: white;
}

.uploaded-files-wrapper-header:hover {
    background-color: #ff9999;
}

.uploaded-files-table tr {
    border-bottom: 1px solid #CCC;
}

.uploaded-files-table tr:last-child {
    border-bottom: none;
}

.uploaded-files-table tr:hover {
    background-color: #F1F1F1;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;

    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.green-hover tr:hover {
    background-color: #b0d9cb;
}

/* Style the tab */
.tab {
    overflow: hidden;
    /*background-color: #b0d9cb;*/
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: white;
    /*background-color: #b0d9cb;*/
    background-color: #CCC;
    border-right: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

.tab button:first-child {
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #217056;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #217056 !important;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 15px;
    border: 1px solid #ccc;
    z-index: 1000000;
}

.superUser-view-table tr td {
    border-right: 1px solid #CCC;
}

.tooltip-inner {
    white-space:pre-line;
    text-align: left !important;
}

.claimProgressReportSubHeading {

}

.claimProgressReportSubHeading:hover {
    background-color: #E1E1E1 !important;
    cursor: pointer;
}

.navbar {
    z-index: 999;
    position: fixed;
    right: 25px;
    top: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navbar li {
    box-sizing: border-box;
    display: inline;
    float: right;
    position: relative;
    border-bottom: 1px solid #CCC !important;
}

.navbar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
}

.navbar li .mini-icons {
    box-sizing: border-box;
    display: block;
    text-align: center;
    padding: 13px 10px;
    text-decoration: none;
    font-size: 20px;
    background-color: white;
}

.navbar li a:hover {
    background-color: #111;
}

.navbar li a, .dropbtn {
    display: inline-block;
    color: white !important;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar li a:hover, .dropdown:hover .dropbtn {
    background-color: #185440 !important;
}

.navbar li.dropdown {
    display: inline-block;
}

.navbar .dropdown-content {
    margin-left: 0;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.navbar .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.navbar .dropdown-content a:hover {
    background-color: #f1f1f1;
}

.navbar .dropdown:hover .dropdown-content {
    display: block;
}

.notification-dot {
    position: absolute;
    right: 3px;
    bottom: 10px;
}

.navbar li:last-child {
    border-left: 1px solid #CCC !important;
}

.navbar li .notification-menu {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
    position: absolute;
    min-width: 350px;
    overflow-y: auto;
    background-color: #F3F3F3;
    /*transform: translateX(calc(-100% + 38px));*/
    margin-top: 0px;
    border: 1px solid #CCC;
}

.navbar li .notification-menu .notification-header {
    width: 100%;
    background-color: #CCC;
    font-weight: bold;padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar li .notification-menu .notifications-wrapper {
    max-height: 400px;
    overflow-y: auto;
    position: relative;
    width: 100%;
    min-height: 200px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.notification-item-wrapper {
    width: 100%;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-top: 1px solid #EEE;
    border-right: 1px solid #EEE;
    background-color: white;
}

.notification-item-wrapper:hover {
    background-color: #EDF6E2;
}

.notification-item-header {
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #F4F4F4;
}

.notification-item-content {
    padding: 5px;
    cursor: pointer;
}

.notification-item-footer {
    border-top: 1px solid #F4F4F4;
    padding: 5px;
    text-align: right;
}

.notifications-footer {
    background-color: white;
    width: 100%;
    border-top: 1px solid #CCC;
    -webkit-border-fit: stretch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

#notification-bell {
    cursor: pointer;
    box-sizing: border-box;
}

#notification-dot {
    cursor: pointer;
    display: none;
}

#notification-drawer {
    display: none;
}

.notification-item-footer-markread {
    float: left;
    color: #999;
    cursor: pointer;
}

.notification-item-footer-markread:hover {
    text-decoration: underline;
    color: #888;
}

.no-more-notifications-wrapper {
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #AAA;
    -webkit-border-fit: stretch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-top: 1px solid #EEE;
    border-right: 1px solid #EEE;
    box-sizing: border-box;
    background-color: white;
}

.mark-all-read {
    color: #999;
    cursor: pointer;
}

.mark-all-read:hover {
    text-decoration: underline;
    color: #888;
}

.watch-button {
    cursor: pointer;
}

.watch-button:hover {
    color: #185440 !important;
}

/*@media only screen and (max-width: 768px) {
    #left {
        display: none;
    }
    #right {
        width: 100%;

}*/

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color: #b0d9cb;
}
