/* your styles go here */

.login-page input {
  background: none;
  color: #8492af;
}
.login-page button.btn-login {
  background: #1071be;
  border-radius: 50px !important;
  padding: 10px 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500 !important;
}
.dashboard-table th, td {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}
.dashboard-table th {
  background: #006fc1 !important;
  color: #fff;
}
.dashboard-table i.fa-eye {
  padding-right: 5px;
  color: #4353c0;
}
.dashboard-table a {
  color: #4353c0;
}
.dashboard-table .even {
  color: #4353c0 !important;
}
/* Location */
.font-medium {
  font-size: 17px;
  font-weight: 500;
  color: #000
}
.online-support {
  background: #03c0e9;
  text-align: center;
  padding: 5px;
  min-width: 260px;
  max-width: 260px;
  position: fixed;
  bottom: 0;
  z-index: 99;
}
.online-support a {
  font-size: 20px !important;
  color: #fff !important;
  font-weight: 500 !important;
  border-left: 0 !important
}
.online-support a:hover {
  background: none !important;
  border-left: 0 !important
}
.buttons {
  border: 1px solid #eee;
  padding: 15px 0;
}
.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
  color: #3243ba;
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
  color: #3243ba
}
.card-title {
  margin-bottom: 0;
}
.card-block {
  padding: 15px 0;
}
.error {
  color: #FF0000
}
.fnt {
  color: #1071be;
  text-align: center;
  font-size: 24px;
}
span.checkbox{ padding-right:16px; margin-bottom:5px; }
span.checkbox input{ vertical-align:middle; margin-top:-3px;}
/* Switch button */

.card-block .btn{ border:1px solid #ccc;}
.btn-default.btn-on.active{background-color: #5BB75B;color: white;}
.btn-default.btn-off.active{background-color: #DA4F49;color: white;}

.top-margin {
    margin-top: 15px;
}
.pad-l {
    padding-left: 0;
}
.pad-r {
    padding-right: 0;
}
.error {
    color: #ff0000;
}
.space {
    padding-right: 15px;
}
a.add-user-btn {
    background: #1071be none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}
a.add-user-btn {
    color: #fff;
}
#tabsData .nav-tabs {
    border-bottom: 0 none;
}
#tabsData .nav-tabs .nav-link {
    background: #4150bb none repeat scroll 0 0;
    border-bottom: 3px solid #4150bb;
    border-radius: 3px;
    color: #fff !important;
    height: 35px;
    line-height: 21px;
    margin-right: 20px;
    padding: 7px 15px;
}
#tabsData .nav-tabs .nav-link.active {
    background: #3243ba none repeat scroll 0 0;
    border-bottom: 3px solid #3243ba;
    border-radius: 3px;
    color: #fff !important;
}
