body{
    background: url('/img/kps/kps-en-2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}
.col-2,.col-3,.col-4,.col-6,.col-8,.col-12{
    float: left;
}
.col-2{
    width: 16.66%;
}
.col-3{
    width: 25%;
}
.col-4{
    width: 33.33%;
}
.col-6{
    width: 50%;
}
.col-8{
    width: 66.66%;
}
.col-12{
    width: 100%;
}
.center{
    text-align: center;
}
.coming_soon{
    font-size: 10px;
}
.user_box{
    text-align: left;
    padding-left: 10px;
}
.user-icon{
    margin-top: 10px;
    font-size: 2em;
}
.welcome{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 7pt;
}
.username{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 10pt;
    margin: 0;
}
.user-open{
    margin-top: 10px;
    font-size: 2em;
}
.point{
    color: grey;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 7pt;
    margin-top: 3px;
}
.swal2-title{
    font-size: 1.5em !important;
}

.btn-menu{
    color: white;
    margin: 10px 15px 10px 15px;
    padding: 20px;
    text-align: center;
}

.left-middle{
    float: left;
    width: 60%;
    justify-content: center;
    display: flex;
    padding-top: 100px;
}

.btn-programme{
    color: white;
    width: 30%;
    vertical-align: middle;
    margin: 10px 15px 10px 15px;
    padding: 100px 10px;
    opacity: 100%;
    text-align: center;
    background-color: #333f4f;
    border-radius: 20px;
    box-shadow: 0 0 30px #333;
}

.btn-blue{
    background-color: #4774c2;
}
.btn-blue-light{
    background-color: #1eb1ee;
}
.btn-grey{
    background-color: #a5a5a5;
}
.btn-dark{
    background-color: #343434;
}

.modal-opening{
    float: left;
    width: 65%;
    justify-content: center;
    display: flex;
    padding-top: 5%;
    height: 100vh;
}
.btn-opening{
    width: 100%;
    height: auto;
    overflow: scroll;
    vertical-align: middle;
    margin: 10px 15px 10px 15px;
    opacity: 100%;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 0 30px #333;
}

.modal-panel{
    width: 80%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding-top: 3%;
    height: 100vh;
}
.modal-table{
    width: 100%;
    vertical-align: middle;
    margin: 10px 15px 10px 15px;
    padding: 20px 20px;
    opacity: 95%;
    text-align: center;
    background-color: white;
    box-shadow: 0 0 30px #333;
    overflow: scroll;
}
.d-none{
    display: none;
}

.col-sm-8{
    border-bottom: dashed 1px lightgrey;
}
.small{
    padding-top: 0 !important;
}

.btn-small{
    margin-bottom: 0 !important;
}
.topic{
    color: #4774c2;
    font-weight: bold;
}
.table-left{
    text-align: left;
}
.mod-holder{
    width: 100%;
    height: 130px;
    margin-bottom: 20px;
}
.mod-title{
    color: #0b2a7a;
    text-align: left;
    font-size: 40pt;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mod-header{
    text-align: left;
    float: left;
    width: 70%;
}
.mod-logo{
    float: left;
    width: 30%;
    height: auto;
    flex: auto;
}
.logo{
    width: 20%;
    min-width: 130px;
    float: right;
    padding: 1rem;
    margin-right: 10px;
}
.mod-filter{
}
.filter-label{
    float: left;
    width: 50px;
    text-align: right;
    padding-right: 15px;
    padding-top: 5px;
}
.filter-select{
    float: left;
    width: 80%;
}
.sorting_type{
    color: #0b2a7a;
    font-size: 40pt;
    font-weight: bold;
}
.sorting_type_category{
    color: #0b2a7a;
    font-size: 20pt;
    font-weight: bold;
}
.sorting_type_state{
    color: #0b2a7a;
    font-size: 20pt;
    font-weight: bold;
}
.company_name{
    font-weight: 200;
    margin-bottom: 10px;
    font-size: 15pt;
}
a {
    text-decoration: none !important;
}

.box_wrap{
    background-color: #232323;
    width: 400px;
    border-radius: 25px;
    opacity: 0.9;
}
.box{
    padding: 50px 50px 10px 50px;
}
.box_close{
    float: right;
    text-align: right;
    width: 100%;
    font-weight: bold;
}
.btn-close{
    font-size: 15pt;
}
.img-fluid{
    width: 80px;
    height: auto;
}
.label-primary{
    margin: 3px;
}