/* Universal styles */
body{background-color: #bdbdbd;}
.form-group .form-line .form-label{color: #656565;}
.form-group .form-line{border-bottom: 1px solid #b7b7b7;}
.card .header h2{margin: 11px 0 0 0;}
.table tbody tr td, .table tbody tr th{border: 1px solid #e0e0e0 !important;}
.table-bordered thead tr th{border: 1px solid #e0e0e0 !important;}
.hid { display: none;}

/* Dashboard */
.db_card{cursor: pointer;}
a{text-decoration: none !important;}
.block-header h2.dash_title{text-transform: capitalize; color: #545454 !important; font-size: 20px;}

/* Login */
.login-page{background: #d0d0d0;}
.logo a{color: #000000 !important;}

/* Register */
.signup-page{background: #d0d0d0;}

/* Top Nav */
.navbar-nav .dropdown-menu{margin-top:0 !important;}

/* sidebar */
.sidebar{width:216px;}
section.content{margin: 100px 27px 0 247px;}
.sidebar .user-info{height: 90px;}

/* dataTable custom styles */
.dataTables_wrapper .dt-buttons a.dt-button{background-color: #2380ab; }

/* Calibration */
.warn{background:#cc0000;}
.cheked{background:#48e848;}
.input-group .form-line::after{border-bottom: 2px solid rgb(96, 125, 139);}