﻿@import "/lib_bower/font-awesome/css/font-awesome.min.css";

.pace .pace-progress {
    background: #f0ad4e !important;
}

body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    color: #676a6c !important;
}

.navlogo {
    max-height:70px; 
    margin: 4px;
}

ul.nav.navbar-nav.navbar-right.mainnav {
    margin-top: 12px;
}

ul.nav.navbar-right {
    margin-bottom: 3px;
}

.navbar-inverse {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.main-nav {
    background: #005daa;
    width: auto;
    padding-top: 3px;
    padding-bottom: 5px;
}

@media (min-width: 1200px) {
    .container .main-nav {
        width: 1170px;
        margin-right: auto;
        margin-left: auto;
        padding: 5px 15px 5px 0;
    }
}

.nav-pills > li > a {
    background-color: #ffffff;
    color: #e0162b;
    font-weight: bold;
    margin: 0 5px;
}

.nav > li > a {
    padding: 0 15px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #1c84c6;
    color: #ffffff;
    border-radius: 4px;
}

.navbar-right {
    margin-right: 5px !important;
    margin-top: 3px !important;
}

.navbar-right .dropdown-menu {
    right: unset;
    margin-left: 3px;
    background-color: #005daa;
    border: none;
}

.dropdown-menu > li > a {
    color: #ffffff;
}

.sec-nav {
    text-align: right;
    font-size: .8em;
    padding-top: 22px;
    
}

.btn-primary {
    background-color: #005daa;
    border-color: #005daa;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #004a88;
    border-color: #004a88;
}

.btn-danger {
    background-color: #e0162b;
    border-color: #e0162b;
    /*margin: 5px;*/
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    background-color: #b31122;
    border-color: #b31122;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
    }

btn-success {
    background-color: #1c84c6 !important;
    border-color: #1c84c6 !important;
    color: #FFFFFF !important;
}

/*.handsontable .wtHider {
    overflow: auto;
    
}*/
/*body {
    padding-top: 75px;
}*/

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

h1 {
    font-weight: unset;
}

h3.form-header {
    border-bottom: 2px solid #666666;
    color: #666666;
}

h5.form-subheader {
    font-weight: bold;
    color: #e0162b;
    margin-top: 10px;
}

select#InsuranceName {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

label.input-title, p.input-title {
    color: #666666;
    margin-bottom: 4px;
    font-size: .7em;
    font-weight: bold;
}

label.radio {
    color: #666666;
    margin-bottom: 4px;
    margin-top: 0;
    font-size: .9em;
    font-weight: bold;
}

.x_panel {
    position: unset;
    width: unset;
    margin-bottom: unset;
    padding: unset;
    display: unset;
    background: unset;
    border: unset;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    /* ReSharper disable once CssNotResolved */
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}

table.table.eoc > tbody > tr > td > select.form-control, table.table.eoc > tbody > tr > td > input.form-control {
    width: 125%;
}

table.table > thead > tr > th {
    color: #aaa;
    font-size: 1em;
    /* Not needed
		text-align: center;
    */
}

table.table-bordered.company {
    color: #666666;
}

table.table-bordered.company > tbody > tr > td {
    vertical-align: middle;
}

table.table.table-bordered.company > thead > tr > th{
    color: #666666;
    font-size: unset;
    text-align: left;
    vertical-align: middle;
}

table.table > thead > tr > td.ale-month {
    padding-top: 15px;
}

table.table > thead > tr > td {
    color: #666666;
    font-size: .8em;
}

a.btn-btn-primary {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: smaller;
}

.glyphicon {
    color: #666666;
}

.company {
    border-radius: 5px;
    padding: 3px 5px;
    color: #333333;
    margin-bottom: 30px;
}

.pdf-icon {
    margin-right: 5px;
    margin-bottom: 10px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display:inline-block;
    content: "[";
    padding-right: 0.5em;
}
.btn-bracketed::after {
    display:inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
}}

@media (min-width: 1200px) {
    .container .footer-container {
        width: 1170px;
        margin-right: auto;
        margin-left: auto;
        padding: 5px 15px 5px 0;
    }
}

.footer-container {
    background-color: #999999;
    width: auto;
    padding: 10px;
}

.input-group[class*="col-"]{
   float: left;
}

