body {
  font-size: .8rem;
  background: #ececec;
  margin-top: 65px;
    
}

btn-group-sm > .btn, .btn-sm {
    font-size: .8rem;
}

.clear {
 	clear:both; 
}
.grey {
  background:#efefef;
}
.red {color:red;}
.green {color:green;}
.blue {color:#007bff;}
.orange {color:#f60;}

.he48 {
 height:48px; 
}

.card{

	height: 150px;
	margin: auto;
    margin-top: auto;
	border: 1px solid #3a3a3a;
	padding: 10px;
	margin-top: 10px;
	background: #3a3a3a;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  	position:relative;
}


.card a, .card h5 {
  	color:#ccc;
  	font-size:1rem;
}

.card a:hover, .card h5:hover {
  	color:#bb1e10;
  	text-decoration:none;
}

.coded i {
    font-size: 20px;
	color: green;
	float: right;
	display: block;
  	position: absolute;
	bottom: 10px;
	right: 10px;
}
.data {
  	display: block;
  	position: absolute;
	bottom: 10px;
	left: 10px;
}

.live.badge {
  	font-size:100%;
  	background-color: #bb1e10;
}

.livemob.badge {
 left:0 !important;
}

.input-table {
 	width:70%;
	margin: 50px auto;
}

input {
    width: 100%;
}

/* Stackoverflow preview fix, please ignore */

.nav-link {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}
    
/* Fixes dropdown menus placed on the right side */
.ml-auto .dropdown-menu {
	left: auto !important;
	right: 0px !important;
}

.sidebar .nav-link.disabled {
	color: #bbbbbd;
}

@media print {
	.hidden-print {display:none !important;}
	.print-full-width {width:100%;}
	input {border:none;}
}

.feather {
  	width: 16px;
  	height: 16px;
  	vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  	position: fixed;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	z-index: 100; /* Behind the navbar */
  	padding: 68px 15px 0; /* Height of navbar */
  	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link , .sidebar h2, .sidebar hr, .nav-item hr, .topbar .nav-link {
  font-weight: 500;
  color: #e6e6e6;
  border-block-color:#e6e6e6;
  border-color:#e6e6e6;
}

.sidebar .nav-link .feather, .topbar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active, .topbar .nav-link.active  {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .8rem;
  text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  //padding-top: 65px; /* Space for fixed navbar */
}





.card-text-up {
  font-size: 200% !important;
}
.h2, h2 {
    font-size: 1.2em;
}

.far.fa-check-circle.imessage, .far.fa-times-circle.imessage {font-size:24px;}

.alert.alert-success.message, .alert.alert-danger.message {

margin-top: 10px;
}

.headbreak {
  background: #eee;
  padding: 10px;}

.custom-select {
    background:
#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-color: rgb(255, 255, 255);
    background-size: auto;
background-size: 8px 10px;
border: 1px solid
#ced4da !important;    
font-size:0.8rem !important;
color: #495057 !important;
}
.btn.dropdown-toggle.btn-light {
    height: 36px !important;
    background: none;
    border: none;
    color:transparent !important;
}

.btn.dropdown-toggle.bs-placeholder.btn-light:hover {
    color:transparent !important;
}
.dropdown-toggle::after {
    content: none;
}

.filter-option-inner-inner {
    color: 
    black;
}

btn-light {
    background-color: #fff !important;
    border-color:#f8f9fa !important;
}

input[type="file"] {
    
}

.filter-option-inner-inner, .text, .no-result, .dropdown-menu {
    font-size: 0.8rem !important;
    color: #000 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color:#fff;
}




.custom-file-upload {
border:none;
display: inline-block;
padding: 3px 12px;
cursor: pointer;
margin-bottom: 0;
}

#myimage, #myimage1, #myimage2, #myimage3, #myimage4, #myimage5, #myimage6, #myimage7, #myimage8, #myimage9 {
  visibility:hidden;
  margin-bottom:10px;
}

#myimagetick, #myimagetick1, #myimagetick2, #myimagetick3, #myimagetick4, #myimagetick5, #myimagetick6, #myimagetick7, #myimagetick8, #myimagetick9 {
  visibility:hidden;
 font-size: 24px;
color: green;
margin-left: 10px; 
}

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

.switch input { 
 display:none;
}

.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:checked + .slider {
  background-color: #3A88FD;
}

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

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

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

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

.slider:after
{
 content:'NO';
 color: white;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 50%;
 left: 50%;
 font-size: 10px;
 font-family: Verdana, sans-serif;
}

input:checked + .slider:after
{  
  content:'YES';
}


.bg-dark {
    background-color: #3a3a3a !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #e6e6e6;
}

// Large devices (desktops, 992px and up)
@media screen and (min-width: 992px) { 
.nav-item.text-nowrap {
    border-top: none;
}
}

.nav-item.text-nowrap.first {
    border-top: none;
}
.table .thead-dark th {
  background:#686868;
	border:none;
padding: 10px;}

body {font-family: 'Montserrat', sans-serif;}

.provhide {
       visibility:hidden; 
       display:none;
      }

.table td, .table th {
	font-size:0.8rem;
    border-top: none;
}
.form-control, select {
    font-size:0.8rem; 
}
.btn-group-sm > .btn, .btn-sm {
    padding: .15rem .4rem;
}

input[type="checkbox"] {
    box-sizing: border-box;
    margin: 10px;
    padding: 10px;
    font-size: 2rem;
    height: 25px;
}
      
input[type="radio"] {
    width:20px;
    margin-left:200px;
}

.btn {margin-right:5px;}

.navbar-dark .navbar-brand {
background:#fff;
padding-left: 50px;
padding-right: 50px;
}

.collapse.show {padding-top:1rem;}

.fas {
    margin-right: 4px;
}

.btn.disabled, .btn:disabled {
    opacity: .15;
}

.time {
 padding: .375rem .75rem;   
}

.tablehover tr:hover {
    background: 
    #c6c5c5 !important;
}

.bg-grey {
    background: #e4e4e4;
}

#message {
  display:none;
  position: relative;
}

