thead input {
    width: 100%;
}
.card-box {
    position: relative;
    color: #fff;
    padding: 20px 10px 40px;
    margin: 20px 0px;
}
.card-box:hover {
    text-decoration: none;
    color: #f1f1f1;
}
.card-box:hover .icon i {
    font-size: 100px;
    transition: 1s;
    -webkit-transition: 1s;
}
.card-box .inner {
    padding: 5px 10px 0 10px;
}
.card-box h3 {
    font-size: 27px;
    font-weight: bold;
    margin: 0 0 8px 0;
    white-space: nowrap;
    padding: 0;
    text-align: left;
}
.card-box p {
    font-size: 15px;
}
.card-box .icon {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 5px;
    z-index: 0;
    font-size: 72px;
    color: rgba(0, 0, 0, 0.15);
}
.card-box .card-box-footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    padding: 3px 0;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    text-decoration: none;
}
.card-box:hover .card-box-footer {
    background: rgba(0, 0, 0, 0.3);
}
.bg-blue {
    background-color: #00c0ef !important;
}
.bg-green {
    background-color: #00a65a !important;
}
.bg-orange {
    background-color: #f39c12 !important;
}
.bg-red {
    background-color: #d9534f !important;
}

nav > .nav.nav-tabs{

border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}


nav > div a.nav-item.nav-link.active
{
border: none;
    padding: 18px 25px;
    color:#fff;
    background: #5cb85c;
    border-radius:0;
}

.tab-content{
background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #5cb85c;
    border-bottom:5px solid #5cb85c;
    padding:30px 25px;
}

/* .bg-dark{
  background:#044781 !important;
} */

ul.timeline{height:200px;}
ul.timeline{overflow:hidden; overflow-y:scroll;}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
    cursor: pointer;
}
ul.timeline > li:hover:before {
    background:#b4c6e7;
    cursor: pointer;
}

  

/* Switches */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float:right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.success:checked + .slider {
  background-color:#00d363;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.modal-body{
    height: 250px;
    overflow-y: auto;
}


/* Note */

ul.note{height:100px;}
ul.note{overflow:hidden; overflow-y:scroll;}

ul.note {
    padding-left: 15px;
    margin-top: -1px;
}
ul.note li {
    padding-left: 33px;
    margin-bottom: 2.5em;
    list-style: none;
}

.where {
    font-size: 1.2857em; /* 18/16 -> 18px */
    font-weight: 300;
    display: inline;
    margin-right: 0.5em;
}
.what {
    font-size: 0.75em; /* 12/16 -> 12px */
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #444444;
    display: inline-block;
    padding: 0 12px;
    margin: -5px 0.5em 0 0 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.what.green {
    background-color: #c4df9b;
}
.what.blue {
    background-color: #6dcff6;
}
.what.pink {
    background-color: #f06eaa;
}
.when {
    float: right;
    color: #b9b9b9;
    font-style: italic;
}
.description {
    display: block;
    margin-top: 0.5em;
}


/* BORDERS AND BULLETS */

ul.note li {
    position:relative; /* so that pseudoelements are positioned relatively to their "li"s*/
    margin-bottom: 0; /* This overrides previously specified margin-bottom */
}

ul.note li:after {

   /*  content: url('http://upload.wikimedia.org/wikipedia/commons/thumb/3/30/RedDisc.svg/20px-RedDisc.svg.png'); */
    position: absolute;
    left: -26px; /*adjust manually*/
    top: 0px;
}

ul.note li:before {
    /* lines */
    content:"";
    position: absolute;
    left: -16px; /* adjust manually */
    border-left: 1px solid black;
    height: 100%;
    width: 1px;
}

ul.note li:first-child:before {
   /* first li's line */
   top: 6px; /* moves the line down so that it disappears under the bullet. Adjust manually */
}

ul.note li:last-child:before {
    /* last li's line */
   height: 6px; /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */
}


/* line 19, ../sass/style.scss */
.verticalCarousel {
    /* margin: 50px auto; */
    background-color: #f1f1f1;
  }

  /* line 24, ../sass/style.scss */
  .verticalCarouselHeader {
    background: #e1e1e1;
    border-width: 0px;
    border-style: solid;
    padding: 15px;
  }
  /* line 27, ../sass/style.scss */
  .verticalCarouselHeader:after {
    content: "";
    display: block;
    clear: both;
  }
  /* line 32, ../sass/style.scss */
  .verticalCarouselHeader h3 {
    float: left;
    margin: 0px;
  }
  /* line 36, ../sass/style.scss */
  .verticalCarouselHeader .vc_goUp, .verticalCarouselHeader .vc_goDown {
    float: right;
    display: block;
    width: 25px;
    height: 25px;
    background: #fff;
    text-align: center;
    color: #000;
    margin-left: 5px;
  }
  /* line 45, ../sass/style.scss */
  .verticalCarouselHeader .vc_goUp:active, .verticalCarouselHeader .vc_goDown:active {
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }

  /* line 52, ../sass/style.scss */
  .verticalCarouselGroup.vc_list > li {
    margin: 15px;
    border-width: 0px;
    border-style: solid;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  }
  /* line 57, ../sass/style.scss */
  .verticalCarouselGroup.vc_list > li h4 {
    margin: 0px 0px 15px;
  }
  /* line 60, ../sass/style.scss */
  .verticalCarouselGroup.vc_list > li p {
    margin: 0px 0px 0px;
  }

input.error {
    border-color: #f00 !important;
}

small.required {
    color:#f00;
}