ul.social.col-md-5.list-inline {
    text-align: right;
    margin-bottom: 0;
}

.social li a .fa {
    color: #333333;
    font-size: 20px;
}

.social li a:hover .fa {
    color: #e0162b;
}

.form-inline .form-control {
    width: 100%!important;
}

h2.form-sm-headers {
    color:#1c84c6 !important;
}

.header-breaks {
    margin-bottom:50px;
}

label {
    color: #aaa;
}

.form-control, .single-line {
    font-weight: bold;
}

.page-title {
    color:#1ab394;
}

.radio-inline, .checkbox-inline {
    color:#737373;
    font-size: 15px;
}

.radio, .checkbox {
    color: #737373;
    font-weight: normal;
}

#ci tbody tr td {
    text-align:center;
}

.cirowadd {
    font-size:20px;
    vertical-align:middle;
}

.cirowremove {
    font-size:20px;
    vertical-align:middle;
}

#citbody tr td {
    padding-top:30px;
    padding-bottom:30px;
}

.cibtn {
    padding-top:2.5%!important;
}

#citbody {
    counter-reset: rowNumber 21;
}

#citbody tr {
    counter-increment: rowNumber;
}

#citbody tr td:first-child::before {
    content: "(" counter(rowNumber) ")";
    min-width: 1em;
    margin-right: 0.5em;
}

#citbody2 {
    counter-reset: rowNumber 34;
}

#citbody2 tr {
    counter-increment: rowNumber;
}

#citbody2 tr td:first-child::before {
    content: "(" counter(rowNumber) ")";
    min-width: 1em;
    margin-right: 0.5em;
    font-weight:normal;
}

    #citbody2 tr td {
        font-weight:bold;
        font-size:14px;
    }



#citbody2 tr td {
    font-weight:bold;
    font-size:14px;
}

.vertical-center {
	vertical-align: middle;
    display: inline-block;
}

.loginColumns {
    padding: 50px 20px 20px!important;
}

.cimplx-watermark {
    margin-top:30px;
}

.passwordBox {
    padding: 30px 20px 20px!important;
}

.permissions {
    margin:10px;
}

/*Chart.js Doughnut. Make percent appear in the middle*/
.donut-inner {
   margin-top: -200px;
   margin-bottom: 200px;
   /*text-align: center;*/
}
.donut-inner h5 {
   margin-bottom: 5px;
   margin-top: 0;
}
.donut-inner span {
   font-size: 12px;
}

.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.doughnut-legend li{
    list-style:none;
}

/*Steps Wizard for 1094 on the dashboard*/
* {
    box-sizing: border-box;
}

#progress {
    padding: 0;
    list-style-type: none;
    font-family: arial;
    font-size: 12px;
    font-weight:bold;
    clear: both;
    line-height: 1em;
    margin: 0 -1px;
    text-align: center;
}

#progress li {
    float: left;
    padding: 10px 30px 10px 40px;
    background: #1ab394;
    color: #fff;
    position: relative;
    /*border-top: 1px solid #666;*/
    /*border-bottom: 1px solid #666;*/
    width: 23%;
    margin: 0 1px;
}

#progress li:before {
    content: '';
    /*border-left: 16px solid #fff;*/
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    
}
#progress li:after {
    content: '';
    border-left: 16px solid #F8AC59;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
}

#progress li.active {
    background: #ccc;
}

#progress li.active:after {
    border-left-color: #F8AC59;
}

.part1 {
    background-color: #1ab394!important;
}

.part2 {
    background-color: #1ab394!important;
}

.part3 {
    background-color: #dddddd!important;
}

.part4 {
    background-color: #dddddd!important;
}

.complete {
    background-color: #1ab394!important;
    border-color: #1ab394!important;
}

.chart-col {
    min-height:600px;
}

.graph-btn {
    margin: 40px 0px 15px 40px;
    text-align:left;
}

.timer-wrapper {
    display:none;
}

.modal-lg {
    max-width: 1300px!important;
}

.dash-bottom-btn {
    position: absolute; 
    right:0; 
    bottom: 0; 
    width: 100%;
    padding: 0px 20px;
}

.ct-label {
  font-size: 1.4rem!important;
  font-weight: bold!important;
}

.ct-bar {
  stroke-width: 15px!important;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #F8AC59!important;
}

