@font-face{font-family:decima_proa_regular;src:url(../fonts/decimaproa.woff2) format('woff2'),url(../fonts/decimaproa.woff) format('woff');font-weight:normal;font-style:normal;font-display:swap}
@font-face{font-family:decima_proa_light;src:url(../fonts/decimaproalight.woff2) format('woff2'),url(../fonts/decimaproalight.woff) format('woff');font-weight:normal;font-style:normal;font-display:swap;}
@font-face{font-family:decima_proa_bold;src:url(../fonts/decimaproa-bold.woff2) format('woff2'),url(../fonts/decimaproa-bold.woff) format('woff');font-weight:normal;font-style:normal;font-display:swap}
@font-face{font-family:black_pen;src:url(../fonts/blackpen.woff2) format('woff2'),url(../fonts/blackpen.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}

html, body {
	margin: 0;
}

html {
	background: url(../images/bg.png) center center / cover;
}

body {
	background-color: rgba(233,233,233,0.3);
	min-height: 100vh;
}

body, button, input {
	font-family:decima_proa_regular,Arial,Helvetica;
	font-size: 1rem;
}

#flex, .flex {
	display:flex;
}
.flexcenter {
    justify-content: center;
}
#flex h1 {
	font-size:18px!important;
}
#content {
}
#content h1 {
	margin:0 0 20px 0;
	text-align:left;
}

.one h1 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.one h1:before {
	width: 28px;
	height: 5px;
	display: block;
	content: "";
	position: absolute;
	top: 158px;
	left: 50%;
	margin-left: -14px;
	background-color: #f4cc12;
	z-index:2;
}

.one h1:after {
	width: 150px;
	height: 1px;
	display: block;
	content: "";
	position: absolute;
	margin-top: 10px;
	left: 50%;
	margin-left: -75px;
	background-color: #f4cc12;
	z-index:1;
}

.two h1 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size:1.7rem;
}

.two h1:before {
	width: 28px;
	height: 5px;
	display: block;
	content: "";
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -14px;
	background-color: #f4cc12;
	z-index:2;
}

.two h1:after {
	width: 250px;
	height: 1px;
	display: block;
	content: "";
	position: absolute;
	margin-top: 11px;
	left: 50%;
	margin-left: -130px;
	background-color: #f4cc12;
	z-index:1;
}

#menu {
	background-color:#0065b0;
	margin-bottom: 30px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#menu ul { 
	list-style-type: none; 
	padding-top:10px;
	text-align:center;
}
#menu li {
	margin-bottom:10px;
	margin-right:15px;
	display: inline-block;
}
#menu a {
	text-decoration:none;
	color:white;
}
#menu a:hover {
	text-decoration:underline;
}

#hmenu, #footer {
	transition: all 0.3s ease-out;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
}

#hmenu {
	border-bottom: 5px solid #004f8a;
}

#mcview {
	max-width:100%;
	margin: 0 auto;
}

.seperator:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 25%;
	right:25%;
	width: 50%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgb(0,91,150), transparent);
	background-image: linear-gradient(to right, transparent, rgb(239,192,80), transparent);
}

.divider
{
	position: relative;
	margin-top: 50px;
	height: 1px;
}

.accordionItem {
	width:60%;
	display: block;
	vertical-align: top;
	margin: 0 auto;
}

.accordionTitle {
	text-align: center;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding:10px 15px;
	background-color:#fff;
	border:1px solid #e7eff6;
	color: #0065b0;
	cursor:pointer;
	box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, 0.1);
	font-size: 1.2rem;
}

.accordionTitle:hover {
	transition: all 0.3s ease-out;
	background-color:#0065b0;
	color:#fff;
}

.is-open {
	background-color:#0065b0;
	color:#fff;
}

.accordionContent {
	padding: 0 15px;
	border:1px solid #e7eff6 ;
	background: rgba(255,255,255,0.4);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
	max-width: 90%;
	margin: 0 auto;
}

.accordionContent h2 {
	text-align: left!important;
}

.accordionTitle + .accordionContent {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s linear;
	height: 0;
}

.accordionTitle.is-open + .accordionContent {
	visibility: visible;
	opacity: 1;
	height: 100%;
}

