﻿.kt-header--fixed .kt-header {
    left: 0 !important;
}

.kt-header {
    background-color: white;
}

.kt-header-mobile {
    background-color: white;
}


.bottom-row {
    position: absolute;
    bottom: 0px;
    right:50%;
    padding-left: 15px;
    padding-right: 15px;
    float:right;
    z-index:999;
/*    margin-top: 10px;*/
}

.swal2-cancel {
    min-width: 100px;
}

.complete-box {
    padding: 20px 100px 40px 100px;
    text-align: center;
}

.complete-actions {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.star_required {
    font-weight: 700;
    color: red;
}


.kt-iconbox :hover {
    cursor: pointer;
}
/* centered columns styles */
.row-centered {
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.label-style {
    font-size: 1.2rem !important;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
}

.selectLanguage {
    text-transform: uppercase;
    display: inline;
    height: 30px;
    width: 100px;
    color: #33475C !important;
    padding: 0px;
    font-weight: 400;
    margin: 10px;
}

    @media (min-width: 1025px) {
        .kt-portlet.kt-portlet--height-fluid {
            height: calc(100% ) !important;
        }
    }


    @media(max-width:600px) {
        .btn-clone {
            font-size: 1rem;
            padding: 1rem;
            min-width: 100%;
        }

        .btn-delete-clone {
            font-size: 1rem;
            padding: 1rem;
            min-width: 100%;
        }

        .complete-box {
            padding: 10px;
            text-align: center;
        }

        .complete-actions {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        .btn-ks {
            min-width: 100%;
        }
    }

    .invalid {
        border: 1px solid red !important;
    }
