.btn-primary, .primary-color, ul.stepper li.active a .circle, ul.stepper li.completed a .circle {
    background-color: #2E7D32 !important;
}

#main-widget {
    /*padding: 0;*/
    position: relative;
    /*box-shadow: 0 0.2rem 0.4rem rgba(0,0,0,.19);*/
    z-index: 100;
}

ul#widget-tab {
    background: white;
    /* box-shadow: 0 5px 10px #ddd; */
    border: 0;
}

#main-widget .form-group {
    position: relative;
}

ul#widget-tab li.nav-item {
    width: 20%;
    height: 40px;
    color: black;
    /* border-left: 1px solid #ddd; */
}

ul#widget-tab a.nav-link {
    padding: 0 8px !important;
    color: black;
    height: 52px !important;
    cursor: pointer;
    border-radius: 0;
}

    ul#widget-tab a.nav-link.active {
        color: #2e7d32;
        height: 40px !important;
        border-bottom: 0;
        border-radius: 0;
        border-bottom: 3px solid #2e7d32;
        border-right: 0 !important;
        border-left: 0;
    }

.widget-tab-label {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

div#widgetTabContent {
    background: rgba(255, 255, 255, .9);
    border: 1px solid #ddd;
    padding: 0 15px;
    border-top: 0;
    padding-bottom: 15px;
}

#widgetTabContent .show {
    opacity: 1 !important;
    z-index: 10000;
}

#widgetTabContent .tab-pane {
    padding: 7px 18px;
}

.widget-input-item {
    border: 1px solid #ddd !important;
    padding-top: 15px !important;
    height: 49px;
    font-size: 14px;
    width: 100% !important;
    box-shadow: 0 1px 3px rgba(132, 142, 150, 0.25), 0 4px 8px 3px rgba(112, 120, 125, 0);
}

.widget-container label.control-label, label.k-label {
    position: absolute;
    top: 7px;
    z-index: 100;
    font-size: 12px;
    left: 30px !important;
}

.airportlist-container .form-group {
    flex: 100%;
    max-width: 100%;
}

td.details-control{
    cursor:pointer
}
td.details-control:before {
    height: 14px;
    width: 14px;
    display: block;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #31b131;
    margin: auto;
}

tr.shown td.details-control:before {
    content: '-';
    background-color: #d33333;
}

/*ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}*/

.Ethiopian-footer-color {
    background-color: #e9ecef;
}

.footer-link-list {
    padding: 10px 0;
}

.footer-links.border-bottom {
    border-bottom: 1px solid #bfc1c4 !important;
}

ul.foolter-links-list, ul.foolter-links-list ul {
    list-style: none;
    padding-left: 3px;
}

.footer-social-icons {
    font-size: 26px !important;
    width: 40px;
    text-align: center;
    height: 40px;
    color: white;
    border-radius: 100%;
    padding: 7px;
}
    .footer-social-icons.fa-facebook-f {
        background: #0573e7;
    }
    .footer-social-icons.fa-twitter {
        background: #00acee;
    }
    .footer-social-icons.fa-youtube {
        background: #CD201F;
    }
    .footer-social-icons.fa-instagram {
        background: #cd486b;
    }
    .footer-social-icons.fa-linkedin-in {
        background: #0077b5;
    }
.Ethiopian-footer-color a {
    color: #333;
}

.sheba-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .sheba-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #2e7d32;
}

.sheba-checkbox input:checked ~ .checkmark {
    background-color: #2e7d32;
}

.sheba-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.sheba-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.sheba-checkbox input:checked ~ .checkmark:after {
    display: block;
}

@media only screen and (max-width: 768px) {
    ul#widget-tab li.nav-item {
        width: 50%;
    }

    .widget-tab-label {
        font-size: 14px;
    }
}

#stopover-div .form-group {
    margin-bottom: 0 !important;
}
/*#main-widget .tab-content .tab-pane .btn{
    margin:0;
}*/
.widget-container {
    width: 100%;
}

#book-hotel-form .form-group {
    margin-bottom: 0 !important;
}
.btn-link {
    font-weight: 400;
    color: #517842;
    background-color: transparent;
}