﻿html.red {
    background-color: #cc0000;
}

html {
    background-color: #fff;
}

#header-bg {
    height: auto;
    background-color: #ff9900;
    background-size: cover
}

#footer-sec {
    margin-top: 0px !important;
    padding-top: 25px;
    padding-bottom: 25px;
}

.home-content {
    background: #ededed;
    padding: 25px;
    border: 1px solid #808080;
    box-shadow: rgba(0, 0, 0, 0.4) 10px 10px;
}

.btn {
    cursor: pointer !important;
}

label {
    text-transform: none !important;
}

.title-home {
    color: #fff;
    /* text-align: justify; */
    text-shadow: 1px 2px 5px #6f6f6f;
    font-weight: lighter !important;
}

h6.title-home {
    font-weight: bold !important;
}

.table-small {
    font-size: 12px !important;
}

    .table-small .form-control {
        font-size: 12px !important;
    }

.dropzone {
    width: 100%;
    min-height: 140px;
}

.stem {
    background-color: #ededed;
    border: 1px solid #808080;
    padding: 30px;
    text-align: justify;
}

table.order-column thead .sorting {
    background: url(img/template/sort_both.png) center right no-repeat !important;
}

table.order-column thead .sorting_asc {
    background: url(img/template/sort_asc.png) center right no-repeat !important;
}

table.order-column thead .sorting_desc {
    background: url(img/template/sort_desc.png) center right no-repeat !important;
}

.table-small thead tr th a {
    font-size: 13px !important;
}

.pagination li {
    float: left;
    margin-top: 10px;
    margin: 8px;
    border: 1px solid #ededed;
    background: #f7ffff;
    min-width: 35px;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
}

    .pagination li.disabled, .pagination li.disabled:hover {
        cursor: not-allowed;
        background: #f1f1f1;
    }

    .pagination li:hover {
        background: #e7ffff;
    }

    .pagination li a {
        padding: 5px 10px 5px 10px;
        font-size: 11px !important;
    }

    .pagination li.disabled a, .pagination li.disabled a:hover {
        cursor: not-allowed !important;
    }

.pager li a {
    border-radius: 0px !important;
}

.fa-status .fa-arrow-up {
    color: green;
}

.fa-status .fa-arrow-left {
    color: #ffbc00;
}

.fa-status .fa-arrow-down {
    color: red;
}

.box-note {
    color: #000;
    background-color: #fee6d3;
    padding: 14px;
    font-size: 12px;
    border: 1px solid #c1a996;
}

    .box-note i {
        color: #c1a996;
        vertical-align: middle;
        cursor: default;
    }

.box-info {
    color: #000;
    background-color: #b9dafe;
    font-size: 12px;
    border: 1px solid #5d85b0;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 14px;
    padding-right: 14px;
}

    .box-info i {
        color: #5d85b0;
        cursor: default;
    }

.text-large {
    font-size: 22px;
}

.card-header-collapse:hover {
    background: -webkit-linear-gradient(to right, #ffffff,#c2d7da);
    background: -moz-linear-gradient(to right, #ffffff,#c2d7da);
    background: -o-linear-gradient(to right, #ffffff,#c2d7da);
    background: linear-gradient(to right, #ffffff,#c2d7da);
    -webkit-transition: background 10s ease-in-out;
    -moz-transition: background 10s ease-in-out;
    -o-transition: background 10s ease-in-out;
    transition: background 10s ease-in-out;
}

.bootstrap-datetimepicker-widget table td {
    height: 38px;
    line-height: 38px;
    width: 0px;
}

    .bootstrap-datetimepicker-widget table td span {
        display: inline-block;
        width: 44px;
        height: 10px;
        line-height: 10px;
        margin: 0px 0px;
        cursor: pointer;
        border-radius: 4px;
    }

.form-control {
    min-height: 35px;
}

table.padding-header thead tr th {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

th.padding-th {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

#materials {
    top: 30px;
}

    #materials .modal-header {
        margin-top: 28px;
    }

.list-styled {
    list-style: circle;
    list-style-position: inside;
    line-height: 30px;
}

.list-home {
    color: #fff;
    text-align: left;
    text-shadow: 3px 2px 2px #000;
    font-size: 18px;
    margin-left: 150px;
}

#home-header .fb-login-button span {
    margin-bottom: 0px;
}

.text-small {
    font-size: 11px;
}

.input-validation-error {
    background: #f1c6c6;
    border: 1px solid red;
}

ul.list-login li {
    margin-left: 65px;
}
h5.important {
    text-align: left;
    font-weight: 100;
    display: grid;
    grid-template-columns: 0fr auto 1fr;
    grid-template-rows: 20px 0;
    grid-gap: 20px;
}

    h5.important:after, h5.important:before {
        content: " ";
        display: block;
        border-bottom: 1px solid #e8e8e8;
    }

.description-text {
    color: #fff !important;
}

.border-right {
    border-right: 1px solid #e8e8e8;
}


@media (max-width:768px) {
    #header-bg {
        height: 1225px;
    }

    .border-right {
        border: none !important;
    }

    .is-student {
        padding-left: 48px;
        margin-top: 30px !important;
    }

    .description-text {
        text-align: right !important;
    }
}

#logo {
    background-image: url("/Content/login/images/logo-fadeg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 350px;
    height: 126px;
    margin: 0;
    padding: 0;
    display: block;
}

.welcome-fadeg {
    background: #c37704;
    padding: 15px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}