﻿.dxgvControl_Moderno a.btn {
    color: #ffffff !important;
}

.dxgvControl_Moderno a.btn-default {
    color: #000000 !important;
}

#loading
{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.8);
    z-index:999999;
}
  
#loadingcontent
{
    display:table;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
  
#loadingspinner
{
    display: table-cell;
    vertical-align:middle;
    width: 100%;
    text-align: center;
    font-size:larger;
    padding-top:80px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.fluid-frame {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fluid-frame iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background:rgba(255,255,255,0.8);
    z-index:999999;
}
.loader-container {
	width: 600px;
	height: 200px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;	
	margin: auto;
	text-align: center;
}
.checkboxlist {
    clear:both;
}
.checkboxlist label {
    font-weight:normal !important;
}

.dx-ar .modal {
    text-align:left !important;
}

.modal-body .btn {
    color: #2B2B2B !important;
}

.btn-modal {
    margin-bottom: 5px !important;
    margin-right: 5px !important;
}