@charset "utf-8";
/* CSS Document */

body{ 
	margin:0px;
	font-family:  Open Sans, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:150%;
	}

p, td	{font-size:14px;
	line-height:150%; 
	margin:5px 0}
	a{text-decoration:none;}

#menulist{position: relative; z-index: 100;}
.MenuBar{
    font-size:14px;
}

a{
    color:#006699;
    text-decoration:none;
    font-weight:bold;
}
a.small{
    font-size:14px;
    font-weight:normal;
    color:red;
}

h1{
    font-size:20px;
}
h2{
    font-size:18px;
}
h3{
    font-size:16px;
}

h5{
    font-size:14px;
}
ul{
	list-style-type:none;
	padding: 0;
	margin-left:0;
	}

li.list02{
	background-image: url(images/arrow02.gif);
	background-repeat:no-repeat;
	background-position: 0 .4em;
	padding-left: 1.9em;
	line-height:22px;
	color:#64583e;
}

li.list{
	background-image: url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
	color:#64583e;
}
li.arrow{
	background-image: url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
	color:#64583e;
	margin-top: 0.9em;
	}

span, ul, li, p{padding:0px; margin:0px;}	

#print { display:none; }

span.warning{font-weight:bold;font-size:12px;color:#FF0000; }
span.information{font-weight:bold;font-size:14px;font-family:Open Sans;color:#FF0000; }
tr.quest{background-color:#d4dfe4;}

#report{
    margin-top:20px;
}
.button1{
	font-family: Open Sans, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	padding: 10px 10px;
	border: 1px solid #878b8f;
	background:#dddddd;
	margin-right:5px;

}
.button1:hover {
	background:#eeeded;;
}
.button2 {
	font-family: Open Sans, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	color: #000000;
	padding: 5px;
	border: 1px solid #878b8f;
	background:#dddddd;
	margin-right:5px;
}
.button3{
	font-family: Open Sans, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
	padding: 15px 15px;
	background:#006699;
	font-weight:bold;
	box-shadow: 3px 3px 10px #000;
	margin-right:5px;
}



input[type="radio"].exam {

	width:50px;
}

div.logo{
	font-family: Open Sans, Helvetica, sans-serif;
	font-size: 24px;
        font-weight:bold;
	color: #000;
	padding: 5px;
        margin-left:10px;
}

img.logo-img{
     max-width:600px;
     max-height:70px;
}


table.options{
	background-color: #42aaff;
        color:#FFFFFF;
	padding: 0.5em;
	color:#000000;
}



input.small {
   padding:5px;
   font-size: 16px;
   color:#000;
   width:100px;
   border:1px solid #c2c2c2;
   }
input.small2,select.small2 {
   font-size: 12px;
   color:#000;
   width:100px;
   }
   input.large {
   padding:5px;
   font-size: 16px;
   color:#000;
   width:300px;
    border:1px solid #c2c2c2;
   }
textarea{
    padding:7px;
    font-size:16px;
    width:300px;
    height:100px;
	border:1px solid #c2c2c2;
}
select {
   padding:5px;
   font-size: 16px;
   color:#000;
   border:1px solid #c2c2c2;
   }
div.notif{
        background-color:#006699;
	font-family: Open Sans, Helvetica, sans-serif;
	font-size: 16px;
        font-weight:bold;
	color: #ffffff;
	padding: 10px;
        text-shadow: 2px 2px 4px rgba(0, 0,0, 1);
}
div.err{
        background-color:#c04134;
	font-family: Open Sans, Helvetica, sans-serif;
	font-size: 16px;
        font-weight:bold;
	color: #ffffff;
	padding: 10px;
        text-shadow: 2px 2px 4px rgba(0, 0,0, 1);
}

td.del {
    background-color:#ff0000;
    font-weight:bold;
    color: #ffffff;
    text-decoration:none;
}
.seagreenTxt{
    font-size:20px;
    color:#006699;
}
.whiteTxt{
    font-size:18px;
    color:#FFF;
}
.blackTxt{
    font-size:16px;
    color:#000;
}


/* #tablcon {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#tablcon td, #tablcon th {
    border: 1px solid #ddd;
    padding: 8px;
}

#tablcon tr:nth-child(even){background-color: #f9f9f9;}

#tablcon tr:hover {background-color: #eae9e9;}

#tablcon th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}
*/

#tablcon {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#tablcon td, #tablcon th {
    border: 1px solid #fff;
    padding: 8px;
}

#tablcon tr:nth-child(even){background-color: #f4f5f6;}
#tablcon tr:nth-child(odd){background-color: #e6e8eb;}

#tablcon tr:hover {background-color: #d5d6d7;}

#tablcon th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

.right{
    right:0;
    position:absolute;
    margin-right:15px;
}
.centre{
    margin:auto;
    width:900px;
}
.t-centre{
    text-align:center; 
}

    
/* The container */
.rad-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.rad-container input {
    position: absolute;
    opacity: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #888;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rad-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rad-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rad-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rad-container .checkmark:after {
 	top: 7px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


.tip{
    font-size:12px;
    color:#006699;
    margin-left:10px;
}
.inplabel{
    max-width:800px;
}
.add-form{
    padding:25px;
    width:800px;
    margin-top:30px;
    margin-bottom:50px;
}
.add-form-full{
    padding:25px;
    margin:auto;
    margin-top:30px;
    margin-bottom:50px;
}
.add-form-half{
    width:350px;
    float:left;
}
.pre-add-form{
    padding:10px;
    width:800px;
    margin:auto;
    margin-top:10px;
    margin-bottom:20px;
}
div.block{
    background-color:#006699;
	font-family: Open Sans, Helvetica, sans-serif;
	font-size: 20px;
    font-weight:bold;
	color: #ffffff;
	padding: 20px;
	margin:10px;
	width:400px;
}
.errTxt{
       color:red;
}
#sarea{
    display: block;
    margin-top:10px;
}
tr.warn td{
    background-color:#FBA9A9;
}






#tips{
    position:fixed;
    top: 200px;
    right: 0;

    color:#FFF;
    padding:20px;
    z-index:5;
    box-shadow: -3px 3px 10px #777;
    max-width:500px;
    display:none;
}
input[type="submit"].large {

	width:100px;
	padding:10px;
	font-size:16px;
}
.mandatory{
	color:red;
}



.jconfirm.jconfirm-my-theme .jconfirm-bg{ background-color:#000;opacity: 0.6;
}
.jconfirm.jconfirm-my-theme .jconfirm-box{background-color:rgba(0, 0, 0, 0);color:#FFF;width:2000px;
}
.jconfirm.jconfirm-my-theme .jconfirm-box.loading{
}
.jconfirm.jconfirm-my-theme .jconfirm-box.loading:before{
}
.jconfirm.jconfirm-my-theme .jconfirm-box.loading:after{
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-closeIcon{ color:red;font-size:20px;font-weight:bold;
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-title-c{ 
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-content-pane{
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-content{
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-buttons{ float:right;
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-buttons button{ font-weight:bold;
}


.jconfirm.jconfirm-my-theme2 .jconfirm-bg{ background-color:#000;opacity: 0.6;
}
.jconfirm.jconfirm-my-theme2 .jconfirm-box .jconfirm-closeIcon{ color:red;font-size:20px;font-weight:bold;
}
.jconfirm.jconfirm-my-theme2 .jconfirm-box .jconfirm-buttons{ float:right;
}
.jconfirm.jconfirm-my-theme2 .jconfirm-box .jconfirm-buttons button{ font-weight:bold;
}
