.asteriskField {
    display: none;
}

.login {
    background: #F7F7F7;
}

.login_wrapper {
    max-width: 350px;
    margin: 5% auto 0;
}

.change-pass-logo {
    width: 40%;
}

.change_pass_wrapper {
    max-width: 400px;
    margin: 2% auto 0;
    position: relative;
}

.site_title img {
    max-height: 45px;
}

.site_title {
    font-weight: bold;
    color: #559386 !important;
}

.site_title span {
    display: inline-flex;
    vertical-align: middle;
    margin-left: 8px;
}

.site_title img {
    /*margin-left: 4px;*/
}

.sidebar-footer {
    background-color: #172D44;
    padding: 0;
}

.login_fields input, label {
    display: block;
    width: 100%;
}

.login_fields {
    margin-bottom: 10px;
    text-align: left;
}

.btn-login {
    background-color: #559386;
    color: white;
    margin-right: 50px;
}

.login_content {
    text-align: center;
}

.login_content input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.login-logo {
    max-width: 250px;
}

@media print {

    @page {
        size: landscape
    }

    .lesson_schedule {
        display: block;
    }

    .navbar, .nav_menu, .page-title, .not-printable, button, a[role="button"] {
        display: none;
    }

    .printable {
        display: inline !important;
        -webkit-print-color-adjust: exact;
    }

    a[href]:after {
        content: none !important;
    }

    .page-break {
        display: block;
        page-break-before: always;
    }
}

.table-danger {
    background-color: #f2dede;
}

.table-success {
    background-color: #dff0d8;
}

.table-warning {
    background-color: #fcf8e3;
}

.form-horizontal label {
    text-align: inherit !important;
}

.fit {
    width: 1%;
    white-space: nowrap;
}

.vertical-indicator {
    border-left: 1px solid #fcfcfc;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
}

select[multiple] {
    margin-bottom: auto;
}

.scrolling table {
    table-layout: inherit;
    *margin-left: -100px; /*ie7*/
}

.scrolling tr, th {
    vertical-align: top;
    padding: 10px;

}

.scrolling th {
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.scrolling table tr:first-child th {
    margin-top: -1px;
}

.scrolling:first-child th {
    position: absolute;
    *position: relative; /*ie7*/
    left: 0;
    width: 400px;
    padding: 0 !important;
}

.scrolling:first-child table tr th:nth-child(2) {
    position: absolute;
    *position: relative; /*ie7*/
    left: 200px;
    width: 30px;
}

.scrolling:first-child table tr th:nth-child(3) {
    position: absolute;
    *position: relative; /*ie7*/
    left: 320px;
    width: 170px;
}

.wide {
    min-width: 150px;
}

.outer {
    position: relative;
}

.inner {
    overflow-x: auto;
    overflow-y: visible;
    margin-left: 320px;
}

.tooltip-inner {
    white-space: pre-wrap;
}

.x_panel .scroll_panel {
    overflow-x: scroll;
}

.urlize a, .urlize a:hover, .urlize a:focus, .urlize a:visited {
    text-decoration: underline;
}

.assignment {
    padding: 0 0 0 0 !important;
    margin: 0 !important;
    font-size: 85%;
    font-weight: bold;
    height: 18px;
}

.assignment_blank {
    background-color: #ff4d4d;
    color: whitesmoke;
}

.assignment_canceled {
    background-color: #b73af2;
    color: #e5f23a;
}

.assignment_row {
    height: 35px;
}

.assignment_group_hint {
    font-size: 80%;
    font-weight: normal;
}

.group_note {
    height: 55px;
}

textarea {
    resize: none;
}

.group_lessons_content {
    overflow-y: scroll;
    height: 400px;
}

.table_transparent {
    background-color: rgba(0, 0, 0, 0) !important;
}

td.no_padding {
    padding: 0 !important;
}

table.table-high {
    height: 100%;
}

table.no-margin {
    margin: 0;
}

.lesson-not-filled {
    padding: 8px;
}

table.group-info {
    width: 100%;
    min-width: 100%;
}
button .btn-block {
    text-align: center;
}

.table>tbody>tr.active>td {
    background-color: #d9edf7;
}

.chosen-select {
    width: 100%;
}

.grid-striped .row:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .05);
}

.grid-striped .row .content {
    display: block;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.grid-striped .header {
    font-weight: bold;
    display: block;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dee2e6;
}

.fadeout {
    position: absolute;
    bottom: 0em;
    margin-bottom: -5px;
    width: 100%;
    height: 6em;
    background: -webkit-linear-gradient(
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 75%
    );
    background-image: -moz-linear-gradient(
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 75%
    );
    background-image: -o-linear-gradient(
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 75%
    );
    background-image: linear-gradient(
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 75%
    );
    background-image: -ms-linear-gradient(
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 75%
    );
}

.packed > p {
    padding: 0;
    margin: 0;
}

input[type="checkbox"][readonly] {
  pointer-events: none;
}

.height_control > td > div{
    margin : 0;
}

.div_scroll {
    overflow-x: scroll;
}

/* Lesson plan css */
.group_adult_cell {
    box-shadow: inset 0 0 6px #4A8075;
}

.group_youth_cell {
    box-shadow: inset 0 0 6px #292443;
}

.group_children_cell {
    box-shadow: inset 0 0 6px #EE6D16;
}

#datatable_filter{
    display: none;
}

/* School register CSS */
.table > thead > tr > th {
    padding: 4px !important;
}

th.sorting_disabled:nth-child(1) > input:nth-child(1) {
    width: 100%;
}

.multiselect.dropdown-toggle.btn-xs {
    margin: 0;
}

/* Teacher assignment */
#past, #future {
    min-height: 32px;
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: yellow;
}