/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

.btn-add-parent-form{
    font-size: 30px;
    padding: 10px 80px;
    font-weight: bold;
}
.questions_form{
    padding: 20px;
    border: 2px solid #DA291C;
    border-radius: 20px;
    margin-bottom: 20px;
    background: #ccc;
}
.flright{
    float: right;
}
.parent_forms{
	padding: 20px;
}

@media print {     
    .no-print {
        display: none;
    }

    .col-dash-8.print-dash {
        border: 0px;
        width: 100%;
    }
    .graphic-box {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .col-dash-8, .col-dash-4, .col-dash-width {
        width: 100% !important;
    }

}

.col-dash-4 {
    float: left;
    width: 30%;
    border: 2px solid #666;
    padding: 2%;
}
.col-dash-8 {
    float:left;
    width: 68%;
    padding: 2%;
    margin-left: 2%;
    border: 2px solid #666;
}
.graphic-box {
    border: 1px solid #000;
}
.footer-block {
    border-top: 1px solid #333;
    padding-top: 10px;
    margin-top: 10px;
}

.header-logo {
    float:right;
    margin-top: 30px;
    text-align: right;
}

.nav-link {
    font-size: 24px;
}
#btn-reset-id, #btn-submit-id {
    padding-left: 34px;
    padding-right: 34px;
    font-size: 24px
}

.fruity .btn-danger {
    color:  #ffffff;
    background-color: #a94442;
}

#khm-map-filter-id {
    height: 500px;
    width: 750px;
    border: 1px solid #000;
}

.border-frame {
    border: 1px solid #000;
}

.multiselect {
    overflow: hidden;
    text-overflow: ellipsis;
}
 .custom-select{
    display:inline-block;
    width:100%;
    min-width: 300px;
    text-align: left;
    height: 50px;
    padding:.375rem 1.75rem .375rem .75rem;
    color:#495057;
    vertical-align:middle;
    background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border:1px solid #666666;
    border-radius:.25rem;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
 .custom-select:focus{
    border-color:#80bdff;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
 }
 .custom-select{
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
 }
.dropdown-menu.show {
    display: block;
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}
.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.multiselect-container .multiselect-option.multiselect-group-option-indented {
    padding-left: 3rem;
}

.multiselect-container label {
    font-weight: normal;
    margin-left: 5px;
}
.multiselect-filter .fas.fa-sm.fa-search {
    display: none;
}
.multiselect-container .multiselect-filter>input.multiselect-search {
    margin-left:  0px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.switchlang {
    padding: 8px 5px 10px;
}

.switchlang.active {
    border: 2px solid #007bc6;
}



