/* Custom Scrll START*/
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

::marker {
    font-weight: bold;
    width: 20px !important;
    height: 20px !important;
}

/* Custom Scrll END*/


.head-title {
    margin-top: 2px;
    margin-bottom: -20px;
    float: left;
}

.head-title i.fa {
    font-size: 20px;
}

.quick-link {
    font-size: 12px;
    color: #656565;
    margin-bottom: 10px;
}

.quick-link a {
    color: #08c;
}

.head-title small {
    font-size: 0.675em;
}

ul.bar_tabs {
    background: transparent;
    margin: 5px 0 14px;

}

.column-title {
    padding: 10px;
    background: #ecebeb;
    margin: 20px 0px;
}

.nav-tabs .nav-link.active {
    border-color: #ffffff;
}

.nav-tabs>li {
    margin-bottom: -2px;
}

.nav-tabs>li>a.active,
.nav-tabs>li>a.active:focus,
.nav-tabs>li>a.active:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 4px 4px 0 0;
}

.big-form .item {
    display: block;
}

.big-form label {
    width: 100%;
}

.small-form label {
    text-align: right;
}

ul.bar_tabs>li {
    border: 0;
    height: 41px;
}

.nav-tabs .nav-link.active {
    border-top: 1px solid #E6E9ED;
    border-right: 1px solid #E6E9ED;
    border-left: 1px solid #E6E9ED;
    height: 42px;
}

.nav-tabs .nav-link:hover {
    border-bottom: transparent;
    background: #f9f9f9;
    cursor: pointer;
}

.navbar-nav .open .dropdown-menu {
    border-radius: 10px;
    margin-top: 18px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 20px 0 rgba(0, 0, 0, 0.19);
    max-height: 500px;
    overflow-y: auto;
}

.top_nav .navbar-right li {
    padding-left: 20px;
}

.bg-green {
    background: transparent !important;
    border: 0 !important;
    color: red;
}

.navbar-right .user-profile img {
    width: 25px;
    height: 25px;
    margin-top: -10px;
}

.dropdown-menu .dropdown-item .flag {
    margin-right: 10px;
}

.dropdown-menu .dropdown-item .flag img {
    height: 1rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f7f7f7;
}

.top-language .dropdown-item,
.top-academic-year .dropdown-item {
    padding: 6px 20px;
}

ul.msg_list li {
    background: transparent;
    border-bottom: 1px solid #ededed;
}

ul.msg_list li:hover {
    background-color: #f7f7f7;
}

input[type=file] {
    display: block;
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn.btn-file {
    position: relative;
    overflow: hidden;
    padding-left: 0px;
}

.ay-dropdown {
    padding: 9px 0px 6px 20px;
    border-bottom: 1px solid lightgray;
    font-weight: bold;
}


.combined-error-msg {
    padding: 3px 10px;
    color: #f00;
    background-color: #fff9f9;
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid #ffcece;
    border-radius: 0.25rem;
}

.combined-error-msg ul {
    padding: 0px 5px;
    margin: 5px;
}

.form-control {
    font-size: 13px;
}

input[type=radio].error,
input[type=checkbox].error,
input[type=text].error,
input[type=file].error,
input[type=email].error,
input[type=number].error,
input[type=password].error,
select.error,
textarea.error {
    border: .5px solid red !important;
}

label.error,
.error {
    color: red;
    font-size: 13px;
    font-weight: normal !important;
}

span.required {
    color: red;
    font-size: 15px;
    font-weight: bold;
}

.btn-xs {
    margin-bottom: 0px;
    margin-right: 4px;
    font-size: 12px;
    padding: 1px 4px;
    float: left;
}

.table>:not(caption)>*>* {
    padding: 0.3rem 0.3rem !important;
}


.login_form {
    position: relative;
    padding: 30px;
}

.login_content {
    padding: 0;
}

.login_wrapper {
    background: #fff;
    padding: 15px;
    max-width: 500px;
    border-radius: 7px;
}

.login_content form div a {
    float: left;
    line-height: 12px;
    font-size: 15px;
}

.login_content form input[type="submit"],
#content form .submit {
    margin-left: 0px;
}

.msg-remove {
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    float: right;
    padding: 0px 5px;
}

#message-div {
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
}

.nav>li>a {
    padding: 5px 15px 5px;
}

.nav.child_menu>li>a {
    padding: 6px;
}

.big-form label {
    margin-bottom: 5px;
    font-weight: 700;
}

.big-form input,
.big-form textarea,
.big-form select {
    border-radius: 5px;
    box-shadow: none;
    border: 0.5px solid #e0e0e0;
    font-size: 14px;
    margin-bottom: 10px;
}

.theme-box {
    padding: 15px 2px;
    text-align: center;
}

.theme-box img {
    border: 1px solid #efefef;
    width: 100%;
}

.theme-box button {
    width: 100%;
    margin-top: 10px;
}

.lang-label {
    background: #fbfbfb;
    padding: 8px;
    word-wrap: break-word;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    box-shadow: 5px 5px 36px #eeecec;
}

.lang-label button {
    margin-top: 5px;
    margin-bottom: 5px;
}

.display {
    display: none;
}

.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border: .5px solid #e1e1e1;
}

.icheckbox_flat-green,
.iradio_flat-green {
    margin-top: 0px;
}

.modal-dialog {
    max-width: 70%;
}

.float-right {
    float: right;
}

.form-check-input {
    width: 1.3em;
    height: 1.3em;
    margin-right: 10px;
    margin-top: 0px;
}

.checkbox-inline {
    float: left;
    margin-top: 8px;
}

.group-subject-block {
    padding: 10px 0px 0px;
    margin-bottom: 20px;
    border: 1px solid rgb(228, 228, 228);
}

.form-check-label {
    width: fit-contentfit-content !important;
}