@charset "utf-8";
/* CSS Document */
html, body {
    height: 100%;
}
body{
    padding: 0;
    margin: 0;
    direction: ltr;
    font-family:  Arial," sans-serif", Gotham, Helvetica Neue, Helvetica;
	background: #fff; /* Old browsers */
    background-repeat: no-repeat;
}
td {
    empty-cells: show;
}
input[type=checkbox],input[type=radio] {
    vertical-align: middle;
	width: 0.5em;
    margin: 0 0.1em 0 0;
    padding: 0;
    font-size: 2em;
    height: 1em;
}
legend {
    font-weight: bold;
    padding: 0.2em 0 1em;
	color:#1cb9c8;
	font-size: 1.2em;
	box-sizing: border-box;
}
.regular { display: block; }
.mobile { display: none; }
.page-wrapper p { padding: 0 2.5em; }
.page-wrapper .comments { padding: 0 2.5em; }
.page-wrapper .comments p { padding: 0; }
#el_sign_doc_wrapper p { padding: 0; }
a{ color:#40a5c1; }
label{ color:#999999; }
.form { text-align: left; }
.form .comments {
	padding: 1.8em 1.2em 0.9em;    
	margin-bottom: 1em;
    border-left: 5px solid #1cb9c8;
    background-color: #f3f3f3;
}

.page-wrapper{
	max-width: 1200px;
	margin: 0 auto;
	padding: 2em 0;
	display: flex;
	justify-content: space-between;
}
.justify-center {
    justify-content: center;
}
.img-wrapper{
	padding: 0 2.5em 0 0;
	height: 100%;
}
.bottom-img-wrapper-mobile {
    padding: 2em 0 0;
    width: 100%;
    text-align: center;
}
.img-wrapper-mobile {
    padding: 0 0 2em;
    width: 100%;
    text-align: center;
}
.logo-m {
    width: auto;
    max-width: 100%;
 } 
.logo-d {
	width: auto;
	max-width: 500px;
	position: fixed;
}
.page {
    height: auto; 
    width: 600px;
    max-width: 100%;
    margin-bottom: 2em;
	background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f9f9f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fcfcfc 0%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 0.6em;
	box-shadow: -3px -1px 32px -2px rgba(87,89,87,0.39);
-webkit-box-shadow: -3px -1px 32px -2px rgba(87,89,87,0.39);
-moz-box-shadow: -3px -1px 32px -2px rgba(87,89,87,0.39);
}

h1.main-title{
	font-family: 'Assistant', sans-serif;
	text-align: center;
	color:#666666;
	margin: 0;
    padding: 0.5em 0.8em 0;
    font-size: 2.9em;
}
h2.section-title {
    color:#666666;
}
h3.section-title {
    font-weight: bold;
    padding: 0.2em 0 1em;
    color: #1cb9c8;
    font-size: 1.2em;
    margin: 0;
}
.subtitle{
    font-family: 'Assistant', sans-serif;
    color: #1cb9c8;
    margin: 0;
    padding: 1em 0 0.5em;
    font-size: 1.5em;
}
.category_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.2em;
    margin: 0.3em 0;
    line-height: 2;
    font-weight: bold;
    font-size: 1.2em; 
    background-color: #1cb9c8;
    text-decoration: none;
}
.category_btn_text {
   color: white;
}
.category_btn_icon {
    margin: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 0.3em;
    color: white;
}
.category_btn_icon.closed::before {
    content: "\f107";
}
.category_btn_icon.open::before {
    content: "\f106";
}
.clear{
    clear: both;
    font-size: 0;
    line-height: 0;
}

.header{
    width: 100%;
}

.header-top-wrapper{
    width: 100%;
    background-color: #414141;
    color:#fff;
}

.header-top{
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    text-align: left;
    font-size: 0.9em;
    color: #bbb;
}
.user-menu {
    width: auto;
    line-height: 1.5;
    padding: 0.6em 0;
}
.user-menu span{
    float: left;    
}
.user-icon::before {
    content: "\f007";
    margin: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: 0 none;
    padding: 0 0.3em 0 0;
    display:inline-block;
    font-size: 1em;
    color: #F0A533;
}

.user-menu .user-name{
    margin:0 7px;
}

.user-menu .personal-links {
    float: left;
    font-weight: bold;  
}

.user-menu .personal-links a.personal-link {
    color: #bbb;
    text-decoration: none;
    margin:0 7px 0 12px;
}


.user-menu .personal-links a:hover{
    color:#fff;
}

.user-menu form.user-login{
    float: left;
    width: auto;
    height: 47px;
    margin:0 15px 0 7px;
    color: #bbb;
}
.form{
	padding: 0 2.4em;
}


.user-menu form.user-login input.login-input{
    width: 137px;
    height: 15px;
    background-color: #414141;
    border: 0 none;
    border-bottom: 1px solid #a4a3a3;
    color: #bbb;
    font-size: 0.9em;
    margin-right: 15px;
}

.user-menu form.user-login input.login-input::-webkit-input-placeholder {
   color: #bbb;
    font-size: 1.1em;
}

 .user-menu form.user-login input.login-input:-moz-placeholder {
   color: #bbb;
    font-size: 1.1em;
}
 .user-menu form.user-login input.login-input::-moz-placeholder  {
   color: #bbb;
    font-size: 1.1em;
}
 .user-menu form.user-login input.login-input:-ms-input-placeholder  {
   color: #bbb;
    font-size:1.1em;
}

.user-menu form.user-login .btn-login, .user-search .btn-search {
    background-color: #dda440;
    color:#fff;
    border: 0 none;
    border-radius: 50px;
    text-align: center;
    width: 52px;
    height: 24px;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .5s;
}

.user-menu form.user-login .btn-login:hover,  .user-search .btn-search:hover{
    background-color: #ce8d1e;
}
.user-menu .close-btn {
    font-size: 2em;
    font-weight: bold;
    color: white;
    text-decoration: none;
    padding: 0.2em;
}
.active{
    border-color: #dda440;
    cursor: default;
}
.active:hover{
    border-color: #dda440;
}
.user-search{
    height: 70px;
    line-height: 40px;
    text-align: right;
}

.user-search .search-input {
    width: 7em;
    height: 27px;
    background-color: #fff;
    border: 0 none;
    color: #666;
    font-size: 1em;
    margin-right: 15px;
    line-height: 1.1em;
}
.user-search .search-date {
    background-image: url(../../images/date-change.png);
    background-position: left center;
    background-repeat: no-repeat; 
    padding-left: 25px;
    cursor: pointer;
}
.user-search .search-branch {
    background-image: url(../../images/branch.png); 
    background-position: left center;
    background-repeat: no-repeat; 
    padding-left: 25px;
}

.user-search .search-select {
    padding-bottom: 2px;
    margin-right: 0;
    height: auto;
    background-color: #fff;
    border: 0 none;
    color: #666;
    font-size: 1em;
    line-height: 1.1em;
 }
    
.user-search .search-select option {
    padding-bottom: 2px;
    color: #666;
}

.user-search .btn-search {
    font-size: 0.9em;
}

.user-search .search-input::-webkit-input-placeholder {
    color: #888;
}

 .user-search .search-input:-moz-placeholder {
    color: #888;
}
 .user-search .search-input::-moz-placeholder  {
    color: #888;
}
.user-search .search-input:-ms-input-placeholder  {
    color: #888;

}
div.disabled {
    background-color: #e4e4e4;
}

/* start form */
#flogin-code {
    width: 300px;
}
fieldset {
    border: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.label3 {
    display: block;
    width: 100%;
    margin: 0 1em 0.8em; 
    box-sizing: border-box;
}    
.label4 {
    display: block;
    width: 100%;
    margin: 0 0 0.5em; 
    box-sizing: border-box;
    line-height: 1.8; 
}
.label2 {
    margin: 0 0 0.8em;
    display: block;   
    width: 100%;
    box-sizing: border-box;
}

.label5{
	margin: 0;
    display: block;   
    width: 100%;
    border-bottom: 1px solid #dbe1e7;
    box-sizing: border-box;
	padding: 1.5em 0 2em 0;
}

.sub-section {
    padding: 0 0 0.2em 1.8em;
}
.product-title{
	font-weight: bold;
}

.page-bottom {
	text-align: right;
	color: #999;
	font-size: 0.8em;
}
.btn-row {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 2em;
}
.btn-row.top {
    padding-bottom: 0;
} 
.btn-row .btn {
    border: 0 none;
    background-image: none;
    background-color: #f6921e;
    color: white;
    cursor: pointer;
    padding: 0.4em 2.5em;
	margin: 0.2em;
    text-align: center;
	border-radius: 0.2em;
    font-size: 1.4em;
    font-weight: bold;
	transition: background-color 1s;
}
.btn-row .btn:hover {
    background-color: #f8a84b;
}
.btn-row .btn-reject {
    background-color: rgba(24, 175, 211, 1);
}
.btn-row .btn-reject:hover {
    background-color: rgba(24, 175, 211, 0.7);
}
    
.btn-row .btn-next, .btn-row .btn-prev{
    display: inline-block;
    height: 2.2em;
    width: auto;
    line-height: 2.2em;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    margin: 0;
    font-size: 1em;
    background-color: rgba(24, 175, 211, 1);
    color: #FFF;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    padding: 0 1em;
}
.btn-row .btn-next {
    background-color: rgba(241, 128, 23, 1);
}
.btn-row .btn-next::after{
    content: "\f054";
     margin: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
     border: 0 none;
    cursor: pointer;
   padding: 0 0 0 0.3em;
    display:inline-block;
    font-size: 0.9em;
}
.btn-row .btn-prev::before{
    content: "\f053";
    margin: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: 0 none;
    cursor: pointer;
    padding: 0 0.3em 0 0;
    display:inline-block;
    font-size: 0.9em;
}

.btn-row .btn.btn-submit{   
    color:#fff;
    background-color: rgba(241,128,23,1);
}

.btn-row .btn.btn-submit:hover {
     background-color: rgba(241,128,23,0.7);
}

span.required {
    font-size: 0.8em;
    font-weight: bold;
    color: red;
}
span.label {
    display: block;  
    line-height: 1.6em;
    box-sizing: border-box; 
	color:#666666;
	font-size: 0.9em;
}
span.label-sm {
    width: 28%;
}
span.price {
    display: inline-block;  
    line-height: 1.6em;
    box-sizing: border-box; 
}
.txtfield {
    background-color: #fff;
    border: 1px #ced4da solid; 
    width: 100%;
    padding: 0.2em;
    box-sizing: border-box;
    font-size: 1.2em;
    height: 2em;
    border-radius: 0.2em;
    box-sizing: border-box; 
}
.product-quantity {
    display: block;
    padding: 0 0.5em;
}

.product-quantity .txtfield {
    max-width: 10em;
}
textarea.txtfield {
    height: 5em;
    font-size: 1em;
}
.ui-dialog-content .txtfield {
    width: 96%;  
    border-color: rgba(24, 175, 211, 0.3);  
}
.txtfield:disabled {
    background-color: #eee;
    color: #ccc;
} 
.timefld {
    direction: ltr !important;
    width: 4em;
    text-align: center;
}   
.theme-rounded .timefld {
    width: 6em;    
}
.label2>.input-col {
    width: 100%;
}
.phone-parts-wrapper {
    display: inline-block;
    display: flex; align-items: center;justify-content: space-between;
}
.phone-parts-wrapper .phone-part1 {
    width: 20%;
    min-width: 2em;
    padding: 0 !important;
    text-align: center;
}
.phone-parts-wrapper .phone-country-code { width: 28%; }
.phone-parts-wrapper .phone-parts-separator { width: 2%; text-align: center; display: inline-block;} 
.phone-parts-wrapper .phone-parts-tel { width: 69%; }
.readonly, input.txtfield[readonly] {
    background: inherit;
    border: 0 none;
}
.select {
    padding: 0 0.2em;
    margin-right: 0;
    height: auto;
    background-color: #fff;
    border: 1px solid #ced4da;
    color: #999999;
    font-size: 1.2em;
    line-height: 1.1em;
    height: 2em;
} 
.label2>.select {
    width: 100%;
}
.date-select {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.phone-wrapper {
    width: 45%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.checkbox-wrapper {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ced4da;
}
.checkbox-wrapper.vertical {
    flex-direction: column;
}
input.txtfield, .date-select select {
    font-size: 1.2em;
    height: 2em;
	border-radius: 0.2em;
}
.date-select select {
    width: 31%;
} 
.item-pict-wrapper {
 width: auto;
    max-height: 5em;   
    margin: 0 0 1.5em 1em;
    box-sizing: border-box;
    float: right;
}
.item-pict {
    max-height: 5em;
	border: 1px solid #ced4da;
    padding: 0.3em;
}
/*  end form */
.dialog-button-pane {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}    
.dialog-button {
    background: #e99405 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 0.4em;
    padding: 0.4em;
    border-radius: 0;
    border: 0 none;
}
/*  end form */

.ui-datepicker .ui-widget-header {
    background: #fff none; 
    border: 0 none;   
    border-radius: 0 !important; 
    padding: 1em 2em 1em 1em  !important;
}  
.ui-datepicker {
    border: 0 none !important;
    background-color: #efefef; 
    border-radius: 0 !important; 
} 
.ui-dialog {
    padding: 0;
    max-width: 98%;
}
.ui-dialog .ui-button:focus, .ui-dialog .ui-icon:focus {
    outline-width: 0;
    outline-color: transparent !important;
}
.ui-dialog .ui-dialog-titlebar {
    background:#C5E7E9; 
    border: 0 none;   
    border-radius: 0 !important; 
    padding: 0; 
}
.ui-dialog .ui-dialog-title {
    float: none; 
    display: inline-block;    
    padding: 0.1em 2em !important; 
}    
.ui-datepicker-year {
    padding-bottom: 2px;
    margin-right: 0;
    height: auto;
    background-color: #fff;
    border: 0 none;
    border-bottom: 1px solid #bbb;
    color: #666;
    font-size: 1em;
    line-height: 1.1em;
}
.ui-dialog {
    border: 0.3em #C5E7E9 solid !important;
    background-color: #C5E7E9; 
    border-radius: 0.2em !important; 
}
.ui-widget-overlay {
    opacity: 0.8 !important;
}
.ui-dialog .btn-row {
    padding: 0.1em 0;
    width: auto;
} 
.ui-dialog .ui-dialog-buttonpane .ui-state-default, 
.ui-dialog .ui-dialog-buttonpane .ui-state-focus {
    background: #e99405 none !important;
    color: #fff !important;
}
.ui-dialog .ui-dialog-buttonpane {
    background-color: #efefef; 
    border: 0 none;
    text-align: center;
}
.ui-state-default, .ui-state-focus {
    background: #fff !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}
.hasDatepicker {
    cursor: pointer;
}
.client-data-form {
    max-width: 58em; 
}

.signature_img_wrapper {
    width: 100%;
    margin: 0 auto 0.3em;
    height: 10em;
    box-sizing: border-box;
    border: 1px #ccc solid;
}
.signature_img {
    width: 100%;
    height: 100%;
    background-color: white;
}
span.checked {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO4AAADuCAIAAACxjKx1AAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH4gQeDCQtbzPS8gAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAQySURBVHja7d3bbttIFERRkdD//7LyGsBBfGuRfarWfpwbRtRSuSnbyvF6vR7S/E6XQChLKEure7oEuqzjOD7+xVV3a4fbPt2FeC1oBwzd7/iL/wzK2t3xEs0oawvHv9eMsnZx7IChKMc//hdRVkgoa/zRAmVZZWmzSX4s/Mb1XQ9AsspCWUJZQllCWShLKEsoSygLZQllCWUJZQlloSyhLKEsoSyUJZQllCWU1d5Gn3rvQ8untOcHRVhlJThGWSGOUZbbPplklCWUZZJRllWWUJbTBcoSyiqcZJRllWWSUZZQllDW5aeLi38AHWVZZZnkbSYZZVllCWXFd8tvHKMsqyz3fNtMMsqyyjLJKEsoSyjrktPFjR/8h7KsskzyNpOMsqyyTDLKinR8+ye9o6zxe4yylrXDH76Bskk+Mh4IykqYZJRN8hHzWJ5hT4M/Ma22Zwziv/8W0JdN8j6X+ox8ApK+biqT8teN0txzwzeP8nd10vzWi7PbKc47GBwnOJ5E+WdX3zDHnyusskl22yehbIScklGmWSjTXDDJXWflcs3xD//0dCpgkidR9hNCXsNW2TBXTMlZeDVpjvySWPotkirNJQ92GGUnZlnl0q3Kfi95NuWFVzZec9U5auQq0+xEl3PAoNnRwllZDhiG2SSjLHd7KEcthwuL8tsvesyS1b4nk3DAoHntQxj6tS7krEyzcm77aG6e5EfYOxjuApsv4OnJyBhmRyPvKydUfrSIpdx2zLDHVjnBx6r/z4DXfyblkhMzx1bZ124HjL4T87aaTXLRKnubueoSOWCMHGYnnzrKhrnn4ljleStokksph93/udurXmXHjIYL4oAxaZj9rAXKhjn/OpyexSnDXPh5ACjHahbKjukoG+YUWPF3C1bZTKLsLt4NH8qOGV66KDvJCOXKrer53pBV3noyTTLKTswo0xw0+VU/eeKA4RiAsmE2ySgbZqFcd2L2iFDuHebO3zNAeeXT75iBMs3L/iO1v/qFsoMKyoaZRZTd+3sZoOyQIJS31+w7fCgnnDEMOcoJw+wTtFDOvPkTyiM1m2SUB2j+lKkjMspdh2mhPGCYnS5QNslCOWiYTTLKCRvMMco3i/EGHMoJw8wxylHDzDHKs+//vHGBskwyykGMOEZZKGubXTTJKAtlbbOOJhlloaxtNtIko+xlg7IIQ1leMChzJpQTNXupoCyUtc12mmSUvTxQFnkoi2aU5VWBMoJCWSjLMKNMsxcDyrZZKE/S7DWAcoJmjlFO0MwxygmaOf59T5fgMs3//OBDiFFuuRGUA4ZQllCWUJZQllAWyhLK0hva6Fsk/hQwWWUJZaEsoSyhLKEslCWUJZQllIWyhLKEsoSyhLJQllCWUJb+3+GDzGSVJZQllCWUhbKEsoSyhLJQllCWUJZQllAWyhLKEsoSykJZmtIf+qi36u4oGzAAAAAASUVORK5CYII=)
                no-repeat
                left center ;
    display: inline-block;
    background-size: cover;
    width: 1em;
    height: 1em;
}   

.alert {
    font-size: 1.16em;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    border-color: #fbeed5;
    padding: 4px;
    margin: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
}
.alert-info {
    color: #000;
    background-color: #ff9;
    border-color: #ff9;
}
.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.alert-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
}  
.dialog-entry {
    background-color: #ffffff !important;
    text-align: center;
}
.dialog-entry-title {
    margin: 1em;
    font-size: 1.5em;
    line-height: 1.2;
}
.dialog-entry-elm {
    padding: 5px;
    background-color: white;
    color: black;
    border-radius: 5px;
    font-size: 1.1em;
    border: 1px solid #4f81bd;
}
.dialog-no-close .ui-dialog-titlebar {
    display: none;
}
.ui-datepicker {
    z-index: 8900 !important;
}
.ui-dialog .ui-dialog-buttonset .ui-button {
    border: 0 none;
    background-image: none;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
    padding: 1em 4em;
    text-align: center;
    font-weight: bold;
}  
.ui-dialog .ui-dialog-content {
    padding: 1.2em 1em;
    box-sizing: border-box; 
    border-radius: 0 0 0.3em 0.3em;
    background-color: #ffffff;
}
.dialog-no-close .ui-dialog-content {
    border-radius: 0.3em;
}
.dialog-entry .user-icon::before {
    content: "\f2bd";
    margin: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: 0 none;
    padding: 0 0 0 0.3em;
    display:inline-block;
    font-size: 4em;
    color: #C5E7E9;
}
.dialog-entry .label2 {
    text-align: center;
}
.theme-rounded input.txtfield, 
.theme-rounded .date-select select,
.theme-rounded .select, 
.theme-rounded .label2>.select {
    height: 2.5em;
    border-radius: 50vh;
    padding: 0 1.25em;
}
.theme-rounded .date-select select {
    padding: 0 0.5em;
    text-align: center;
}
.theme-rounded .alert {
    border-radius: 50vh;
    padding: 4px 1em; 
}
.theme-rounded .btn-row .btn {
    border-radius: 50vh;
}
.theme-rounded .btn-row .btn-next, 
.theme-rounded .btn-row .btn-prev {
    border-radius: 50vh;
    height: 2.5em;
}
.theme-rounded .label2>.label {
    padding: 0 0 0.2em 1.8em;    
}
.theme-rounded .checkbox-wrapper {
    padding: 0.4em 0 0 1.4em;  
 }
  @media only screen and (min-width: 1024px)  {
     .theme-rounded .btn-row>button {
         margin-left: 1em;
         margin-left: 0;
     }
     .theme-rounded .btn-row>button:first-child {
         margin-left: 0;
     }
 }
 @media only screen and (min-width: 1201px)  {
    .theme-horizontal .phone-parts-wrapper .phone-country-code { width: 32%; padding: 0 0 0 1rem; }
    .theme-horizontal .phone-parts-wrapper .phone-parts-tel { width: 64%; }
    .theme-horizontal .page-wrapper {
          flex-direction: column;
          padding: 0;
     }
    .theme-horizontal .page {
        width: 100%;
    }
    .theme-horizontal .logo-d {
        position: static;
    }
    .theme-horizontal .img-wrapper { 
        padding: 2em 0;
    }
    .theme-horizontal .form .row.contact-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .theme-horizontal .form .row.contact-form .label2 {
         display: inline-block;
         width: 30%;
         margin: 0 4.5% 1em 0;
         overflow-x: hidden;
     }
     .theme-horizontal .form .row.contact-form .label2:nth-child(3n) {
         margin: 0 0 1em;
     }
}
@media only screen and (max-width: 1200px)  {
    .page-wrapper {
          flex-direction: column;
          padding: 0;
     }
     .logo-d {
          position: static;
     }
     .img-wrapper { 
          padding: 2em 0;
          margin: 0 auto;
     }
     .page {
          margin: 0 auto;
     }
}
@media only screen and (max-width: 1023px)  {
     body {
         font-size: 1em;   
     }
     h1.main-title {
        font-size: 1.1em;
     }
     input[type="checkbox"],input[type="radio"] {
        height: 1rem;
        width: 1rem;
        vertical-align: middle;
     }     
     .page {
        max-width: 95% !important;
        margin: 0 auto;
        box-sizing: border-box;
     }
     .page-wrapper {
        max-width: 100%;
        flex-direction: column;
        padding: 0;
     }
     .header-top {
        font-size: 1rem;    
     }
     .label2 {
        align-items: normal;
     }  
     .label4, .label3 {
        width: 94%;
     }
     .label2.chk-label {
        flex-direction: row;
     } 
     span.label {
        display: block;  
        line-height: 1.6em;
        width: 94%;  
    }
    .page-wrapper p { padding: 0 1em; }
    .page-wrapper .comments { padding: 0 1em; }
    .label2>.select, .txtfield, .label2>.input-col  {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    } 
    .btn-row .btn {
        font-size: 1.3em;   
        width: 96%;
        box-sizing: border-box; 
        padding: 0.2em;  
    } 
    .theme-rounded .btn-row>button:first-child {
         margin-left: 0;
    }
    .ui-dialog {
        max-width: 90%;
    } 
    #ui-datepicker-div{
        font-size: 1em;
    }
    .ui-autocomplete li {
        font-size: 1em !important;
    }    
    .ui-dialog {
        font-size: 1em !important;
    }
    .ui-dialog .smart-form {
        font-size: 1em !important;
    }
    .ui-dialog .ui-button {
        min-width: 1.9em !important;
        width: auto !important;
        height: 1.9em !important; 
        top: 0.1em !important;
        margin: 0 !important;
        font-size: 1rem;    
    }  
    .ui-dialog .view-links-panel {
        font-size: 1em;
    }
    .ui-dialog .view-content .row-wrapper {
        font-size: 1em;
    }
	.regular {
		display: none;
	} 
	.mobile {
        display: block;
    }
    
    #tadam-accessibility, #tadam-accessibility-btn {
        display: none;
    }
} 
@media only screen and (max-width: 724px)  {
    .user-menu .user-name{
        margin: 0;
    }
    .events-page-title-wrapper .next, .events-page-title-wrapper .prev, .events-page-title {
        font-size: 1em !important;
    }
    .btn-row {
        padding-bottom: 0;    
    }
    .btn-row .btn {
        font-size: 1em;
        line-height: 2.0;
    }
    
    .btn-row-nav>.btn-prev, .btn-row-nav>.btn-next {
        border-radius: 0.2em;
        width: 96%;
        box-sizing: border-box;
        margin: 0.2em;
        line-height: 2.0;
    }
    .phone-parts-wrapper.phone-country-code-wrapper { flex-direction: column; }
    .phone-parts-wrapper .phone-country-code { width: 99%; margin-bottom: 1em; }
    .phone-parts-wrapper .phone-parts-separator { display: none; } 
    .phone-parts-wrapper .phone-parts-tel { width: 99%; }
    .page-wrapper .comments,.page_footer_wrapper .comments { font-size: 1.1rem; }
     
}
@media only screen and (max-width: 545px)  {
    .ui-datepicker {
        font-size: 0.8em;
        max-width: 100%;
        width: 100%;
    } 
    .ui-datepicker .ui-datepicker-title {
        margin: 0 0;
        display: flex;
        justify-content: space-between;
        width: 90%;
    } 
    .ui-datepicker .ui-datepicker-header {
        display: flex;
    }       
    .ui-datepicker th {
        padding: .05em;
    }
    .search-form .txtfield { max-width: 70%; }
}
