﻿* {
    font-family: 'Roboto', sans-serif;
}

h5 {
    font-size: 18px;
    font-weight: 500;
}

label {
    color: #333 !important;
    font-weight: 500 !important;
    font-size: 16px;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

input[type="text"],
input[type="password"] {
    font-size: 16px !important;
    padding: 12px;
    border: 0;
    border-bottom: 1px solid #333;
    background: #f0f0f0 !important;
    border-radius: 4px 4px 0px 0px;
    transition: all 0.3s;
    height: 48px !important;
}

    input[type="text"]:focus,
    input[type="password"]:focus {
        border-bottom: 3px solid #3f51b5 !important;
        outline: 0 !important;
        padding-bottom: 10px;
    }

.s-Form input.error, .s-Form select.error, .s-Form textarea.error {
    border: 0;
    border-bottom: 1px solid #f44336;
    border-color: #f44336;
}

.s-Form input[type="text"].error:focus,
.s-Form input[type="password"].error:focus {
    border-color: #f44336 !important;
}

a {
    font-size: 14px;
    font-weight: 500;
    color: #3f51b5;
    transition: all 0.3s;
}

    a:hover{
        opacity: 0.8;
    }

button {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 36px !important;
    padding: 0 16px !important;
    outline: 0 !important;
    height: 36px;
    border-radius: 4px !important;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    transition: all 0.3s;
}
        button:hover,
        button:active,
        button:focus {
            box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024, 0 3px 14px 2px #0000001f;
        }

.btn-primary {
    background: #3f51b5;
    border-color: #3f51b5;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus{
        background: #3f51b5;
        border-color: #3f51b5;
    }

.s-Panel {
    border: 1px solid #dadce0 !important;
    border-radius: 4px;
}

.dropdown-menu a.dropdown-item{
    font-size: 16px;
    padding: 8px 16px;
}




#cboxOverlay {
    opacity: 0.5 !important;
}

#colorbox {
    border-radius: 4px;
}

    #colorbox #cboxTopCenter {
    }

#cboxClose {
    width: 23px !important;
    padding: 0 !important;
}


.select2-container {
    height: 36px;
}

    .select2-container .select2-choice {
        height: 36px !important;
        line-height: 36px;
        border: 0;
        background: none;
        border-bottom: 1px solid #333;
        border-radius: 0;
        box-shadow: none !important;
        font-size: 16px !important;
        padding: 0px 12px;
        font-weight: 400;
    }

    .select2-container.select2-container-disabled .select2-choice {
        background: #ddd;
        border-bottom: 1px solid #333;
        pointer-events: none;
    }

        .select2-container.select2-container-disabled .select2-choice .select2-arrow{
            background: #ddd;
        }

        .select2-container.select2-dropdown-open .select2-choice {
            border-bottom: 3px solid #3f51b5 !important;
        }
        .select2-container .select2-choice:focus,
        .select2-container .select2-choice:active {
            border-bottom: 3px solid #3f51b5 !important;
        }

        .select2-container .select2-choice .select2-search-choice-close {
            background: none;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 20px;
            color: #333;
            right: 60px !important;
        }

            .select2-container .select2-choice .select2-search-choice-close:after {
                content: "\f00d";
            }

        .select2-container .select2-choice .select2-arrow {
            background: none;
            border-left: 1px solid #eee;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 24px;
            color: #333;
            padding-top: 5px;
            padding-left: 10px;
            padding-right: 10px;
        }

            .select2-container .select2-choice .select2-arrow:after {
                content: "\f107";
            }

            .select2-container .select2-choice .select2-arrow b {
                display: none;
            }

.select2-drop {
    margin-top: 10px;
    border: 0;
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f;
    border-radius: 4px;
    padding: 0;
}

    .select2-drop .select2-search {
        padding: 20px;
    }

        .select2-drop .select2-search input {
            height: 36px !important;
            line-height: 36px;
            background: transparent !important;
            padding: 12px;
            border: 0;
            border-bottom: 1px solid #333;
        }

    .select2-drop .select2-results {
        padding: 0;
    }


        .select2-drop .select2-results .select2-result {
            font-size: 16px;
            padding: 8px 16px;
        }

            .select2-drop .select2-results .select2-result.select2-highlighted {
                background: rgba(63,81,181,.15);
                color: #3f51b5;
            }