.micons {
	background-color:#0065b0;
	z-index:1000;
	width:100%;
	position:fixed;
	top:0px;
	padding: 3px 0;
	text-align:center;
	overflow-x: scroll;
	overflow-y:none;
	-webkit-overflow-scrolling:touch;
	text-transform: uppercase;
	font-size:0.9rem;
}

#copyalink a {
	color: #0065b0;
	padding:5px 20px;
	border: 1px solid #e5ebf1;
	border-radius:15px;
	box-shadow: 3px 3px 3px 1px rgb(0 0 0 / 10%);
	transition: all 0.2s ease-out;
}

#copyalink a:hover {
	cursor:pointer;
	background-color:#0065b0;
	color:white;
}

.adayslist {
	width:100%;
	text-align:center;
	overflow-x: scroll;
	overflow-y:none;
	-webkit-overflow-scrolling:touch;
	display: grid;
	grid-template-columns: 1fr max-content 1fr;
	grid-template-rows: 27px 0;
	grid-gap: 20px;
}

.adayslist:after,.adayslist:before {
	content: " ";
	display: block;
	border-bottom: 1px solid #d0e1f9;
	border-top: 1px solid #d0e1f9;
	height: 5px;
	position:relative;
	top:11px;
}

.micons::-webkit-scrollbar, .adayslist::-webkit-scrollbar {
	display: none;
}

.micons .fas {
	display:block!important;
	margin-bottom:5px;
}

.micons ul, .adayslist ul {
	padding:0;
	margin: 0;
	list-style-type: none; 
	text-align:center;
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
}

.micons a {
	text-decoration:none;
	color:#fff;
}

.micons li {
	padding: 5px 15px;
	margin: 0!important;
	cursor: pointer;
	overflow:visible;
	white-space:nowrap;
	transition: all 0.4s ease-out;
}

#txt_obs, #txt_strong, #txt_weak {
	display:none;
}
#obstitle {
	margin:0 auto;
	text-align: center;
}
#obstitle .cid {
	padding:5px 10px;
	background-color:#fff;
	border-radius: 15px!important;
	border:1px solid #e7eff6;
	color: #0065b0;
	cursor:pointer;
	display:inline-block;
	box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, 0.1);
	margin: 5px;
}
#obstitle .cid:hover {
	transition: all 0.3s ease-out;
	background-color:#0065b0;
	color:#fff;
}	
#obstitle .content.active {
	display:block;
}
#obstitle .active {
	background-color:#0065b0;
	color:#fff;
}
#obstext {
	padding:15px;
	border:1px solid #e7eff6;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
	border-radius:5px;
	background: rgba(255,255,255,0.4);
}

#scalecontainer {
	background-color:#fff;
	border-radius: 20px;
	margin: 20px 0;
	padding: 10px 0;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 6px 0px;
}

#scalecontainer h3 {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	color: #0065b0;
}

.scaleobs {
	color:#0065b0;
	padding: 0 8px 15px 8px;
	display: inline-block;
	min-width: 100px;
	font-size: 0.9rem;
}

.scaleobsseperator {
	width: 1px;
	height: 30px;
	background-color: #0065b0;
	display: inline-block;
	position: relative;
	top: 8px;
}

#modtxt #obstext {
	width: 50%;
	float:left;
	margin-top:15px;
}

.obsrat h2 {
	font-weight: normal;
}

#obstext .content {
	display:none;
}

#obstext .content.active {
	display:block;
}

#obstext .obscomp {
	display:inline-block;
	margin-right:25px;
	width:45%;
	vertical-align:top;
}

#obs {
	
}

#obs_mate {
	display:none;
}

.obscompblock {
	display:flex;
}


.obstblock {
	width:48%;
	margin-left:25px;
}

.comptop {
	text-align:center;
	display:inline-block;
	font-size:1rem;
	margin-right:15px;
	padding:5px 15px;
	background:#0065b0;
	border-radius:15px;
	color:white;
	margin-top:5px;
}

#loading {
	background: url(../images/loading.gif) center center / cover;
	width:200px;
	height:200px;
	margin:0 auto;
}

#modtxt {
	display: block;
	vertical-align: top;
}


#modtxt span {
	display: inline-block;
	font-size: 0.8rem;
	overflow: hidden;
}

#modobs {
	float: right;
	width:45%
}

.obstxt {
	display:none;
}

.obstop {
	vertical-align: top;
}

.obsrat {
	border: 1px solid #0065b0;
	border-radius: 25px;
	vertical-align:bottom;
}