#ct-chart1 .ct-chart-bar .ct-series line:first-child {
  stroke:#ED5565!important;
}

#ct-chart1 .ct-chart-bar .ct-series line:last-child {
  stroke:#1AB394!important;
}

#ct-chart2 .ct-chart-bar .ct-series line:first-child {
  stroke:#ED5565!important;
}

#ct-chart2 .ct-chart-bar .ct-series line:last-child {
  stroke:#1AB394!important;
}

#ct-chart3 .ct-chart-bar .ct-series line:first-child {
  stroke:#ED5565!important;
}

#ct-chart3 .ct-chart-bar .ct-series line:last-child {
  stroke:#1AB394!important;
}

#ct-chart4 .ct-chart-bar .ct-series line:first-child {
  stroke:#ED5565!important;
}

#ct-chart4 .ct-chart-bar .ct-series line:last-child {
  stroke:#1AB394!important;
}

.card {
    padding-right:0px!important;
    padding-left:0px!important;
}

.view-emp-btn {
    width:100%;
}

.minimalize-styl-2 {
  margin: 12px!important;
}

body.mini-navbar:not(.fixed-sidebar):not(.canvas-menu) .nav li:hover > .nav-second-level, .mini-navbar .nav li:focus > .nav-second-level {
  min-width: 180px!important;
}

.navbar-fixed-top, .navbar-static-top {
  background: #f3f3f4 none repeat scroll 0 0!important;
}

.form-block {
    margin-bottom: 60px;
    padding-bottom: 20px;
}
.parttwo-btn {
    margin-top:20px;
}

#DataTables_Table_0_filter label input[type=search] {
    margin-bottom:0px;
}

#DataTables_Table_0_length label select[name='DataTables_Table_0_length'] {
    margin-bottom:0px;
}

#cvdmonths input[type="checkbox"] {
    width:30px;
    border:2px solid #aaa!important;
}

#cvdmonths th {
    text-align:left;
    color:#aaa;
}

#cvdmonths {
    margin-top:-11px;
}

.cvdfront td{
    text-align:left!important;
}

.editbtncvdind {
    margin-top:15px;
}


/*Form Wizard*/
.bs-wizard {margin-top:20px}


.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
/*.bs-wizard > .bs-wizard-step + .bs-wizard-step {} */
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; margin-top: -5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #676a6c; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #1ab394; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 

.bs-wizard > #step1line > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #F8AC59; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > #step1line > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0; background-color: #F8AC59;}
.bs-wizard > #step1line > .bs-wizard-dot:before {content: ' '; width: 14px; height: 14px; background: #D1740F; border-radius: 50px; position: absolute; top: 8px; left: 8px; }

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #0F6E5B; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0; background-color: #dddddd;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #1ab394;}
.bs-wizard > .bs-wizard-step.complete2 > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #dddddd;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; background-color: #dddddd;}
/*END Form Wizard*/

/*Monthly offer styling*/
.monthly-offer select, .monthly-offer input {
    padding: 10px;
    width: 80px;
    border:none;
}

.popover-question {
    font-size: 18px;
}

/*Nav Arrows*/
.nav-pills.nav-wizard > li {
  position: relative;
  overflow: visible;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  width: 24%;
  font-size:18px;
}
.nav-pills.nav-wizard > li + li {
  margin-left: 0;
}
.nav-pills.nav-wizard > li:first-child {
  border-left: 0;
  background-color: #fff;
}
.nav-pills.nav-wizard > li:first-child a {
  border-radius: 5px 0 0 5px;
}
.nav-pills.nav-wizard > li:last-child {
  border-right: 0;
}
.nav-pills.nav-wizard > li:last-child a {
  border-radius: 0 5px 5px 0;
}
.nav-pills.nav-wizard > li a {
  border-radius: 0;
  background-color: #eee;
}
.nav-pills.nav-wizard > li:not(:last-child) a:after {
  position: absolute;
  content: "";
  top: 0px;
  right: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #eee;
  z-index: 150;
}

.nav-pill-style {
  background-color: #1AB394;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius:5px;
  margin-right:10px;
  width: 24%;
}





