/*************************************************
//////////////////////////////////////// GENERAL
**************************************************/
html{
	padding:0px;
	margin:0px;
	border:0px none;
	/* hide overflow:hidden; */
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 0 none;
	background-color: #FFF;
	width: 100vw;
	/* line-height: 15px; */
}
img {
	border:none;
}
a{
	color:#D09302;
	text-decoration:none;
	outline: none;
}
-moz-any-link:focus { outline: none; }
a:hover{
	text-decoration:underline;
}
span.link {
	color:#D09302;
	text-decoration:none;
	outline: none;
	cursor: pointer;
}
span.link:hover {
	text-decoration:underline;
}
input[type=text], input[type=number], input[type=password], textarea, select, button{
	/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	border:1px solid #CCC;
	background-color:#FFF;
	font-size:12px;
	color:#333;
}
input[type=button], input[type=submit], button, a.btn{
	/*background:url("../imgs/bgglass.png") repeat-x scroll 50% 50% #F2F2F2;*/
	background: #F2F2F2;
	border:1px solid #DADADA;
	color:#333;
	cursor:pointer;
	font:12px arial,sans-serif;
	/*margin:1px;*/
	outline:medium none;
	padding:5px 12px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	position:relative;
}
input[type=button]:hover, input[type=submit]:hover, button:hover, a.btn:hover{
	border:1px solid #FDB913;
	color: #212121;
	text-decoration: none;
}

input[type=button].ctm-drop.ctmon,
input[type=submit].ctm-drop.ctmon,
button.ctm-drop.ctmon,
a.btn.ctm-drop.ctmon {
	background: #FFF;
	color:#FDB913;
	border-bottom: 1px solid #FFF;
	z-index: 50003;
	padding-bottom: 6px;
	margin-bottom: -1px;
	cursor: default;
}
input[type=button].md, input[type=submit].md, button.md{
	padding: 3px 5px;
	font-size: 11px;
	margin: 0px 0;
}
input[type=button].small, input[type=submit].small, button.small{
	padding: 0 2px;
	font-size: 11px;
}

input[type=button].big, input[type=submit].big, button.big{
	width: 100%;
	padding: 10px 0;
	font-weight: bold;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background-color: #FAFAFA;
	border: 1px solid #DADADA;
	color: #333;	
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	cursor: pointer;
	background-color: transparent;
	border-color: #FDB913;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
	background-color: #FFFBF2;
	border-color: #FDB913;
	color: #333;
}
.ui-state-active.ui-state-hover,
.ui-widget-content .ui-state-active.ui-state-hover,
.ui-widget-header .ui-state-active.ui-state-hover {
	border: 1px solid #FDB913;
}

.ui-dialog.busy .ui-dialog-titlebar{
	
}

.pr {
	float: right;
}

.pl {
	float: left;
}
.w{ clear:both; }
.wr{ clear:right; }
.wl{ clear:left; }

.boxsizingBorder {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hilite{ font-weight:bold; }
input.hilite.error{ border-color:#900; font-weight:normal; }

#main {
	display: flex;
	flex-flow: column;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
	overflow: hidden;
}

.no-select
{
   user-select: none;
   -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}


#closed{
	padding:10px 15px 5px;
	width:300px;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#closed .logo{
	display:block;
	background: url(../imgs/logo_oxo.png) no-repeat top left;
	width:168px;
	height:43px;
	margin:0px auto 15px;
}
#closed .maintenance{
	background: url(../imgs/maintenance.png) no-repeat top center;
	padding:40px 0px 0px;
	font-weight:bold;
	color:#333;
}

.not-found,
.capsule{
    margin: 50px auto 0;
    text-align: center;
	width: fit-content;
    background: rgba(0,0,0,0.02);
    border-radius: 150px;
    padding: 50px;
    -webkit-box-shadow: 0 0 25px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 25px -10px rgba(0,0,0,0.75);
    box-shadow: 0 0 25px -10px rgba(0,0,0,0.75);
}
.capsule{
	border-radius: 20px;
	padding: 30px 60px;
}
.capsule .err,
.not-found .e404{
    font-size: 70px;
    display: inline-block;
    color: #999;
}
.not-found .etext{
    display: inline-block;
    margin-top: 5px;
    font-size: 15px;
    background: rgba(253, 185, 19, 0.61);
    padding: 10px;
    border-radius: 25px;
    color: #FFF;
    font-weight: bold;
    -webkit-box-shadow: inset 0 0 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0 0 5px -2px rgba(0,0,0,0.75);
    box-shadow: inset 0 0 5px -2px rgba(0,0,0,0.75);
}
.not-found a.logo,
.capsule a.logo{
    display: inline-block;
    margin: 20px 9px 0 9px;
}
.capsule .title{
	font-size: 24px;
	margin-top: 20px;
	display: inline-block;
	color: #333;
}
.capsule .error{
	color: #FFF;
	font-size: 14px;
	background: #d33f3f;
	padding: 10px;
	margin: 20px -30px 0;
}
.capsule .success{
	color: #090;
	font-size: 14px;
	padding: 10px;
	margin: 20px -30px 0;
}
.capsule form{
	margin-top: 25px;
	margin-bottom: 10px;
}
.capsule form label{
	margin-bottom: 10px;
	display: block;
	font-size: 17px;
}
.capsule form label input[type=password],
.capsule form label input[type=text]{
	margin-top: 5px;
	padding: 6px;
	border:1px solid #c2c2c2;
}
.capsule input[type=submit],
.capsule input[type=button]{
	margin-top: 5px;
	padding: 6px 16px;
	border:1px solid #c2c2c2;
	font-size: 15px;
}
#online-chat{
    position: fixed;
    left: 14px;
    bottom: 6px;
    z-index: 999;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
	display: none;
}
#online-chat table tr:last-child{
    display: none;
}

.ui-datepicker{
	z-index: 1000 !important;
}

#ui-datepicker-div {
	display: none;
}

#mainload {
	width: 350px;
	padding: 20px 3px;
	margin: 30px auto 0;
	text-align: center;
	background-color: #FAFAFA;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}

#allcontents {
	display: none;
	width: 100%;
	height: 100%;
    align-content: stretch;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-evenly;
}