@font-face {
font-family:'FontAwesome';
src:url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0');
src:url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
font-weight:normal;
font-style:normal;
}
.fa {font-family:FontAwesome;}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background:#fff;
}
body, td{
color:#1f1f1f;
font-family:"Trebuchet MS"; font-size:13px;
}
body, html{
border:none;
padding:0;
margin:0;
}
td, table{
padding:0;
margin:0;
border:0;
border-spacing:0;
}

a img{
border:none;
}
.h{display:none}

#.btn{
#    display:inline-block;
#    #padding: 0px;
#    text-align: center;
#    vertical-align: middle;
#    padding:9px 10px 9px 11px;
#    -webkit-border-radius:3px;
#    -moz-border-radius:3px;
#    -ms-border-radius:3px;
#    border-radius:3px;
#    text-decoration:none;
#    font-style: normal;
#    font-size:12px;
#    font-family:Trebuchet MS;
#    color:#434343;
#    text-shadow:1px 1px 0 #eee;
#    font-weight:bold;
#    cursor:pointer;
#    border-right:1px solid #868686;
#    border-bottom:1px solid #868686;
#    background:#bdc3c7;
#    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf0f1', endColorstr='#bdc3c7');
#    background:-webkit-gradient(linear, left top, left bottom, from(#ecf0f1), to(#bdc3c7));
#    background:-moz-linear-gradient(top, #ecf0f1, #bdc3c7);
#    background:-o-linear-gradient(top, #ecf0f1, #bdc3c7);
#    background:-ms-linear-gradient(top, #ecf0f1, #bdc3c7);
#    -webkit-user-select: none;
#    -moz-user-select: none;
#    -ms-user-select: none;
#    -o-user-select: none;
#    user-select: none;
#}
#.btn:active{
#    border-right:1px solid #cdcdcd;
#    border-bottom:1px solid #cdcdcd;
#    text-shadow:1px -1px 0 #eee; 
#    background:#ecf0f1;
#    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdc3c7', endColorstr='#ecf0f1');
#    background:-webkit-gradient(linear, left top, left bottom, from(#bdc3c7), to(#ecf0f1));
#    background:-moz-linear-gradient(top, #bdc3c7, #ecf0f1);
#    background:-o-linear-gradient(top, #bdc3c7, #ecf0f1);
#    background:-ms-linear-gradient(top, #bdc3c7, #ecf0f1);    
#}   
.btn:focus{
box-shadow:0 0 4px rgba(0, 0, 0, 0.3) !important;
}
.btn.b-big{
padding:20px 30px;
font-size:16px;
font-weight:normal;
}
.btn.add_small{
padding:4px 7px 3px 7px;
}
.btn.add_small:before{
content:"\f067";
font-family:FontAwesome;
display:inline-block;
}


