/*================================================================================
	Version: 1.1
	Author: Darwin
	Author URL: https://www.darwin.gr
================================================================================
*/
.top-lines-track{
    height: 45px!important;
}

.selected-language-track{
    color: #fff;
}

.track{
    color: #fff !important;
}

.horizontal-menu.navbar-floating:not(.blank-page) .app-content{
    padding-top: 5.75rem !important;
}

.sidebarIcon{
    height: 22px;
    width: 22px;
}
.marginBottom{
    margin-bottom: 5px;
}
.dashboardIcon{
    height: 60px;
    width: auto;
    margin-top: 15px;
}
.card-content{
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-lines{
    width: 30px!important;
    height: 30px!important;
    margin-top: -20px!important;
}
.top-lines-track{
    height: 45px!important;
}
.brand-text{
    color: whitesmoke!important;
}
.top-lines-bg{
    background-color: rgba(46,50,62,1)!important;
    height: 82px!important;
    font-style: italic!important;
}
@media (max-width: 1800px) {
    body {
        font-size: 0.9rem;
    }

    .navigation {
        font-size: 0.9rem;
    }

    .btn {
        font-size: 0.9rem;
    }
}

html body.bg-full-screen-image {
    background: url(/img/login-bg.jpg) center center no-repeat;
    background-size: cover;
}
fixed-top{
    height:500px;
    margin-top: 95px;
    left: 15px;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar.fixed-top{
    left: 110px;
}

table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 100% !important;
}
.DTFC_LeftBodyLiner {
    overflow-x: hidden;
    background: white;
}
.DTFC_RightBodyLiner {
    overflow-x: hidden;
    background: white;
}

@media (max-width: 768px){
    .app-content .wizard > .steps > ul > li {
        display: block;
        float: left;
        width: 20%;
    }
    .ecommerce-application .list-view .ecommerce-card .card-content .item-options .item-wrapper .item-rating{
        position: absolute;
        right: auto;
    }
    .card-body{
        padding-bottom: 0rem;
    }
}
.center{
    text-align: center;
}

.gradient1{
    /*EAE8FD*/
    background: rgb(228,226,246);
    background: linear-gradient(180deg, rgba(228,226,246,1) 25%, rgba(255,255,255,1) 80%);
}

.gradient2{
    /*DFF7EA*/
    background: rgb(223,247,234);
    background: linear-gradient(180deg, rgba(223,247,234,1) 25%, rgba(255,255,255,1) 80%);
}

.gradient3{
    /*FCE6E6*/
    background: rgb(252,230,230);
    background: linear-gradient(180deg, rgba(252,230,230,1) 25%, rgba(255,255,255,1) 80%);
}

.gradient4{
    /*FFF1E3*/
    background: rgb(255,241,227);
    background: linear-gradient(180deg, rgba(255,241,227,1) 25%, rgba(255,255,255,1) 80%);
}

.modal-custom{
    position: absolute;
    top: 0%;
    margin-bottom: 50px;
}

.required-fields{
    font-size: 1rem;
    font-weight: bold;
    color: #c70000;
}
.form-fields{
    font-size: 1rem;
}
.required-placeholder::placeholder {
    color: #c70000 !important;
    opacity: 0.8;
}

.required-placeholder::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #c70000 !important;
    opacity: 0.8;
}
.required-placeholder:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c70000 !important;
    opacity: 0.8;
}
.required-placeholder::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c70000 !important;
    opacity: 0.8;
}
.required-placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c70000 !important;
    opacity: 0.8;
}
.required-placeholder::-ms-input-placeholder { /* Microsoft Edge */
    color: #c70000 !important;
    opacity: 0.8;
}

.table td, .table th{
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
}

.form-group {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before{
    margin-top: 0px;
}
table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after{
    margin-top: -3px;
}
.spinner{
    display: none;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/img/Preloader_11.gif) center no-repeat rgba(255, 255, 255, 0.5);
}

.DTFC_RightWrapper{
    width: auto !important;
    height: auto ;
    right: 0px !important;
}
.DTFC_RightBodyLiner {
    overflow-y: hidden !important;
    height: auto !important;
    max-height: 100% !important;
}
.DTFC_RightBodyWrapper{
    height: auto !important;
    max-height: 100% !important;
}

.swal2-popup{
    width: auto !important;
    min-width: 32em !important;
}

.btn.btn-icon {
    padding: 0.615rem 0.636rem;
}

.footer_custom{
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-pack: justify;
    justify-content: space-between;

}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before{
    display: none;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after{
    display: none;
}

.top-lines-track{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.steps{
    margin-top: -3rem;
}

@media (max-width: 768px) {
    .footer_custom{
        flex-direction: column;
    }
    .btn  {
        width: 100%;
    }

    /*.brand-logo{*/
    /*    margin-top: 0.8rem;*/
    /*}*/

    .steps h6{
        font-size: 0.75rem;
    }

    .item-cost .item-price{
        position: inherit;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }
    .item-cost .item-price .shipping{
        top: 0 !important;
    }

    .card-content .destination{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .item-cost .pdf{
        margin: 0;
    }

}
@media (min-width: 768px) {
.step5_hour{
    padding-left: 15px;
}


}
