/* Add here all your CSS customizations */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
}

#prestatus {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url('assets/images/status.gif');
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.mt-7{
    margin-top: -7px;
}
.text-white {
    color : #FFF !important;
}

.swal-title{
    padding: 0px !important;
    font-size: 21px !important;
}

.swal-button {
    font-weight: 600!important;
    padding: 6px 17px !important;
}

.swal-button--confirm{
    background-color: #0088cc !important;
}
.swal-button--cancel{
    background-color: #d2322d !important;
    color: #FFF !important;
}
.close {
    opacity: 1 !important;
    color: #FFF !important;
}
.company-edit {
    background-color: rgb(159, 143, 231) !important;
    padding: 6px 6px !important;
    font-size: 14px;
    color:#FFF;
	position: relative;
}
.company-edit:after {
	content: '';
	display: block;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid rgb(159, 143, 231);
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}

.mfp-close, .mfp-close-btn-in .mfp-close {
    font-weight: 800 !important;
    color: #FFF !important;
}

.show {
    display: block;
}
.hide {
    display: block;;
}
.mt-5 {
    margin-top: 5px;
}
.refresh-btn{
    text-shadow:1px #CCCCCC;
    font-weight: bold;
  }
  .refresh-btn:hover{
    background:#e1e1e1;
  }

.beauty-primary {
    margin-left: 3px !important;
    color:#FFF;
	position: relative;
}
.beauty-primary:after {
	content: '';
	display: block;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #0088cc;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}

.beauty-warning {
    margin-left: 3px !important;
    color:#FFF;
	position: relative;
}
.beauty-warning:after {
	content: '';
	display: block;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #ed9c28;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}
.beauty-success {
    margin-left: 3px !important;
    color:#FFF;
	position: relative;
}
.beauty-success:after {
	content: '';
	display: block;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #47a447;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}

.beauty-default {
    margin-left: 3px !important;
    color:#000;
	position: relative;
    background-color: #cccccc;
}
.beauty-default:after {
	content: '';
	display: block;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #cccccc;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}

.beauty-info {
    margin-left: 3px !important;
    color:#FFF;
	position: relative;
}
.beauty-info:after {
	content: '';
	display: block;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid#5bc0de;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}
.partner-reset-btn {
	background-color: rgba(24,67,131,1);
	color: #FFF;
	font-weight: 600;
	margin-top: 26px;
}
.filter-box-shadow {
	box-shadow: 0 3px 12px rgb(0 0 0 / 25%);
}
.filter-panel-body {
	background: linear-gradient( #FFF, #F0F0F0) !important;
}
.bg-lightsalmon {
	background-color: lightsalmon !important;
}
.bg-lightcoral {
	background-color: lightcoral !important;
}

.close_custom {
    color: #d2322d;
    margin-top: 7px;
}

#preloader {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
  }
@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#preloader::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

#modalPreloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
}
#modalPreloader {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
  }
@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#modalPreloader::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}