.obsrat h2 {
	background-color: #0065b0;
	font-size: 1rem;
	padding: 10px;
	margin: 0;
	color:white;
	line-height: 10px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.obsrat form {
	margin-top: 20px;
}

.adayslist li {
	color:#0065b0;
	padding: 3px 0;
	padding-right:5px;
	margin-right:2px!important;
	white-space:nowrap;
	overflow:visible;
}

.adayslist li:first-child {
	padding-left:5px;
}

.micons li:hover, .micons .activem {
	background-color:#2997e8;
	background-color:#fff;
	color:#0065b0;
}

.adayslist li:hover {
	transform: scale(1.15);
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.viewratingsa, .viewreportso  {
	display:inline-block;
	width:40%;
	padding:20px;
	margin:10px;
	background-color:rgba(255, 255, 255, 0.9);
	border-radius:25px;
	border: 1px solid #d0e1f9;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
}

.viewratingsa p {
	margin: 5px 0;
}

.viewreportso p {
	margin: 5px 15px;
}

.viewreportso .mtitle {
	color:#0065b0;
	font-weight:bold;
	text-align:center;
}

.viewreportso li {
	text-align:left!important;
}

.viewratingsa .mtitle {
	color:#0065b0;
	font-weight:bold;
	margin-right:15px;
	min-width:350px;
	text-align:left!important;
}

.viewratingsa .modul {
	border: 1px solid darkgrey;
	padding: 5px;
	border-radius: 15px;
	margin-bottom: 5px;
}

.viewcomptop {
	display: inline-block;
	font-size: 0.8rem;
	margin-right: 5px;
	border: 1px solid #0065b0;
	border-radius: 5px;
	padding: 2px;
	margin-top: 2px;
}

.viewratres {
	margin: 5px 0;
}

.viewratingsa .comp {
	display: inline-block;
	text-align: left!important;
	margin-right: 5px;
}

.viewratingsa .fin {
	font-weight: bold;
	color:green;
	text-align:left!important;
}

.viewratingsa .nfin {
	font-weight: bold;
	color:red;
	text-align:left!important;
}

#lmain {
	position:relative;
	top:100px;
}
#lcontainer{
	
}
#main {
	margin-bottom:80px;
}
#container {
	position:relative;
}
#ui {
	margin:0 auto;
	min-height: calc(100vh - 80px);
	background: rgba(255,255,255,0.8);
	padding: 0 50px 50px;
	/*border-top:  #0065b0 10px solid;
		border-bottom:  #0065b0 1px solid;
		border-left:  #0065b0 1px solid;
	border-right:  #0065b0 1px solid; */
	max-width:1300px;
}

#ui h2 {
	text-align:center;
	line-height:33px;
}

#popup_large, #popup_small {
	margin:0 auto;
	background:white;
	border:  #0065b0 1px solid;
	border-radius:25px;
	margin:5px;
	padding:15px;
}

#ui h1, #popup_large h1, #popup_small h1 {
	text-align:center;
}

#pbuttons {
	text-align: center;
}

#popup_large {
	
}

#popup_small, #popup_small button, #popup_small input {
	
}

#logonform {
	display: inline-block;
	background-color: white;
	width: 400px;
}

.imgcenter {
	display: block;
	margin: 0 auto;
}

#hlc {
	text-align:center;
}

#home_login {
	border: 1px solid #d0e1f9;
	height: 300px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
}

.hightable {
	height: auto!important;
}

.hsmall {
	width:60%;
	margin: 0 auto;
}

.hsmall input, .hsmall select {
	text-align:center;
	margin: 0!important auto;
}

#home_login h1, #popup h1 {
	margin-top: 0px;
	font-weight: normal;
	padding: 10px;
	background-color: #0065b0;
	color: white;
}

form {
	border:none;
}

#home_login div, .hightable .field {
	clear: both;
	margin-top: 10px;
	padding: 5px;
	text-align:center;
}

.hightable .field label {
	font-weight:bold;
	padding-top: 15px;
	padding-bottom:15px;
}

.hightable .field input, .hightable .field select {
	border:1px solid lightgrey;
	border-radius:10px;
	padding:5px;
	display:block;
	min-width:100px;
	margin: 10px auto;
}

#home_login .textbox, #popup .textbox {
	width: 90%;
	padding: 7px;
}

