body {
    font-family: Arial, sans-serif;
    padding: 0;
    margin: 0;
}

/*Login*/

body.login {
    background: url("../images/login-bg.jpg") repeat center center;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    background-attachment: fixed;
}
.login-form {
    float: left;
    width: 35%;
    padding: 3rem;
    background: #fff;
    margin-top: 75px;
    box-shadow: 0 5px 10px rgba(31, 54, 79, 0.5);
}
.mob-logo {
    display: none;
}
.login-txt {
    margin-bottom: 40px;
    color: #484747;
    font-size: 25px;
    font-weight: bold;
}
@media (max-width: 991px) {
    .login-form {
        margin-top: 55px;
        width: 45%;
    }
}
@media (max-width: 720px) {
    body.login {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .login-form {
        float: none;
        width: 100%;
        margin-top: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mob-logo {
        display: block;
        max-width: 100%;
    }
    .login-txt {
        margin-bottom: 20px;
    }
}
.txticon {
    position: relative;
}
.txticon i {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #b79a5d;
    color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 18px;
    padding-top: 7px;
}
.txticon .form-control {
    border-radius: 0;
    padding-left: 40px;
    border-color: #b79a5d;
}
.btn-form-group {
    margin-top: 30px;
}
.btn {
    border-radius: 0;
}
.btn-mbrand {
    color: #ffffff;
    background-color: #e31936;
    border-color: #e31936;
    border-bottom: 2px solid #b9132b;
}
.btn-mbrand:hover,
.btn-mbrand:focus {
    color: #ffffff;
    background-color: #b9132b;
    border-color: #b9132b;
}
.fwb {
    font-weight: bold;
}
.login-btn {
    min-width: 120px;
}
.login-promo {
    float: left;
    width: 65%;
    text-align: center;
    min-height: 500px;
    background: url("../images/login-bg2.jpg") center center no-repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
    .login-promo {
        width: 55%;
        min-height: 460px;
    }
}
.login-promo > img {
    margin-top: 120px;
    margin-bottom: 20px;
}
@media (max-width: 720px) {
    .login-promo {
        display: none;
    }
}
#login_desc {
    font-family: "Times New Roman";
    font-size: 20px;
    color: #fff;
}
#login_desc p {
    margin-bottom: 0;
}

/*Grid*/

.arabic {
    direction: rtl;
}
body {
    background-color: #edf1f5;
}
#header {
    width: 100%;
    padding: 8px 20px;
    background-color: #bc9e6d;
    box-shadow: 0 1px 4px rgba(31, 54, 79, 0.2);
    overflow: auto;
}
.header-logo {
    float: left;
}
.arabic .header-logo {
    float: right;
}
.login-ses {
    float: right;
    margin-right: 20px;
    margin-top: 17px;
    border-right: 1px solid #a58b62;
    padding-right: 15px;
    display: flex;
}
.arabic .login-ses {
    float: left;
    margin-right: 0;
    margin-left: 20px;
    border-right: none;
    border-left: 1px solid #a58b62;
    padding-right: 0;
    padding-left: 15px;
    display:flex;
}
.login-ses p {
    margin: 0 0 6px;
    font-size: 13px;
    color: #fff;
}
.log-btn {
    float: right;
    margin-top: 15px;
    padding: 10px 20px;
}
.arabic .log-btn {
    float: left;
}
@media (max-width: 600px) {
    #header {
        text-align: center;
    }
    .header-logo {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .login-ses,
    .log-btn {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-top: 2px;
        margin-bottom: 10px;
    }
    .login-ses{
        float:left;
    }
}
.card {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05),
        0 1px 3px 0 rgba(63, 63, 68, 0.15);
    margin-bottom: 1.875rem;
    position: relative;
    border: 1px solid #ced4da;
}
.card-title {
    border-bottom: 1px solid #dee2e6;
    padding: 10px 20px;
}
.card-title .icon {
    float: left;
    background-color: #e31936;
    font-size: 20px;
    color: #fff;
    margin: -10px 20px -10px -20px;
    padding: 15px 20px;
}
.arabic .card-title .icon {
    float: right;
    margin-right: -20px;
    margin-left: 20px;
}
.card-title h4 {
    float: left;
    color: #343a40;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 12px;
}
.card-title .btn {
    float: right;
}
@media (max-width: 600px) {
    .card-title h4 {
        font-size: 12px;
    }
}
.arabic .card-title h4 {
    float: right;
}
.arabic .card-title .btn {
    float: left;
}
.card-body {
    padding: 40px 20px 20px;
}
.card-footer {
    border-top: 1px solid #dee2e6;
    padding: 15px 20px;
}

