﻿/*######################*/
/*   FORM  */
/*######################*/


.form-control {
    border: 1px solid #bcbcbc;
    border-radius: 13px;
    /* padding: 0px 12px 0px 12px;*/
    /* height: 32px;*/
    padding: 2px 10px;
    font-size: 15px;
}

    .form-control:focus {
        /* border-color: #1780b0;*/
        box-shadow: 0 0 0 0.2rem rgb(23 128 176 / 30%);
    }

    .form-control::placeholder {
        /* color: #1780b0;*/
        font-size: 14px;
    }

    .form-control.read-only {
        /*background-color: #E8E8E8;*/
        background-color: #F0F2F5;
    }

    .form-control.form-alt {
        border: solid 2px #ef7878;
    }

    .form-control.last {
        border-top-right-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
    }

/*.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}*/

/*.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}*/

.form-check {
    /*padding: 0px 35px 0px 35px;*/
}

textarea.form-control {
    padding: 6px 12px 6px 12px;
}

.input-group-text.input-icon {
    border-radius: 0px 20px 20px 0px;
    height: 100%;
}

.input-group-text.input-icon-b {
    border-radius: 0px 20px 20px 0px;
    cursor: pointer;
}

.datepicker.dropdown-menu {
    box-shadow: 0 4px 6px 0 rgb(32 33 36 / 28%);
    border-radius: 20px;
}

.datepicker-dropdown:before {
    display: none !important;
}

.datepicker-dropdown:after {
    display: none !important;
}

.form-check-input:checked {
    background-color: #1780b0;
    border-color: #1780b0;
}

.alert.alert-danger.validation-summary-valid {
    display: none;
}

.alert-danger ul {
    padding: 0;
    margin: 0;
}
/*######################*/
/*        modal         */
/*######################*/
.modal-content.modal-content-blue {
    border-radius: 20px;
    background-color: #1780b0 !important;
}

.modal-content.modal-content-white {
    border-radius: 20px;
    background-color: #fff !important;
}

.modal-content-blue .modal-footer {
    justify-content: center;
    border: none;
    border-radius: unset;
}

.modal-content-white .modal-footer {
    justify-content: center;
    border: none;
    border-radius: unset;
    flex-direction: column;
}

.modal-header {
    border-bottom: unset;
}
/*.modal-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 3px;
    width: 100%;
    background-image: -webkit-gradient(linear,left top,right top,from(#0080bc),color-stop(4.89613%,#0080bc),color-stop(49.2128%,#308a7f),to(#bfd02b));
}*/
/*.modal:nth-of-type(even) {
    z-index: 1062 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1061 !important;
}
    */
/*######################*/
/*   bootstrap-select   */
/*######################*/
.form-select {
    border-radius: 20px;
    height: 32px;
    /*text-align: center;*/
    padding-top: 3px;
    color: #666;
}

.form-select-inline {
    border-radius: 20px !important;
    height: 32px;
    border: 1px solid #bcbcbc;
}

.bootstrap-select {
    border: 1px solid #bcbcbc;
    width: 100%;
    border-radius: 20px;
}

.dropdown.bootstrap-select {
    width: 100% !important;
    max-height: 32px;
    min-height: 32px;
}

.bootstrap-select .dropdown-menu {
    /*border: 1px solid #d7d7d7;*/
    border: 1px solid #bcbcbc;
    box-shadow: 0 4px 6px 0 rgb(32 33 36 / 28%);
    border-radius: 20px;
}

.bootstrap-select .btn:focus {
    outline: none !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #d7d7d7;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #1780b0;
}

.dropdown-item {
    padding: 5px 0px 5px 25px;
}

a.dropdown-item-group {
    padding-left: 15px !important;
    font-size: 14px !important;
    color: #666;
}



.portal-form-select .btn {
    color: #666;
    max-height: 32px;
    min-height: 32px;
    background-image: none;
}

.form-select.form-alt {
    border: solid 2px #ef7878;
}

/*######################*/
/*  bootstrap-fileinput */
/*######################*/

.file-drop-zone {
    min-height: 200px !important;
}

.file-drop-zone-title {
    padding: 75px 10px !important;
}
/*######################*/
/*      TABS            */
/*######################*/
.nav-pills .nav-link {
    color: #666;
    /* border: solid 1px #d7d7d7;*/
    border-radius: 10px;
    margin-right: 8px;
    font-size: 14px;
    transition: all 0.3s ease 0s;
    padding: 7px 14px 7px 14px;
    background-color: #fff;
}

    .nav-pills .nav-link.active {
        background: #fff;
        color: #fff;
        /* font-weight: 600;*/
        /*box-shadow: 0 0 15px 0 rgba(0,0,0,.1);*/
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        background-image: linear-gradient(to right in oklab, rgb(0, 118, 168) 0%, rgb(42, 142, 121) 100%);
    }

.nav-link:focus, .nav-link:hover {
    background: #fff;
    box-shadow: -2px 0 3px rgba(0, 128, 188, 0.45), -1px 0 2px rgba(21, 142, 121, 0.4), 1px 0 2px rgba(46, 150, 85, 0.35), 2px 0 3px rgba(191, 208, 43, 0.45);
}

.modal .nav-pills .nav-link {
    background-color: #eff1f3;
}

.breadcrumb {
    padding: 0 !important;
    margin: 0 !important;
}
/*######################*/
/*      MOBILE            */
/*######################*/
@media screen and (max-width: 954px) {
    .form-control {
        min-width: unset !important;
    }

    .bootstrap-select .dropdown-menu {
        width: 100%;
    }
}