input[type=submit], input[type=button], .button, .swb {
	padding: 5px 20px;
	background-color: #fff;
	color: #0065b0;
	cursor:pointer;
	border-radius:25px;
	border: #e5ebf1 1px solid;
	margin: 2px 0;
	transition: all 0.2s ease-out;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
}

.shbutton {
	border: #0065b0 3px solid;
}

input[type=submit]:hover, input[type=button]:hover, .button:hover {
	background-color: #0065b0;
	color: #fff;
	border:solid 1px #0065b0;
}

.shbutton:hover {
	border: #0065b0 3px solid;
}

input[type=time] {
	min-width:40px;
	margin-right:10px;
	margin-bottom:5px;
	border: #0065b0 solid 1px;
	border-radius: 25px;
	padding:5px;
}

.button {
	margin-right:10px;
	min-width:100px;
}

#but_admin {
	text-align:center;
}

.but_pro {
	display: inline-block;
}

#save {
	display:none;
}

#hlogo {
	margin: 0 auto;
	width: 30%
}

.space {padding: 20px 0;}
.spacel {padding: 30px 0;}
.spaces {padding: 10px 0;}

#d_table {
	border-collapse: collapse;
	width: 100%;
	overflow-x:auto;
}

#d_table td, #d_table th {
	padding: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.par_table td, .par_table th {
	padding: 8px;
	max-width:100px;
	white-space: normal!important;
	overflow:visible!important;
}

#d_table tr:nth-child(even){background-color: #f8fbff;}

#d_table td{border-right:1px #fff solid;}

#d_table tr:not(:first-child):nth-child(odd) {background-color: #e7eff6 ;}

#d_table tr:not(:first-child):hover {background-color: #adcbe3;transition: all 0.2s ease-out;}

#d_table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	color: #fff;
	background-color: #0065b0;
	border-bottom: #0065b0 1px solid;
	font-weight:normal;
}

#d_table th:first-child {
	border-top-left-radius: 15px;
}

#d_table th:last-child {
	border-top-right-radius: 15px;
}

#d_table tr:last-child {
	border-bottom: #0065b0 5px solid;
}

.as_overview {
	margin: 0 auto;
	text-align:center;
}

.as_project {
	margin:5px;
	display:inline-block;
}

.as_project button {
	background-color: #fff;
	padding:10px;
	border-radius:15px;
	color:#0065b0;
	cursor:pointer;
	border:solid 1px #e5ebf1;
	min-width:200px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
}

.as_project button:hover {
	background-color: #0065b0;
	border:solid 1px #0065b0;
	color:#fff;
	transition: all 0.3s ease-out;
}

.as_project h3 {
	margin:0;
	padding:0;
	font-weight:normal;
	margin-bottom:5px;
}

#p_participants #d_table th {
	text-align:center!important;
}

.participants_table {
	height: 200px;
}

#p_participants span {
	background:rgb(239,192,80, 0.7);
	padding:5px 15px;
	margin:5px;
	margin-left:20px;
	color: #020202;
	height:40px;
	display: inline-block;
	text-align:center;
	border-radius:25px;
	vertical-align:top;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
	transition: 0.5s;
	border: 1px solid #e5ebf1;
}

#p_participants span:hover {
	-webkit-filter: brightness(95%);
	border: 1px solid #777;
	color:#111;
}

#p_participants tr:hover {
	background:#f8fbff!important;
}

#p_participants td {
	border-right: 1px #d0e1f9 solid;
}

#session {
	display:none;
}

.ifx {
	cursor: pointer;
}

.ifx:hover {
	background-color:#efc050;
}

.ctxmenu {
	display: none;
	position: absolute;
	z-index: 99999;
	background-color: white;
}

.ctxmenu.show {
	display: block;
}

.ctxmenu .list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.ctxmenu .listitem {
	position: relative;
	display: block;
	border: 1px solid rgba(0, 0, 0, .125);
	padding: .75rem 1.25rem;
	cursor: pointer;
}

.ctxmenu .listitem:hover {
	background-color: rgba(233, 233, 233, .5);
}

.taskedit {
	display: none;
}

.isgform {
	border-radius:25px;
	border: solid #0065b0 1px;
	margin-left:10px;
	padding:10px;
}

.isgform .fco {
}

.isgform div {
	margin: 20px 0 5px 0;
}

