@import url('font-awesome.css');

@font-face {
	font-family: "printCardFont";
	src: url("/layout/fonts/StalematePro2J-LightH.eot"); /* IE9 Compat Modes */
	src: url("/layout/fonts/StalematePro2J-LightH.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("/layout/fonts/StalematePro2J-LightH.otf") format("opentype"), /* Open Type Font */
	url("/layout/fonts/StalematePro2J-LightH.svg") format("svg"), /* Legacy iOS */
	url("/layout/fonts/StalematePro2J-LightH.ttf") format("truetype"), /* Safari, Android, iOS */
	url("/layout/fonts/StalematePro2J-LightH.woff") format("woff"), /* Modern Browsers */
	url("/layout/fonts/StalematePro2J-LightH.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em; 
	color: #4c525e;
	margin: 0px 0px 0px 0px;
	background-color: #d4d4d6;

}

a{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em; 
	color: #4c525e;
}

h1{
	font-size: 1.3em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

h2{
	font-size: 1.1em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.mainWrap{
	background-color: #fff;
}
.headWrap{
	background-color: #fff;
}

#main{
	margin: 0 auto;
	padding-bottom: 50px;
	max-width: 90%;
}

.mainWidth{
	margin: 0 auto;
	max-width: 90%;
}

.head{
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
	max-width: 90%;
}

.footer_info{
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
	font-size: 0.8em;
	max-width: 90%;
}

.navigation {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#363a42),color-stop(100%,#4c525e));
	background: -webkit-linear-gradient(top,#363a42,#4c525e);
	background: -moz-linear-gradient(top,#363a42,#4c525e);
	background: -o-linear-gradient(top,#363a42,#4c525e);
	background: linear-gradient(top,#363a42,#4c525e);
	min-height: 50px;
	position: relative;
}

.navigation ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.navigation ul li.first{
	border-left: 1px solid #666;
}

.navigation ul li{
	float: left;
	height: 50px;
	border-right: 1px solid #666;
}

.navigation ul li a{
	display: inline-block;
	line-height: 50px;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}

.navigation ul li:hover{
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #aeaeae 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#aeaeae)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#aeaeae 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#aeaeae 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#aeaeae 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1f1f1 0%,#aeaeae 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#aeaeae',GradientType=0 ); /* IE6-9 */
}

.navigation ul li:hover a{
	color: #000;
}

.navigation ul li.act{
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #aeaeae 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#aeaeae)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#aeaeae 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#aeaeae 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#aeaeae 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1f1f1 0%,#aeaeae 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#aeaeae',GradientType=0 ); /* IE6-9 */
}

.navigation ul li.act a{
	color: #000;
}

#content{
	padding-top: 50px;
}



.login_formWrap{
	
}

.login_info{
	margin-top: 50px;
	font-size: 0.7em;
	padding: 20px;
	background-color: #eee;
	 font-style: italic;
}

*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
}

.form-1 {
    
    width: 300px;
    padding: 10px;
    position: relative; 

    box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3),  
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
    border-radius: 5px;
    background: white; 
    /*background: -moz-linear-gradient(#eeefef, #ffffff 10%);
    background: -ms-linear-gradient(#eeefef, #ffffff 10%);
    background: -o-linear-gradient(#eeefef, #ffffff 10%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeefef), color-stop(0.1, #ffffff));
    background: -webkit-linear-gradient(#eeefef, #ffffff 10%);
    background: linear-gradient(#eeefef, #ffffff 10%);*/
}

.form-1 .field {
    position: relative; /* For the icon positioning */
}

.form-1 .field i {
    /* Size and position */
    left: 0px;
    top: 0px;
    position: absolute;
    height: 36px;
    width: 36px;

    /* Line */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);

    /* Styles */
    color: #777777;
    text-align: center;
    line-height: 42px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
}

.form-1 input[type=text],
.form-1 input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    /* Size and position */
    width: 100%;
    padding: 10px 18px 10px 45px;

    /* Styles */
    border: none; /* Remove the default border */
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.1),
        inset 0 3px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    background: #f9f9f9;
    color: #777;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.form-1 input[type=text] {
	margin-bottom: 12px;
}

.form-1 input[type=text]:hover ~ i,
.form-1 input[type=password]:hover ~ i {
    color: #f13c3c;
}

.form-1 input[type=text]:focus ~ i,
.form-1 input[type=password]:focus ~ i {
    color: #f13c3c;
}

.form-1 input[type=text]:focus,
.form-1 input[type=password]:focus,
.form-1 button[type=submit]:focus {
    outline: none;
}

.form-1 .submit {
    /* Size and position */
    width: 65px;
    height: 65px;
    position: absolute;
    top: 17px;
    right: -25px;
    padding: 10px;
    z-index: 2;

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
}

.form-1 .submit:after {
    /* Size and position */
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -2px;
    left: 30px;

    /* Styles */
    background: #ffffff;
    
    /* Other masks trick */
    box-shadow: 0 62px white, -32px 31px white;
}

.form-1 button {
    /* Size and position */
    width: 100%;
    height: 100%;
    margin-top: -1px;

    /* Icon styles */
    font-size: 1.4em;
    line-height: 1.75;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: #eee; /* Fallback */
   

    cursor: pointer;
}

.form-1 button:hover,
.form-1 button[type=submit]:focus {
    background: #f13c3c;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-1 button:active {
    background: #42A2BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}

#popMessage{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(/layout/images/bg70.png);
	background-repeat: repeat;
	z-index: 1000;
	text-align: center;
	padding-top: 100px;
}

#popMessage .msg{
	display: inline-block;
	margin: 0 auto;
	width: 450px;
	padding: 20px;
	background-color: #fff;
	text-align: center;
	
}

