﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    margin: 0px 0px 0px 0px;
    overflow-x: hidden;
    /*background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;*/
   
   
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 825px;
    font-family: Poppins;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 75px;
    /* width:100%;*/
   
}




.grid {
   
    font-family: Poppins;
    font-size: 20px;
   
}

.grid-break {
    word-wrap: break-word; /* voor oudere browsers */
    overflow-wrap: break-word; /* moderne standaard */
    white-space: normal; /* laat tekst afbreken en niet op één lijn blijven */
}

.word-break {
    white-space: normal; /* laat tekst op meerdere regels */
    word-wrap: break-word; /* oudere browsers */
    overflow-wrap: break-word; /* moderne browsers */
}

.popup {
    background-color: #ffffcc;
    border: 1px solid #999;
    padding: 15px;
    width: 250px;
    position: fixed;
    top: 20px;
    right: 20px;
    box-shadow: 0 0 10px gray;
    z-index: 1000;
    display: none;
    border-radius: 8px;
    font-family: Arial, sans-serif;
}



#loaderOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 8px solid #ccc;
    border-top: 8px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}



::placeholder {
    font-family: Poppins;
    font-size: 16px;
    font-style: italic;
}

.modal-wide .modal-dialog {
    width: 80%; /* or whatever you wish */
    z-index: 999;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}


/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


.header {
    border: 1px none #CCCCCC;
    color: #FFFFFF;
  /*  margin: 0px 0px 0px 0px;
    text-align: center;
    line-height: normal;*/
    /*width:100%;*/
    background-color: whitesmoke;
    
}



.footer {
    color: white;
    vertical-align: middle;
    text-align: center;
    line-height: normal;
    /*width: 100%;*/
    background-color: black;
    /*padding-top: 50px;*/
    /*margin-top:25px;*/
    min-height: 70px;
    font-family: Poppins;
    font-size: 16px;
    bottom: 0;
    position: fixed;
    width:100%;
    padding-top:20px;
}


.spacer {
    margin: 5px;
    min-height: 40px;
}


/*input[type=text] {
    margin: 4px 0px 2px 0px;
    height: 45px;
}*/

.box {
    padding: 15px 5px 15px 5px;
    
    min-height: 75px;
    background: #FFFFFF;
    height: 100%;
    width: 100%;
    background-color: #336699;
}

.margin{
    margin-top:-2px

}

.formstyle {
    background-color:lightgray;
}


.icon {
    border: solid 1px;
    border-color: lightgray;
    border-radius: 20px;
    min-height: 150px;
    text-align: center;
    padding-top: 25px;
    font-family: Poppins;
    font-size: 17px;
    background-color: white;
    opacity: 0.98;
    width: 150px;
   
}

.icon_1 {
    border: solid 1px;
    border-color: lightgray;
    border-radius: 15px;
    min-height: 150px;
    text-align: center;
    padding-top: 25px;
    font-family: Poppins;
    font-size: 17px;
    background-color: whitesmoke;
    opacity: 0.95;
    width: 150px;
}


    .icon:hover {
        border: solid 2px;
        border-color: lightgray;
        border-radius: 15px;
        min-height: 150px;
        text-align: center;
        padding-top: 25px;
        font-family: Poppins;
        font-size: 17px;
        background-color:whitesmoke;
        opacity: 0.95;
        width: 150px;
    }




.header_text {
    margin-top:10px;
    font-family: Poppins;
    font-size: 20px;
    color: black;
    text-align:left;
}

.page_container_background {
    background-color: white;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 825px;
    height:100%;
}

.form_adres {
    margin-left:2%;
    margin-right:2%;
    background-color: white;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 400px;
}


#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(237, 237, 237, 0.8);
    z-index: 9999;
    display: flex; /* Altijd flex */
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: gray;
    text-align: center;
    visibility: hidden; /* in plaats van display: none */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.overlay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid rgba(255, 255, 255, 0.3);
    border-top: 6px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loading-text {
    font-size: 1.8em;
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.validation-summary-errors {
    width: 100%;
    border: 1px solid red;
    padding: 10px;
    background-color: #ffe6e6;
    color: darkred;
    border-radius: 6px;
    margin-bottom: 15px;
   
}


.Box_Steps {
    /*margin-left: 10%;*/
    margin-top: 1%;
    /*margin-right: 10%;*/
    text-align: center;
    
    opacity: 0.75;
    padding: 5px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(255,255,255,0.8295693277310925) 49%, rgba(255,255,255,0.011642156862745057) 100%);
}


.Box_left {
    margin-left: 4%;
    margin-top: 1%;
    margin-right: 2%;
    padding: 15px;
    background-color: white;
    border: solid;
    border-color: #cfd0d1;
    border-width: 1px;
}

.Box_left_1 {
    margin-left: 4%;
    margin-top: 1%;
    margin-right: 2%;
    padding: 15px;
    background-color: lightgrey;
    border: solid;
    border-color: #cfd0d1;
    border-width: 1px;
}


.Box_left_line {
    margin-left: 4%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 2%;
    padding: 15px;
    background-color: white;
    opacity: 1;
}


.Box_Right {
    margin-left: 2%;
    margin-top: 1%;
    margin-right: 4%;
    padding: 15px;
    background-color: white;
    border: solid;
    border-color: #cfd0d1;
    border-width: 1px;
}

.boxgrid {
    margin-left: 2%;
    margin-right: 2%;
    background-color: transparent;
    opacity: 1;
    border: solid;
    border-color: #cfd0d1;
    border-width: 1px;
}


