﻿body {
    padding-bottom: 20px;
    font-family: Times New Roman, SimSun, NSimSun, SimHei, PMingLiU;
}

.multiline-display {
    white-space: pre-line;
}

.RedScore {
    font-weight: bold;
    color: red;
}

.DisabledFunction {
    color: #bdbdbd;
}

.ExampleBlock {
    display: none;
    position: absolute;
    top: 200px;
    padding: 20px;
    background-color: #d8d8d8;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ImageButton:hover, .LinkButton:hover, .ActionButton:hover {
    cursor: pointer;
}

.LinkButtonGroup {
    margin-left: 30px;
}

    .LinkButtonGroup .LinkButton {
        float: left;
        width: 100px;
    }

.LinkButton {
    margin: 0px 2px;
    border-radius: 5px;
    background-color: #fbc0bf;
    min-width: 100px;
    text-align: center;
    color: white;
    padding: 2px 0px;
}

span.NormalLink {
    text-align: center;
    color: #428bca;
    padding: 2px 0px;
}

.rect-border {
    padding: 1px 2px !important;
    height: 25px;
    text-align: center;
}

.CenterContent {
    text-align: center;
}

.LeftContent {
    text-align: left !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.form-horizontal input {
    width: 100px;
}

.CheckBoxDecoration{
    border-radius:5px !important;
    color:forestgreen !important;
}

.LayoutHeaderBar {
    width: 100%;
    background: url(../Images/HeaderBG.png) repeat-x;
    height: 40px;
    min-width: 1000px;
}

    .LayoutHeaderBar .LayoutHeading {
        margin: 0px auto;
        align-content: center;
        width: 650px;
        border-collapse: collapse;
    }

.HeaderTitle {
    width: 710px;
    margin: 0px auto;
    padding: 0px 10px 15px 10px;
    font-size: 20px;
    text-align: center;
    position: relative;
}

    .HeaderTitle .VerifiedButton, .HeaderTitle .HeaderTitleButton {
        position: absolute;
        top: -10px;
        margin-left: 0px;
    }

    .HeaderTitle .VerifiedButton {
        left: 0px;
    }

.VerifiedButton .SubmitBtn {
    height: 30px;
    border: none;
    border-radius: 2px;
    box-shadow: 0 3px 2px 0 #2c80a2;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #3fb8e8;
    font-weight: 700;
}

.HeaderTitle .HeaderTitleButton {
    margin-left: 200px;
}

.header-brand {
    float: left;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 20px;
    color: white;
}

    .header-brand:hover, .header-brand:focus {
        color: #808080;
    }

.FloatLeft {
    float: left;
}

.FloatRight {
    padding: 10px 30px;
    list-style-type: none;
    float: right;
    color: white;
}

    .FloatRight > li > a:hover {
        color: aqua;
    }

    .FloatRight > li {
        padding: 0px 10px;
        float: left;
    }

.LoginName {
    color: yellow;
}

.HighLight {
    background-color: #95cbff;
    color: white;
}

.TextHighLight {
    color: #95cbff;
}

.AlertText {
    color: red;
}

.SubmitButton {
    border-radius: 5px;
    border: 0px;
    padding: 10px 20px;
    background-color: #62b2ff !important;
    color: white !important;
}

.ActionButton {
    border-radius: 5px;
    border: 0px;
    margin-top: 5px;
    padding: 5px 20px;
    background-color: #01C3C3 !important;
    color: white !important;
}

.DeleteButton {
    border-radius: 5px;
    padding: 2px 5px;
    background: #94a1ff;
    color: white;
    font-family: Arial;
}

.single-file {
    width: 100%;
}

img.HomeIcon {
    width: 20px;
    float: left;
    margin: 10px;
}

img.CreateNewIcon {
    float: left;
    padding-right: 5px;
}

    img.HomeIcon:hover, img.CreateNewIcon:hover, ul.paging li:hover, img.PrintIcon:hover, span.NormalLink:hover, .DeleteButton:hover {
        cursor: pointer;
    }

img.StudentPhoto {
    max-width: 160px;
    height: auto;
}

img.PrintIcon {
    position: absolute;
    padding-left: 250px;
    padding-top: 5px;
}

.HiddenFileUpload {
    display: none;
}

.NoPadding {
    padding: 0px !important;
}

.SmallPadding {
    padding: 5px 10px;
}

.SmallMargin {
    margin-left: 10px;
    margin-right: 10px;
}

.dl-InputList dt, .dl-InputList dd {
    margin-bottom: 10px !important;
}

.lightBackground {
    background-color: #eaf4fe;
}
/*======Input Box width Setting==================*/
.Input30px {
    width: 30px !important;
}

.Input50px {
    width: 50px !important;
}

.Input70px {
    width: 70px !important;
}

.Input80px {
    width: 80px !important;
}

.Input100px {
    width: 100px !important;
}

.Input150px {
    width: 150px !important;
}

.Input200px {
    width: 200px !important;
}

.Input250px {
    width: 250px !important;
}

.Input400px {
    width: 400px !important;
}

.Input500px {
    width: 500px !important;
}

.InputHeight50px {
    height: 50px !important;
}

.InputGroup_Vertical Label, .InputGroup_Vertical input {
    width: 100%;
    text-align: center;
    margin: 0px auto;
}

.InputGroup Label, .InputGroup input {
    float: left;
}

.InputGroup Label {
    padding: 5px;
}

.MustField::before {
    content: "*";
    font-weight: bold;
    color: red !important;
}

.hint, .majorCriteria {
    font-size: 75%;
    color: #94a1ff;
}

.white-background {
    background-color: white !important;
}
/*======Font size Setting==================*/
.Font20px {
    font-size: 20px !important;
}

.Font16px {
    font-size: 16px !important;
}

.Font14px {
    font-size: 14px !important;
}

.Font12px {
    font-size: 12px !important;
}

.Font11px {
    font-size: 11px !important;
}

.Font9px {
    font-size: 9px !important;
}

.Font7px {
    font-size: 7px !important;
}
/*======Border Setting==================*/
.bottom-border {
    padding: 5px;
    border-bottom: 1px solid #d5d5d5;
}

.no-border {
    border: 0px !important;
}

.no-right-border {
    border-right: 0px !important;
}

.no-left-border {
    border-left: 0px !important;
}

.no-bottom-border {
    border-bottom: 0px !important;
}

.no-top-border {
    border-top: 0px !important;
}

.no-margin-hr {
    margin: 0px 2px;
    border-color: #aaacff;
}