#message p {
  padding: 0 35px;
}

.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -25px;
  content: "✔";
}

.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -25px;
  content: "✖";
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .sidebar .nav-link:hover {
    color: 
    rgba(255,255,255,.25);
}

.drop_file_zone {
    background-color: #fff; 
    border: #3a3a3a 2px dashed;

    height: 125px;
    padding: 8px;
    border-radius:4px;
    margin-bottom:10px;
}
.drop_file_zone.dragover {
    background:#ddd;
}
.drag_upload_file {
    width:50%;
    margin:0 auto;
    padding-top:15px;
}
.drag_upload_file p {
    text-align: center;
}
.drag_upload_file .file-upload {
    display: none;
}

.table td, .table th {
    padding: .25rem;
    vertical-align: middle;
}

@page { size: auto;  margin: 0mm; }

@media (max-width: 991.98px) { 
    .input-table {
        width:100%;
    }
}

.form-control::placeholder {
    color: #007bff;
    opacity: 1;
}

main {
    padding-bottom:3rem !important;
}

.navbar-expand .navbar-collapse {
    display: block !important;
}

.navbar-nav.ml-auto {
    max-height: 400px;
    overflow-y: scroll;
}

button[aria-expanded="false"] .chevron-down {
    display: none !important;
}
button[aria-expanded="true"] .chevron-up {
    display: none !important;
}

.borderrows tr {
    border: 1px solid #bbb;
}

.btn-group-sm > .btn, .btn-sm {
    border-radius: 20px;
    padding: 4px 10px 4px 10px !important;
}
    
/*.table-sm td, .table-sm th, h1, .table-sm h2, p, body, input, .table-sm .form-control {font-size:0.8em; padding:0.2em} */
