/* Add here all your CSS customizations */

.bg-gray {
	background: #999999;
	color: white;
}
.panel-heading.bg-gray {
	background: #999999;
	color: white;
	border-bottom: 0 none;
	border-right: 0 none;
}
.panel-body.bg-gray {
	background: #999999;
	color: white;
}
.panel-heading-icon.bg-gray {
	background: #999999;
	color: white;
}
.bg-gray .widget-summary .summary-icon {
	background-color: rgba(0, 0, 0, 0.1);
}
.bg-gray .widget-summary .summary .title,
.bg-gray .widget-summary .summary .amount {
	color: white;
}

.bg-gray .widget-summary .summary-footer {
	border-top: 1px solid #fff;
	border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-gray .widget-summary .summary-footer a {
	color: white;
	opacity: 0.6;
}
.btn-fill {
	width: 100%;
}
#blazor-error-ui {
	display: none;
}
.txt3 {
	font-size: 3.0rem !important;
}
.txt3-5 {
	font-size: 3.5rem !important;
}
.txt4 {
	font-size: 4.0rem !important;
}
.alignL {
	direction: ltr;
	text-align: left !important;
}
.dataTables_wrapper .dataTables_filter label {
	width: 100% !important;
}

html,body,#MAIN_CONTENT {
	width:100%;
	height:100%;
	font-family: Calibri, Arial, OpenSans-Regular, sans-serif;
	
	/* Dont allow text select */
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
	
	-webkit-text-size-adjust: none; 
} 
/*===================*/
/* header override */
/*===================*/
.background-red {
    background: #F00 !important;
}
.background-grey {
    background: #999999 !important;
}
.QuickDeal {
    display: none;
}
.med-icon {
    height: 40px;
}
.clickable {
    cursor: pointer;
}
#root {
    background: linear-gradient(#6B4747, #595959);
}
.no-border {
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    margin: 0 !important;
}
#coreHeader {
    position: absolute;
    width: 100%;
}
/*===================*/
/* header override */
/*===================*/
.app-main-logo {
        object-fit: scale-down;
        height: 8vw;
        width: 100%;
}
.logo.med-icon {
    margin: 5px 0 0 15px;
}
/*===================*/
/* New Company */
/*===================*/
.below_header {
    display: inline-block;
    padding-top: 80px;
    padding-bottom: 20px;
}
.below_header_sm {
    display: inline-block;
    padding-top: 80px;
    padding-bottom: 20px;
    min-height: 99.4vh;
    width: 100%;
}
.header-sm-override {
    background: #fff0 !important;
    margin-top: 0px !important;
}
.flipH {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
}
.radio-med {
    height: 20px;
}
.imageCropper {
    border: 4px solid #0000ff;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
}
.form_break {
    border: 2px solid #bbb;
    margin-bottom: 20px;
}
.float_right {
    float: right;
	margin: auto;
}
.clear_both {
    clear: both;
}
.nopadding_r {
    padding-right: 0;
}
/*===========================================================*/
/* Data Table fixes / Overrides								 */
/*===========================================================*/
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
	background-color: #939598 !important;
	color: #FFFFFF;
	font-weight: bold;
}

.table-hover > tbody > tr:hover {
	background-color: #C7C8CA !important;
	color: #000000;
}

.pagination {
	margin: 0px !important;
}
.pagination > li a {
	color: #414142 !important;
}

html .pagination > li.active a, html.dark .pagination > li.active a {
	background-color: #414142 !important;
	border-color: #414142 !important;
	color: #FFFFFF !important;
}