.Box_Colli {
    margin-left: 2%;
    margin-top: 2%;
    margin-right: 2%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    background-color: white;
    min-height: 150px;
    opacity: 1;
    border: solid;
    border-color: #cfd0d1;
    border-width: 1px;
}

.checkbtn input[type="checkbox"] {
    width: 20px;
    Height: 20px;
    border: solid;
    border-color:gray;
    border-width:1px;
    font-size:10px;
    


    
}

.icon_boeking {
    border: solid 2px;
    border-color: lightgray;
    border-radius: 15px;
    min-height: 115px;
    text-align: center;
    padding-top: 25px;
    font-family: Poppins;
    font-size: 16px;
    
    background-color: white;
    opacity: 0.98;
    width: 115px;
    margin-top:15px;
    float:right;
    
}

    .icon_boeking:hover {
        border: solid 2px;
        border-color: lightgray;
        border-radius: 15px;
        min-height: 115px;
        text-align: center;
        padding-top: 25px;
        font-family: 'Poppins';
        font-size: 16px;
        background-color: whitesmoke;
        opacity: 0.95;
        width: 115px;
        float: right;
    }

.form-adres {
    background-color: whitesmoke;
    opacity: 0.95;
}


/*@keyframes fadeIn {
    0% {
        opacity: 0.50;
    }

    100% {
        opacity: 0.95;
    }
}
*/


/*==================================================
 * Effect 1
 * ===============================================*/
.effect1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2 {
    position: relative;
}

    .effect2:before, .effect2:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 50%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .effect2:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }

/*==================================================
 * Effect 3
 * ===============================================*/
.effect3 {
    position: relative;
}

    .effect3:before {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

/*==================================================
 * Effect 4
 * ===============================================*/
.effect4 {
    position: relative;
}

    .effect4:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        right: 10px;
        left: auto;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
    }

/*==================================================
 * Effect 5
 * ===============================================*/
.effect5 {
    position: relative;
}

    .effect5:before, .effect5:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 25px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 35px 20px #777;
        -moz-box-shadow: 0 35px 20px #777;
        box-shadow: 0 35px 20px #777;
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    .effect5:after {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
        right: 10px;
        left: auto;
    }

/*==================================================
 * Effect 6
 * ===============================================*/
.effect6 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .effect6:before, .effect6:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.8);
        top: 50%;
        bottom: 0;
        left: 10px;
        right: 10px;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    }

    .effect6:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }

/*==================================================
 * Effect 7
 * ===============================================*/
.effect7 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .effect7:before, .effect7:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.8);
        top: 0;
        bottom: 0;
        left: 10px;
        right: 10px;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    }

    .effect7:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }

/*==================================================
 * Effect 8
 * ===============================================*/
.effect8 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .effect8:before, .effect8:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.8);
        top: 10px;
        bottom: 10px;
        left: 0;
        right: 0;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    }

    .effect8:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }





.svg-container {
    width: 2em;
}

.checkbtn input[type="checkbox"] {
    width: 25px;
    Height: 25px;
   
}

    .checkbtn input[type="checkbox"] + label {
        text-indent: 2px;
        font-size: 16px;
    }


.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #666666;
            background-color: #C6E2FF;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover, .pagination-ys table > tbody > tr > td > span:hover, .pagination-ys table > tbody > tr > td > a:focus, .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #E4E4E4;
            border-color: #dddddd;
        }

