﻿/*html {
    scrollbar-width: none;
}*/

body {
    background-color: #002c5b;
    overflow-x: hidden;
    overflow-y: auto;
/*    -ms-overflow-style: none;*/
}

/*body::-webkit-scrollbar{
    display: none;
}
*/
#mypop_container {
    width: 960px;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
    background-color: rgba(22,22,22,0.5); /* complimenting your modal colors */
}
#mypop_container2 {
    width: 960px;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
    background-color: rgba(22,22,22,0.5); /* complimenting your modal colors */
}
#mypop_container3 {
    width: 960px;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
    background-color: rgba(22,22,22,0.5); /* complimenting your modal colors */
}
.multiselect {
    width: 960px;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
    background-color: rgba(22,22,22,0.5); /* complimenting your modal colors */
}
.mypop_assign {
    position: relative;
    top: 30%;
    z-index: 99;
    margin: 0 auto;
    width: 700px;
}
.mypop_assign .cclose {
    background: url("../TheImages/icon_close.png") no-repeat scroll 0 0 transparent;
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    font-weight: bold;
    width: 16px;
    height: 18px;
}
.mypop_assign h2, .mypop h2 span {
    font-family: "FuturaStdBold";
    color: #0066cc;
    font-size: 18px;
    padding: 10px 10px 0 10px;
    line-height: 20px;
    text-align: left;
}

.mypop_assign .popcontent {
    padding: 10px;
}
.mypopdivwrap {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0.7;
}
.mypop
{
    position: absolute;
    left: 30%;
    top: 30%;
    z-index: 99;
}
.popwrapp
{
    background: #fff;
    border: solid 9px #6f9ffa;
    color: #0066cc;
    min-width:400px;
    min-height:100px;
}
.mypop h2, .mypop h2 span
{
    font-family: "FuturaStdBold";
    color: #0066cc;
    font-size: 18px;
    padding: 10px 10px 0 10px;
    line-height: 20px;
    text-align: left;
}
.mypop .popcontent
{
    padding:10px;
}
.mypop .cclose
{
    background: url("../TheImages/icon_close.png") no-repeat scroll 0 0 transparent;
    display:block;
    position: absolute;
    right: 12px;
    top: 12px;
    font-weight: bold;
    width:16px;
    height:18px;
}

.mypopauto
{
    position: absolute;
    z-index: 99;
}
.popwrappauto
{
    background: #fff;
    border: solid 9px #6f9ffa;
    color: #0066cc;
    min-width:400px;
    min-height:100px;
}
.mypopauto h2, .mypopauto h2 span
{
    font-family: "FuturaStdBold";
    color: #0066cc;
    font-size: 18px;
    padding: 10px 10px 0 10px;
    line-height: 20px;
    text-align: left;
}
.mypopauto .popcontent
{
    padding:10px;
}
.mypopauto .cclose
{
    background: url("../TheImages/icon_close.png") no-repeat scroll 0 0 transparent;
    display:block;
    position: absolute;
    right: 12px;
    top: 12px;
    font-weight: bold;
    width:16px;
    height:18px;
}
/* ----------------- Tooltip ----------------- */
.mytooltip
{
    position:absolute;
    width: 250px;
    background: #efefef;
	border: 1px solid #999;
	border-radius:10px;
}
.mytooltip .content
{
    padding: 5px 10px;
    margin:0;
    width:230px;
    min-height: 40px;
}
.mytooltip:after, .mytooltip:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.mytooltip:after {
	border-color: rgba(239, 239, 239, 0);
	border-left-color: #efefef;
	border-width: 8px;
    top: 67%;
    margin-top: -8px;
}
.mytooltip:before {
	border-color: rgba(153, 153, 153, 0);
	border-left-color: #999;
	border-width: 9px;
    top: 68%;
    margin-top: -9px;
}

.mytooltipright:after, .mytooltipright:before {
	right: 100%;
	left: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.mytooltipright:after {
	border-color: rgba(239, 239, 239, 0);
	border-right-color: #efefef;
	border-width: 8px;
    top: 67%;
    margin-top: -8px;
}
.mytooltipright:before {
	border-color: rgba(153, 153, 153, 0);
	border-right-color: #999;
	border-width: 9px;
    top: 68%;
    margin-top: -9px;
}

/* ============================================ STUDENT SEARCH ============================================ */
.ssearch
{
    float:left;
    width:460px;
    margin:10px 0 0 0;
}
.ssearch .cols
{
    float: left;
    margin: 10px 25px 0 0;
}
.ssearch .cols input[type="text"]
{
    width:120px;
    float:left;
}
.ssearch .divsearch
{
    float: right;
    margin: -25px 20px;
}
.ssearch .divsearch a span
{
    color:#0066cc;
    font-size:12px;
    font-weight:bold;
    text-decoration:underline;
}

.gridpop_wrap
{
    border:solid 1px #dddddd;
    border-top: solid 2px #838383;
    border-left: solid 2px #dddddd;
    width:460px;
    margin-top: 10px;
    float:left;
}
.gridpop_data
{
    margin: 10px 10px;
    width:450px;
    height:300px;
    overflow:auto;
}
.mypop .divbtn
{
    float: left;
    margin: 10px 0 0;
    width:460px;
    text-align: center;
}

/* ============================================ STUDENT NEW ============================================ */
.pop10pc
{
    top:5% !important;
    left:15% !important;
}
.pop_assess_top_title
{
    display:block;
    font-size:18px;
    margin:10px 0 0 20px;
}
.pop_assess_top_title .titleleft{
    width: 700px;
    display: block;
    float: left;
    font-size: 18px;
}
.pop_assess_tbl th
{
    height:30px;
    border-color: #ccc;
}
.pop_assess_tbl td
{
    border-color: #ccc;
    padding: 0 5px;
}


/* ============================================ STUDENT NEW ============================================ */
.btn_pop_returnmain
{
    background: url("../TheImages/btn_returnmain_brown.png") no-repeat;
    position:absolute;
    width: 201px;
    height: 60px;
    border: 0;
    cursor: pointer;
    bottom: 16px;
    right: 6px;
}

/* ============================================ INFO ============================================ */
.gui_info
{
    overflow:auto;
    height:650px;
    margin-top:12px;
}
.gui_info h2
{
    margin-bottom:20px;
}
.gui_info ul
{
    margin: 0 0 20px 30px;
}
.gui_info .botlink
{
    margin-left:30px;
    font-size:15px;
}
.gui_info .botlink a
{
    font-size:15px;
}
.gui_info .title
{
    display: block;
    font-size:18px;
    color:#333;
    margin-bottom:10px;
}
.title span
{
    color:#666;
    font-size:25px;
}
.gui_info ul ul li a
{
    font-size:15px;
}

.mypop .btn_primary
{
    background-color: #0074CC;
    background-image: -moz-linear-gradient(center top , #0088CC, #0055CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-family: Arial;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 4px 8px;
    cursor: pointer;
}

.mypop .popcontent li
{
    margin-left: 20px;
}

.txterror, .txterror span, .txterror p
{
    color: red !important;
}
.error input, .error textarea
{
    border: solid 1px red !important;
}