.isgform .fbox {
	min-width:200px;
	display:inline-block;
	word-wrap:break-word;
	background-color:#f6f6f6;
	padding:10px;
	padding-bottom:25px;
	margin:10px;
	border-radius: 15px;
	vertical-align:top;
	text-align:center;
	box-shadow: 2px 2px 10px 1px rgb(0 0 0 / 10%);
}

.isgform .fbox .heading {
	position:relative;
	bottom:15px;
}

.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary {
	background:none!important;
}

.tox {
	margin-top: 15px;
}

#dataempty {
	color:red;
}

.comfdiag {
	display:block;
	margin:0 auto;
	width:250px;
}

.comfdiag input[type=submit] {
	width:100px;
	margin-right:10px;
}

.comfdiag form {
	display:inline-block;
}
#center {
	justify-content : center;
	display:flex;
}

#assessor_schedule {
	padding: 0;
	max-width: 98%;
	margin-bottom: 300px;
}

#scrolltable {
	overflow: auto;
	overflow-y: hidden; 
	display:flex;
}

#sctime, .scpar, #spnames, .stext {
	color: white;
	text-align:center;
}

#sctime {
	background-color:#2a4d69;
	width:50px;
	float:left;
	margin-top:35px;
}
.scpar {
	padding:0;
	min-width:150px;
	border-right:1px solid black;
}

#usertime {
	max-width:40%;
	margin: 0 auto;
}

.pname, .pnameb {
	padding:5px;
	background-color:#4b86b4;
	min-height:40px;
	-webkit-box-shadow:inset 0px 0px 0px 1px #f7f7f7;
	-moz-box-shadow:inset 0px 0px 0px 1px #f7f7f7;
	box-shadow:inset 0px 0px 0px 1px #f7f7f7;
}

.pname a {
	color: white;
}

.pname.sticky {
	position: fixed;
	top: 0;
	z-index: 500;
	width: 140px;
}

.pnameb {
	width:140px;
	position:absolute;
	bottom:-10px;
	display:none;
}

.stext {
	overflow:hidden;
	line-height:15px;
	-webkit-box-shadow:inset 0px 0px 0px 1px #f7f7f7;
	-moz-box-shadow:inset 0px 0px 0px 1px #f7f7f7;
	box-shadow:inset 0px 0px 0px 1px #f7f7f7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#sctime {
	position: relative;
	z-index: 501;
}

.stext a {
	position:relative;
	top:5px;
	font-size:0.9rem;
}

.sspace {
	
}

#htext {
	color: #0065b0;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	font-family:decima_proa_bold,Arial,Helvetica;
}

#hbg {
	background: url(../images/hbg.jpg) 50% 40% / cover;
	width:100%;
	height:200px;
	position:absolute;
	left:0px;
	z-index:1;
}

#hbg2 {
	background: url(../images/hbg.jpg) 50% 38% / cover;
	width:100%;
	height:220px;
	position:absolute;
	left:0px;
	z-index:1;
}

#htext {
	position:relative;
	z-index:2;
}

#footer {
	text-align:center;
	background-color:#0065b0;
	color:white;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding:10px 0 5px;
	border-top:1px white solid;
	z-index:9999;
}

#footer .fem {
	display:inline-block;
	margin-right:10px;
}

#footer #but_logout:hover input[type=submit], input[type=button], #footer a:hover {
	background-color:#fff;
	color:#0065b0;
}
#footer a {
	border: solid 1px #fff;
}
#footer a:hover {
	border: solid 1px #0065b0;
}

#obstext input[type=radio]{
	height: 25px;
	width: 25px;
	border-radius: 50%;
	cursor:pointer;
	padding: 0;
	margin: 0;
}

#obstext label {
	position:relative;
	left:-20px;
	top:-30px;
}
#obstext label:hover {
	cursor: default;
}

@keyframes stretch-animate {
	0% {
		transform: scale(1,1)
	}
	28% {
		transform: scale(1.15,.85)
	}
	50% {
		transform: scale(.9,1.1)
	}
	100% {
		transform: scale(1,1)
	}
}

#obstext label {
	cursor: pointer;
}

#obstext label:hover,
#obstext label:focus-within {
	background: hsla(0, 0%, 80%, .14);
}

#obstext fieldset {
	border:none;
}

#footer p {
	margin:0;
	padding:0;
	margin-bottom:3px;
	
}