.close_popup{
	padding: 2px 6px 3px;
	border: 2px outset buttonface;
	align-items: flex-start;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	margin-top: 10px;
}

.topFunctions{
	background-color: #eee;
	padding: 20px;
	text-align: right;
	margin-bottom: 30px;
}

.topFunctions a{
	display: inline-block;
	padding: 10px;
	background-color: #ddd;
	border: 1px solid #444;
	text-decoration: none;
}

.cleaner{
	clear: both;
}

.sepLine{
	font-size: 1px;
	background-color: #ddd;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.form1 label{
	display: block;
	float: left;
	padding: 5px;
	background-color: #ddd;
	width: 150px;
	margin-bottom: 3px;
}

.form1 input{
	padding: 7px;
	width: 300px;
	border: 1px solid #ddd;
}

.form1 select{
	padding: 6px;
	width: 300px;
	border: 1px solid #ddd;
}

input.formButton{
	width: auto;
	padding: 2px 6px 3px;
	border: 2px outset buttonface;
	align-items: flex-start;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	margin-top: 10px;
	font-size: 1em;
}

input.input-sm, select.input-sm{
	border: 1px solid #ddd;
	padding: 7px;
}

.iconLink{
	margin-left: 3px;
	cursor: pointer;
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 22px;
}

.iconLink:hover{
	color: green;
}

.iframeprint{
	margin-left: 3px;
	cursor: pointer;
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 22px;
}

.iframeprint:hover{
	color: green;
}

.logout_link{
	float: right;
	padding-top: 5px;
	font-size: 0.8em;
	text-decoration: none;
}

.login_link{
	float: right;
	padding-top: 5px;
	font-size: 0.8em;
	text-decoration: none;
}

h4{
	padding-top: 4px;
	padding-bottom: 8px;
}

.bill{
	border: 1px solid #ddd;
	font-size: 0.8em;
}

.billWrap{
	padding: 20px;
}

.billLetf{
	float: left;
	width: 50%;
}

.billRight{
	float: left;
	width: 50%;
}

.mainForm select, .mainForm input, .mainForm textarea{
	display: block;
	padding: 7px;
	margin: 5px;
	border: 1px solid #555;
	width: 95%;
	max-width: 480px;
	font-family: arial, verdana;
	font-size: 1em; 
}

.cloedDiv{display: none;}

.infoDiv{height: 220px; width: 100%; overflow: scroll; background-color: #eee; padding: 10px; margin-bottom: 15px;}

.linkIcon{cursor: pointer;}

.settings_info{
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
}
.settings{
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
}

.settings_info_text{
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ddd;
	
}

.settings_row{
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ddd;
	float: left;
	width: 11.1%;
	position: relative;
}

.settings_row button{
	padding: 6px;
}

.setting_step_select button{
	font-size: 16px;
	cursor: pointer;
}

.settings_step_title{
	height: 65px;	
}

.setting_border_line{
	width: 5px;
	text-align: center;
	border-left:2px dotted #555 ;
	border-right:2px dotted #555 ;
	height: 60px;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.step_info_box{
	width: 100%;
	padding: 5px;
	background-color: #eee;
	font-weight: normal;
	font-size: 11px;
	height: 85px;
	font-style: italic;
}

.settingsUpdated{
	margin-bottom: 50px;
	border: 1px solid #ddd;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
	padding: 25px;
}

.standaloneBody h1{
	display: none;
}

.homeHead{
	background-color: #f7f3ea;
	height: 280px;
	background-image: url("/layout/images/touchW.png");
	background-repeat: no-repeat;
	background-size: 200px;
	background-position: 65% bottom;

}

.homeHead h1{
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: 2em;
	padding-bottom: 15px;
}

.homeHeadLogo{
	position: absolute;
	max-width: 155px;
	height: auto;
	top: 50px;
	right: 70px;
}

.homeHead .content{
	padding-top: 90px;
	padding-left: 50px;
	padding-right: 50px;

}
.contentForm{
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.registerForm input{
	background-color: #ededef;
	padding: 20px;
	border: 0px;
	margin-bottom: 10px;
	border-radius: 0px;
}

.registerForm input.registerButton{
	-webkit-appearance: none;
	width: auto;
	cursor: pointer;
	background-color: #666e7b;
	color: #ffffff;
	float: right;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	right: 40px;
	border: 0px;
	min-height: 40px;
	border-radius: 0px;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
	padding-bottom: 40px;
}

.iconExit {
	margin-left: 3px;
	cursor: pointer;
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 22px;
}
.iconExit:hover {
	color: red;
}



a.registerButton{
	-webkit-appearance: none;
	width: auto;
	cursor: pointer;
	background-color: #666e7b;
	color: #ffffff;
	float: right;
	padding: 16px;
	padding-left: 40px;
	padding-right: 40px;
	right: 40px;
	border: 0px;
	min-height: 40px;
	border-radius: 0px;
	text-decoration: none;
}

.pp_content_container ul{
	padding-left: 20px;
	margin-bottom: 10px;
}

.pp_content_container h2{
	padding-top: 15px !important;
}

.pp_content_container p strong{
	padding-bottom: 5px;
}

#pp_full_res{
	line-height: unset !important;
}

.switch-field {
	display: flex;
	margin-bottom: 36px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #a5dc86;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 14px 0 0 14px;
}

.switch-field label:last-of-type {
	border-radius: 0 14px 14px 0;
}

.printButton{
	cursor: pointer;
	padding: 10px;
	background-color: #ddd;
	border: 1px solid #000;
	border-radius: 4px;
}

@media print {
	.printButton{display: none;}
}

.printDiv {
	font-family: 'printCardFont', 'Stalemate Pro 2 J Light';
	color: #000000 !important;
}