/*
File: Custom Css File
*/

.auth-page-wrapper {
    overflow: hidden;
    height: 100vh;
}

.text-danger {
    display: block;
    margin-top: 0.15rem;
    margin-bottom: 1rem;
}

.table-responsive .dropdown-menu {
    position: fixed !important;
    z-index: 1050;
}

form .form-group .checkbox {
    margin-top: 1rem;
}

form .form-group {
    padding-bottom: .5rem !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f1f3f5;
}

.inline-checkbox .checkbox {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    vertical-align: middle;
}

.main-header .logo {
    padding: 0;
}

.ace-container {
    height: 400px;
    width: 100%;
    margin-bottom: 1em;
}

.hidden-textarea {
    display: none;
}