.menu_boxed{
	background-color: #eee;
	padding-bottom: 10px;
	/*padding: 0px;*/
	transition: all 0.2s linear 0s;
}
.boxed{
	/*background-color: #f2f2f2;*/
	border-radius: 6px;
	margin: 0px;
	padding: 0px;
	transition: all 0.2s linear 0s;
}
.title_boxed{
	/*background-color: #ffffff;*/
	border-radius: 10px;
	margin: 20px;
	padding: 10px;
	transition: all 0.2s linear 0s;
}

.header_boxed{
	background-color: #ddd;	padding-top: 10px;	padding-bottom: 10px;	border-bottom: 2px solid #222; -webkit-box-shadow: 0 4px 6px -6px #222;	-moz-box-shadow: 0 4px 6px -6px #222;	-box-shadow: 0 4px 6px -6px #222;
}

.loginbox{
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	border: 1px solid #999;
	background-color: #f2f2f2;
	border-radius: 5px;
	margin:4px;
	color:#000000;
	padding:5px;
	text-decoration: none;
	font-size: 12px;
	min-width: 80px;
}
.help {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	padding-bottom: 0px;
	*padding-bottom: 0px;
	font-weight:normal;
	text-decoration: none;
	color: #666666;
	z-index: 10;
}
.download_button{
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	border: 1px solid #999;
	background-color: #e2e2e2;
	border-radius: 5px;
	/*margin:4px;*/
	color:#000;
	padding:5px;
	text-decoration: none;
	font-size:14px;

}
.header_button{
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	border: 1px solid #999;
	background-color: #ccc;
	border-radius: 5px;
	margin:4px;
	color:#000000;
	padding:5px;
	text-decoration: none;
	font-size: 12px;
	min-width: 80px;
	line-height: 30px;
}
.action_button{
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	border: 1px solid #999;
	background-color: #ccc;
	border-radius: 5px;
	margin:4px;
	color:#000000;
	padding:5px;
	font-size: 12px;
	min-width: 150px;
	line-height: 30px;
}

.header_button_on{
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	border: 1px solid #999;
	background-color: #e78b14;
	border-radius: 5px;
	margin:4px;
	color:#000000;
	padding:5px;
	font-weight: bold;
	text-decoration: none;
	font-size:12px;
	min-width: 80px;
	line-height: 30px;
}
.header_button_disabled{
	font-family: 'Roboto', sans-serif;
	cursor: not-allowed;
	border: 1px solid #999;
	background-color: #999;
	border-radius: 5px;
	margin:4px;
	color:#666;
	padding:5px;
	text-decoration: none;
	font-size: 12px;
	min-width: 80px;
	line-height: 30px;
}
.login_button{
	min-width: 200px;
	cursor: pointer;
	border: 1px solid #fff;
	background-color: #666666;
	border-radius: 5px;
	margin:4px;
	color:#ffffff;
	padding:5px;
	text-decoration: none;
	font-size:20px;
}

.forgotten_button{
	min-width: 200px;
	cursor: pointer;
	border: 0px solid #fff;
	/*background-color: #666666;*/
	/*border-radius: 5px;*/
	margin:4px;
	/*color:#ffffff;*/
	padding:5px;
	text-decoration: none;
	font-size:20px;
}





.mainlist{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	vertical-align: middle;
	line-height: normal;
}
.logininput {
	font-family: 'Roboto', sans-serif;
	border: 1px solid #999;
	background-color: #ddd;
	border-radius: 6px;
	margin:5px;
	color:#000;
	padding:5px;
	text-decoration: none;
	font-weight: normal;
	width: 300px;
	height:50px;
	font-size:18px;
}
.canvasinput {
	font-family: 'Roboto', sans-serif;
	border: 1px solid #999;
	background-color: #ddd;
	border-radius: 6px;
	margin:5px;
	color:#000000;
	text-decoration: none;
	font-weight: normal;
	min-width: 100px;
	font-size:14px;
	vertical-align: middle;
	height:30px;
}
.userinput {
	font-family: 'Roboto', sans-serif;
	border: 1px solid #999;
	background-color: #ddd;
	border-radius: 6px;
	margin:5px;
	color:#000000;
	text-decoration: none;
	font-weight: normal;
	min-width: 200px;
	font-size:14px;
	vertical-align: middle;
	height:40px;
}
.userinput:disabled{
	background-color: #eee;
	color:#666;
	cursor:not-allowed;
}