.table thead > tr > th {

   font-size: 13px;
}
.arabic .table th {
    text-align: right;
}
.table thead > tr > th,
.table thead > tr > td {
    background-color: #dee2e6;
}
.table th {
    background-color: #dee2e6;
    font-size: 13px;
}
.btn-sbrand {
    color: #ffffff;
    background-color: #bc9e6d;
    border-color: #bc9e6d;
    border-bottom: 2px solid #a58b60;
}
.btn-sbrand:hover,
.btn-sbrand:focus {
    color: #ffffff;
    background-color: #a58b60;
    border-color: #a58b60;
}

/*Detail*/

.app-wid {
    min-width: 112px;
}
.form-group {
    margin-bottom: 10px;
}
.form-label.val {
    margin-bottom: 0;
}
.form-value {
    margin-bottom: 0;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 2px;
    font-size: 14px;
    color: #555;
    min-height: 23px;
}
@media (min-width: 992px) {
    .arabic .col-md-1,
    .arabic .col-md-2,
    .arabic .col-md-3,
    .arabic .col-md-4,
    .arabic .col-md-5,
    .arabic .col-md-6,
    .arabic .col-md-7,
    .arabic .col-md-8,
    .arabic .col-md-9,
    .arabic .col-md-10,
    .arabic .col-md-11,
    .arabic .col-md-12 {
        float: right;
    }
}
.dd-txt {
    color: #343a40;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.arabic .close {
    float: left;
}
.form-label {
    display: block;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.page-tr {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
.page-tr table td {
    border: 1px solid #DDD;
}
.page-tr > td {
    padding: 10px 0 0 !important;
    border: none !important;
}
.page-tr td a, .page-tr td span {
    display: block;
    padding: 1px 8px;
}
.page-tr td span {
    background-color: #e31936;
    color: #FFF;
}
span.form-label.val {
    font-weight: bold;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #f5f3f3 !important;
    background-color: #bc9e6d !important;
}
@media (max-width: 480px) {
    .card-title .btn {
        float: left;
        clear: both;
        margin-left: 65px;
    }
    .arabic .card-title .btn {
        float: right;
        clear: both;
        margin-right: 65px;
    }
}



html, body.login {
    height: 100%;
}
body.login {
    padding-top: 0;
    padding-bottom: 0;
}
.logo-left {
    float: left;
    padding: 70px;
    text-align: center;
}
#login_desc {
    font-size: 16px;
}
.login-right {
    width: 450px;
    height: 100%;
    float: right;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.62)
}


	
@media (max-width:875px) {

   .login-right {

       width: 342px;	
   }	
}


.lf-box {
    margin-top: 35%;
    margin-bottom: 30px;
}
.login-icon, .login-head {
    float: left;
}
.login-icon {
    margin-right: 15px;
}
.login-head {
    margin-top: 8px;
    font-size: 34px;
    color: #FFF;
    text-transform: uppercase;
}


@media (max-width:767px) {
    .logo-left, .login-right {
        float: none;
    }
    .logo-left {
        padding: 10px;
    }
    .login-right {
        width: 100%;
        height: auto;
        padding: 10px 30px;
    }
    .lf-box {
        margin-top: 0;
    }
}

.login-form {
    width: 100%;
    float: none;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
    background-color: transparent;
}
.login-form .form-control {
    height: 52px;
}
.txticon i {
    width: 52px;
    height: 52px;
    font-size: 20px;
    padding-top: 16px;
}
.txticon .form-control {
    padding-left: 70px;
	font-size: 14px;
}
.txticon input {
	font-size: 14px;
}
.txticon input:focus-visible, .txticon .lng:focus-visible {
	    outline: none!important;
}
.log-lang{
    margin-top: 10px;
    font-size: 13px;
}
.login-btn {
    float: right;
    padding: 12px 40px;
}
:-placeholder {
    color: #000!important;
    opacity: 1!important;
}
:-ms-input-placeholder {
    color: #000!important;
}
::-ms-input-placeholder { 
    color: #000!important;
}


.three-inline-buttons .button {
    margin-left: 15px;
    margin-right: 15px;
}

.three-inline-buttons {
     display: table;
     margin: 0 auto;
}

@media only screen and (max-width: 960px) {

    .three-inline-buttons .button{
        width: 100%;
        margin: 20px;
        text-align: center;
    }
    
}