.nav-pills.nav-wizard > li:not(:first-child) a:before {
  position: absolute;
  content: "";
  top: 0px;
  left: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: #eee #eee #eee transparent;
  z-index: 150;
}
.nav-pills.nav-wizard > li:hover:not(:last-child) a:after {
  border-color: transparent transparent transparent #aaa;
}
.nav-pills.nav-wizard > li:hover:not(:first-child) a:before {
  border-color: #aaa #aaa #aaa transparent;
}
.nav-pills.nav-wizard > li:hover a {
  background-color: #aaa;
  color: #fff;
}
.nav-pills.nav-wizard > li.active:not(:last-child) a:after {
  border-color: transparent transparent transparent #1AB394;
}
.nav-pills.nav-wizard > li.active:not(:first-child) a:before {
  border-color: #1AB394 #1AB394 #1AB394 transparent;
}
.nav-pills.nav-wizard > li.active a {
  background-color: #1AB394;
}
.nav-pills.nav-wizard > li > a {
    color: #a7b1c2;
    font-weight: 600;
    padding: 6px 20px 9px 25px !important;
}
.nav-pills.nav-wizard > li.active {
    background: #fff none repeat scroll 0 0;
    border-left: 0px solid #fff;
    margin-left: 15px;
}

/*css for popover images*/
.popover1 {
    top: 10px;
    left: 10px;
    position: relative;
}

#big {
    z-index: 999;
    position: absolute;
    text-align: center;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #999;
}

#big img {
    height: 700px;
}

.popover-question {
    vertical-align:middle!important;
}

.popover-title {
    background-color:#F08718;
    color:#fff;
    margin-top: 0px!important;
}
.popover.confirmation {
    width: auto;
}
.confirmation .popover-title, .confirmation .popover-content {
    background-color: white;
    color: #676a6c;
     }

.popover.confirmation .popover-content div.btn-group {
    white-space: nowrap;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: flex;
}

.tabs-container .panel-body {
    padding: 60px!important;
}
.wizard-col{
    background:#f9f9f9;
    text-align:center;
    margin-bottom:20px;
    padding:5px;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    border-top:1px solid #d6d6d6;
}

.wizard-col ul{
    padding:0;
    width:100%;
    display:inline-block;
    list-style:none;
    margin:15px 0;
}

.wizard-col .wizard-line{
    display: inline-block;
    width: 200px;
    box-shadow: 0px 1px 0px 0px rgba(30, 30, 30, 0.3) inset;
    height: 12px;
    background: #efeef3;
    margin-left: -5px;
    margin-right: -5px;
}
.wizard-col .wizard-circle{
    display: inline-block;
    width: 40px;
    padding: 5px;
    height: 40px;
    line-height: 25px;
    border-radius: 50%;
    background: #efeef3;
}
.wizard-col .wizard-circle span{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f6f6f6;
    border: 1px solid #ddd;
    line-height: 30px;
}

.wizard-col .wizard-circle span.blue{
    background:#1c84c6;
    color:#fff;
}
 .wizard-col .wizard-circle span.green{
    background:#1ab394;
    color:#fff;
    position:relative;
}

 .wizard-col .wizard-circle span.green:after{
     content: "";
    height: 8px;
    width: 16px;
    border: 1px solid transparent;
    position: absolute;
    top: 7px;
    left: 6px;
    border-left-color: #fff;
    border-bottom-color: #fff;
    transform: rotate(-45deg);
 }

 .color-dropdown select.form-control{
     color:#aaa;
 }
}

.field-validation-error {
    color: #d9534f;
}

.required {
    color:#f00;
}

.pt-btn {
    font-size: 30px;
  }

@media (max-width: 1570px) {

  .pt-btn {
    font-size: 21px!important;
    margin-top:6px!important;
  }

}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #dddddd;
  border-radius: 50%;
  border-top: 16px solid #005daa;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#overlay-back {
    position   : absolute;
    top        : 0;
    left       : 0;
    width      : 100%;
    height     : 100%;
    background : #000;
    opacity    : 0.6;
    filter     : alpha(opacity=60);
    z-index    : 5;
    display    : none;
}

#overlay {
    position : absolute;
    top      : 0;
    left     : 0;
    width    : 100%;
    height   : 100%;
    z-index  : 10;
    display  : none;
}

div.modal-bg {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.text-bold {
    font-weight: bold;
}