﻿.error {
    color: red !important;
}

.green {
    color: green !important;
}


.red {
    color: red !important;
}

.decimal, .integer {
    text-align: right;
}

td.details-control {
    background: url('../AdminLTE/plugins/datatables/images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../AdminLTE/plugins/datatables/images/details_close.png') no-repeat center center;
}

span.select2.select2-container {
    width: 100% !important;
}

.scrooll_div {
    overflow: hidden;
    overflow-x: auto;
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}

table.dataTable tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1, table.dataTable tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #ecf0f5;
}

table.dataTable tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea;
}

table.table.nowrap th, table.table.nowrap td {
    white-space: nowrap;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}

    table.dataTable.nowrap th.wrap, table.dataTable.nowrap td.wrap {
        white-space: normal;
    }

.thumb {
    width: 100px;
    height: 100px;
}

 .nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.select2-rendered__match {
    font-weight: bolder;
    text-decoration: underline;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    white-space: normal;
}

.btn-vsm {
    padding: 2px 5px;
}

.input-group-addon .fa-plus, .input-group-addon .fa-minus {
    cursor: pointer;
}

.input-group-addon > .fa.fa-calendar, .input-group-addon > .fa.fa-close {
    cursor: pointer;
}

.line-legend li {
    list-style: none;
    float: left;
    margin-right: 20px;
    line-height: 20px;
}
.line-legend span {
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}
@font-face {
    font-family: 'CooperBlackStd';
    src: url('../AdminLTE/cooper-std/CooperBlackStd.otf') format('opentype');
}
.login-logo, .logo-lg, .logo-mini {
  font-family: "CooperBlackStd";
}
.table>thead>tr>th{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfe7fa+0,6393c1+100;Grey+Blue+3D */
background: #cfe7fa; /* Old browsers */
background: -moz-linear-gradient(top,  #cfe7fa 0%, #6393c1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cfe7fa 0%,#6393c1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cfe7fa 0%,#6393c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
}
.form-group {
    margin-bottom: 7px;
}
div.ColVis {
    float: left !important;
}

/* .slideThree */
.slideThree {
  width: 80px;
  height: 26px;
  background: #333;
  /*margin: 20px auto;*/
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.slideThree:after {
  content: 'OFF';
  color: #CC0000;
  position: absolute;
  right: 10px;
  z-index: 0;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}
.slideThree:before {
  content: 'ON';
  color: #27ae60;
  position: absolute;
  left: 10px;
  z-index: 0;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
}
.slideThree label {
  display: block;
  width: 34px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.slideThree input[type=checkbox] {
  visibility: hidden;
}
.slideThree input[type=checkbox]:checked + label {
  left: 43px;
}

/* end .slideThree */

 .showallstudy {
        position:absolute;
        left:700px;
        
    }
@media screen and (max-width:480px) {
    .showallstudy {
        position:initial !important;
    }
}
textarea.autoExpand{  
  overflow-y:auto;
  width:100%;
}
.reset-page,
.register-page {
  background: #d2d6de;
}
/*.reset-box,
.register-box {
  width: 500px;
  margin: 7% auto;
}*/
.reset-box{
  width: 580px;
  margin: 7% auto;
}
@media (max-width: 800px) {
  .reset-box,
  .register-box {
    width: 100%;
    margin-top: 20px;
  }
}
 .input-group-addon.calender {
    padding:4px;
}
.input-group-addon > .fa.fa-calendar {
        font-size: 22px;
}