/* BEGIN: Loader Css*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999999;
}

.preloader.light {
    background-color: rgb(255 255 255 / 0.8);
}

.loading_wrap {
    text-align: center;
    margin: 0 auto;
    display: table;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.loading_wrap img {
    width: 150px;
    -webkit-animation: fliping 1.5s infinite linear;
    -moz-animation: fliping 1.5s infinite linear;
    -o-animation: fliping 1.5s infinite linear;
    animation: fliping 1.5s infinite linear;
}

@-webkit-keyframes fliping {
    0% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: translateZ(150px) rotateY(170deg);
        transform: translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: translateZ(150px) rotateY(190deg);
        transform: translateZ(150px) rotateY(190deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: translateZ(0) rotateY(360deg);
        transform: translateZ(0) rotateY(360deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateZ(0) rotateY(360deg);
        transform: translateZ(0) rotateY(360deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes fliping {
    0% {
        -webkit-transform: translateZ(0) rotateY(0);
        -ms-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: translateZ(150px) rotateY(170deg);
        -ms-transform: translateZ(150px) rotateY(170deg);
        transform: translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: translateZ(150px) rotateY(190deg);
        -ms-transform: translateZ(150px) rotateY(190deg);
        transform: translateZ(150px) rotateY(190deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: translateZ(0) rotateY(360deg);
        -ms-transform: translateZ(0) rotateY(360deg);
        transform: translateZ(0) rotateY(360deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateZ(0) rotateY(360deg);
        -ms-transform: translateZ(0) rotateY(360deg);
        transform: translateZ(0) rotateY(360deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
/* END: Loader Css*/

.bloc-error{
    text-align: center;
}
.bloc-error > *{
    text-align: center!important;
}
.bloc-error .code-holder{
    position: relative;
}
.bloc-error .code-holder img{
    max-width: 525px;
    width: 100%;
}
.bloc-error .code-holder .code{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    font-size: 100pt;
    color: #e52428;
}
.bloc-error .code-holder .title{
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    font-size: 20pt;
    color: #888;
}
@media(max-width: 550px) {
    .bloc-error .code-holder img{
        display: none;
    }
    .bloc-error .code-holder .code{
        display: block;
        position: unset;
        top: unset;
        left: unset;
    }
    .bloc-error .code-holder .title{
        display: block;
        position: unset;
        bottom: unset;
        left: unset;
    }
}


.clear {
    display: block!important;
    clear: both!important;
    width: 100%!important;
}

.floatL {
    float: left!important;
}

.floatR {
    float: right!important;
}

.date-clear{
	position: absolute;
	bottom: 21px;
	right: 22px;
}

.ar-text {
    direction: rtl;
}