#datatable-default_wrapper .row {
	margin-right: 0px !important;
}
#datatable-default_wrapper .row div{
	padding-right: 0px !important;
}
/*===========================================================*/
/* Fixes to resolve gaps in octopus							 */
/*===========================================================*/
.input-group-addon {
	color: #555555;
	zoom: 1.25;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.col-xs-offset-12 {	margin-left: 100%;}
.col-xs-offset-11 {	margin-left: 91.66666667%;}
.col-xs-offset-10 {	margin-left: 83.33333333%;}
.col-xs-offset-9 {	margin-left: 75%;}
.col-xs-offset-8 {	margin-left: 66.66666667%;}
.col-xs-offset-7 {	margin-left: 58.33333333%;}
.col-xs-offset-6 {	margin-left: 50%;}
.col-xs-offset-5 {	margin-left: 41.66666667%;}
.col-xs-offset-4 {	margin-left: 33.33333333%;}
.col-xs-offset-3 {	margin-left: 25%;}
.col-xs-offset-2 {	margin-left: 16.66666667%;}
.col-xs-offset-1 {	margin-left: 8.33333333%;}
.col-xs-offset-0 {	margin-left: 0%;}

@media (min-width: 768px) {
	.col-sm-offset-12 {	margin-left: 100%;}
	.col-sm-offset-11 {	margin-left: 91.66666667%;}
	.col-sm-offset-10 {	margin-left: 83.33333333%;}
	.col-sm-offset-9 {	margin-left: 75%;}
	.col-sm-offset-8 {	margin-left: 66.66666667%;}
	.col-sm-offset-7 {	margin-left: 58.33333333%;}
	.col-sm-offset-6 {	margin-left: 50%;}
	.col-sm-offset-5 {	margin-left: 41.66666667%;}
	.col-sm-offset-4 {	margin-left: 33.33333333%;}
	.col-sm-offset-3 {	margin-left: 25%;}
	.col-sm-offset-2 {	margin-left: 16.66666667%;}
	.col-sm-offset-1 {	margin-left: 8.33333333%;}
	.col-sm-offset-0 {	margin-left: 0%;}
}

@media (min-width: 992px) {
	.col-md-offset-12 {	margin-left: 100%;}
	.col-md-offset-11 {	margin-left: 91.66666667%;}
	.col-md-offset-10 {	margin-left: 83.33333333%;}
	.col-md-offset-9 {	margin-left: 75%;}
	.col-md-offset-8 {	margin-left: 66.66666667%;}
	.col-md-offset-7 {	margin-left: 58.33333333%;}
	.col-md-offset-6 {	margin-left: 50%;}
	.col-md-offset-5 {	margin-left: 41.66666667%;}
	.col-md-offset-4 {	margin-left: 33.33333333%;}
	.col-md-offset-3 {	margin-left: 25%;}
	.col-md-offset-2 {	margin-left: 16.66666667%;}
	.col-md-offset-1 {	margin-left: 8.33333333%;}
	.col-md-offset-0 {	margin-left: 0%;}
}

@media (min-width: 1200px) {
	.col-lg-offset-12 {	margin-left: 100%;}
	.col-lg-offset-11 {	margin-left: 91.66666667%;}
	.col-lg-offset-10 {	margin-left: 83.33333333%;}
	.col-lg-offset-9 {	margin-left: 75%;}
	.col-lg-offset-8 {	margin-left: 66.66666667%;}
	.col-lg-offset-7 {	margin-left: 58.33333333%;}
	.col-lg-offset-6 {	margin-left: 50%;}
	.col-lg-offset-5 {	margin-left: 41.66666667%;}
	.col-lg-offset-4 {	margin-left: 33.33333333%;}
	.col-lg-offset-3 {	margin-left: 25%;}
	.col-lg-offset-2 {	margin-left: 16.66666667%;}
	.col-lg-offset-1 {	margin-left: 8.33333333%;}
	.col-lg-offset-0 {	margin-left: 0%;}
}

h4 { font-size: 2.25vw;}

.custom-control-input {
	z-index: 5 !important;
	opacity: 1 !important;
	margin: 3px 0px 0px -2px !important;
	height: 15px;
	width: 15px;
	position: inherit !important;
}
