/*@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");*/
.m-r-5 { margin-right: 2px; }
.m-r-5 { margin-right: 5px; }
.m-r-2 { margin-right: 2px; }
.dataTables_filter { display: none; }
.chklist, .chklist2 { margin-left: 20px;}
.custom-positon {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.clonedInput .fileinput-newupload {
    height: 200px;
    margin-bottom: 10px;
}
.clonedInput .fileinput-newupload .img-hide {
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}
.clonedInput .fileinput-newupload .img-hide img { height: auto; }
span.help-block { color: #ef6438; display: block; }
.symbol.required:after { content: "*"; display: inline; color: #E6674A; }
.has-error .note-editor,
.has-error .cke_chrome { border-color: #B94A48 !important; }
span.select2 { width: 100% !important; }

/*btn css*/
.btn-icon { display:inline-block; width:40px; height:40px; background-color:#696969; background-position:center center; background-repeat:no-repeat; text-indent:-999em; overflow:hidden; background-size:22px; vertical-align:top; margin:0 0 0 6px;     -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.btn-icon:hover { background-color:#000000; }
.btn-icon:first-child { margin-left:0;}
.btn-icon.edit { background-image: url(../images/edit.png); }
.btn-icon.delete { background-image: url(../images/delete.png); background-size: 18px; }
.btn-icon.copy { background-image: url(../images/copy.png); background-size: 18px; }
.btn-icon.eye { background-image: url(../images/eye.png); }
.btn-icon.pdf { background-image: url(../images/pdf.png); background-size: 20px; }
.btn-icon.user_plus { background-image: url(../images/user-plus.png); }
.btn-icon.user_edit { background-image: url(../images/user-edit.png); }
/*btn css end*/

i.login-input-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
}

.hide { display: none; }

img.product-image-list { height: 205px; }

/*Remove space from bottom in form label*/
label{margin-bottom: 0 !important;}
.avatar-md { height: 2.5rem !important; width: 4.5rem !important; }

.search-box .search-icon {
    font-size: 16px;
    position: absolute;
    top: 0;
    left:unset;
    right: 13px !important;
    line-height: 35px !important;
    cursor: pointer;
}

.search-box .form-control { padding-left: 20px !important; }

.product-grid .product-item {
    background: #fff;
    position: relative;
}

.product-grid .product-item .product-img a {
    position: relative;
    display: block;
}

.product-grid .product-item .product-img .main-img {
    overflow: hidden;
    min-height: 160px;
}

.product-grid .product-item .product-img .main-img img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 100%;
}

.product-grid .product-item:hover .product-img .main-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.product-grid .product-item span.discount-label {
    position: absolute;
    left: -10px;
    top: 10px;
    min-width: 94px;
    padding: 0 20px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    z-index: 1;
}

.product-grid .product-item span.discount-label:before {
    content: "";
    width: 10px;
    height: 8px;
    background: url(../images/corner.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.product-item .product-info { padding: 16px 20px; }

.product-item .product-info span.destination-name {
    font-size: 15px;
    color: #666666;
    display: block;
    margin-bottom: 8px;
}

.product-item .product-info h4.destination-location {
    font-size: 18px;
    color: #4c4c4c;
    line-height: normal;
    height: 50px;
    overflow: hidden;
    margin: 0 0 5px;
    text-transform: none !important;
}

.product-item .product-info h4.destination-location a {
    font-size: 15px;
    color: #4c4c4c;
    line-height: normal;
}

.product-item .product-info .price span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.product-item .product-info .price span.from {
    font-size: 15px;
    color: #666666;
}

.product-item .product-info .price span.old-price {
    font-size: 13px;
    color: #666666;
}

.product-item .product-info .price span.new-price {
    font-size: 17px;
    color: #4c4c4c;
    font-weight: bold;
    margin: 0;
}

.product-item .product-info .add-favorites {
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 1;
    opacity: 0;
}

.product-item .product-info .add-favorites a {
    width: 18px;
    height: 16px;
    display: inline-block;
    background: url(../images/heart.svg) 0 0 no-repeat;
    background-size: 18px 16px;
}

.product-item .product-info .add-favorites a:hover {
    background: url(../images/heart-hover.svg) 0 0 no-repeat;
    background-size: 18px 16px;
}

.product-item:hover .product-info .add-favorites { opacity: 1; }

.product-item .product-info .remove-favorites {
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 1;
    opacity: 0;
}

.product-item .product-info .remove-favorites a {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.7) url(../images/close-btn.svg) center center no-repeat;
    background-size: 12px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

.no-touch .product-item .product-info .remove-favorites a:hover {
    background-color: #f00;
}

.no-touch .product-item:hover .product-info .remove-favorites {
    opacity: 1;
}

.touch .product-item .product-info .remove-favorites {
    opacity: 1;
}

.added-favourite a {
    background: url(../images/heart-hover.svg) 0 0 no-repeat !important;
    background-size: 18px 16px !important;
}

.ckeditor-loader {
    min-height: 50px;
    text-align: center;
}

.d-flex.back-login { align-items: center; }
.back-login-text { color: #555b6d; }
.back-login-text:hover{ color: #556ee6; }

.pro-item-photo { display: block !important; width: 100% !important; }
.pro-image-container { display: inline-block !important; max-width: 100% !important; width: 100% !important; }
.pro-image-wrapper { border: 1px solid #ddd; border-radius: 0.25rem; display: block; height: 0; overflow: hidden; position: relative; z-index: 1; padding-bottom: 50%; margin: 5px 0;}
.pro-image-wrapper img { bottom: 0; display: block !important; height: auto; left: 0; margin: auto; max-width: 100% !important; position: absolute; right: 0; top: 0; }
.pro-item-photo > div { display: block !important;}

.menu-child .form-group:before, 
.menu-child .form-group:after { content: ""; display: table; }
.menu-child .form-group:after { clear: both; }
.menu-child .form-group { zoom: 1; }
.menu-child .faq-content form { padding:15px 0;  }
.col-sm3 { float:left;width:30%; padding:0 15px; }
.col-sm9 { float:left;width:70%; padding:0 15px 0 0; }
.menu-child .form-group { margin-bottom: 15px; }
.menu-child .col-sm-offset-2 { margin-left: 30%; }
.menu-child .label { padding: 0 5px; }

.body-text .form-group .col-lg-10,
.body-text .form-group .col-lg-4 {
    padding: 9px 0;
}
.body-text .form-group .col-lg-10 p,
.body-text .form-group .col-lg-4 p {
    margin: 0;
}

.logo-img { min-height: 72px; }

.button-right {
    text-align: right;
}

.avatar-md {
    height: 4.5rem !important
}

.inactive-avatar-title,
.present-avatar-title,
.absent-avatar-title,
.late-avatar-title,
.selfie-avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

div .avatar-sm {
    width: 2rem;
    height: 2rem
}

tbody tr:last-child td {
    border-bottom: none
}

tfoot tr:last-child td {
    border-bottom: none
}

table.dashborad-table thead tr:last-child th {
    border-bottom: none
}

.menu-title {
    color: #fff !important;
}

.importbtn-right {
    margin-right: 10px;
}

body[data-sidebar=dark] .navbar-brand-box {
    background: #fff;
}

.card-height {
    max-height: 180px;
    height: 180px;
}