﻿charset "utf-8";
/* CSS Document */
/* Split the screen in half */
.page-content {
    min-height: 889px !important;
}

.topbar {
    display: block;
    width: 100%;
    height: 312px;
}

.topbarVOC {
    display: block;
    width: 100%;
    height: 333px;
}

.modal.fade.in {
    top: 13%!important;
}



.padding {
    padding: 0px;
    }


.width {
    width: 100%;
    display: block;
}



.asayd-map-responsive {
    overflow: hidden;
    padding-bottom: 25%;
    position: relative;
    height: 0;
}

    .asayd-map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }



.select2-selection__rendered {
    line-height: 32px !important;
    border: 1px solid #C2CAD8 !important;
}

.select2-selection {
    height: 34px !important;
   
}

.swal-button {
    background-color: #32c5d2;
    border-color: #32c5d2;
}


.top-padding {
    padding-top: 5px;
}