.userinput_slim {
	font-family: 'Roboto', sans-serif;
	border: 1px solid #999;
	background-color: #ddd;
	border-radius: 6px;
	/*margin:5px;*/
	color:#000000;
	padding:5px;
	text-decoration: none;
	font-weight: normal;
	min-width: 200px;
	font-size:14px;
	vertical-align: middle;
}
.userinput_slim:disabled{
	color:#999;
}

.selectinput {
	font-family: 'Roboto', sans-serif;
	border: 1px solid #999;
	background-color: #ddd;
	border-radius: 6px;
	margin:5px;
	color:#000;
	padding:5px;
	text-decoration: none;
	font-weight: normal;
	min-width: 200px;
	font-size:14px;
	vertical-align: middle;
	line-height: 40px;
	height: 40px;
}
.selectinput:disabled{
	color:#999;
}
.bodytext{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
}

.couriertext{
	font-family: 'courier new';
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
}



.viewtext{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
}

.underline {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #e78b14;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
}

.image_on{
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);


}
.image_off{
		text-align: center;
		background:red;
		opacity:.5;
}

.bodytext a:hover,a:active,a:link{
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	line-height: 25px;
}
.helptext{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	vertical-align: middle;
	padding-left: 10px;
}
.savetext{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	vertical-align: middle;
	padding-left: 2px;
}
.audittext{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	vertical-align: middle;
	line-height: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.audittext:hover,a.audittext:active,a.audittext:link{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	vertical-align: middle;
	line-height: normal;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
}
.maintext{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	vertical-align: middle;
}
.maintext a:hover,a:active,a:link{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	vertical-align: middle;
}
.maintitle{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
}
a.maintitle:active,a.maintitle:link{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
}
a.maintitle:hover{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000;
	vertical-align: middle;
	white-space: nowrap;
	border-bottom: 2px solid #e78b14;
	padding-bottom: 3px;
}


.headertext{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #000;
}
.headertitle{
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	vertical-align: middle;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
.largetitle{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height:60px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000;
}
.tabtitle{
	padding-top:5px;
	padding-bottom:5px;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000;
}
.announce {
	font-family: 'Roboto', sans-serif;
	padding: 0px 0px 0px 10px;
	font-size: 30px;
	font-weight:bold;
	text-decoration: none;
	color: #000000;
	z-index: 10;
}
.checkbox_input {
	border: 1px solid #999;
	background-color: #ccc;
	border-radius: 6px;
	margin:5px;
	color:#000;
	padding:5px;
	text-decoration: none;
	height:20px;
	width:20px;
	font-size:20px;
}

.textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight:normal;
	text-decoration: none;
	color: #000000;
	height: 150px;
}
.helptip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	cursor: help;
	overflow: visible !important;
	z-index: 100000;
}
.helptip .helptiptext {
	position: absolute;
	visibility: hidden;
	overflow: visible !important;
	width: 300px;
	background: #b3b3b3;
	color: #000;
	text-align: left;
	/*border: 2px solid #000;*/
	border: 2px solid #000;
	border-radius: 10px;
	padding: 10px;
	position: absolute;
	z-index: 100000;
	top: 50%;
	margin-left: 35px;
	opacity: 0;
	font-size: 70%;
	/*transition: opacity 1s;*/
	transform: translate(0%, -50%);
}
.helptiptext:after, .helptiptext:before {
	right: 100%;
	top: 50%;
	overflow: visible !important;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.helptip .helptiptext::after {
	overflow: visible !important;
	border-color: rgba(179, 179, 179, 0);
	border-right-color: #b3b3b3;
	border-width: 20px;
	margin-top: -20px;
}
.helptip .helptiptext::before {
	overflow: visible !important;
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #000;
	border-width: 22px;
	margin-top: -22px;
}
.helptip:hover .helptiptext {
	overflow: visible !important;
	visibility: visible;
	opacity: 1;
}
.helptipleft {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	cursor: help;
	z-index: 100000;
}
.helptiplefttext {
	position: relative;
	background: #b3b3b3;
	border: 2px solid #000;
	visibility: hidden;
}
.helptiplefttext:after, .helptiplefttext:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.helptiplefttext:after {
	border-color: rgba(179, 179, 179, 0);
	border-left-color: #b3b3b3;
	border-width: 30px;
	margin-top: -30px;
}
.helptiplefttext:before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #000;
	border-width: 33px;
	margin-top: -33px;
}
.helptipleft:hover .helptiplefttext {
	visibility: visible;
	opacity: 1;
}
.listtip {
	position: relative;
	display: inline-block;
	text-decoration: underline #999 dotted;
	cursor: help;
}