#footer a {
	text-decoration:none;
	color:#0065b0;
	padding: 5px 20px;
	background-color: #fff;
	border-radius:25px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
}

#swwrapper {
	position:fixed;
	bottom: 100px;
	right: 30px;
	text-align: center;
	background: #0065b0;
	color: white;
	border-radius: 25px;
	padding: 15px;
	z-index: 999;
}

.swcloseb, .swminb {
	background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
	color: white;
	font-size: 1.5rem;
	position: absolute;
	right: 15px;
	top: 10px;
}

.swminb {
	right: 40px;
}

#swopen {
	position:fixed;
	bottom: 100px;
	right: 30px;
	text-align: center;
	background: #0065b0;
	color: white;
	border-radius: 25px;
	padding: 10px;
	z-index: 999;
}

.swh {
	font-size: 1.2rem;
	font-weight: bold;
}

.swn {
	font-size: 1.1rem;
}

.swn2 {
	font-size: 0.8rem!important;
}

.swtime, #swbuttons {
	margin-top: 10px;
}

.swtime2 {
	font-size: 0.8rem!important;
	margin-top: 10px;
}

#swtime {
	
}

button.accordion {
	background-color: #fff;
	padding:0 15px;
	margin:5px;
	margin-left:10px;
	color: #0065b0;
	height:50px;
	display: inline-block;
	text-align:center;
	border-radius:25px;
	transition: 0.4s;
	min-width:100px;
	border:1px solid #e5ebf1;
	vertical-align:top;
	cursor:pointer;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
}

button.accordion.active2, button.accordion:hover {
	background-color: #0065b0;
	border:1px solid #0065b0;
	color:#fff;
	transition: all 0.3s ease-out;
}

div.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
}

.jq-schedule .sc_bar {
	top: 0!important;
}

.area {
	height: 200px;
	width:60%;
	margin: 0 auto;
	border: 2px dashed #0065b0;
	border-radius:25px;
	background-image: url("../images/upload.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 96px 96px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background-color: rgba(233, 233, 233, .3);
}

.area input {
	width: 400%;
	height: 100%;
	margin-left: -300%;
	border: none;
	cursor: pointer;
}

.area input:focus {
	outline: none;
}

.area .spinner {
	display: none;
	margin-top: 50%;
}

.area:hover,
.area.dragging,
.area.uploading {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.area.uploading {
	background: none;
}

#upload {
	opacity: 0;
}

#welcome-message {
	position:fixed;
	background:rgba(255,255,255,0.95);
	width:100%;
	height:100%;
	z-index:15000;
	text-align: center;
}

#welcome-message h1 {
	font-size:1.3rem;
}

#welcome-message ul {
	list-style-position: inside;
}

#welcome-message img {
	max-width:300px;
}

#welcome-text {
	max-width:500px;
	text-align:left;
	margin: 0 auto;
	padding: 0 10px;
}

#totalscale {
	margin: 15px 0;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
}

.containerscale {
    max-width: 900px;
    width: 100%;
    background-color: #fff;
    margin: auto;
    padding: 15px;
    box-shadow: 0 2px 20px #0001, 0 1px 6px #0001;
    border-radius: 5px;
    overflow-x: auto;
}

._table {
    width: 100%;
    border-collapse: collapse;
}

._table :is(th, td) {
    border: 1px solid #0002;
    padding: 2px 8px;
}

.form_control {
    border: 1px solid #0002;
    background-color: transparent;
    outline: none;
    padding: 8px  0px;
    font-family: 1.2rem;
    width: 100%;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    transition: 0.3s ease-in-out;
}

.form_control::placeholder {
    color: inherit;
    opacity: 0.5;
}

.form_control:is(:focus, :hover) {
    box-shadow: inset 0 1px 6px #0002;
}

.successscale {
    background-color: #24b96f !important;
}

.warningscale {
    background-color: #ebba33 !important;
}

.primary {
    background-color: #259dff !important;
}

.secondery {
    background-color: #00bcd4 !important;
}

.danger {
    background-color: #ff5722 !important;
}

.action_container {
    display: inline-flex;
}

.action_container>* {
    border: none;
    outline: none;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 14px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.action_container>*+* {
    border-left: 1px solid #fff5;
}

.action_container>*:hover {
    filter: hue-rotate(-20deg) brightness(0.97);
    transform: scale(1.05);
    border-color: transparent;
    box-shadow: 0 2px 10px #0004;
    border-radius: 2px;
}

.action_container>*:active {
    transition: unset;
    transform: scale(.95);
}

@media only screen and (max-width: 2400px) {
	#hbg, #hbg2 {
		
	}
}