.btn.b-blue{
    color:#fff;
    text-shadow:1px 1px 0 #065080;
    
    border-right:1px solid #0c6279;
    border-bottom:1px solid #0c6279;
    
    background:#2493aa;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#17abd0', endColorstr='#2493aa');
    background:-webkit-gradient(linear, left top, left bottom, from(#17abd0), to(#2493aa));
    background:-moz-linear-gradient(top, #17abd0, #2493aa);
    background:-o-linear-gradient(top, #17abd0, #2493aa);
    background:-ms-linear-gradient(top, #17abd0, #2493aa);
    
    padding-bottom: 4px;
}
.btn.b-blue:active{
    text-shadow:1px -1px 0 #065080;
    
    border-right:1px solid #2badc6;
    border-bottom:1px solid #2badc6;
    
    background:#17abd0;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2493aa', endColorstr='#17abd0');
    background:-webkit-gradient(linear, left top, left bottom, from(#2493aa), to(#17abd0));
    background:-moz-linear-gradient(top, #2493aa, #17abd0);
    background:-o-linear-gradient(top, #2493aa, #17abd0);
    background:-ms-linear-gradient(top, #2493aa, #17abd0);
    
    padding-bottom: 4px;
}
.btn.b-green{
color:#fff;
text-shadow:1px 1px 0 #007933;

border-right:1px solid #007933;
border-bottom:1px solid #007933;

background:#ffa041;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa041', endColorstr='#ffa041');
background:-webkit-gradient(linear, left top, left bottom, from(#ffa041), to(#ffa041));
background:-moz-linear-gradient(top, #ffa041, #ffa041);
background:-o-linear-gradient(top, #ffa041, #ffa041);
background:-ms-linear-gradient(top, #ffa041, #ffa041);
}
.btn.b-green:active{
text-shadow:1px -1px 0 #007933;

border-right:1px solid #42d781;
border-bottom:1px solid #42d781;

background:#ffa041;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa041', endColorstr='#ffa041');
background:-webkit-gradient(linear, left top, left bottom, from(#ffa041), to(#ffa041));
background:-moz-linear-gradient(top, #ffa041, #ffa041);
background:-o-linear-gradient(top, #ffa041, #ffa041);
background:-ms-linear-gradient(top, #ffa041, #ffa041);
}
.btn.b-orange{
color:#fff;
text-shadow:1px 1px 0 #ad4500;

border-right:1px solid #ad4500;
border-bottom:1px solid #ad4500;

background:#ffa041;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9b46', endColorstr='#ffa041');
background:-webkit-gradient(linear, left top, left bottom, from(#fb9b46), to(#ffa041));
background:-moz-linear-gradient(top, #fb9b46, #ffa041);
background:-o-linear-gradient(top, #fb9b46, #ffa041);
background:-ms-linear-gradient(top, #fb9b46, #ffa041);
}
.btn.b-orange:active{
text-shadow:1px -1px 0 #ad4500;

border-right:1px solid #f1892c;
border-bottom:1px solid #f1892c;

background:#fb9b46;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9b46', endColorstr='#fb9b46');
background:-webkit-gradient(linear, left top, left bottom, from(#fb9b46), to(#fb9b46));
background:-moz-linear-gradient(top, #fb9b46, #fb9b46);
background:-o-linear-gradient(top, #fb9b46, #fb9b46);
background:-ms-linear-gradient(top, #fb9b46, #fb9b46);
}
.btn.b-red{
color:#fff;
text-shadow:1px 1px 0 #8c2014;

border-right:1px solid #8c2014;
border-bottom:1px solid #8c2014;

background:#c0392b;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74c3c', endColorstr='#c0392b');
background:-webkit-gradient(linear, left top, left bottom, from(#e74c3c), to(#c0392b));
background:-moz-linear-gradient(top, #e74c3c, #c0392b);
background:-o-linear-gradient(top, #e74c3c, #c0392b);
background:-ms-linear-gradient(top, #e74c3c, #c0392b);
}
.btn.b-red:active{
text-shadow:1px -1px 0 #8c2014;

border-right:1px solid #c04235;
border-bottom:1px solid #c04235;

background:#e74c3c;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0392b', endColorstr='#e74c3c');
background:-webkit-gradient(linear, left top, left bottom, from(#c0392b), to(#e74c3c));
background:-moz-linear-gradient(top, #c0392b, #e74c3c);
background:-o-linear-gradient(top, #c0392b, #e74c3c);
background:-ms-linear-gradient(top, #c0392b, #e74c3c);
}
.sep{
height:0px;
clear:both;
}

.floating-button {
  text-decoration: none;
  display: inline-block;
  width: 140px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  margin: 10px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 600;
  color: #524f4e;
  background: white;
  box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
  transition: .3s;
}
.floating-button:hover {
  background: #2EE59D;
  box-shadow: 0 15px 20px rgba(46, 229, 157, .4);
  color: white;
  transform: translateY(-7px);
}
/* .clr:after{
content: " ";
clear:both;
display:block;
} */
.nw{
white-space:nowrap;
}

tr.has_new td{
font-weight: bold;
background: #ffe5e5;
}

.clear-filters-icon {
    cursor: pointer;
	margin: 0 5px;
}

.clear-filters-icon:hover {
    border: solid 1px grey;
    border-radius: 10px;
}

.clear-filter-icon {
    float: right;
    cursor: pointer;
}

.clear-filter-icon:hover {
    border: solid 1px grey;
    border-radius: 5px;
}

.width-100 {
    width: 100%;
}
.width-90 {
    width: 90%;
}
.width-80 {
    width: 80%;
}
.width-70 {
    width: 70%;
}
.width-60 {
    width: 60%;
}
.width-50 {
    width: 50%;
}
.width-40 {
    width: 40%;
}
.width-30 {
    width: 30%;
}
.width-20 {
    width: 20%;
}
.width-10 {
    width: 10%;
}
.icon-wrapper-24 {
    cursor: pointer;
    width: 24px;
    height: 24px;
    padding: 3px 1px 0 0;
    text-align: center;
    vertical-align: middle;
    border: none;
    background-color: inherit;
}
.icon-wrapper-24:hover {
    border-radius: 5px;
    background-color: #FFF8DC;
}
.icon-wrapper-24-red:hover {
    border: 2px solid red;
}
.icon-wrapper-24-orange:hover {
    border: 2px solid #f1892c;
}
.icon-wrapper-24-blue:hover {
    border: 2px solid blue;
}
.icon-wrapper-24-black:hover {
    border: 2px solid black;
}
.add-icon {
    width: 36px;
    height: 36px;
    padding: 1px 0 0 1px;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 17pt;
}
.upload-icon-btn, .download-icon-btn {
    width: 36px;
    height: 36px;
    padding: 1px 0 0 0 ;
    fill: white;
}
.h-blue {
    color: #1a5c89;
}
.modal-error-message {
    width: 100%;
    min-height:40px;
    color:red;
    padding: 0 15px 0 15px;
    vertical-align:center;
}
.red-dot-middle-size {
    height: 10px;
    width: 10px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}
.green-dot-middle-size {
    height: 10px;
    width: 10px;
    background-color: LimeGreen;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}
.plus-icon, .minus-icon {
   width: 28px;
   height: 28px;
   padding: 0;
}
.minus-for-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    height: 3px;
    width: 12px;
}
.sel2 {
    font-size: 13px;
    height: 28px;
    padding-left: 5px;
}
.form-sel2 {
	font-size: 13px;
}
.no-sel2 {
	height: 28px;
	font-size: 13px;
    padding-left: 5px;
}
.highlight {
    #cursor: pointer;
	background-color: GhostWhite;
}
input[readonly].date-selector {
    background-color: white;
    cursor: pointer;
}
input[readonly].datetimepicker {
    background-color: white;
    cursor: pointer;
}
.fa-sort, .fa-sort-down, .fa-sort-up {
    cursor: pointer;
    margin-top: 4px;
}
.square-36 {
    width: 36px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff7954;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider.blocked-pin {
    background-color: #900C3F;
}
.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #63E6BE;
}
input:focus + .slider {
  box-shadow: 0 0 1px #63E6BE;
}
input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}
.slider.round:before {
  border-radius: 50%;
}
.blink {
  animation: blinker 2s step-end infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.pagination .page-item .page-link {
  color: black !important;
}

.page-item.active .page-link {
  background: #aaa !important;
  color: #fff !important;
  border-color: grey !important;
  font-weight: bold;
}