.fixed-textarea {
    resize: none;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.retMsg {
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.retMsg a {
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
}
.retMsg hr{
    margin: 5px 0;
}

.closeMsgBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    width: 11px;
    height: 11px;
    line-height: 11px;
    text-align: center;
}

.logo-mini img {
    width: 48px;
}

.logo-lg img {
    height: 49px;
}

.btn {
    margin-right: 5px;
}

.tbl-btn {
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #888;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}

.tbl-btn:hover {
    background-color: #e52428;
    color: #fff;
}

.upload-img-preview {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.upload-img-preview .img-bloc {
    position: relative;
    display: inline-block;
    border: 1px solid #888;
    margin-right: 5px;
}

.upload-img-preview .img-bloc .img-holder img {
    height: 100px;
}

.upload-img-preview .img-bloc .img-delete {
    position: absolute;
    top: 0;
    right: 0px;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 13px;
    background-color: #aaa;
    border-radius: 50%;
}

.upload-img-preview .img-bloc .img-delete i {
    font-size: 8pt;
}

.upload-img-preview .img-bloc .img-delete:hover {
    background-color: #888;
}

table .img-preview {
    height: 50px;
}

table .img-preview-th {
    height: 35px;
}

.radio-row {
    margin: 0 10px;
}

.custom-tabbing {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.custom-tabbing .top-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 2px solid #e52428;
    height: 32px;
}

.custom-tabbing .top-tabs li {
    float: left;
    border: 2px solid #e52428;
    border-bottom: none;
    border-right: 0;
}

.custom-tabbing .top-tabs li:first-child {
    border-top-left-radius: 5px;
}

.custom-tabbing .top-tabs li:last-child {
    border-right: 2px solid #e52428;
    border-top-right-radius: 5px;
}

.custom-tabbing .top-tabs li a {
    padding: 5px 25px;
    display: block;
    color: #000;
    font-size: 11pt;
}

.custom-tabbing .top-tabs li a:hover,
.custom-tabbing .top-tabs li.active a {
    background-color: rgba(229, 36, 40, 0.35);
}

.custom-tabbing .tab-content {
    padding: 10px;
}

.custom-tabbing .tab-content.active {
    display: block;
}

.color-preview {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.th-indexing {
    width: 35px!important;
    min-width: 35px!important;
    max-width: 35px!important;
    padding: 8px 0px 8px 8px!important;
}

buttons {
    padding: 5px 10px;
}

.form-group .select2-container {
    width: 100%!important;
}

.form-group .checkbox-holder {
    display: block;
}

.form-group .checkbox {
    display: inline-block;
    margin: 10px;
}

.table th,
.table td {
    vertical-align: middle!important;
}

.tel-with-code label {
    display: block;
}

.tel-with-code .code {
    width: 25%;
    float: left;
}

.tel-with-code .tel {
    width: 75%;
    float: left;
}

.processing-payment {
    padding: 50px 20px;
}

.processing-payment img {
    width: 250px;
    margin-bottom: 20px;
}

.payment-admin-skip {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #000;
}

.ui-autocomplete {
    list-style: none;
    padding: 0px;
    margin: 0;
    max-width: 33%;
    background-color: #fff;
    border: 1px solid #d2d6de;
}

.ui-autocomplete li {
    padding: 2px 5px;
    margin: 0;
    border-bottom: 1px solid #d2d6de;
    cursor: pointer;
}

.ui-autocomplete li:last-child {
    border-bottom: none;
}

.ui-autocomplete li:hover {
    background-color: #f9f9f9;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
    white-space: unset!important;
}

.notification-item-not-read {
    background-color: #e7e7e7;
}

.page-top-box-holder {
    display: block;
    width: 100%;
    position: relative;
}

.page-top-box-holder .page-top-box {
    background-color: #fff;
    display: block;
    width: 100%;
    max-width: 350px;
    margin: auto;
    border: 1px solid #e52428;
    margin-bottom: 15px;
}

.page-top-box .page-top-box-title {
    display: block;
    width: 100%;
    color: #000;
    font-size: 17pt;
    border-bottom: 1px solid #000;
    padding: 5px 15px;
}

.page-top-box .page-top-box-info {
    padding: 15px;
}

.page-top-box-info .box-image {
    float: left;
    width: calc(40% - 10px);
    margin-right: 10px;
    border: 1px solid #bbb;
}

.page-top-box-info .box-image img {
    width: 100%;
}

.page-top-box-info .box-info {
    float: right;
    width: 60%;
    color: #000;
    text-decoration: none;
}

.page-top-box-info .box-info del {
    color: #e52428;
    margin-right: 3px;
}

.page-top-box-info .box-info ins {
    text-decoration: none;
}

@media (max-width: 991px) {
    .ui-autocomplete {
        max-width: unset;
    }
}

.notification-item-not-read {
    background-color: #e7e7e7;
}


/* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */

#full-stars-example-two .rating-group {
    display: inline-flex;
}


/* make hover effect work properly in IE */

#full-stars-example-two .rating__icon {
    pointer-events: none;
}


/* hide radio inputs */

#full-stars-example-two .rating__input {
    position: absolute !important;
    left: -9999px !important;
}


/* hide 'none' input from screenreaders */

#full-stars-example-two .rating__input--none {
    display: none
}


/* set icon padding and size */

#full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}


/* set default star color */

#full-stars-example-two .rating__icon--star {
    color: orange;
}


/* if any input is checked, make its following siblings grey */

