﻿
.input-label {
    color: #669297;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

    .input-label .required-field {
        color: red;
        margin-left: 5px;
        font-size: 14px;
    }

input[type='text'] {
    box-shadow: none;
    cursor: text;
    font-family: 'FFMarkWebProRegular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 10px;
    color: #002c31;
    border-radius: 3px;
    border: 1px solid #b3c9cb !important;
    background-color: rgb(232, 240, 254);
    outline: none;
    margin: 0;
    height: 40px;
}

input:focus {
    background-color: #FFFFFF;
    outline-color: #669297 !important;
    outline: -webkit-focus-ring-color auto 1px;
}

.dropdown {
    height: 40px;
}

    .dropdown .dropdown-btn {
        border-radius: 5px;
        font-size: 10pt;
        text-align: left;
        border: 0;
        color: #002c31;
        background: rgb(232, 240, 254);
        cursor: pointer;
        outline: none;
        transition: all 0.1s ease-out;
        width: 100%;
        height: 38px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .dropdown .dropdown-btn-with-font-large {
        font-size: 11pt;
    }

    .dropdown .btn-default:focus,
    .dropdown .btn-default:hover,
    .dropdown .btn-default:active,
    .dropdown .btn-default.active,
    .dropdown.open > .dropdown-toggle.btn-default,
    .dropdown .dropdown-btn:active,
    .dropdown .dropdown-btn.active,
    .dropdown.open > .dropdown-toggle.dropdown-btn {
        border: 0;
        color: #002c31;
        background-color: rgb(232, 240, 254);
    }

    .dropdown .custDropDownWithInputTextBox {
        padding: 0px;
        width: 100%;
        border: 0;
    }

    .dropdown .dropdown-input-textbox {
        font-family: 'FFMarkWebProRegular', Helvetica, Arial, sans-serif;
        font-size: 10pt;
        text-align: left;
        border-radius: 5px;
        box-shadow: none;
        color: #002c31;
        background-color: rgb(232, 240, 254);
        border: 0 solid transparent;
        height: 38px;
    }

        .dropdown .dropdown-input-textbox:focus,
        .dropdown .dropdown-input-textbox:hover {
            border: 0;
            outline: 0;
        }

    .dropdown .caret {
        position: absolute;
        right: 10px;
        /*top: 18px;*/
        top: 17px;
        color: #002c31;
    }

    .dropdown.open > .dropdown-menu {
        display: block;
    }

    .dropdown .dropdown-menu {
        font-family: 'FFMarkWebProRegular', Helvetica, Arial, sans-serif;
        width: 100%;
        height: auto;
        max-height: 350px;
        overflow-y: auto;
        overflow-x: hidden;
        font-size: 10pt;
        margin: 0;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
    }

    .dropdown .custom-dropdown-menu {
        width: 100%;
        border: none;
        max-height: 200px;
        height: auto;
        border-radius: 4px;
    }

    .dropdown .custom-dropdown-menu-with-font-large > li > a {
        font-size: 11pt;
    }

    .dropdown .dropdown-menu > li > a {
        overflow-x: hidden;
        text-overflow: ellipsis;
    }

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
    font-size: 10pt;
    cursor: pointer;
}

.dropdown .dropdown-menu > li > a:hover,
.dropdown .dropdown-menu > li > a:focus {
    color: #002c31;
    background-color: rgb(232, 240, 254);
    text-decoration: none;
}

.dropdown .dropdown-menu > li.selected > a {
    background: rgb(232, 240, 254) !important;
    color: #002C31;
    /* color: #fff; */
}

.multi-line-text-area {
    width: 100%;
    height: 100px;
    border-radius: 4px;
    border: 1px solid #B3C9CB;
    outline: none;
    color: #004a52;
    padding: 5px;
    background-color: rgb(232, 240, 254);
}