.listtip .listtiptext {
	position: absolute;
	visibility: hidden;
	width: 500px;
	background: #000;
	color: #999;
	text-align: left;
	/*border: 2px solid #000;*/
	border-radius: 4px;
	padding: 10px;
	position: absolute;
	z-index: 100000;
	top: 50%;
	margin-left: 135px;
	opacity: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	/*transition: opacity 1s;*/
	transform: translate(0%, -50%);
}
.listtiptext:after, .listtiptext:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.listtip .listtiptext::after {
	border-color: rgba(179, 179, 179, 0);
	border-right-color: #000;
	border-width: 5px;
	margin-top: -5px;
}
.listtip .listtiptext::before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #000;
	border-width: 7px;
	margin-top: -7px;
}
.listtip:hover .listtiptext {
	visibility: visible;
	opacity: 1;
	}
}

.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

.checkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.system_circle{
    width: 100%;
    height: 200px;
}

.api_container {
  display: block;
  position: relative;
  padding-left: 5px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.api_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.api_checkmark {
  position: relative;
  top: 15px;
  left: 5;
  height: 25px;
  width: 25px;
  background-color: #eee;
  display: inline;
  float: left;
  border: 1px solid #999;
}

.api_container:hover input ~ .api_checkmark {
  background-color: #ccc;
}

.api_container input:checked ~ .api_checkmark {
  background-color: #e78b14;
}

.api_checkmark:after {
  content: "";
  position: relative;
  display: none;
}

.api_container input:checked ~ .api_checkmark:after {
  display: block;
}

.api_container .api_checkmark:after {
  left: 9px;
  top: 3px;
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-up {
  position: relative;
  top: -10px;
  left: 5px;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
}

.arrow-down {
  position: relative;
  top: 10px;
  left: 5px;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
iframe{
	width: 100%!important;
	height: 900px!important;
	overflow-x: hidden!important;
	overflow-y: scroll!important;
}

#popup-menu {
	text-align: center;
	line-height: 20px;
	padding: 5px;
	position: fixed;
	top: 20%;
	left: 40%;
	min-width: 200px;
	display: block;
	z-index: 1000;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 15px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.notify{  
  position:absolute;
  top:0px;
  width:100%;
  height:0;  
  box-sizing:border-box;
  color:white;  
  text-align:center;
  background:rgba(0,0,0,.3);
  overflow:hidden;
  box-sizing:border-box;
  transition:height .2s;
}

#notifyType{
  margin-top:15px;
  line-height: 50px;
}


.active{  
  height:50px;
}
