﻿.infoLabel {
    font-weight: bold;
}

#headeragenda {
    width: 2%;
}

#headertitle {
    width: 8%;
}

.menuIcon {
    width: 25px;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.notificationChild {
    display: inline-block !important;
    color: firebrick !important;
    font-weight: bold !important;
    padding-left: 70% !important;
}

.rtl-modal {
    direction: rtl;
    margin-right: 3% !important;
    padding-bottom: 1% !important;
}

.rtl-form {
    direction: rtl;
    margin-right: 1% !important;
    padding-bottom: 1% !important;
}

.NothingToDisplay {
    text-align: center;
    padding-top: 5%;
    font-size: 20px;
    color: grey;
}

.coverImage img {
    width: 170px;
    border-radius: 100px;
}

.belowgrade {
    color: red;
    text-align: center;
}

.AverageExam {
    font-style: italic;
}

.haveSubSubject {
    font-weight: bold;
}

th, td {
    color: black;
    /*font-weight: bold*/
}

.SystemColor {
    background-color: #3b9ff3 !important;
}

.BoldFont {
    font-weight: bold;
}

table > thead > tr ::after hover {
    background-color: #3b9ff3 !important;
}

.SpinnerNumber {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.SpinnerNumber input {
    width: 80px;
    height: 32px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
}

    .SpinnerNumber input:focus {
        outline: 0;
    }

.SpinnerNumber-nav {
    float: left;
    position: relative;
    height: 30px;
}

.SpinnerNumber-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .SpinnerNumber-button.SpinnerNumber-up {
        position: absolute;
        height: 50%;
        top: 0;
        border-bottom: 1px solid #eee;
        background-color: #3b9ff3;
    }

    .SpinnerNumber-button.SpinnerNumber-down {
        position: absolute;
        bottom: -1px;
        height: 50%;
        background-color: red;
    }

.lodal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/Content/img/ajax-loader.gif') 50% 50% no-repeat;
}

body.loading .lodal {
    overflow: hidden;
}

body.loading .lodal {
    display: block;
}

.grade-popover-alignment {
    color: red;
    padding-top: 6px;
}

#tableSIS {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #tableSIS td, #tableSIS th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #tableSIS tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #tableSIS tr:hover {
        background-color: #ddd;
    }

    #tableSIS th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
        background-color: #3b9ff3;
        color: white !important;
    }

        #tableSIS th > label {
            color: white !important;
            font-weight: normal;
        }

dx-datagrid .dx-row-alt > td {
    background-color: #f2f2f2;
}

.dx-datagrid-headers .cls {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #3b9ff3;
    color: white !important;
}

.dx-datagrid-rowsview .dx-row {
    height: 35px;
    text-align: center;
}

.btn-default {
    border-radius: 0 !important;
}

.nav-tabs > li.active > a > span:hover {
    background-color: none !important;
    color: white;
}

.PreGrades {
    text-align: left;
}

.DisplayGradeDesc {
    width: 250px;
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    font-size: 14px;
    font-size: small;
}

@media screen and (max-width: 1225px) and (min-width: 1045px) {
    .priority-5 {
        display: none;
    }
}

@media screen and (max-width: 1045px) and (min-width: 500px) {
    .priority-5 {
        display: none;
    }

    .priority-4 {
        display: none;
    }
}

@media screen and (max-width: 500px) and (min-width: 300px) {
    .priority-5 {
        display: none;
    }

    .priority-4 {
        display: none;
    }

    .priority-3 {
        display: none;
    }
}

@media screen and (max-width: 300px) {
    .priority-5 {
        display: none;
    }

    .priority-4 {
        display: none;
    }

    .priority-3 {
        display: none;
    }

    .priority-2 {
        display: none;
    }
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 3em;
    background-color: #14A1E5;
    padding-left: 100%;
    box-sizing: content-box;
}

    .ticker-wrap .ticker {
        display: inline-block;
        height: 3em;
        line-height: 3em;
        white-space: nowrap;
        padding-right: 100%;
        box-sizing: content-box;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-name: ticker;
        animation-name: ticker;
        -webkit-animation-duration: 30s;
        animation-duration: 30s;
    }

    .ticker-wrap .ticker__item {
        display: inline-block;
        padding: 0 3em;
        font-size: 2em;
        color: white;
    }

        .ticker-wrap .ticker__item a {
            color: #fff !important;
        }

.dx-datagrid-headers .WrappedColumnClass {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #3b9ff3;
    color: white !important;
    white-space: normal;
    word-wrap: break-word;
}

