/*
.dropdown-backdrop {
    position: static;
}
*/
@media (min-width: 768px) {
  .modal-xl {
    width: 99%;
  }
}

.clockTimeFormatActive{
	background: rgba(0, 0, 255, 0.25);
}
.labelPrinterActive{
	background: rgba(0, 0, 255, 0.25);
}
.deviceActive{
	background: rgba(0, 0, 255, 0.25);
}

.table{
	margin-top: 10px;
}
.table-curved {
    border: solid #ccc 0px;
    border-radius: 6px;
    border-left:0px;
}
.table-curved td, .table-curved th {
    border-left: 0px solid #ccc;
    border-top: 0px solid #ccc;
}
.table-curved th {
    border-top: none;
}
.table-curved thead tr:first-child th:first-child {
    border-radius: 6px 0 0 0;
}
.table-curved thead tr:first-child th:last-child {
    border-radius: 0 6px 0 0;
}
.table-curved thead tr:first-child th:only-child{
    border-radius: 6px 6px 0 0;
}
.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}
.table-curved tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}
.table-curved tfoot tr:last-child th:first-child {
    border-radius: 0 0 0 6px !important;
}
.table-curved tfoot tr:last-child th:last-child {
    border-radius: 0 0 6px 0 !important;
}
.table-curved tfoot tr:last-child th:only-child {
    border-radius: 0 0 6px 6px !important;
}


.table-grey thead tr th
{
    color: #FFF;
    background-color: #666;
    border: 0px;
    text-align: center;
}
.table-grey tbody tr:hover > th
{
	color: #FFF !important;
    background-color: #666 !important;
    text-align: center !important;
}

.table-grey > tbody > tr > th
{
	color: #FFF !important;
    background-color: #666 !important;
    text-align: center !important;
}

.table-grey > tbody > tr > td
{
    text-align: center !important;
}

.tall
{
	height: 30px !important;
	font-size: 25px !important;
	
}
.tall1
{
	height: 35px !important;
	font-size: 30px !important;}
.tall2
{
	height: 40px !important;
	font-size: 35px !important;
}
.tall3
{
	height: 45px !important;
	font-size: 40px !important;
}
.tall4
{
	height: 50px !important;
	font-size: 45px !important;
}
.tall5
{
	height: 55px !important;
	font-size: 50px !important;
}
.tall6
{
	height: 60px !important;
	font-size: 55px !important;
}
.tall7
{
	height: 65px !important;
	font-size: 50px !important;
}
.tall8
{
	height: 70px !important;
	font-size: 65px !important;
}
.tall9
{
	height: 75px !important;
	font-size: 70px !important;
}
.tall10
{
	height: 80px !important;
	font-size: 75px !important;
}




.panel-body table{
	margin:0;
}
td a{
	margin:0 !important;
}
.container-fluid .btn-block{
	margin-bottom: 25px;
}


.navbar-center{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin-left: -20px;
}
.navbar-banner{
	font-size: 20px;
	margin-top: 11px;
	color: #777777;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
/*
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
*/

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.has-error input{
	background: rgba(230, 48, 48, 0.25);
}
.has-warning input{
	background: rgba(183, 119, 0, 0.25);
}
.has-success input{
	background: rgba(58, 148, 19, 0.25)
}

input[type=checkbox]{
	transform: scale(1.8);
	margin-top:0px;
	margin-left:0px;
	border: 0px !important;
}

.smallcheck{
	transform: scale(1.5) !important;
	margin-top:9px !important;
	margin-left:9px !important;
}
.modal-load {
    display:    none !important;
    position:   fixed !important;
    z-index:    1100 !important;
    top:        0 !important;
    left:       0 !important;
    height:     100% !important;
    width:      100% !important;
    background: rgba(0,0,0,0.5) !important;
    overflow: hidden !important;
    display: block !important;
}

.divbg{
	background: rgba(0, 0, 0, 0.05); 
	border-radius: 6px;
	
}