/*
{
	outline:0;
}
*/
body{
	margin:0px;
	padding:0px;
	font-family:"Space Mono","Lucida Console", Monaco, monospace;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:18px;
	line-height:26px;
}
input, button{
	font-family:"Space Mono","Lucida Console", Monaco, monospace;
}
a{
	color:#0000FF;
	text-decoration:none;
}
a:hover{
	font-style:italic;
}
p{
	margin:0px;
	padding:0px;
}

/*****DIALOGS*****/
.ui-dialog, .ui-dialog-new{
	background-color:#fff;
	border:1px solid #9d9c9e;
	font-size:18px;
	line-height:28px;
	-webkit-box-shadow: 7px 7px 13px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 7px 7px 13px 1px rgba(0,0,0,0.5);
	box-shadow: 7px 7px 13px 1px rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	outline: 0;
}
.ui-dialog-new{min-width:800px;}
.ui-dialog:focus, , .ui-dialog-new:focus {outline:0;}
.ui-dialog-titlebar{
	background-color:#dfdfdf;
	padding:10px;
	border-bottom:1px solid #9d9c9e;
}
.ui-dialog-title{
		line-height:16px;
}
.ui-button{
	position: absolute;
	right: 10px;
	top: 10px;
	text-indent: -9999px;
	content:"x";
	border:none;
	background-color:transparent;
	color:#0000FF;
	background-image:none;
	background-repeat:no-repeat;
	width:15px;
	height:28px;
	background-position:top center;
	cursor:pointer;


}

.simple-popup{
	padding:55px;
}
.ui-widget-overlay {
   position: fixed;
}


.simple-popup button{
	background-color:transparent;
	border:1px solid #9d9c9e;
	line-height:40px;
	text-align:center;
	width:30%;
	padding:0px;
	font-size: 16px;
	margin: auto;
}
.simple-popup button:hover{
	background-color:#000;
	color:#fff;
}
.yes{
	margin-right:2%;
}
.main_buttons{
	padding-top: 45px;
}
#main_popup{
	display:none;
}




/*------------------------*/






/* font-face */
@import url(https://fonts.googleapis.com/css?family=Roboto);
/* variables */
/* default style */

/*
body {
  background-color: #fff;
  color: #333;
	font-family:"Space Mono","Lucida Console", Monaco, monospace;
  font-size: 25px;
  font-weight: 400;
}*/

/* common style */
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
* {
  outline: none;
}
::-webkit-scrollbar {
  display: none;
}
.wrapper {
  padding-top: 50%;
  height: 100px;

}
/* */
.container {
  margin: auto;
  max-width: 1000px;
  text-align: center;
}
.selected-item {
  margin: 20px 0;
}
/* custom select style */
.cusSelBlock {
  height: 50px;
  min-width: 370px;
}
#cusSelectbox {
  height: 100%;
  width: 100%;
}
.s-hidden {
  visibility: hidden;
}
.cusSelBlock {
  display: inline-block;
  position: relative;
  -webkit-perspective: 800px;
  perspective: 800px;
}
.selectLabel {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #333;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 50px;
  padding: 0 50px 0 20px;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectLabel:after {
  content: '\25BC';
  color: #333;
  font-size: 12px;
  line-height: 17px;
  padding: 10px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 15%;
  height: 70%;
  width: 50px;
}
.selectLabel:active {
  -webkit-transform: rotateX(30deg);
  transform: rotateX(30deg);
}
.selectLabel:active:after {
  content: '\25B2';
}
.selectLabel.active:after {
  content: '\25B2';
}
::-webkit-scrollbar {
  display: none;
}
.options {
  position: absolute;
  top: 50px;
  height: 1px;
  width: 100%;
}
.options li {
  background-color: #ffffff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  cursor: pointer;
  display: block;
  line-height: 50px;
  list-style: none;
  opacity: 1;
  padding: 0 50px 0 20px;
  text-align: left;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 0;
  height: 50px;
  width: 100%;
}
.options li:hover,
.options li.active {
  background-color: #000;
  color: #fff;
}
.options li:nth-child(1) {
/*  -webkit-transform: translateY(2px);
  transform: translateY(2px); */
  z-index: 6;
}
.options li:nth-child(2) {
/*  -webkit-transform: translateY(4px);
  transform: translateY(4px); */
  z-index: 5;
}
.options li:nth-child(3) {
  z-index: 4;
}
.options li:nth-child(4) {
  z-index: 3;
}
.options li:nth-child(5) {
  z-index: 2;
}
.options li:nth-child(6) {
  z-index: 1;
}
/**/
.feaBlock {
  margin: 20px 0;
  text-align: left;
}