.loading_div
{
    /*position:fixed;
    left:0%;
    top:0px;
    padding:20px 10px 0 10px;
    z-index:9000;
    width:100%;
	height:100%;
    background-color: #54514C;
    opacity: 0.46;
    text-align:center;*/
    position: fixed;
    left: 40%;
    top: 40%;
    padding: 20px 10px 0 10px;
    z-index: 9000;
    width: 200px;
    height: 100px;
    background-color: #ECEADB;
    border-radius: 5px;
    border: 1px solid #A3925A;
    box-shadow: 2px 7px 10px #494949;
    text-align: center;
}
.loading_img {
   /* position: fixed;
	top: 50%;
	left: 50%;*/
}
.loading_txt
{
    /*position: fixed;
	top:52%;
	left:50%;
	color:#FFF;
    padding-top:10px;
    margin-top:10px;
	font-weight:bold;*/
    border-top: 1px solid #A3925A;
    padding-top: 10px;
    margin-top: 10px;
}
.bodywrapper{
    padding: 0 25px;
}
.bodywrapper h4{
    margin-bottom: 0;
}
.bodywrapper .card-title{
    overflow: auto;
}
.bodywrapper .box{
    max-width: 100%;
    box-shadow: none !important;
}
.bodywrapper .grid > article{
    padding: 0;
}
.bodywrapper a{
    text-decoration: none;
}
a{
    text-decoration: none;
}
.bodywrapper .grid > article a{
    display: block;
    min-height: 80px;
    border: 0px solid #fff;
    box-shadow: 2px 2px 6px 0px rgb(205 200 208);
    background-color: #fff;
    border-radius: 20px;
    cursor: pointer;
    transition: .8s all;
}
.bodywrapper .grid > article h6{
    font-size: 14px;
    margin: 14px 0 0;
    line-height: 22px;
    color: #4c131b;
    transition: .5s all;
}
.bodywrapper .grid .text {
    padding: 10px 20px;
    line-height: 28px;
}
.bodywrapper .card {
    min-height: 70vh;
    overflow: auto;
}
.link-icon{
    width: 40px;
    float: left;
    margin-right: 5px;
    margin-top: -7px;
    object-fit: contain;
    object-position: top;
    transition: .5s all;
}

.bodywrapper .grid > article a:hover,
.bodywrapper .grid > article a:focus{
    background-color: #e31936;
}
.bodywrapper .grid > article a:hover h6,
.bodywrapper .grid > article a:focus h6{
    color: #fff;
}
.bodywrapper .grid > article a:hover .link-icon,
.bodywrapper .grid > article a:focus .link-icon{
    filter: brightness(0) invert(1);
}
.bodywrapper .grid > article {
    border: none !important;
    box-shadow:none !important;
    background-color: #fff;
    border-radius: none !important;
}
.badge-count{
    width: 25px;
    height: 25px;
    display: inline-block;
    color: #fff;
    border-radius: 100%;
    font-size: 11px;
    line-height: 23px;
    text-align: center;
    vertical-align: super;
    position: relative;
    top: 0;
}
.badge-one{
   background-color: #f65e29;
}
.badge-two{
    background-color: #6616c4;
}
.badge-three{
    background-color: #4dda0d;
}
.badge-four{
    background-color: #00bdff;
}
.badge-five {
    background-color: #b913b2;
}
.badge-six {
    background-color: darkred;
}

@media only screen and (max-width:991px) {
.bodywrapper {
    padding: 0 25px;
}
.bodywrapper .grid > article h6{
    white-space: nowrap;
}

}
@media only screen and (max-width: 768px) {

    .bodywrapper{
        padding: 0 15px;
    }
}

@media only screen and (max-width: 576px) {
    .bodywrapper .grid {
        display: block;
    }
    .bodywrapper .grid > article{
        margin-bottom: 20px;
    }
    .login-ses {
        margin-right: 0;
        margin-left: 15px;
        text-align: left;
        
    }
    .login-ses, .log-btn {
        float: right;
    }
    .bodywrapper .grid .text {
        padding: 5px 10px;
    }
    .link-icon {
        width: 24px;
        margin-top: 5px;
    }
    .bodywrapper {
        padding: 0 5px;
    }
    .bodywrapper .grid > article h6 {
        font-size: 12px;
        margin: 6px 0 0;
    }
    .bodywrapper .grid > article a {
        min-height: 44px;
    }
    .bodywrapper .card-title .icon {

        font-size: 14px;
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 480px) {

    .bodywrapper .box {
        padding: 15px 7px;
    }
    .bodywrapper h4 {
        margin-bottom: 0;
        margin-top: 0;
    }
    .link-icon {
        width: 20px;
    }
}
.custom-container {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.profile-pic {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-left: 5px;  
    float:left;
}

.img-fluid {
    width: 100%;
    border-radius: 50%;
}
.log-det {
    float:left;
    margin-right:10px;
}
.grd-lnk {
    display: inline-block;
    border: 1px solid #CCC;
    padding: 3px 6px;
    border-radius: 3px;
    cursor: pointer;
    background: #FFF;
    color: #000;
}

    .grd-lnk:hover {
        background: #fce5c0;
        border: 1px solid #fce5c0;
        text-decoration: none;
        color: #000;
    }
    .grd-lnk:focus {
        background-color: #fce5c0;
    }
.login-btn:focus{
	box-shadow:none;
}