@import "custom_mobile.css";
@import "fonts.css";

html {
	scroll-behavior: smooth;
}

td [cssselectorhelper=Approved] {
    background-color: #228B22;
    color:white;
    }

td [cssselectorhelper=Rejected] {
    background-color: #FF0000;
    color:white;
    }

td [cssselectorhelper=Pending] {
    background-color: #666666;
    color:white;
    }

.text-blue {
	color: #0094D2;
}

.text-white {
	color: white;
}

.p-0{
	padding: 0 !important;
}

.m-0{
	margin: 0 !important;
}

.m-0-auto {
	margin: 0 auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.pt-80{
	padding-top: 80px !important;
}
.py-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

.d-none {
	display: none;
}

.help-header{
	font-size: 50px;
	font-weight: bold;
}

[dir="rtl"] button{
	font-family: "Cairo";
}

.float-right {
	float: right;
}

 .float-left {
	float: left;
}

[dir="rtl"] .pull-left {
    float: right !important;
}

[dir="rtl"] .pull-right {
    float: left !important;
}

body[dir="rtl"] .text-right{
	text-align: left !important;
}


.hasContent {
    padding-top: 30px
}

.hasContent input {
    margin-left: 10px;
    margin-right: 10px;
}


.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox label {
    position: relative;
    display: inline-block;
    color: green !important;
    
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 22px;
}

.checkbox label::before,
.checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
}

.checkbox label::before{
    height: 16px;
    width: 16px;
    left: 0px;    
    top: 3px;
}

.checkbox label::after {
    height: 7px;
    width: 12px;
    border-left: 3px solid;
    border-bottom: 3px solid;    
    transform: rotate(-45deg);    
    left: 4px;
    top: 3px;
}

.checkbox input[type="checkbox"] + label::after {
    content: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

.mb-15{
	margin-bottom: 15px;
}

.step-image {
	margin: 0 auto;
    position: relative;
    z-index: 9999999;
    border-radius: 35px;
    border: 1px #d8d8d8 solid;
}

.step-image.visited {
	padding: 10px;
    border: 0;
    background: #495663;
}

.CheckBoxCity {
	background: white;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    border: 1px solid #ccc;
}

.CheckBoxCity tr{
    width: 33.3333% !important;
    display: inline-flex;
}

.CheckBoxCity tbody tr:hover {
    background: #ddd;
}

.CheckBoxCity td ,.CheckBoxCity th{
	border: 0 !important;
    cursor: pointer;
}

.CheckBoxCity input[type="checkbox"] {
	position: relative;
}

.CheckBoxCity td:last-child {
    padding-top: 15px;
}

.CheckBoxCity td input[type="checkbox"]:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #1b3149;
    padding: 7px;
    margin: -2px -2px;
}

.CheckBoxCity th input[type="checkbox"]:before {
    content: 'Select All';
    position: absolute;
    width: 100px;
    background: white;
    cursor: pointer;
    padding: 5px;
    top: -5px;
    left: -5px;
}

.CheckBoxCity th input[type="checkbox"]:checked:before {
    content: 'Deselect All';
}

[lang="ar-jo"] .CheckBoxCity th input[type="checkbox"]:before {
    content: 'تحديد الكل';
    left: auto;
    right: -5px;
}

[lang="ar-jo"] .CheckBoxCity th input[type="checkbox"]:checked:before {
    content: 'تفريغ الكل';
    left: auto;
    right: -5px;
}

.CheckBoxCity td input[type="checkbox"]:checked:before {
	background: #495663;
}

.CheckBoxCity td input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    left: -1px;
    top: 3px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

[dir="rtl"] .CheckBoxCity input[type="checkbox"]:checked:after {
	left: 0px;
}

.mx-dialog, .modal-dialog {
	z-index: 99999999999999 !important;
}

.background-logo{
    height: 100%;
    width: 100%;
    text-align: center;
}

.background-logo img {
    margin-top: 14%;
    opacity: 0.3;
    width: 50%; 
}

.mx-page:not(.layout-anon) .mx-placeholder {
	background: #fdfdfd;
}

.dir-ltr-input .mx-referenceselector {
	direction: ltr;
}

.mobile-show{
	display: none;
}

/* Assets Project styling Starts */

.assets-login-card{
	width: 65%;
	margin: auto;
	padding:20px;
	text-align: center;
	border: 1px solid #D7D7D7;
    border-radius: 4px;
	background-color: #FFFFFF;
	margin-top: 15%;
}

.assets-main{
	background-image:linear-gradient(45deg, #ededed 0%, #ededed 2%, #a6c4cf 43%, #6D91A1 83%, #6D91A1 100%)
}

.assets-main .mx-placeholder{
	background-color: transparent !important;
}

.assets-login-title{
	font-size: 18px;
    color: #303942;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 0;
}

.assets-login-card .submit{
	width: 100%;
	background-color:#303942;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
    width: 80%;
    height: 45px;
    text-transform: capitalize;
}

.assets-login-card .form-group{
	margin: auto;
	width: 80%;
	margin-bottom: 15px;
}

.assets-login-card .form-group .form-control{
	height: 45px !important;
}

.mx-reload-notification{
	display: none;
}