﻿body, h1, h2, h3, h4, h5, h6 {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.width100 {
    width: 100%;
}

.divcenter {
    align-content: center;
}

.font-weight-bold {
    font-weight: bold;
}

.ReqValidator {
    content: '*';
    color: #f35b5b;
    height: 35px;
    width: 35px;
    float: right;
    font: 400 24px 'oswald';
    line-height: 43px;
    position: relative;
    overflow: hidden;
    right: -px;
    text-align: center;
    top: -10px;
    padding-left: 5px;
}

.fieldleftbold {
    font-weight: bold;
}

.fieldleft {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-align: left;
    padding-right: 5px;
}

.fieldright {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-align: left;
    padding: 2px;
    padding-right: 5px;
}

.para {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    text-align: left;
}

.charcountcaption {
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    float: left;
    vertical-align: middle;
    padding: 3px 5px 10px 5px;
    color: deeppink;
    font-weight: bold;
}

.charInstrucation {
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    color: deeppink;
    font-weight: bold;
}

.charcount {
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    float: left;
    vertical-align: middle;
    padding: 3px 5px 10px 5px;
    font-weight: bold;
    height: 25px;
    width: 80px;
}

.maxcount {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    float: left;
    vertical-align: text-bottom;
    padding: 3px 5px 20px 6px;
    font-weight: bold;
    height: 25px;
    width: 80px;
    padding-top: 10px;
}

.lblExample {
    font-family: "Open Sans",sans-serif;
    font-size: 10px;
    color: red;
}

.output {
    padding: 10px;
    min-height: 50px;
    margin: 20px 0;
    background-color: #f1f1f1;
    border: 1px solid #e4e4e4;
}

.txtbox {
    float: left;
    margin: 5px;
    padding: 5px;
    width: 500px;
    border: 1px solid black;
}

.dataTables_info {
    color: mediumvioletred !important;
    clear: right;
    float: left;
}

.dataTables_length {
    font-weight: bold;
    float: left;
}

.btn {
    text-align: left;
}

.dropdown-menu > li > a {
    padding: 8px 27px !important;
}

#dvNotify {
    text-align: center !important;
}

.pagecaption {
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    color: #10306f;
    margin-left: 14px;
}

.Schooltitle {
    margin-top: 13px;
    color: azure;
    text-align: center;
}

@media(min-width:768px) {
    .Schooltitle {
        font-size: 25px;
    }
}

@media (max-width:480px) {
    .Schooltitle {
        font-size: 12px;
        position: relative;
        right: 33px;
    }
}

@media (max-width:767px) {
    .AcyearTitle {
        font-size: 13px;
        position: relative;
        top: 14px;
        right: 30px;
    }
}

.AcyearTitle {
    color: #4ef22d !important;
    position:absolute;
    font-weight: bold;
    margin-top: 21px;
    font-size: 18px;
}

@media(min-width:768px) {
    .AcyearTitle {
        margin-top: 21px;
        position:absolute;
        color: #4ef22d !important;
        font-weight: bold;
        font-size: 18px;
    } 
}

@media (max-width:480px) {
    .AcyearTitle {
        margin-top: 21px;
        position:relative;
        color: #4ef22d !important;
        font-weight: bold;
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .AcyearTitle {
        margin-left: 22px;
        position: relative;
        color: #4ef22d !important;
        font-weight: bold;
        font-size: 10px;
    }
}



.UpdateProgress {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 100%;
    filter: alpha(opacity=75);
    -moz-opacity: 0.7;
    opacity: 0.7;
    width: 100%;
    background: #222d32 url('../../Images/DesignIcons/Wait.gif') 50% 50%;
    background-repeat: no-repeat;
}

.btn-group > .dropdown-menu {
    text-align: left !important;
}

.treeview {
    background-color: #C0E5E9;
    color: #110c0c;
    width: 100%;
}

.checklistBox {
    border: solid 1px #CCCCCC;
}
.text-pink-400, .text-pink-400:hover, .text-pink-400:focus {
    color: #ec407a;
}
.media-left, .media > .pull-left {
    padding-right: 20px;
}
.media-left, .media-right, .media-body {
    position: relative;
}

.media-middle {

    vertical-align: middle;

}
.text-semibold {
    font-weight: 500;
}
.no-margin {
    margin: 0 !important;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}