/* CSS Document */
.divPrint {
    display: none;
}

body, td, th {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #000;
}

body {
    margin: 0;
}

a {
    color: #2b6c9c;
    text-decoration: none;
}

    a:hover {
        color: #599fd4;
    }

h1, h2, h3, h4, h5, h6 {
    color: #2b6c9c;
    font-weight: 600;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

input,
select,
button,
textarea {
    /*margin: 0;
    border: 1px solid #CCC;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 7px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #000;*/
}

.servicetop input,
select,
button {
 padding: 2px;
}

    /* Remove the stupid outer glow in Webkit */
    input:focus {
        outline: 0;
    }

/* Box Sizing Reset
-----------------------------------------------*/

/* All of our custom controls should be what we expect them to be */
/*input,
textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}*/

    button,
    input[type=reset],
    input[type=button],
    input[type=submit],
    input[type=checkbox],
    input[type=radio],
    select {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    button,
    input[type=button],
    input[type=submit] {
        border: 1px solid #ff7f00;
        background: #ff7f00;
        color: #FFF;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 600;
        padding: 7px 15px;
    }

        button:hover,
        input[type=button]:hover,
        input[type=submit]:hover {
            border: 1px solid #ff9922;
            background: #ff9922;
        }
/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: none;
}

/* Textarea
-----------------------------------------------*/

textarea {
    /* Move the label to the top */
    vertical-align: top;
    /* Turn off scroll bars in IE unless needed */
    overflow: auto;
}

/* Selects
-----------------------------------------------*/

select[multiple] {
    /* Move the label to the top */
    vertical-align: top;
}

input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
}

input[type=file]::before {
    content: 'Browse';
    display: inline-block;
    text-transform: uppercase;
    color: #FFF;
    background: #FF7F00;
    border: 1px solid #FF7F00;
    border-radius: 5px;
    padding: 3px 6px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 10pt;
}

input[type=file]:hover::before {
    background: #FF9730;
    border: 1px solid #FF9730;
}

input[type=file]:active::before {
    background: #FF9730;
    border: 1px solid #FF9730;
}

strong, b {
    font-weight: 600;
}

.clear:after {
    content: "";
    display: table;
    clear: both;
}