#full-stars-example-two .rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
}


/* make all stars orange on rating group hover */

#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}


/* make hovered input's following siblings grey on hover */

#full-stars-example-two .rating__input:hover~.rating__label .rating__icon--star {
    color: #ddd;
}


/* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */

#full-stars-example-two-view .rating-group {
    display: inline-flex;
}


/* hide radio inputs */

#full-stars-example-two-view .rating__input {
    position: absolute !important;
    left: -9999px !important;
}


/* hide 'none' input from screenreaders */

#full-stars-example-two-view .rating__input--none {
    display: none
}


/* set icon padding and size */

#full-stars-example-two-view .rating__label {
    cursor: default;
    ;
    padding: 0 0.1em;
    font-size: 2rem;
}


/* set default star color */

#full-stars-example-two-view .rating__icon--star {
    color: orange;
}


/* if any input is checked, make its following siblings grey */

#full-stars-example-two-view .rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
}

.review-block {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.review-block-name {
    font-size: 12px;
    margin: 10px 0;
}

.review-block-date {
    font-size: 12px;
}

.review-block-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.review-block-description {
    font-size: 13px;
}

.header-notif .time{
    color: #999999;
    font-size: 10px;
    top: 0;
    float:right
}
.header-notif .avatar{
    float: left;
    margin-right:20px
}
.header-notif .avatar img{
    width: 40px;
    height: 40px;
}
.header-notif .title{
    font-size: 14pt;
    font-weight: 600;
}
.header-notif .info{
    color:#999999;
    font-size:10px;
    font-weight: 600;
}
.header-notif .message{
    color: #888888;
}

.boxes-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.boxes-list .box{
    width: calc(20% - 20px);
    margin: 0 10px 25px;
    border: 1px solid;
    text-align: center;
}
.boxes-list .box a{
    display: block;
    padding: 10px;
    color: #000;
    min-height: 100px;
    height: 100%;
}
.boxes-list .box a .title{
    display: block;
    font-size: 20pt;
}
.boxes-list .box a .icon{
    display: block;
    font-size: 15pt;
}

.notifications-list{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.notifications-list li{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.notifications-list li a{
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000;
    /* background-color: #eee; */
    /* border: 1px solid; */
}
.notifications-list li.unread a{
    /* border-color: #dd4b39; */
    background: rgb(229 36 40 / 0.3);
}
.notifications-list li.read a{
    /* border-color: #00a65a; */
    background: rgb(0 128 0 / 30%);
}
.notifications-list li .time{
    float: left;
    font-size: 10pt;
    line-height: 21px;
    font-weight: 600;
    margin-right: 8px;
    border-right: 1px solid #000;
    padding-right: 8px;
}
.notifications-list li .time i{
    margin-right: 5px;
}
.notifications-list li .message{
    float: left;
    
}
.notifications-list li .status{
    float: right;
    
}

@media (max-width: 1500px) {
    .boxes-list .box{
        width: calc(25% - 20px);
    }
}
@media (max-width: 1150px) {
    .boxes-list .box{
        width: calc(33% - 20px);
    }
}
@media (max-width: 991px) {
    .boxes-list .box{
        width: calc(50% - 20px);
    }
}
@media (max-width: 600px) {
    .boxes-list .box{
        width: 100%;
        margin: 0 0 25px;
    }
}

.social{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.social a{
    width: 40px;
    height: 40px;
    line-height: 40px;
	margin: 0 5px 10px;
    padding: 0;
    text-align: center;
	font-size: 12pt;
	background-color: #eee;
	border-radius: 5px;
	color: #000;
}
.social a.fb,
.social a.fb:hover{
	background-color: #1877f2;
	color: #fff;
}

.box-custom-dashboard > .box-header{
    text-align: center;
}
.box-custom-dashboard > .box-header > .box-title{
    font-size: 24pt;
}

.box.box-small{
    border: 1px solid #d2d6de!important;
}
.box.box-small.box-danger{
    border-color: #dd4b39!important;
}

.invoice {
	display: inline-block;
	width: calc(100% - 50px);
}