﻿body {
    /*background-color: #577dbc;*/
    /*margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;*/
    margin: 0px;
    font-size: 12px;
    font-family: Verdana;
    background-color: #4d90cd;
}
a {
    text-decoration: none
}
a:link, a:visited { color: #0066CC; } 
a:active, a:hover { color: #008800; text-decoration: underline}

.floating_footer {
    position: fixed;
    bottom: 0px;
    z-index: 99;
    text-align:center;
    width:100%;
}
.floating_bar_bottom {
    position: fixed;
    background-color: white;
    width: auto;
    bottom: 30px;
    opacity: 0.9;
    padding: 8px;
    padding-left: 30px;
    left: 300px;
    right: 1%;
    z-index: 98;
}
.floating_uat {
    text-align: center;
    /*background-color:yellow;*/
    color: blue;
    font-size: 36px;
    position: fixed;
    left: 40px;
    bottom: 50px;
    width: 200px;
    opacity: 0.8;
}
.red_text
{
	color:red;
}
.notice_text
{
	font-size:15px;
	color:#FF3333;
}
.record_text
{
	font-size:13px;
	color:#6a646a;
    font-weight:bold;
}
.notice_text_blue
{
	font-size:15px;
	color:#0066CC;
}
.notice_text_blue_i
{
	font-size:13px;
	color:#0066CC;
    font-style:italic;
}
.notice_box {
    border: 1px solid #FF3333;
    padding: 8px;
    color: #FF3333;
    display: table;
    background-color: #FFE8E8;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height:20px;
}
.notice_box a {
    text-decoration: underline;
}
    .notice_box input[type=button], .notice_box input[type=submit] {
        background: linear-gradient(to bottom right, #EF4765, #FF9A5A);
        border: 0;
        border-radius: 12px;
        color: #FFFFFF;
        cursor: pointer;
        display: inline-block;
        font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 2.5;
        outline: transparent;
        padding: 0 1rem;
        text-align: center;
        text-decoration: none;
        transition: box-shadow .2s ease-in-out;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        white-space: nowrap;
    }
        .notice_box input[type=button]:not([disabled]):focus, .notice_box input[type=submit]:not([disabled]):focus {
            box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
        }

        .notice_box input[type=button]:not([disabled]):hover, .notice_box input[type=submit]:not([disabled]):hover {
            box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
        }
.notice_box_blue {
    border: 1px solid #0066CC;
    padding: 8px;
    color: #0066CC;
    display: table;
    background-color: #D5EAFF;
    border-radius: 3px;
    font-size:15px;
    font-weight:bold;
    margin-bottom:8px;
}
.notice_box_blue a{
    text-decoration:underline;
}
.notice_box_orange {
    border: 1px solid #F09600;
    padding: 8px;
    color: #F09600;
    display: table;
    background-color: #FFEFD5;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
}

    .notice_box_orange a {
        color: #F09600;
        text-decoration: underline;
    }
.ift_red_text {
    color: #ce4b4a;
}
.ift_blue_text {
    color: #4d90cd;
}
.ift_blue_text_i {
    color: #4d90cd;
    font-style: italic;
}
.ift_green_text {
    color: #42c66c;
}
.main_menu {
	list-style-type: none;
	margin: 10px;
	margin-top: 0px;
	padding: 0px;
	width: 240px;
}
    .main_menu li a {
        background: #F4F4F4 url(images/button_default.gif) no-repeat;
        font-size: 13px;
        font-weight: bold;
        color: #4d90cd;
        display: block;
        width: auto;
        margin-bottom: 2px;
        padding: 5px;
        padding-left: 12px;
        text-decoration: none;
    }
* html .main_menu li a{ 
	width: 190px;
}
    .main_menu li a:visited, .templatemo_menu li a:active {
        color: #4d90cd;
    }
.main_menu li a:hover {
    background: #EEEEEE url(images/button_active.gif) no-repeat;
    color: #FF3333;
    margin-left: 4px;
}
.sub_menu {
	list-style-type: none;
	margin: 5px;
	margin-top: 0px;
	margin-left:5px;
	padding: 0px;
	width: 235px;
}
.sub_menu li a	
{
	background: #FFFCCC url(images/sub_menu.gif) no-repeat;
	font-size: 12px;
	font-weight:normal;
	color: #FE6700;
	display: block;
	width: auto;
	margin-bottom: 2px;
	padding: 5px;
	padding-left: 16px;
	text-decoration: none;
}
* html .sub_menu li a{ 
	width: 185px;
}
.sub_menu li a:visited, .templatemo_menu li a:active{
	color: #FE6700;
}
.sub_menu li a:hover
{
	background: #FFFFFF url(images/sub_menu.gif) no-repeat;
	color: #FF3333;
	text-decoration:underline;
}
.title_line {
	height: 4px;
	margin: 0 0 10px 0;
	background: url(images/h_line.jpg) top left no-repeat;
	border-bottom: 1px solid #f69a24;
}
.page_title 
{
	font-size:18px;
	font-weight:bold;
	color:#f69722;
}
.bt
{
   font-weight:bold;
   color:#FFFFFF;
   background-color:#f69a24;
   border-top-style:double;
   border-top-color:#D97B09;
   border-top-width:3px;
   border-bottom-style:double;
   border-bottom-color:#D97B09;
   border-bottom-width:3px;
   border-left-style:solid;
   border-left-color:#D97B09;
   border-left-width:4px;
   border-right-style:solid;
   border-right-color:#D97B09;
   border-right-width:4px;
   cursor:pointer;
   border-radius:2px;
}
.bt:disabled {
    background-color: #FBD09B;
    border-color: #F9B057;
    color: dimgrey;
    cursor: not-allowed;
}
.bt:hover {
    background-color: #F9B460;
    border-color: #F79824;
    color: yellow;
}
.bt:active {
    transform: translateY(2px);
    transform: translateX(2px);
}
.bt_link {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #f69a24;
    border-top-style: double;
    border-top-color: #D97B09;
    border-top-width: 3px;
    border-bottom-style: double;
    border-bottom-color: #D97B09;
    border-bottom-width: 3px;
    border-left-style: solid;
    border-left-color: #D97B09;
    border-left-width: 4px;
    border-right-style: solid;
    border-right-color: #D97B09;
    border-right-width: 4px;
    cursor: pointer;
    border-radius: 2px;
    padding:4px;
}

    .bt_link:disabled {
        background-color: #FBD09B;
        border-color: #F9B057;
        color: dimgrey;
        cursor: not-allowed;
    }

    .bt_link:hover {
        background-color: #F9B460;
        border-color: #F79824;
        color: yellow;
        text-decoration:none;
    }

    .bt_link:active {
        transform: translateY(2px);
        transform: translateX(2px);
    }

    .bt_link:visited {
        color: white;
    }
.bt_red
{
   font-weight:bold;
   color:#FFFFFF;
   background-color:#FF3333;
   border-top-style:double;
   border-top-color:red;
   border-top-width:3px;
   border-bottom-style:double;
   border-bottom-color:red;
   border-bottom-width:3px;
   border-left-style:solid;
   border-left-color:red;
   border-left-width:4px;
   border-right-style:solid;
   border-right-color:red;
   border-right-width:4px;
   cursor:pointer;
}
.bt_red:hover {
    color: yellow;
}
.bt_blue {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #809BCA;
    border-top-style: double;
    border-top-color: #577dbc;
    border-top-width: 3px;
    border-bottom-style: double;
    border-bottom-color: #577dbc;
    border-bottom-width: 4px;
    border-left-style: solid;
    border-left-color: #577dbc;
    border-left-width: 3px;
    border-right-style: solid;
    border-right-color: #577dbc;
    border-right-width: 4px;
}
    .bt_blue:disabled {
        color: dimgrey;
        background-color: #BAC9E2;
        border-color: #91A9D2;
        cursor: not-allowed;
    }
.bt_blue:hover {
    color: yellow;
}
.bt_green {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #24CE00;
    border-top-style: double;
    border-top-color: #1B9900;
    border-top-width: 3px;
    border-bottom-style: double;
    border-bottom-color: #1B9900;
    border-bottom-width: 4px;
    border-left-style: solid;
    border-left-color: #1B9900;
    border-left-width: 3px;
    border-right-style: solid;
    border-right-color: #1B9900;
    border-right-width: 4px;
}
    .bt_green:disabled {
        color: dimgrey;
        background-color: #ecffe8;
        border-color: #9DFF88;
        cursor: not-allowed;
    }
.bt_green:hover {
    color: yellow;
}
.underlinemenu{
    font-size:15px;
    font-weight: bold;
    width: 100%;
}
.underlinemenu ul{
    padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
    margin: 0;
    text-align: left; /*set value to "left", "center", or "right"*/
}
.underlinemenu ul li{
    display: inline;    
}
.underlinemenu ul li a{
    color: #8AA5D0;
    padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
    margin-right: 20px; /*spacing between each menu link*/
    text-decoration: none;
    /*border-bottom: 3px solid #7998CA; bottom border is 3px*/
    background: url(images/underlinemenu.jpg) bottom left no-repeat;
    border-bottom: 1px solid #8AA5D0;
}
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
    color: #577dbc;
    background-image:url(images/underlinemenu_hover.jpg);
    border-bottom-color: #577dbc;
}
.header_newline
{
  white-space:normal;
}
.msgbox_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:5;
}
.msgbox_overlay:target {
  visibility: visible;
  opacity: 1;
}
    .msgbox_overlay_show {
        visibility: visible;
        opacity: 1;
    }
.msgbox_popup {
    margin: 150px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
}
.msgbox_popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.msgbox_popup .close:hover {
  color: #577dbc;
}
.hidden {
    visibility: hidden
}
.required_field {
    color: red;
    background-color: yellow;
}
.searchBox {
    background-color: #FFFCCC;
    border-color: #f69a24;
    border-collapse: collapse;
}
.att_status_absent {
    color: #ce4b4a;
    font-weight: bold;
}
.att_status_absentDoc {
    color: #ce614a;
    font-weight: bold;
}
.att_status_tardy {
    color: #42c691;
    font-weight: bold;
}
.att_status_present {
    color: #427DC6;
    font-weight: bold;
}
.att_status_n {
    color: #1C3655;
    font-weight: bold;
}
.none{

}
.notification_badge {
    position: relative;
}
.notification_badge[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 11px;
    background: red;
    color: white;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    box-shadow: 0 0 1px #333;
}
.onoffswitch {
    position: relative;
    width: 72px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 22px;
        padding: 0;
        line-height: 22px;
        font-size: 12px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #427DC6;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 10px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 46px;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.RowHover {
    background-color: #FBD2A2 !important;
    cursor: pointer;
}

.RowFirst{

}

.RowFirst th{
    padding: 6px;
}

.sticky_table {
    position: relative;
}

.sticky_table th {
    position: sticky;
    top: 0;
}
.tb_title {
    color: White;
    font-size: 15px;
    font-weight: bold;
    background-color: #4d90cd;
}
.tb_spacing0 {
    border-spacing: 0px;
}

.tb_padding0 td {
    padding: 0px;
}

.tb_padding4 td {
    padding: 4px;
}

.tb_padding6 td,th {
    padding: 6px;
}

.tb_padding8 td {
    padding: 8px;
}

.QL-container {
    position:fixed;
    right:16px;
    top:139px;
    z-index:2;
    opacity:.9;
}

    .QL-container ul {
        list-style-type: none;
    }

.QL-title {
    background-color: #f69a24;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor:pointer;
}

.QL-item {
    background-color: #F4F4F4;
    color: black;
    border: solid 1px #E7E7E7;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 20px;
    display:none;
}

.css_table {
    display: table;
}

.css_tr {
    display: table-row;
}

.css_td_title {
    padding: 4px;
    display: table-cell;
    /*border: 1px solid #f69a24;*/
    border: 1px solid #0066CC;
    background-color: white;
    font-weight: bold;
}

.css_td {
    padding: 4px;
    display: table-cell;
    /*border: 1px solid #f69a24;*/
    border: 1px solid #0066CC;
    background-color: white;
}

.lang_selector{
    margin-left:10px;
}
.form_content {
    width:720px;
}
.section_center {
    width: 720px;
    text-align: center;
}
.section_right {
    text-align: right;
}
.question_h {
    display: flex;
}

.question {
    margin-top: 10px;
    display: flex;
}

.question_no_marign {
    margin-top: 4px;
    display: flex;
}

.question_title {
    min-width: 50px;
    text-align: left;
}

.question_require {
    min-width: 20px;
    padding: 4px;
    text-align: right;
    vertical-align: top;
}

.question_require_no_number {
    margin-left: 50px;
    min-width: 20px;
    padding: 4px;
    text-align: right;
}

.question_content {
    min-width: 200px;
    max-width: 200px;
}

.question_content_long {
    min-width: 200px;
}

.question_answer {
    margin-left: 78px;
}
.sub_anwser {
    display: flex;
    margin-bottom:4px;
}
.sub_anwser_question {
    width:100px;
}
.input {
    border: 0;
    background-color: #F5F5F5;
    border-radius: 3px;
    border-bottom: 1px solid #C5C5C5;
}
.input_long {
    border: 0;
    background-color: #F5F5F5;
    border-radius: 3px;
    border-bottom: 1px solid #C5C5C5;
    width: 400px;
}
.hidden_input {
    border: 0;
    background-color: #FFFFFF;
    border-radius: 3px;
    border-bottom: 1px solid #FFFFFF;
}
.radioList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -40px;
    width: 500px;
}
    .radioList input {
        flex: 5%;
    }
    .radioList label {
        flex: 90%;
        /*flex-basis: 95%;*/
        margin-bottom: 8px;
        text-align: justify;
    }
    .radioList .aspNetDisabled {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-left: -20px;
        width: 500px;
    }

    .radioList .aspNetDisabled input {
        flex: 5%;
    }

    .radioList .aspNetDisabled label {
        flex: 90%;
        /*flex-basis: 95%;*/
        margin-bottom: 8px;
        text-align: justify;
    }