.inputButton {
    background: #2b6c9c;
    color: #FFF;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

    .inputButton:hover {
        background: #333;
        text-decoration: none;
    }

.inputButton_Small {
    background: #2b6c9c;
    color: #FFF;
    box-shadow: 1px 1px 2px #999;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

    .inputButton_Small:hover {
        background: #333;
        text-decoration: none;
    }

img {
    border: 0;
}

.dvContainer {
    min-width: 980px;
}

.dvHeader {
    background: #EEE;
}

.dvNav {
    background: #2b6c9c;
    padding: 5px 15px 0 15px;
}

.dvContent {
    background: #FFF;
    padding: 20px 0px;
    min-height:500px;
}

.dvFooter {
    background: #EEE;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    color: #666666;
}

.headerTitle {
    font-size: 18px;
    font-weight: 600;
    color: #ff6600;
    padding: 8px 15px;
    /*text-align:center;*/
}

.headerTitle_td {
    color: #006699;
}

.headerInfo {
    font-size: 12px;
    text-align: right;
    width: 280px;
    padding: 0px 15px;
}

.topNav {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .topNav li {
        float: left;
    }

        .topNav li a {
            display: block;
            float: left;
            font-size: 14px;
            color: #FFF;
            text-decoration: none;
            padding: 5px 10px 10px 10px;
            cursor: pointer;
        }

            .topNav li a:hover {
                color: #CCC;
            }


            .topNav li:hover ul{
        display: block; /* display the dropdown */
    }
           .topNav li ul{
        display: none;
    }
.topNav .SubNav ul{
    position:relative;
}
.topNav .SubNav a{
    float:none;
}
.topNav .SubNav li{
    float:none;
    background:#2B6C9C !important;
}
.topNav .SubNav ul{
    list-style : outside none none;
    position:absolute ;
    margin: 0;
    padding: 0;
}
.topNav .SubNav li a{
     border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.topNav_loc {
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    text-decoration: none;
    padding: 5px 10px 10px 10px;
    cursor: pointer;
}

.topNav li.current a {
    color: #2b6c9c;
    background: #FFF;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .topNav li.current a:hover {
        color: #2b6c9c;
        cursor: default;
    }

.topbar_bg {
    background-image: url(../images/topbar_bg.gif);
    background-repeat: repeat-x;
    padding: 0 3px 0 3px;
}

    .topbar_bg table {
        margin-right: 3px;
    }

.topbar_sub_bg {
    background-image: url(../images/topbar_sub_bg.gif);
    background-repeat: repeat-x;
    padding: 0 8px 0 8px;
}

.topbar_sub_bg_gry {
    background-image: url(../images/topbar_sub_bg_gry.gif);
    background-repeat: repeat-x;
    padding: 0 8px 0 8px;
    color: #666666;
}

    .topbar_sub_bg_gry a {
        color: #666666;
    }

        .topbar_sub_bg_gry a :hover {
            color: #666666;
        }

.title {
    font-size: 21px;
    color: #2b6c9c;
}

.noborder table {
    border: 0px solid #CCCCCC;
}

.noborder th {
    border-right: 0;
    border-bottom: 0;
    padding: 5px;
    background-color: #E8E8E8;
}

.noborder td {
    border-right: 0;
    border-bottom: 0;
    padding: 5px;
}

.divBlock {
    background-color: #E8E8E8;
    border: 1px solid #CCCCCC;
    padding: 5px;
}

.pageNum {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    margin: 10px 0 15px 0;
    padding: 5px;
}

	.pageNum table td {
		padding: 5px;
	}
	.pnum_act {
    background-image: url(../images/pnum_act.gif);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    font-size: 12px;
    color: #024c8d;
    text-align: center;
    padding-top: 3px;
    float: left;
    margin-right: 15px;
}

    .pnum_act a {
        color: #024c8d;
        text-decoration: none;
    }

        .pnum_act a:hover {
            color: #666666;
            text-decoration: none;
        }

.pnum_nor {
    background-image: url(../images/pnum_nor.gif);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    font-size: 12px;
    color: #000000;
    text-align: center;
    padding-top: 3px;
    float: left;
    margin-right: 15px;
}

    .pnum_nor a {
        color: #000000;
        text-decoration: none;
    }

        .pnum_nor a:hover {
            color: #666666;
            text-decoration: none;
        }

.pnum_dis {
    background-image: url(../images/pnum_dis.gif);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    font-size: 12px;
    color: #BDBDBD;
    text-align: center;
    padding-top: 3px;
    float: left;
    margin-right: 15px;
}

    .pnum_dis a {
        color: #BDBDBD;
        text-decoration: none;
    }

        .pnum_dis a:hover {
            color: #BDBDBD;
            text-decoration: none;
        }

.input_normal {
    border: 1px solid #7f9db9;
    color: #000;
    padding: 3px;
    font-weight: 600;
}

.input_normal_wb {
    border: 0;
    color: #17313F;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 600;
    background-color: #FFC;
}

.label1 {
    font-size: 14px;
    color: #000000;
    font-weight:bold;
}

.EmployeeStatus {
    color: Black;
    float: right;
    padding: 5px;
    font-size: 18px;
}

    .EmployeeStatus span {
        color: #CC0000;
        font-weight: 600;
    }

.alert {
    color: #CC0000;
}


#login_info {
    width: 250px;
    float: right;
    padding: 22px 10px 0 0;
    text-align: right;
}

#headerlogo {
    float: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 45px;
    color: #006699;
}

#loading {
    border: solid 4px #F2A31B;
    background: #CBDCF0 url(img/icon-green.png) 8px 6px no-repeat;
    color: #000000;
    font-size: 12px;
    padding: 4px;
    text-align: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 320px;
    font-style: normal;
}


.boxType4 {
    border: 1px solid #CCC;
    background-image: url(../images/boxtype4_bg.gif);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}

    .boxType4 h2 {
        font-size: 15px;
        font-weight: normal;
        color: #2b6c9c;
        padding: 0px 15px 5px 15px;
        margin: 0;
    }

    .boxType4 h3 {
        font-size: 14px;
        font-weight: 600;
        color: #2b6c9c;
        padding: 7px 15px 8px 15px;
        margin: 0;
    }

    .boxType4 h4 {
        font-size: 12px;
        font-weight: 600;
        color: #2b6c9c;
        padding: 7px 15px 10px 15px;
        margin: 0;
    }

    .boxType4 .content {
        padding: 9px;
        font-size: 12px;
    }

.Table1 {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    margin-bottom: 15px;
}

    .Table1 th {
        padding: 3px;
        background-color: #E8E8E8;
        border-bottom: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        color: #996633;
    }

    .Table1 td {
        padding: 3px;
        background-color: #FFFFFF;
        border-bottom: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        color: #333300;
    }


.subTitle1 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #2b6c9c;
    margin: 0 0 5px 0;
}

.cTable1 {
    border: 1px solid #CCC;
    margin-bottom: 15px;
    color: #333;
}

    .cTable1 th {
        padding: 5px;
        background: #CCC;
        color: #333;
        font-weight: 600;
    }

    .cTable1 tr:nth-child(even) {
        background: #EEE;
    }

    .cTable1 tr:nth-child(odd) {
        background: #FFF;
    }

    .cTable1 td {
        padding: 5px;
    }

.subTitle2 {
    font-size: 22px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    color: #339966;
    margin: 0 0 5px 0;
}

.subTitle4 {
    font-size: 16px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    color: #339966;
    margin: 0 0 5px 0;
}

