/*
Theme Name: tmichot.net
Theme URI: http://tmichot.net/
Author: Dagan Yaakov	
Author URI: https://wp.dugi.co.il
Description: ...
Version: 18.10.22
License: Private
*/

.clear:after,
.cols:after,
.parts:after,
.shell:after,
.advanced-search .list-checkboxes:after,
.advanced-search .select-all:after,
.advanced-search .deselect-all:after,
.form-selection .form-body:after,
.popup:after,
.restaurant-content ul:after,
.tab:after { content: ''; line-height: 0; display: table; clear: both; }

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }
html { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); }
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
img,
iframe,
video,
audio,
object { max-width: 100%; }
img,
iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
ul {list-style-type: disc;list-style-position: inside;}
ol { list-style-type: decimal; list-style-position: inside; }
ul ul, ol ul { list-style-type: circle; list-style-position: inside; margin-left: 15px; }
ol ol, ul ol { list-style-type: lower-latin; list-style-position: inside; margin-left: 15px; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="number"] { -moz-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
textarea { overflow: auto; -webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body { direction: rtl; font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; color: #424242; min-width: 920px; background: #fff; }
a { color: inherit; text-decoration: underline; }
a:hover { text-decoration: none; }
a[href^="tel"],
a[href^="fax"] { text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { font-family: arial, sans-serif; margin-bottom: 0.75em; }
h1 { font-size: 26px; font-weight: 300; }
h2 { font-size: 24px; font-weight: 300; }
h3 { font-size: 20px; font-weight: 700; }
h4 { font-size: 18px; font-weight: 700; }
h5 { font-size: 16px; font-weight: 700; }
h6 { font-size: 14px; font-weight: 700; }
p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.5em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }
a,
input,
button,
select,
textarea,
.btn { transition: color .2s ease, opacity .2s ease, border-color .2s ease, background-color .2s ease; }

.center{ text-align: center; }
.justify{ text-align: justify; }
.strong{ font-weight: bold; }
.boxunderline{border-bottom: 1px #ccc solid;}
.floatleft{float: left;}
.floatright{float: right;}
.ltr{ direction: ltr; }
.rtl{ direction: rtl; }


@media (max-width: 920px) {
	body { min-width: 320px; }

	.overflow-hidden,
	.overflow-hidden body { overflow: hidden; }
	.overflow-hidden .intro-primary.mobile-visible { position: fixed; top: 0; left: 0; right: 0; z-index: 99; }
}

.button{
	display: inline-block;
    border: none;
    padding: 15px 25px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 6px;
    background-color: #219a08;
	background-image: linear-gradient(0deg,#008e00,#4aa610);
    color: #fff;
    box-shadow: 0px 1px 3px 1px #666666;
	
	cursor: pointer;
	text-align: center;
}
.button:hover{
	box-shadow: 0px 0px 1px 0px #666666;
}
.button.xl{
	font-size: 28px;
	font-weight: bold;
}
.button.sm{
	font-size: 17px;
	font-weight: normal;
	padding: 0.4% 2%;
}

.button.central{
	display: block;
	margin: 0 auto;
    max-width: 300px;
	/*padding-left: 0;
	padding-right: 0;*/
}


.shadow-sm {
  box-shadow: 0 1px 3px rgba(0, 9, 128, 0.05), 0 2px 5px rgba(0, 9, 128, 0.035);
}
.shadow-sm.inset {
  box-shadow: 0 1px 3px rgba(0, 9, 128, 0.05), 0 2px 5px rgba(0, 9, 128, 0.035), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 1px rgba(0, 0, 0, 0.075);
}

.shadow-md {
  box-shadow: 0 3px 5px rgba(0, 9, 128, 0.05), 0 4px 10px rgba(0, 9, 128, 0.035);
}
.shadow-md.inset {
  box-shadow: 0 3px 5px rgba(0, 9, 128, 0.05), 0 4px 10px rgba(0, 9, 128, 0.035), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 1px rgba(0, 0, 0, 0.075);
}

.shadow-lg {
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}
.shadow-lg.inset {
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 1px rgba(0, 0, 0, 0.075);
}

.shadow-xl {
  box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}
.shadow-xl.inset {
  box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 1px rgba(0, 0, 0, 0.075);
}

.shadow-xxl {
  box-shadow: 0 12px 22px rgba(0, 9, 128, 0.05), 0 20px 36px rgba(0, 9, 128, 0.075);
}
.shadow-xxl.inset {
  box-shadow: 0 12px 22px rgba(0, 9, 128, 0.05), 0 20px 36px rgba(0, 9, 128, 0.075), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 1px rgba(0, 0, 0, 0.075);
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after,
.cols:after,
.shell:after { }

.break{clear:both;}
.break-hr{
    clear: both;
    border-bottom: 1px #e7e7e7 solid;
    padding-top: 5px;
    margin: 0 0.5% 10px;
}

/*  Notext  */
.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
/*  Hidden  */
[hidden],
.hidden { display: none; }
/*  Alignleft  */
.alignleft { float: left; }
/*  Alignright  */
.alignright { float: right; }
/*  Disabled  */
[disabled],
.disabled { cursor: default; }
/*  Grid  */
.cols { margin: 0; }
.col { width: 100%; float: left; padding: 0; }
.col-1of2 { width: 50%; }
.col-1of3 { width: 33.33%; width: 33.33333%; }
.col-1of4 { width: 25%; }
.col-1of5 { width: 20%; }
/*  Responsive Helpers  */
.mobile-visible { display: none; }
@media (max-width: 640px) {
	.cols { margin: 0; }
	.col { width: auto; float: none; padding: 0; }

	.mobile-visible { display: block; }
	.mobile-hidden { display: none; }
}



.btn,
a.btn {
    display: inline-block;
	
	background: transparent;
    border: 3px solid #0B6FAF;
    color: #0B6FAF;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 15px;
	line-height: 1.3;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
}
.btn:hover {
    background: #0B6FAF;
    color: #fff;
}

.rmbtn{
	background-color: #c0392b;
    color: #fff;
    padding: 0.5rem 1rem;
    border: 0;
	border-bottom: 1px solid #a53125;
    border-radius: 20px;
    margin: 0.3rem;
	
	line-height: 1.2;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDM4NCA1MTIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yMzEuNiAyNTZsMTMwLjEtMTMwLjFjNC43LTQuNyA0LjctMTIuMyAwLTE3bC0yMi42LTIyLjZjLTQuNy00LjctMTIuMy00LjctMTcgMEwxOTIgMjE2LjQgNjEuOSA4Ni4zYy00LjctNC43LTEyLjMtNC43LTE3IDBsLTIyLjYgMjIuNmMtNC43IDQuNy00LjcgMTIuMyAwIDE3TDE1Mi40IDI1NiAyMi4zIDM4Ni4xYy00LjcgNC43LTQuNyAxMi4zIDAgMTdsMjIuNiAyMi42YzQuNyA0LjcgMTIuMyA0LjcgMTcgMEwxOTIgMjk1LjZsMTMwLjEgMTMwLjFjNC43IDQuNyAxMi4zIDQuNyAxNyAwbDIyLjYtMjIuNmM0LjctNC43IDQuNy0xMi4zIDAtMTdMMjMxLjYgMjU2eiI+PC9wYXRoPjwvc3ZnPg==");
	background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 32px;	
}



.header-logo{
	
}
.header-logo .logo{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.header-sub-text{
	
}
.header-sub-text .sub-text{
    text-align: center;
    padding: 12px 0;
    color: #111;
    font-size: 20px;
}

.main{
	padding: 35px 0;
}

.shell { max-width: 1080px; padding-right: 20px; padding-left: 20px; margin: auto; }
.shell.shell1080{ max-width: 1080px;  }
@media (max-width: 640px) {
	.shell { padding: 0 1%; }
}


.front-page{
	margin-top: 0;
    padding: 10px;
}

.front-page .widget-box,
.widget-box{
	margin: 20px 15px 35px;
    padding: 40px;
	background-color: #eee;
    border-radius: 5px;
    border: 1px solid #ccc;
	
}

.front-page .widget-box h2{
	border-right: 5px solid #0B6FAF;
    font-size: 28px;
	padding: 5px 15px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #424242;
}

.widget-box.box-alert{ max-width: 580px; margin: 14px auto; background-color: #FFD5D5; border: 2px #fff solid; color: #111; line-height:  1.8; }
.widget-box.box-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.widget-box.box-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
.widget-box.box-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }
.widget-box.box-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }


.front-page .widget-content{
	height: 215px;
}

.front-page .form-group{
	background: transparent;
    border: none;
    padding: 0;
}

.front-page .form-group label{
	display: block;
	width: 100%;
}

.front-page .form-group input.text,
.front-page .form-group select.text{
	display: block;
    width: 100%;
    height: 42px;
    border: 1px #ccc solid;
    border-radius: 3px;
    padding: 0 24px;
    background-color: #fff;
	font-size: 24px; 
	line-height: 1.25; 
}
.front-page .form-group select.text{
	font-size: 16px; 
}

.front-page .form-group.type_b{ content: ''; line-height: 0; display: table; clear: both; }
.front-page .form-group.type_b label{ width: 50%; float: right; line-height: 42px; }
.front-page .form-group.type_b input.text{ width: 50%;  float: right; }

.front-page .widget-action{
	text-align: left;
}
.front-page .widget-action .btn{
	min-width: 110px;
}
.front-page .widget-action .change-number{
	padding: 10px 0;
	float: right;
}





table.datatable{
	border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 1.2;
	table-layout: fixed;
}

table.datatable>tbody>:nth-child(odd) {
    background-color: #f9f9f9
}

table.datatable thead tr{
	background-image: linear-gradient(0deg,#f7f7f7,#fff);
    cursor: pointer;
}
table.datatable:not(.exposed) tbody tr{
	/*display: none;*/
}

table.datatable tbody tr th{
	text-align: justify;
}

table.datatable td,
table.datatable th{
	padding: 5px 5px;
	border-bottom: 1px solid #e1e1e1;
	vertical-align: top;
	font-weight: normal;
	line-height: 2;
	vertical-align: middle;
}
table.datatable tr > td:first-child{ text-align: center; }
table.datatable th.col7,
table.datatable td.col7{ width: 116px }

table.datatable td input[type=checkbox]{
	transform: scale(1.3);
}

table.datatable input.text,
table.datatable .radio-box{
	width: 100%
}


.form-box .checkbox-box.attestation{
	width: 100%;
}
.form-box .checkbox-box label{
	display: block;
	padding: 3px;
}
.form-box .checkbox-box.attestation input[type=checkbox]{
	transform: scale(1.3);
    position: relative;
    top: 3px;
}









.section-primary { display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: 47px; }
@media (max-width: 640px){
	.section-primary {
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
}

.article-primary.post h1{ margin-bottom: 15px; }

.content { -webkit-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; }
@media (max-width: 640px) {
	.content { width: 100%; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; min-width: 0; }
}

.sidebar { text-align: center; max-width: 320px; -webkit-flex: 0 0 320px; -ms-flex: 0 0 320px; flex: 0 0 320px; margin-right: 20px; padding-top: 40px; }
@media (max-width: 640px) {
	.sidebar { max-width: 100%; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; margin: 0; }
}











.page-nav { 
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid #ccc;
	color: #999999;
}

.page-nav ul { overflow: hidden; }
.page-nav li {     
	float: right;
    padding: 0 10px;
    width: 16.66%;
    text-align: center; 
}
.page-nav li.completed{ color: #090; }
.page-nav li.active{ color: #039; }
.page-nav a,
.page-nav span { 
	text-decoration: none; 	
    display: block; 
	padding: 10px 0;
	font-weight: bold
}
@media (max-width: 920px){
	.page-nav li{ width: 25%; }
}
@media (max-width: 640px){
	.page-nav li{ width: 50%; }
}
	
.page-nav a:hover { color: #33221f; }

@media (max-width: 640px) {
	.page-nav { padding: 5px 5px 7px; }
}






.action-box{
	margin-top: 15px;
	padding: 0;
}
.action-box.fixed{
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 7%;
    background-color: rgba(255, 255, 255,0.5);
}

.btn_previus{ float: right;}
.btn_next{ float: left;}

.form-box{
	margin-top: 35px;
	background-color: #eee;
    border-radius: 5px;
    border: 1px solid #ccc;
	padding: 10px;
}

.form-box > .title{
    padding: 6px 12px;
    font-size: 17px;
	color: #444;
}
.part { width: 100%; float: right; padding: 0; }
.part-1of2 { width: 50%; }
.part-1of3 { width: 33.33%; width: 33.33333%; }
.part-1of4 { width: 25%; }
.part-1of5 { width: 20%; }
@media (max-width: 920px) {
	.part-1of2,.part-1of3,.part-1of4,.part-1of5{ width: 100%; }
}


.part-box:after{
	content: ''; line-height: 0; display: table; clear: both;
}
.part-box{
	margin: 20px 5px 35px;
	padding: 10px;
	background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.part-box.alert{ max-width: 800px; margin: 14px auto; background-color: #FFD5D5; border: 2px #fff solid; color: #111; line-height:  1.8; }
.part-box.alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.part-box.alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
.part-box.alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }
.part-box.alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }

.part-box.mh250{ min-height: 250px; }


.part-box .title{
	margin: 2px 0 ;
    padding: 5px 12px;
    font-size: 15px;
	color: #444;
}

.part-box > .title{
	margin: 3px 0 ;
    padding: 5px 12px;
    font-size: 15px;
	color: #444;
}


.part-auto2 .form-group.typeA{
	width: 49%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	float: right;
}
.part-auto3 .form-group.typeA{
	width: 32.3%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	float: right;
}

.part-auto2 .form-group.typeA.w100,
.part-auto3 .form-group.typeA.w100{
	width: 99%;
	margin-left: 0;
}

.repeat{ display: none;}

.form-group-placeholder{
    padding: 5px;
	margin-top: 10px;

}
.form-group{
    padding: 5px;
    border: 1px #e7e7e7 solid;
    border-radius: 6px;
	background-color: #fffbff;
	background-image: linear-gradient(0deg,#f7f7f7,#fff);
	margin-bottom: 5px;
	font-size: 15px;
}
.form-group .tab{
	padding: 5px;
	clear: both;
	display:none;
}
.form-group .tab.on,
.form-group .tab.active{
	display: block
}
.form-group .form-group{
	/*border: 1px #58d0da solid;
	border-radius: 6px;
	background-color: #fffbff;
	background-image: linear-gradient(0deg,#c0edf1,#fff);*/
	
}

.form-group .required,
span.required{
	color: #f00;
}
.form-group i.info{
	display: inline-block;
	width: 15px;
    height: 15px;
	margin-bottom: -3px;
    background-position: center center;
    background-repeat: no-repeat;
	background-image: url('images/icon-info.png');
}

.form-group.typeA label{
	display: block;
	width: 50%;
	float: right;
	line-height: 32px;
}
.form-group.typeA label.w24{width: 24%;}
.form-group.typeA label.w100{width: 100%;}


@keyframes errorpulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);
    }
    100% {
        box-shadow: 0 0 0 5px rgba(255, 0, 0, 0);
    }
}

label.error{ width: 100% !important; color: #f00; text-align: center; }
input.error,
select.error,
textarea.error,
.form-group.error{ 
	border-color: #f00 !important;
	outline: 1px #f00 solid;
    animation: errorpulse 1.5s infinite ease-out;
    -webkit-animation: errorpulse 1.5s infinite ease-out;
	background-color: rgba(255, 227, 227,0.6) !important;
}

input.error:focus,
select.error:focus{
    animation: errorpulse 1.5s 2 ease-out;
    -webkit-animation: errorpulse 1.5s 2 ease-out;
	background-color: #fff !important;
}

label.error:last-child{
	display: block !important;;
}

input:focus,
select:focus,
textarea:focus{
	outline: #00a5f4 solid 2px;
}

article a{
	color: #0066FF;
	cursor: pointer;
}


.fileinput-box {}
.fileinput-box label{
	display: block;
}
.fileinput-box input {
  direction: ltr;
  padding: 0 15px;
  float: left;
}


.form-group ::placeholder{ color: #ccc; opacity: 1 }
.form-group :-ms-input-placeholder{ color: #ccc }
.form-group ::-ms-input-placeholder{ color: #ccc }

.form-group.typeA input:not([type]),
.form-group.typeA input[type="text"],
.form-group.typeA input[type="email"],
.form-group input.text,
input.text{
	display: block;
	width: 50%;
	height: 32px;
	float: right;
	
    border: 1px #ccc solid;
	border-radius: 3px;
    padding: 5px;
    background-color: #fff;

}

.form-group.typeA textarea.textarea{
	display: block;
	width: 50%;
	min-height: 100px;
	float: right;
	
    border: 1px #ccc solid;
	border-radius: 3px;
    padding: 5px;
    background-color: #fff;
}
.form-group.typeA textarea.textarea.w100{
	width: 100%;
}
.form-group.typeA input.ccsum{
    width: 100%;
    font-size: 38px;
    line-height: 1.5;
    height: auto;
    background: transparent;
    border: none;
    font-weight: bold;
	text-align: center;
	direction: ltr;
}
.form-group.typeA select{
	display: block;
	width: 50%;
	height: 32px;
	float: right;
	
    border: 1px #ccc solid;
    padding: 5px;
    background-color: #fff;
}

.w100{width: 100%;}
.w80{width: 80%;}
.w60{width: 60%;}
.w40{width: 40%;}
.w20{width: 20%;}


.form-group.typeA select.day{ width: 12%; margin-left: 1%; }
.form-group.typeA select.month{ width: 16%; margin-left: 1%; }
.form-group.typeA select.year{ width: 20%; margin-left: 0; }
.form-group.typeA select.w100{ width: 100%; margin-left: 0; }
.form-group.typeA select.w80,
.form-group.typeA select.w60,
.form-group.typeA select.w40,
.form-group.typeA select.w20{ margin-left: 0; }

.radio-box{
	display: block;
	width: 50%;
	height: 32px;
	float: right;
}
.radio-box label{
    width: auto !important;
    margin-left: 10px;
	padding: 0 5px;
	cursor: pointer;
}
.radio-box label:hover{
	border-bottom: 2px green solid;
}
.radio-box input[type="radio"]{
	margin-right: 5px;
    position: relative;
	top: 2px;
}


.form-group.typeA .checkbox-box{
	display: block;
	width: 50%;
	height: auto; /*32*/
	float: right;
}

.form-group.typeA .checkbox-box label{
    width: auto;
    margin-left: 10px;
	padding: 0 5px;
	cursor: pointer;
}

.form-group.typeA .checkbox-box input[type="checkbox"]{
	margin-right: 5px;
    position: relative;
	top: 2px;
}


.form-group.typeA label input:not([type]),
.form-group.typeA label input[type="text"],
.form-group.typeA label input[type="email"],
.form-group label input.text{
	width: 85%;
}

.button-box-rpt{
	display: block;
	width: 100%;
	height: auto;
	text-align: center; 
	padding: 1rem
}
.button-box-rpt button{
    border: 1px #e7e7e7 solid;
    border-radius: 3px;
    padding: 5px 1.5rem;
    background-color: #fff;
    background-image: linear-gradient(0deg,#f7f7f7,#fff);
}

@media (max-width: 640px) {
	.form-group.typeA label,
	.form-group.typeA input:not([type]),
	.form-group.typeA input[type="text"],
	.form-group.typeA input[type="email"],
	.form-group.typeA select,
	.form-group.typeA textarea.textarea,
	.form-group.typeA .checkbox-box { width: 100%;}
	
	.form-group.typeA select.day{ width: 25%; }
	.form-group.typeA select.month{ width: 25%; }
	.form-group.typeA select.year{ width: 48%; }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 173, 238, 1);
    }
    100% {
        box-shadow: 0 0 0 5px rgba(0, 173, 238, 0);
    }
}

.pulse {
    animation: pulse 1.5s 1 ease-out;
    -webkit-animation: pulse 1.5s 1 ease-out;
    background: #00adee;
}





.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
	
	width: 15px;
    height: 15px;
	margin-bottom: -3px;
    background-position: center center;
    background-repeat: no-repeat;
	background-image: url('images/icon-info.png');

}

.tooltip i {
    visibility: hidden;
    width: 240px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -120px;
    opacity: 0;
    transition: opacity 0.3s;
	line-height: 1.2;
}

.tooltip i::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover i {
    visibility: visible;
    opacity: 1;
}

.footer-menu-box{
	border-top: 1px #ccc solid;
	padding-top: 10px; 
	margin-bottom: 16px;
}
.footer-menu-box ul { list-style-type: none; text-align: right; }
.footer-menu-box li { position: relative; display: inline-block; }
.footer-menu-box li + li { margin-right: 15px; }
.footer-menu-box li + li:not([class]):before { content: '|'; position: absolute; top: 0; right: -11px; }
.footer-menu-box a { display: inline-block; text-decoration: underline; transition: opacity .3s; }
.footer-menu-box a:hover { opacity: .7; }
@media (max-width: 640px) {
	.footer-menu-box { margin-bottom: 12px; border: 0; font-size: 14px; }
}

.copyright-box{
	text-align: center;
	line-height: 36px;
}

footer .dev{ margin-top: 30px; display: block; width: 100%; font-size: 12px; text-align: center; padding: 1px 5px; color: #4e6a87; }
footer .dev a{ display: inline; text-decoration: none; }









.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  overflow: hidden;
  margin: 0;
  background-color: rgba(255,255,255,0.6);
  display: none;
}

#bowlG{
	position:relative;
	width:58px;
	height:58px;
	margin:auto;
	
	position: fixed;
	top: 50%;
    left: 50%;
    margin-left: -29px;
    margin-top: -29px;
}

#bowl_ringG{
	position:absolute;
	width:58px;
	height:58px;
	border:5px solid rgb(11,112,175);
	border-radius:58px;
		-o-border-radius:58px;
		-ms-border-radius:58px;
		-webkit-border-radius:58px;
		-moz-border-radius:58px;
}

.ball_holderG{
	position:absolute;
	width:16px;
	height:58px;
	left:21px;
	top:0px;
	animation-name:ball_moveG;
		-o-animation-name:ball_moveG;
		-ms-animation-name:ball_moveG;
		-webkit-animation-name:ball_moveG;
		-moz-animation-name:ball_moveG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-timing-function:linear;
		-o-animation-timing-function:linear;
		-ms-animation-timing-function:linear;
		-webkit-animation-timing-function:linear;
		-moz-animation-timing-function:linear;
}

.ballG{
	position:absolute;
	left:0px;
	top:-14px;
	width:23px;
	height:23px;
	background:rgb(11,112,175);
	border-radius:19px;
		-o-border-radius:19px;
		-ms-border-radius:19px;
		-webkit-border-radius:19px;
		-moz-border-radius:19px;
}



@keyframes ball_moveG{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-o-keyframes ball_moveG{0%{-o-transform:rotate(0)}100%{-o-transform:rotate(360deg)}}@-ms-keyframes ball_moveG{0%{-ms-transform:rotate(0)}100%{-ms-transform:rotate(360deg)}}@-webkit-keyframes ball_moveG{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes ball_moveG{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(360deg)}}

.file_chosen{
    float: left;
    padding: 5px 10px;
    background:#0B6FAF;
    border:1px solid #0B6FAF;
    position:relative;
    color:#fff;
    border-radius: 6px;
    text-align:center;
    float:left;
    cursor:pointer;
    margin: 5px;
	text-decoration: none;
}
.file_chosen input{
    position: absolute;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 24px;
    width: 100%;
}

.progress-box{
	padding: 5px;
	direction: ltr;
}
.progress-box .progress-data{
	
}
.progress-box .progress-data .status{
		float: right;
		font-weight: bold;
}
.progress-box .progress {
	width: 100%;
	height: 10px;
}
.progress-box .progress-wrap {
	background: rgb(52, 152, 219);
	margin: 0;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}
.progress-box.successfully .progress-wrap{
	background: #28a745;
}
.progress-box.error .progress-wrap{
	background: rgb(255, 99, 71);
}
.progress-box .progress-wrap .progress-bar {
  
	position: absolute;
	left: 0;
	top: 0;
  
	background: #eee;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
	transition: all 0.5s ease;
}

.select2-container{
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
	direction:rtl;
	text-align: right;
}

.select2-container .select2-selection--single{
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    display: block;
    padding-right: 8px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear{
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{
    padding-left: 8px;
    padding-right: 20px;
}

.select2-container .select2-selection--multiple{
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: inline-block;
    overflow: hidden;
    padding-right: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline{
    float: right;
}

.select2-container .select2-search--inline .select2-search__field{
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance: none;
}

.select2-dropdown{
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results{
    display: block;
}

.select2-results__options{
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option{
    padding: 4px;
    user-select: none;
    -webkit-user-select: none;
	direction: rtl;
}

.select2-results__option[aria-selected]{
    cursor: pointer;
}

.select2-container--open .select2-dropdown{
    left: 0;
}

.select2-container--open .select2-dropdown--above{
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--open .select2-dropdown--below{
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.select2-search--dropdown{
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field{
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
	direction: rtl;
	text-align: right;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide{
    display: none;
}

.select2-close-mask{
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible{
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #444;
    line-height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    cursor: pointer;
    float: left;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 30px;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #888 transparent transparent transparent ;
    border-style: solid;
    border-width: 5px 4px 0 4px ;
    height: 0;
    right: 50%;
    margin-right: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
    right: 1px;
    left: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single{
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #888 transparent ;
    border-width: 0 4px 5px 4px ;
}

.select2-container--default .select2-selection--multiple{
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder{
    color: #999;
    margin-top: 5px;
    float: right;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear{
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #e4e4e4;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    float: right;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-left: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
    margin-right: 5px;
    margin-left: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
    margin-right: 2px;
    margin-left: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple{
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove{
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #ccc;
}

.select2-container--default .select2-search--inline .select2-search__field{
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options{
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group]{
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true]{
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option{
    padding-right: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group{
    padding-right: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option{
    margin-right: -1em;
    padding-right: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-right: -2em;
    padding-right: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-right: -3em;
    padding-right: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-right: -4em;
    padding-right: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-right: -5em;
    padding-right: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group{
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single{
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid;
}

.select2-container--classic .select2-selection--single:focus{
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered{
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear{
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin-left: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder{
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow{
    background-color: #ddd;
    border: none;
    border-right: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b{
    border-color: #888 transparent transparent transparent ;
    border-style: solid;
    border-width: 5px 4px 0 4px ;
    height: 0;
    right: 50%;
    margin-right: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{
    border: none;
    border-left: 1px solid #ccc;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    right: 1px;
    left: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single{
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #888 transparent ;
    border-width: 0 4px 5px 4px ;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid;
}

.select2-container--classic .select2-selection--multiple{
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus{
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered{
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear{
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice{
    background-color: #e4e4e4;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    float: right;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-left: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
    float: left;
    margin-right: 5px;
    margin-left: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
    margin-right: 2px;
    margin-left: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple{
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field{
    border: 1px solid #ccc;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field{
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown{
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above{
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below{
    border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options{
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group]{
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true]{
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected]{
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group{
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown{
    border-color: #5897fb;
}