@media only screen and (max-width: 1300px) {
	#center {
		display:block;
	}
	.mctitle {
		display:block;
		background:#fff;
	}
	.mctitle .cid, #obstitle .cid {
		border-radius:15px;
		margin-bottom:5px;
		margin-right:5px;
	}
	.mctext, #obstext {
		border-radius:15px;
	}
	#usertime {
		max-width:80%;
	}
	#mcview {
		max-width:100%;
	}
	#container {
		background: rgba(255,255,255,0.8);
	}
	#ui {
		background: none;
	}
	#modobs {
		display:block;
		width:100%!important;
	}
	#modtxt #obstext {
		display:block;
		width:100%!important;
	}
	#hbg, #hbg2 {
		
	}
}

@media only screen and (max-width: 1150px) {
	.accordionItem {
		display: block;
		width: 100%;
	}
	.obscompblock {
		display:block;
	}
	.obstblock {
		width:100%;
		margin-left:0px;
	}
}

@media only screen and (max-width: 600px) {
	.accordion {
		width: 95%;
	}
	#logonform {
		width: 90%;
	}
	#hlogo {
		width:90%;
	}
	#p_participants span {
		
	}
	.micons::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.micons {
		
		width:100%;
		left:0px;
	}
	.hsmall {
		width:100%;
	}
	.micons li {
		padding:5px 10px;
		max-width:35px;
		overflow:hidden;
	}
	.micons a {
		
	}
	.micons .fas {
		
	}
	.hmobile {
		display:none!important;
	}
	#footer .fem {
		margin-bottom:10px;
	}
	#ui {
		width:97%;
		padding:0;
	}
	#usertime {
		max-width:100%;
	}
	.flex {
		display:block;
	}
	#obstext .obscomp {
		display:block;
		margin-right:0;
		width:100%;
	}
	.viewratingsa {
		display:block;
		width:90%;
	}
	#d_table td, #d_table th {
		max-width:100px;
	}
	.two h1:before, .one h1:before {
		display:none;
	}
	.seperator:before
	{
		left: 5%;
		right:5%;
		width: 90%;
	}
	#hbg, #hbg2 {
		
	}
}
@media only screen and (max-width: 350px) {
	.micons ul, .adayslist ul {
		justify-content:left;
	}
}

@media only screen and (min-width: 600px) {
	.micons {
		left: 50%;
		transform: translate(-50%, 0);
	}
}

@media only screen and (min-width: 1300px) {
}

::-webkit-scrollbar {
	width: 10px;
	height: 15px;
}

::-webkit-scrollbar-thumb {
	background: #ccc;
}

::-webkit-scrollbar-thumb:hover {
	background: #0065b0;
}

::-webkit-scrollbar-thumb {
	background-color: #b0b0b0;
	background-clip: padding-box;
	border: 0.05em solid #eeeeee;
}

::-webkit-scrollbar-track {
	background-color: #fff;
}
::-webkit-scrollbar-button:single-button {
	background-color: #fafafa;
	display: block;
	background-size: 10px;
	background-repeat: no-repeat;
}

/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
	height: 12px;
	width: 16px;
	background-position: center 4px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='50,00 0,50 100,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='50,00 0,50 100,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:decrement:active {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='50,00 0,50 100,50'/></svg>");
}

/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
	height: 12px;
	width: 16px;
	background-position: center 2px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 100,0 50,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:increment:hover {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 100,0 50,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:increment:active {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 100,0 50,50'/></svg>");
}

/* Left */
::-webkit-scrollbar-button:single-button:horizontal:decrement {
	height: 12px;
	width: 12px;
	background-position: 3px 3px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,50 50,100 50,0'/></svg>");
	
}

::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,50 50,100 50,0'/></svg>");
}

::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,50 50,100 50,0'/></svg>");
}

/* Right */
::-webkit-scrollbar-button:single-button:horizontal:increment {
	height: 12px;
	width: 12px;
	background-position: 3px 3px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 0,100 50,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 0,100 50,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:horizontal:increment:active {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 0,100 50,50'/></svg>");
}

@-moz-document url-prefix() {
	#sctime {
		margin-top: 20px;
	}
}