.cTable2 {
    border: 1px solid #CCC;
    color: #333;
    
}

    .cTable2 th {
        background: none repeat scroll 0 0 #09c;
    border-right: 1px solid #eaeaea;
    color: #fff;
    font-weight: bold;
    padding: 8px;
    }

    .cTable2 tr:nth-child(even) {
        background: #EEE;
    }

    .cTable2 tr:nth-child(odd) {
        background: #FFF;
    }

    .cTable2 .pageNum td {
        padding: 2px;
        border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size:11px !important;
    font-weight:normal;
    }
    .cTable2 td {
        padding: 8px;
        border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size:14px !important;
    }

    

    .cTable2 td a{
        /*color:#000;*/
         font-size:14px !important;
    }
    .cTable2  th a{
        color:#fff;
         font-size:14px !important;
    }
.dispTD {
    padding: 5px;
    background-color: #FFFFFF;
    color: #FF0000;
}

    .dispTD a {
        color: #2b6c9c;
        text-decoration: none;
    }


.subTitle3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #2b6c9c;
    margin: 0 0 5px 0;
}

.cTable3 {
    border: 1px solid #CCC;
    margin-bottom: 15px;
    color: #333;
}

    .cTable3 th {
        padding: 5px;
        background: #CCC;
        color: #333;
        font-weight: 600;
    }

    .cTable3 tr:nth-child(even) {
        background: #EEE;
    }

    .cTable3 tr:nth-child(odd) {
        background: #FFF;
    }

    .cTable3 td {
        padding: 5px;
    }

.contentTable th {
    padding: 5px;
    /*background-color:#d1e7f3;*/
    color: #006699;
    border-bottom: 1px solid #cbd7e9;
}

.contentTable td {
    padding: 5px;
    border-bottom: 1px solid #cbd7e9;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}


.TableBorder {
    background-color: #FFFFFF;
}

    .TableBorder table {
        border-left: 1px solid #CCCCCC;
        border-top: 1px solid #CCCCCC;
    }

    .TableBorder th {
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        padding: 5px;
        background-color: #E8E8E8;
    }

    .TableBorder td {
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        padding: 5px;
    }

.gradeSelect {
    width: 158px;
    height: 30px;
    background: #FFF;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
}

.gradeArrow {
    background: url(../images/cc-select-arrow.png) no-repeat center center;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 33px;
    height: 30px;
    border-left: 1px solid #d4d4d4;
}

.gradeSelected {
    line-height: 18px;
    height: 20px;
    width: 114px;
    padding: 5px 5px 5px 10px;
    overflow: hidden;
}

.gradeList {
    width: 124px;
    font-size: 16px;
    line-height: 20px;
    background: #FFF;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 32px;
    overflow: hidden;
}

    .gradeList a {
        text-decoration: none;
        display: block;
        padding: 5px 5px 5px 10px;
        background: #FFF;
        color: #333;
    }

        .gradeList a:hover {
            background: #eee;
        }

    .gradeList div span, .gradeSelected div span {
        font-size: 13px;
        line-height: 13px;
        vertical-align: top;
    }

.dvCircleGreen{
     background-color: #0bb138;
    border: 1px solid #0bb138;
    border-radius: 41px;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold !important;
    height: 41px !important;
    line-height: 41px !important;
    text-align: center !important;
    text-indent: inherit !important;
    width: 41px !important;

}
.dvCircleRed{
     background-color: #fa3f46;
    border: 1px solid #fa3f46;
    border-radius: 41px;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold !important;
    height: 41px !important;
    line-height: 41px !important;
    text-align: center !important;
    text-indent: inherit !important;
    width: 41px !important;

}


.loading {
  position: relative;
  pointer-events: none;
}

.loading .loading-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: loadingStart 3s 300ms linear 1 both;
  -moz-animation: loadingStart 3s 300ms linear 1 both;
  -o-animation: loadingStart 3s 300ms linear 1 both;
  animation: loadingStart 3s 300ms linear 1 both;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.loading .loading-text {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-shadow: white 0 0 1em, white 0 0 0.5em, white 0 0 0.25em;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.loading .loading-text:after {
  content: "...";
}
.loading .loading-spinner {
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -3.9375rem auto 0;
  color: #1a1d1d;
  text-align: center;
}
.loading .loading-icon {
  font-size: 4.8125rem;
  line-height: 5.25rem;
  text-shadow: rgba(255, 255, 255, 0.75) 0 0 0.5em;
  -webkit-animation: loading 1s steps(4) infinite;
  -moz-animation: loading 1s steps(4) infinite;
  -o-animation: loading 1s steps(4) infinite;
  animation: loading 1s steps(4) infinite;
  display: block;
  vertical-align: middle;
  height:116px;

   background: url(../images/loading.gif) no-repeat center center;
}
.loading .loading-icon:before {
	vertical-align: middle;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	background: url(images/loading.gif) no-repeat center center;
}