.switch-field {
    display: flex;
    margin-bottom: 0px;
    overflow: hidden;
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label {
        background-color: #c9c7c7;
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        line-height: 1;
        text-align: center;
        padding: 8px 16px;
        margin-right: -1px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
        transition: all 0.1s ease-in-out;
    }

        .switch-field label:hover {
            cursor: pointer;
        }

    .switch-field input:checked + label {
        background-color: #a5dc86;
        box-shadow: none;
    }

    .switch-field label:first-of-type {
        border-radius: 4px 0 0 4px;
    }

    .switch-field label:last-of-type {
        border-radius: 0 4px 4px 0;
    }

    .switch-field input:not(:checked) + label {
        background-color: #c9c7c7;
        color: rgba(0, 0, 0, 0.6);
    }




/* This is just for CodePen. */



h2 {
    font-size: 18px;
    margin-bottom: 8px;
}

.form_date {
    font-size: 16px !important;
    font-family: 'Poppins' !important;
}

    .form_date input {
        font-family: 'Poppins' !important;
        font-size: 16px !important;
    }

.form_input {
    font-size: 16px !important;
    font-family: 'Poppins' !important;
}

    .form_input input {
        font-family: 'Poppins' !important;
        font-size: 16px !important;
    }


.e-widget.e-ddl .e-options {
}

.e-widget .e-atc .e-in-wrap,
.e-widget .e-atc .e-input,
.e-widget.e-atc-popup,
.e-widget .e-atc .e-options {
    background-color: white;
    border-color: #cecece;
    color: #333333;
    font-family: Poppins;
    font-size: 16px;
}

.e-widget .e-atc .e-in-wrap,
.e-widget .e-atc .e-input,
.e-widget.e-atc-popup,
.e-widget .e-atc .e-options {
    color: #333333;
    font-family: Poppins;
    font-size: 16px;
}

.e-widget.e-ddl .e-input,
.e-widget.e-ddl .e-input[readonly],
.e-widget.e-ddl-popup,
.e-widget.e-ddl .e-options {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    cursor: default;
}

    .e-widget.e-ddl .e-input,
    .e-widget.e-ddl .e-input[readonly],
    .e-widget.e-ddl-popup,
    .e-widget.e-ddl .e-options {
        /*other*/
    }

        .e-widget.e-ddl .e-input,
        .e-widget.e-ddl .e-input[readonly],
        .e-widget.e-ddl-popup,
        .e-widget.e-ddl .e-options {
            color: #333333;
            background-color: white;
        }

.e-widget.e-atc-popup ul li.e-category {
}

.e-widget.e-ddl .e-in-wrap,
.e-widget.e-ddl-popup,
.e-ddl .e-options,
.e-widget.e-ddl-popup .e-atc.e-search {
}

    .e-widget.e-ddl .e-in-wrap,
    .e-widget.e-ddl-popup,
    .e-ddl .e-options,
    .e-widget.e-ddl-popup .e-atc.e-search {
        /*other*/
    }

        .e-widget.e-ddl .e-in-wrap,
        .e-widget.e-ddl-popup,
        .e-ddl .e-options,
        .e-widget.e-ddl-popup .e-atc.e-search {
            border-color: #cecece;
        }

.e-widget.e-ddl .e-options.e-active {
}

.e-widget.e-ddl .e-options.e-active {
    /*other*/
    background-color: #3277b2;
    color: white;
    border-color: #3277b2;
}

.e-widget.e-ddl .e-options:hover {
}

.e-widget.e-ddl .e-options .e-icon.e-close {
}

.e-widget.e-ddl-popup div > ul li {
}

.e-widget.e-ddl-popup .e-active.e-hover {
}

.e-widget.e-ddl .e-boxes {
    background-color: white;
}

.e-widget.e-ddl.e-popactive .e-in-wrap:before,
.e-widget.e-ddl.e-popactive .e-in-wrap:after {
}

.e-widget.e-ddl.e-focus .e-in-wrap {
}

.e-widget.e-ddl.e-focus .e-in-wrap {
    /*other*/
    box-shadow: 0 0 7px rgba(154, 146, 203, 0.87);
    border-color: #cecece;
}

.e-widget.e-ddl:hover .e-in-wrap {
}

.e-widget.e-ddl:hover .e-in-wrap {
    /*office-365*/

    border-color: #cecece;
}

.e-widget.e-ddl .e-input.e-watermark {
    color: #d2d1d1 !important;
    font-style: italic;
}

.e-widget.e-ddl-popup .e-hover {
}

.e-widget.e-ddl-popup .e-hover {
    /*other*/
}

.e-widget.e-ddl-popup .e-hover {
    color: #333333;
}

.e-widget.e-ddl-popup .e-hover {
    background: #f4f4f4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4, #e9e9e9);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e9e9e9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4, #e9e9e9);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4, #e9e9e9);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4, #e9e9e9);
    /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4, #e9e9e9);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e9e9e9', GradientType=0);
    /* IE6-9 */
}

.e-widget.e-ddl .e-select:hover,
.e-widget.e-ddl.e-rtl .e-select:hover {
}

.e-widget.e-ddl .e-select:hover,
.e-widget.e-ddl.e-rtl .e-select:hover {
    /*other*/
}

.e-widget.e-ddl .e-select:hover,
.e-widget.e-ddl.e-rtl .e-select:hover {
    color: #333333;
    border-color: #cecece;
}

.e-widget.e-ddl .e-select:hover,
.e-widget.e-ddl.e-rtl .e-select:hover {
    background: #f4f4f4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4, #e9e9e9);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e9e9e9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4, #e9e9e9);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4, #e9e9e9);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4, #e9e9e9);
    /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4, #e9e9e9);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e9e9e9', GradientType=0);
    /* IE6-9 */
}

.e-widget.e-ddl .e-select:active,
.e-widget.e-ddl.e-rtl .e-select:active {
}

.e-widget.e-ddl .e-select.e-disable {
}

.e-widget.e-ddl .e-input.e-disable {
}

.e-widget.e-ddl-popup .e-active {
    border-bottom: 1px solid white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.e-widget.e-ddl-popup .e-active {
    /*other*/
}

.e-widget.e-ddl-popup .e-active {
    color: white;
}

.e-widget.e-ddl-popup .e-active {
    background: #3277b2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3277b2, #296293);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3277b2), color-stop(100%, #296293));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3277b2, #296293);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3277b2, #296293);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3277b2, #296293);
    /* IE10+ */
    background: linear-gradient(to bottom, #3277b2, #296293);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3277b2', endColorstr='#296293', GradientType=0);
    /* IE6-9 */
}

    .e-widget.e-ddl-popup .e-active.e-hover {
    }

.e-widget.e-ddl .e-select,
.e-widget.e-ddl.e-rtl .e-select,
.e-widget.e-ddl .e-disable.e-select:hover {
}

.e-widget.e-ddl .e-select,
.e-widget.e-ddl.e-rtl .e-select,
.e-widget.e-ddl .e-disable.e-select:hover {
    /*other*/

    background: #fcfcfc;
    /* Old browsers */

    color: #666666;
    border-color: #cecece;
}

    .e-widget.e-ddl .e-select.e-load {
        background-image: url(images/ajax-loader.gif);
        background-position: center center;
        background-repeat: no-repeat;
    }

.e-widget.e-ddl-popup .e-resize-handle {
    cursor: se-resize;
    float: right;
    padding: 4px 3px 0 0;
    margin-right: 2px;
}

    .e-widget.e-ddl-popup .e-resize-handle.e-rtl-resize {
        float: left;
        cursor: sw-resize;
        transform: rotate(90deg);
        padding: 3px 0 0 3px;
    }

.e-widget.e-ddl-popup .e-resizebar {
    background: #fcfcfc;
    /* Old browsers */

    border-top: 1px solid white;
    height: 20px;
    width: auto;
    display: block;
}

.e-widget.e-ddl-popup .e-atc.e-search .e-search:before,
.e-widget.e-ddl-popup .e-atc.e-search .e-cross-circle:before {
    color: #cecece;
}

.e-widget.e-ddl-popup .e-checkwrap.e-check-act,
.e-widget.e-ddl-popup .e-checkwrap:hover {
}

.e-widget.e-ddl-popup .e-checkwrap.e-check-act,
.e-widget.e-ddl-popup .e-checkwrap:hover {
    border: 1px solid #cecece;
}

    .e-widget.e-ddl-popup .e-checkwrap.e-check-act:hover {
    }

.e-widget.e-ddl-popup .e-checkwrap.e-check-act {
}

.e-widget.e-ddl-popup .e-checkwrap {
    background-color: white;
}

.e-widget.e-ddl-popup .e-checkwrap {
    /*other*/
    border-radius: none;
}

.e-widget.e-ddl-popup .e-checkwrap {
    border: 1px solid #cecece;
}

    .e-widget.e-ddl-popup .e-checkwrap:hover {
    }

.e-widget.e-ddl-popup .e-check-act {
}

.e-widget.e-ddl-popup .e-check-act {
    /*other*/
}

.e-widget.e-ddl-popup .e-check-act {
    color: #3277b2;
}

.e-widget .e-dropdownlist::-webkit-input-placeholder {
    color: #333333;
}

.e-widget .e-dropdownlist:-ms-input-placeholder {
    color: #333333;
}

.e-widget .e-dropdownlist::-moz-placeholder {
    color: #333333;
}

.e-widget .e-dropdownlist:-moz-placeholder {
    color: #333333;
}

.e-widget.e-ddl.e-widget.e-popactive .e-select .e-icon {
}

.e-widget.e-ddl.e-widget .e-select .e-icon {
}

.e-widget.e-ddl-popup .e-check-inact.e-ddl-anim:before {
}

.e-widget.e-ddl-popup .e-check-act.e-ddl-anim:after {
}

.e-widget.e-ddl.e-widget .e-in-wrap.e-disable {
    border-color: #cccccc;
    background-color: #eeeeee;
    opacity: initial;
}

.e-widget.e-ddl.e-widget .e-input.e-disable {
    background: #eeeeee;
}

.e-widget.e-ddl.e-widget .e-select.e-disable {
    background: #d6d7d7;
    border-color: #cccccc;
}

.e-widget.e-ddl.e-widget .e-input.e-disable {
}


.e-widget.e-atc .e-in-wrap,
.e-widget.e-atc .e-input,
.e-widget.e-atc-popup,
.e-widget.e-atc .e-options {
    background-color: white;
    border-color: #cecece;
    font-family: Poppins;
    font-size: 16px;
}

.e-widget.e-atc .e-in-wrap,
.e-widget.e-atc .e-input,
.e-widget.e-atc-popup,
.e-widget.e-atc .e-options {
    color: #333333;
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
}

.e-widget.e-atc-popup {
    font-family: Poppins;
    font-size: 16px;
}

    .e-widget.e-atc-popup .e-hilight-txt {
    }

.e-widget.e-atc .e-options.e-active {
    color: white;
}

.e-widget.e-atc .e-options.e-active {
    border-color: #cecece;
}

.e-widget.e-atc .e-options.e-active {
    background: #3277b2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3277b2, #296293);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3277b2), color-stop(100%, #296293));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3277b2, #296293);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3277b2, #296293);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3277b2, #296293);
    /* IE10+ */
    background: linear-gradient(to bottom, #3277b2, #296293);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3277b2', endColorstr='#296293', GradientType=0);
    /* IE6-9 */
}

    .e-widget.e-atc .e-options.e-active:hover,
    .e-widget.e-atc .e-options:hover {
    }

    .e-widget.e-atc .e-options.e-active:hover,
    .e-widget.e-atc .e-options:hover {
        color: #333333;
        border-color: #cecece;
    }

    .e-widget.e-atc .e-options.e-active:hover,
    .e-widget.e-atc .e-options:hover {
        background: #f4f4f4;
        /* Old browsers */
        background: -moz-linear-gradient(top, #f4f4f4, #e9e9e9);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e9e9e9));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f4f4f4, #e9e9e9);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f4f4f4, #e9e9e9);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f4f4f4, #e9e9e9);
        /* IE10+ */
        background: linear-gradient(to bottom, #f4f4f4, #e9e9e9);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e9e9e9', GradientType=0);
        /* IE6-9 */
    }

.e-widget.e-atc .e-boxes {
    background-color: white;
}

.e-widget.e-atc.e-focus .e-in-wrap {
}

.e-widget.e-atc.e-focus .e-in-wrap {
    box-shadow: 0 0 7px rgba(154, 146, 203, 0.87);
    border-color: #cecece;
}

.e-widget.e-atc .e-in-wrap input.e-input,
input[type="text"].e-input {
}

.e-widget.e-atc:hover .e-in-wrap {
}

.e-widget.e-atc:hover .e-in-wrap {
    border-color: #cecece;
}

.e-widget.e-atc-popup .e-category {
    border-bottom: 1px solid #cecece;
}

.e-widget.e-atc-popup .e-hover,
.e-widget.e-atc-popup .e-content .e-atc-trbgcolor.e-hover {
}

.e-widget.e-atc-popup .e-hover,
.e-widget.e-atc-popup .e-content .e-atc-trbgcolor.e-hover {
    color: #333333;
    border-color: #f4f4f4;
}

.e-widget.e-atc-popup .e-hover,
.e-widget.e-atc-popup .e-content .e-atc-trbgcolor.e-hover {
    background: #f4f4f4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4, #e9e9e9);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e9e9e9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4, #e9e9e9);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4, #e9e9e9);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4, #e9e9e9);
    /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4, #e9e9e9);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e9e9e9', GradientType=0);
    /* IE6-9 */
}

.e-widget.e-atc .e-select:hover,
.e-widget.e-atc.e-rtl .e-select:hover {
}

.e-widget.e-atc .e-select:hover,
.e-widget.e-atc.e-rtl .e-select:hover {
    border-color: #cecece;
    color: #333333;
}

.e-widget.e-atc .e-select:hover,
.e-widget.e-atc.e-rtl .e-select:hover {
    background: #f4f4f4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4, #e9e9e9);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e9e9e9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4, #e9e9e9);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4, #e9e9e9);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4, #e9e9e9);
    /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4, #e9e9e9);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e9e9e9', GradientType=0);
    /* IE6-9 */
}

.e-widget.e-atc-popup ul li,
.e-widget.e-atc-popup.e-rtl ul li {
    font-family: Poppins;
    font-size: 16px;
}

.e-widget.e-atc .e-select,
.e-widget.e-atc.e-rtl .e-select,
.e-widget.e-atc .e-select.e-disable:hover {
}

    .e-widget.e-atc .e-select,
    .e-widget.e-atc.e-rtl .e-select,
    .e-widget.e-atc .e-select.e-disable:hover {
        border-color: #cecece;
        color: #666666;
        background: #fcfcfc;
        /* Old browsers */
    }

.e-widget.e-atc .e-input.e-load {
    background-image: url(images/ajax-loader.gif);
}

.e-widget.e-atc ::-webkit-input-placeholder {
}

.e-widget.e-atc ::-webkit-input-placeholder {
    color: #333333;
}

.e-widget.e-atc :-ms-input-placeholder {
}

.e-widget.e-atc :-ms-input-placeholder {
    color: #333333;
}

.e-widget.e-atc ::-moz-placeholder {
}

.e-widget.e-atc ::-moz-placeholder {
    color: #333333;
}

.e-widget.e-atc :-moz-placeholder {
}

.e-widget.e-atc :-moz-placeholder {
    color: #333333;
}

.e-widget.e-atc-popup .e-atc-tdbottom,
.e-widget.e-atc-popup div.e-atc-tableHeader {
    border-bottom: 1px solid #cecece;
}

.e-widget.e-atc-popup .e-atc-tdright,
.e-widget.e-atc-popup .e-atc-tableHeaderScroll .e-atc-tableHeaderBorder,
.e-widget.e-atc-popup div .e-atc-thright {
    border-right: 1px solid #cecece;
}

.e-widget.e-atc-popup .e-atc-tdleft,
.e-widget.e-atc-popup .e-atc-tableHeaderRTL .e-atc-tableHeaderBorder,
.e-widget.e-atc-popup div .e-atc-thleft {
    border-left: 1px solid #cecece;
}

.e-widget.e-atc-popup .e-atc-tableHeaderContent th {
    background: white;
}

.e-widget.e-atc-popup .e-content .e-atc-trbgcolor {
    background: white;
}

.e-widget.e-atc .e-in-wrap {
}

    .e-widget.e-atc .e-in-wrap,
    .e-widget.e-atc .e-in-wrap .e-input {
    }

        .e-widget.e-atc .e-in-wrap input.e-input,
        input[type="text"].e-input {
        }

.e-widget.e-atc-popup {
}

.e-widget.e-atc .e-input::selection {
}

.e-widget.e-atc .e-input::-moz-selection {
}

.e-widget.e-atc.e-disable-wrap .e-in-wrap {
}

.e-widget.e-atc.e-disable-wrap .e-in-wrap {
    background-color: #eeeeee;
    border-color: #cccccc;
}

.e-widget.e-atc .e-in-wrap:before,
.e-widget.e-atc .e-in-wrap:after {
}

.e-widget.e-atc .e-select.e-active,
.e-widget.e-atc .e-select:hover {
}

.e-widget.e-atc .e-select:after {
}

.e-widget.e-atc .e-select {
}

.e-widget.e-atc .e-visual-mode.e-input {
}

.e-widget.e-atc-popup .e-ul .txt {
}

.e-widget.e-atc-popup .e-ul .flag {
}

.e-widget.e-atc .e-select .e-icon.e-search {
}

.e-widget.e-atc .e-autocomplete.e-input {
}

.e-widget.e-atc .e-select:active {
}

.e-widget.e-atc .e-select.e-disable,
.e-widget.e-atc .e-select.e-disable:hover {
}

    .e-widget.e-atc .e-select.e-disable,
    .e-widget.e-atc .e-select.e-disable:hover {
        background-color: #d6d7d7;
    }

.e-widget.e-atc .e-options .e-icon.e-close {
}

.e-widget.e-atc .e-options.e-active .e-icon.e-close {
}

.e-widget.e-atc .e-options {
}

.e-widget.e-atc .e-visual-mode.e-input {
}

.e-widget.e-atc-popup .e-atc-tableContent td {
}

.e-widget.e-atc .e-options.e-active:hover .e-icon.e-close {
}

.e-widget.e-atc .e-in-wrap.e-padding {
}

    .e-widget.e-atc .e-in-wrap.e-padding:before,
    .e-widget.e-atc .e-in-wrap.e-padding:after {
    }

.e-widget.e-atc-popup .e-activeli,
.e-widget.e-atc-popup .e-content .e-activeli {
    background: #3277b2;
}



.e-widget.ej1-combobox .e-ddl-icon {
}

.e-widget.ej1-combobox.e-ddl.e-input-group .e-ddl-hidden {
    border: 0;
    height: 0;
    visibility: hidden;
    width: 0;
}

.e-widget.ej1-combobox.e-input-group .e-input.e-placeholder {
    top: 0px;
    position: absolute;
    border: inherit;
    font-style: italic;
    padding: 0px !important;
}

.e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-btn button:hover,
.e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-icon:hover,
.e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-btn button:active,
.e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-icon:active {
}

.e-widget.ej1-combobox.e-input-group::before {
}

.e-widget.ej1-combobox.e-input-group::before,
.e-widget.ej1-combobox.e-input-group::after {
}

.e-widget.ej1-combobox.e-input-group.e-input-focus::before,
.e-widget.ej1-combobox.e-input-group.e-input-focus::after {
}

.e-widget.ej1-combobox.e-input-group::after {
}

.e-widget.ej1-combobox.e-input-group::before,
.e-widget.ej1-combobox.e-input-group::after {
}

.e-widget.ej1-combobox.e-icon-anim .e-ddl-icon {
}

.e-widget.ej1-combobox.e-input-group .e-ddl-icon:hover {
}

.e-widget.ej1-combobox.e-input-group:not(.e-disabled) .e-ddl-icon:active {
}

.e-widget.ej1-combobox input.e-combobox.e-input::selection {
}

.e-widget.ej1-combobox input.e-combobox.e-input::-moz-selection {
}

.e-widget.ej1-combobox.e-input-group .e-ddl-icon:not(:active)::after {
}

.e-widget.ej1-combobox .e-dropdownbase.e-content {
    background: white;
    color: #333333;
}

.e-widget.ej1-combobox .e-list-item.e-hover {
    background: #d1cfcf;
    color: #333333;
}

.e-widget.ej1-combobox input.e-combobox.e-input {
    margin: 0px;
    color: #333333;
    font-family: Poppins;
    font-size: 16px;
    padding:0px !important;
}

.e-widget.ej1-combobox input.e-combobox.e-input {
    border: 1px solid;
    color: #333333;
    font-family: Poppins;
    font-size: 16px;
    padding: 0px;
}

.e-widget.ej1-combobox .e-combobox.e-input[disabled],
.e-widget.ej1-combobox.e-ddl.e-input-group.e-disabled {
    border-style: solid;
}

.e-widget.ej1-combobox.e-ddl.e-input-group.e-disabled {
    border-bottom-style: solid;
}

.e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-btn button {
    font-family: Poppins;
    font-size: 16px;
}

.e-widget.ej1-combobox.e-ddl.e-input-group.e-disabled {
    border-style: solid;
}

.e-widget.ej1-combobox.e-ddl.e-input-group .e-clear-icon {
    color: #666666;
}

.e-widget.ej1-combobox input.e-combobox.e-input,
.e-widget.ej1-combobox textarea.e-combobox.e-input {
    background: white;
    border-color: #cecece;
    color: #333333;
}

.e-widget.ej1-combobox.e-ddl.e-input-group {
    background: white;
}

    .e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-icon {
    }

    .e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-icon {
    }

    .e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-icon {
        /*other*/

        background: #fcfcfc;
        /* Old browsers */

        color: #666666;
        border-color: #cecece;
    }

    .e-widget.ej1-combobox.e-ddl.e-input-group:not(.e-rtl) .e-input-group-icon {
        border-left: 1px solid #cecece;
    }

    .e-widget.ej1-combobox.e-ddl.e-input-group.e-rtl .e-input-group-icon {
    }

    .e-widget.ej1-combobox.e-ddl.e-input-group.e-rtl .e-input-group-icon {
        border-right: 1px solid #cecece;
    }

.e-widget.ej1-combobox .e-combobox.e-input[disabled] {
    background: 0px;
}

.e-widget.ej1-combobox .e-combobox.e-input[readonly] {
    background: white;
}

.e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-btn button {
    background: white;
    border-color: #cecece;
    color: #666666;
}

    .e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-btn button:hover,
    .e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-icon:hover {
        background: #f4f4f4;
    }

.e-widget.ej1-combobox.e-ddl.e-input-group:not(.e-disabled) .e-input-group-btn:active button,
.e-widget.ej1-combobox.e-ddl.e-input-group:not(.e-disabled) .e-input-group-icon:active,
.e-widget.ej1-combobox input.e-combobox.e-input::selection {
    background: #3277b2;
    color: white;
}

.e-widget.ej1-combobox input.e-combobox.e-input::-webkit-input-placeholder,
.e-widget.ej1-combobox input.e-combobox.e-input:-moz-placeholder,
.e-widget.ej1-combobox input.e-combobox.e-input::-moz-placeholder,
.e-widget.ej1-combobox input.e-combobox.e-input:-ms-input-placeholder {
    color: #cecece;
}

.e-widget.ej1-combobox.e-ddl.e-input-group {
    border-bottom-color: #cecece;
}

    .e-widget.ej1-combobox.e-ddl.e-input-group .e-ddl-icon:before {
        width: 14px;
        height: 14px;
        display: block;
        margin: 0 auto;
    }

    .e-widget.ej1-combobox.e-ddl.e-input-group .e-ddl-icon:before {
        content: "\e63b";
    }

.e-widget.ej1-combobox.e-input-group.e-ddl {
}

.e-widget.ej1-combobox.e-input-group.e-ddl {
    height: 28px;
}

.e-widget.ej1-combobox.e-ddl.e-popup {
    border: 1px solid #cecece;
    position: absolute;
}

    .e-widget.ej1-combobox.e-ddl.e-popup .e-input-group {
        margin-bottom: 0;
    }

.e-widget.ej1-combobox.e-ddl.e-popup {
    border-color: #cecece;
}

.e-widget.ej1-combobox .e-dropdownbase.e-nodata {
    font-family: Segoe UI, Helvetica Neue, Ubuntu, Arial;
    font-size: 16px;
}

.e-widget.ej1-combobox .e-dropdownbase {
    border-color: #cecece;
}

    .e-widget.ej1-combobox .e-dropdownbase .e-list-item {
        background-color: white;
        border-bottom: 1px;
        border-color: #fcfcfc, #e0e0e0;
        color: #333333;
        font-family: Segoe UI, Helvetica Neue, Ubuntu, Arial;
        font-size: 14px;
        line-height: 2.4em;
        text-indent: 1.067em;
    }

    .e-widget.ej1-combobox .e-dropdownbase .e-list-item {
    }

    .e-widget.ej1-combobox .e-dropdownbase .e-list-item {
        color: #333333;
    }

    .e-widget.ej1-combobox .e-dropdownbase .e-list-group-item,
    .e-widget.ej1-combobox .e-dropdownbase .e-fixed-head {
        background-color: white;
        border-color: white;
        font-family: Segoe UI, Helvetica Neue, Ubuntu, Arial;
        font-size: 14px;
        font-weight: 600;
        line-height: 2.4em;
        padding-left: 1.067em;
    }

    .e-widget.ej1-combobox .e-dropdownbase .e-list-group-item,
    .e-widget.ej1-combobox .e-dropdownbase .e-fixed-head {
    }

    .e-widget.ej1-combobox .e-dropdownbase .e-list-group-item,
    .e-widget.ej1-combobox .e-dropdownbase .e-fixed-head {
        color: #333333;
    }

    .e-widget.ej1-combobox .e-dropdownbase .e-list-item.e-active.e-hover {
    }

    .e-widget.ej1-combobox .e-dropdownbase .e-list-item.e-hover {
    }

    .e-widget.ej1-combobox .e-dropdownbase .e-list-item.e-hover {
        /*other*/
    }

    .e-widget.ej1-combobox .e-dropdownbase .e-list-item.e-hover {
        color: #333333;
        border-color: #cecece;
    }

    .e-widget.ej1-combobox .e-dropdownbase .e-list-item.e-hover {
        background: #f4f4f4;
        /* Old browsers */
        background: -moz-linear-gradient(top, #f4f4f4, #e9e9e9);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e9e9e9));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f4f4f4, #e9e9e9);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f4f4f4, #e9e9e9);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f4f4f4, #e9e9e9);
        /* IE10+ */
        background: linear-gradient(to bottom, #f4f4f4, #e9e9e9);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e9e9e9', GradientType=0);
        /* IE6-9 */
    }

    .e-widget.ej1-combobox .e-dropdownbase .e-list-item.e-active {
    }

    .e-widget.ej1-combobox .e-dropdownbase .e-list-item.e-active {
        /*other*/
    }

    .e-widget.ej1-combobox .e-dropdownbase .e-list-item.e-active {
        color: white;
    }

    .e-widget.ej1-combobox .e-dropdownbase .e-list-item.e-active {
        background: #3277b2;
        /* Old browsers */
        background: -moz-linear-gradient(top, #3277b2, #296293);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3277b2), color-stop(100%, #296293));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #3277b2, #296293);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #3277b2, #296293);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #3277b2, #296293);
        /* IE10+ */
        background: linear-gradient(to bottom, #3277b2, #296293);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3277b2', endColorstr='#296293', GradientType=0);
        /* IE6-9 */
    }

    .e-widget.ej1-combobox .e-dropdownbase .e-list-item:last-child {
        border-bottom: 0;
    }

    .e-widget.ej1-combobox .e-dropdownbase .e-list-item.e-item-focus {
        background-color: #f4f4f4;
    }

.e-widget.ej1-combobox.e-ddl.e-input-group input.e-combobox.e-input,
.e-widget.ej1-combobox.e-ddl.e-input-group.e-input-focus .e-combobox.e-input:focus {
    border-color: #cecece;
}

.e-widget.ej1-combobox.e-ddl.e-input-group.e-input-focus {
}

.e-widget.ej1-combobox.e-ddl.e-input-group.e-input-focus {
    box-shadow: 0 0 7px rgba(154, 146, 203, 0.87);
    border-color: #cecece;
}

    .e-widget.ej1-combobox.e-ddl.e-input-group.e-input-focus .e-combobox.e-input:first-child:focus,
    .e-widget.ej1-combobox.e-ddl.e-input-group.e-input-focus.e-rtl span:last-child.e-input-group-icon,
    .e-widget.ej1-combobox.e-ddl.e-input-group.e-input-focus.e-rtl span:last-child button {
        border-color: transparent #cecece transparent transparent;
    }

    .e-widget.ej1-combobox.e-ddl.e-input-group.e-input-focus.e-rtl span.e-input-group-icon,
    .e-widget.ej1-combobox.e-ddl.e-input-group.e-input-focus span button,
    .e-widget.ej1-combobox.e-ddl.e-input-group.e-input-focus.e-rtl span:first-child.e-input-group-icon,
    .e-widget.ej1-combobox.e-ddl.e-input-group.e-input-focus.e-rtl span:first-child button,
    .e-widget.ej1-combobox.e-input-focus.e-rtl .e-combobox.e-input:first-child:focus,
    .e-widget.ej1-combobox.e-input-focus .e-combobox.e-input:last-child:focus,
    .e-widget.ej1-combobox.e-ddl.e-input-group.e-input-focus span.e-input-group-icon {
        border-color: transparent transparent transparent #cecece;
    }

.e-widget.ej1-combobox.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-widget.ej1-combobox.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-widget.ej1-combobox.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-widget.ej1-combobox.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-widget.ej1-combobox.e-ddl.e-input-group {
    border: 1px solid;
    border-color: #cecece;
}

.e-widget.ej1-combobox.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-widget.ej1-combobox.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-widget.ej1-combobox.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-widget.ej1-combobox.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-widget.ej1-combobox.e-ddl.e-input-group {
    border-width: 1px;
}

    .e-widget.ej1-combobox .e-input-group-btn:not(:last-child) button,
    .e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-icon:not(:last-child) {
    }

    .e-widget.ej1-combobox .e-input-group-btn:not(:last-child) button,
    .e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-icon:not(:last-child) {
        border-left: 1px solid;
        border-left-width: 1px;
        border-color: #cecece;
    }

    .e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-icon,
    .e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-btn button {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        font-size: 14px;
        padding: 7px;
    }

    .e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-icon,
    .e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-btn button {
        border-radius: 0px 4px 4px 0px;
    }

.e-widget.ej1-combobox.e-ddl.e-rtl.e-input-group .e-input-group-icon,
.e-widget.ej1-combobox.e-ddl.e-rtl.e-input-group .e-input-group-btn button {
    border-radius: 4px 0px 0px 4px;
}

.e-widget.ej1-combobox.e-ddl .e-input-value,
.e-widget.ej1-combobox.e-ddl .e-input-value:focus {
    font-family: Segoe UI, Helvetica Neue, Ubuntu, Arial;
    font-size: 14px;
    height: auto;
    line-height: 1.4;
    margin: 0px;
    outline: none;
    padding: 2px 0;
    width: 100%;
}

.e-widget.ej1-combobox.e-input-group.e-ddl .e-comboie8.e-comboie.e-ddl-icon {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cecece;
}

.e-widget.ej1-combobox.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after .e-widget.ej1-combobox.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-widget.ej1-combobox.e-input-group::before,
.e-widget.ej1-combobox.e-input-group::after {
}

.e-widget.ej1-combobox.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after .e-widget.ej1-combobox.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-widget.ej1-combobox.e-input-group::before,
.e-widget.ej1-combobox.e-input-group::after {
    background: none;
}

.e-widget.ej1-combobox .e-input-group-icon.e-ddl-icon {
    min-height: unset;
    min-width: unset;
}

.e-widget.ej1-combobox .e-dropdownbase.e-nodata {
}
/*------------------------------------- End ComboBox -------------------------------------------*/



@media (max-width:768px) {

    /* Verwijder extra padding in mobiele combobox */
    .e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-icon,
    .e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-btn button {
        padding: 2px 4px !important; /* Kies de hoogte die je mooi vindt */
        height: 30px !important; /* geforceerde hoogte indien nodig */
    }

    .e-widget.ej1-combobox.e-input-group {
        height: 34px !important; /* totale hoogte combobox */
    }

    /* Input zelf strak trekken */
    .e-widget.ej1-combobox input.e-combobox.e-input {
        padding: 2px 4px !important;
        height: 30px !important;
        line-height: 30px !important;
    }
}






/* Responsive: Portrait tablets and up */
@media only screen and (max-width: 700px) {
    .icon {
        border: solid 2px;
        border-color: whitesmoke;
        border-radius: 15px;
        min-height: 75px;
        text-align: center;
        padding-top: 15px;
        font-family: Poppins;
        font-size: 12px;
        background-color: white;
        opacity: 0.95;
        width: 85px;
    }

        .icon:hover {
            border: solid 2px;
            border-radius: 15px;
            border-color: whitesmoke;
            min-height: 75px;
            text-align: center;
            padding-top: 15px;
            font-family: Poppins;
            font-size: 12px;
            background-color: whitesmoke;
            opacity: 0.95;
            width: 85px;
        }

    #logo {
        width: 75px;
    }

    .icon_boeking {
        border: solid 1px;
        border-color: lightgray;
        border-radius: 15px;
        min-height: 115px;
        text-align: center;
        padding-top: 25px;
        font-family: Poppins;
        font-size: 16px;
        background-color: white;
        opacity: 0.98;
        width: 115px;
        margin-top: 15px;
        float: left;
    }

        .icon_boeking:hover {
            border: solid 2px;
            border-color: lightgray;
            border-radius: 15px;
            min-height: 115px;
            text-align: center;
            padding-top: 25px;
            font-family: 'Poppins';
            font-size: 16px;
            background-color: whitesmoke;
            opacity: 0.95;
            width: 115px;
            float: left;
        }




}