@charset "utf-8";
/* CSS Document */
html, body {
    height: 100%;
}
body{
	background-color: #f5f5f5;
	padding: 0;
	margin: 0;
	direction: rtl;
	font-family:  Arial," sans-serif", Gotham, Helvetica Neue, Helvetica;
}
td {
    empty-cells: show;
}
input[type=checkbox],input[type=radio] {
    vertical-align: middle;
}
.page {
    min-height: 100%;
    height: auto;   
}
.page-frame-wrapper {
    height: 100%;
}
.clear{
	clear: both;
	font-size: 0;
	line-height: 0;
}

.alert {
    text-shadow: none;
    padding: 0.5em;
    margin: 10px 0;
}
.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}
.alert-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
} 
.header{
	width: 100%;
	min-width: 768px;
}

.header-top-wrapper{
	width: 100%;
	height: 47px;
	background-color: #414141;
	color:#fff;
}

.header-top{
	width: 100%;
	max-width: 1200px;
	min-width:768px;
	padding: 0 25px;
	box-sizing: border-box;
	height: 47px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 0.9rem;
	color: #bbb;
}
.user-menu{
	width: auto;
	height: 47px;
	line-height: 47px;
}

.user-menu span{
	float: right;	
}


.user-menu .user-icon{
	background: url(../images/icon-client.png) no-repeat right bottom;
	width: 14px;
	height: 12px;
	display: block;
	padding-top: 17px;		
	margin-left: 7px;
}

.user-menu .user-name{
	margin:0 7px 0 0;
}

.user-menu .personal-links {
	float: right;
	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: right;
	width: auto;
	height: 47px;
	margin:0 15px 0 7px;
	color: #bbb;
}


.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.9rem;
	margin-left: 15px;
}

.user-menu form.user-login input.login-input::-webkit-input-placeholder {
   color: #bbb;
	font-size: 1.1rem;
}

 .user-menu form.user-login input.login-input:-moz-placeholder {
   color: #bbb;
	font-size: 1.1rem;
}
 .user-menu form.user-login input.login-input::-moz-placeholder  {
   color: #bbb;
	font-size: 1.1rem;
}
 .user-menu form.user-login input.login-input:-ms-input-placeholder  {
   color: #bbb;
	font-size:1.1rem;
}

.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;
}

.header-bottom-wrapper{
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #e7e7e7;
	background-color: #fff;
	box-shadow: 1px 0 3px rgba(116, 116, 116, 0.7);
}

.header-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	width: 98%;
	max-width: 1200px;
	min-width: 768px;
	padding: 19px 1%;
	box-sizing: border-box;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	color: #888;
}

.header-bottom .right{
	width: 50%;
}

.data-option-view{
	text-decoration: none;
	display: block;
	width: 90px;
	height: 34px;
	border:3px solid #ddd;
	float:right;
	text-align: center;
	border-radius: 50px;
	line-height: 28px;
	color:#888;
	margin-left: 15px;
	box-sizing: border-box;
	transition: border-color 1s ease-out;
	background-repeat: no-repeat;
	padding-right: 23px;
}

.data-option-view.first{
	background-image: url(../images/icon-day.png);
	background-position: 47px center ;
}

.data-option-view.second{
	background-image: url(../images/icon-week.png);
	background-position: 53px center ;
}

.data-option-view.third{
	background-image: url(../images/icon-month.png);
	background-position: 53px center ;
}
.data-option-view.list_of_order {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
}
.active{
	border-color: #dda440;
	cursor: default;
}

.data-option-view:hover{
	border-color:#aaa;
}

.active:hover{
	border-color: #dda440;
}

.header-bottom .left{

}

.user-search{
	height: 70px;
	line-height: 40px;
	text-align: left;
}

.user-search .search-input {
	width: 7rem;
	height: 27px;
	background-color: #fff;
	border: 0 none;
	color: #666;
	font-size: 1rem;
	margin-left: 15px;
    line-height: 1.1rem;
}
.user-search .search-date {
    background-image: url(../images/date-change.png);
    background-position: right center;
    background-repeat: no-repeat; 
    padding-right: 25px;
    cursor: pointer;
}
.user-search .search-branch {
    background-image: url(../images/branch.png); 
    background-position: right center;
    background-repeat: no-repeat; 
    padding-right: 25px;
}

.user-search .search-select {
    padding-bottom: 2px;
    margin-left: 0;
    height: auto;
    background-color: #fff;
    border: 0 none;
    color: #666;
    font-size: 1rem;
    line-height: 1.1rem;
 }
    
.user-search .search-select option {
    padding-bottom: 2px;
    color: #666;
}

.user-search .btn-search {
	font-size: 0.9rem;
}

.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;

}
.main-content{
	width: 100%;
	min-width: 768px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	margin-bottom: 40px;
	
}
.page-custom-header, .page-custom-footer {
    width: 100%;
    min-width: 768px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 1%;
    box-sizing: border-box;
}
.events-page-title-wrapper{
	padding: 0 2%;
	margin-bottom:40px;
}

.events-page-title-wrapper .next, .events-page-title-wrapper .prev{	
	width: 30px;
	height: 30px;
	border: 0 none;
	text-decoration: none;
	margin-top: 5px;
	opacity: 1;
	transition: opacity .6s;
}
.events-page-title-wrapper .next{
	float: right;
}

.events-page-title-wrapper .prev{
	float: left;
}

.events-page-title-wrapper .next:hover, .events-page-title-wrapper .prev:hover{
	opacity: .8;
}

.events-page-title{
	text-align: center;
	color: #333;
	padding: 0;
	font-size: 2rem;
	font-weight: normal;
	width: 91%;
	float: right;
	margin:0 auto;
}

.calendar-month-events, .calendar-day-events{
	width: 98%;
	border-collapse: collapse;
	border:1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding: 0;
}

.calendar-head{
	background-color: #414040;
	color:#fff;
	height: 45px;
	font-size: 1.1rem
}

.event-day{
	background-color: #f6fafa;
	border:1px solid #ccc;
	width: 14%;
	vertical-align: top;
	border-collapse: collapse;	
}

.event-day.today{
	border:0 !important;
}

.event-day-inner{
	min-height: 148px;
}

.event-day-inner.today{
	border:1px solid #c26f21 !important;
	outline:1px solid #c26f21 !important;
}

.event-day-num{
	text-align: left;
	padding: 12px 0 0 12px;
	color: #414040;
	font-size: 0.95rem;
	font-weight: bold;
	font-style: italic;
}

.event-day-num.next-month{
	color:#aaa;
}

.event-day-num.today{
	color: #c26f21;
	padding-top: 11px !important;
}

.event-title{
	font-size:1rem;
	margin: 0 0 7px 0;
	padding: 0;
	line-height:1.25rem; 
}

.event-text{
	font-size: 0.95rem;
	color:#212121;
	margin-bottom: 7px;
}

.event-category{
	padding: 10px;
	margin-top: 10px;
	background-color: #f1e0b5;
}

div.disabled {
	background-color: #e4e4e4;
}


div.entry-exists {
	background-color: #dbe5df;
}

.btn-event-wrapper{
	width: auto;
	position: relative;
	left:0;
	background-color: #f1e0b5;
}

.btn-event{
	text-decoration: none;
	color:#fff;
	font-size:0.95rem;
	display: block;
	border: 0 none;
	min-width: 50%;
	text-align: center;
	float: left;
	height: 22px;
	line-height: 21px;
	padding-left: 12px;
}

.btn-expired{
	background-color: #949493;
}
.btn-enroll {
	background: #d49324 url(../images/icon-arrow-registration.png) 3px center no-repeat; 
	padding: 0 5px 0 24px;
}
.btn-action {
    cursor: pointer;
}
.btn-full {
	background-color: #5a5a5a;
}
.btn-enrolled {
	background: #5c995e url(../images/icon-check-registered.png) 3px center no-repeat; 
	padding: 0 5px 0 24px;
}
.back-to-top{
	margin-right: 1%;
}

@media screen and (max-width: 968px) {
    .user-search .search-input{
	   width: 35%;
    }
}

/* start css day */

.calendar-day-events{
	border:0 none;
}

.calendar-day-head{
	text-align: right;
	padding-right: 25px;
	box-sizing: border-box;
}

.event-day-wrapper{
	width: 100%;
	max-width: 1200px;
	border-top: 5px solid #fff;
	background-color: #e4e4e4;
	height: 50px;
	min-height: 50px;
}

.event-category-day{
	
	padding: 0 25px;
	box-sizing: border-box;
	font-size:1rem;
}

.event-day-wrapper .first{
	width: 20%;
}

.event-day-wrapper .third{
	margin: 0;
	padding: 0;
	border: none;
	width: 7em; 
}

.event-day-title{
	font-weight: bold;
	color:#333;
	font-size: 1.25rem;
}

.btn-event-day{
	display: block;
	color:#fff;
	height: 50px;
	line-height: 48px;
	font-weight: bold;
	font-size: 1.1rem;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
}

.btn-event-day img.arrow{
	width: 8px;
	height: 12px;
	vertical-align: middle;
}

.btn-event-day img.check{
	vertical-align: top;
	margin-top:19px;
	width: 13px;
	height: 10px;
}
/* end css day */

/* start form */
#flogin-code {
    width: 300px;
}
fieldset {
    border: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.label3 {
    display: block;
    width: 56rem; 
    max-width: 98%;
    margin: 0 1rem 0.8rem; 
}    
.label4 { /*  last row */
    display: block;
    width: 56rem; 
    max-width: 98%;
    margin: 0 1rem; 
}   
.label2 {
    width: 17rem;
    margin: 0 1rem 0.8rem;
    display: inline-block;
}
span.required {
    font-size: 0.8rem;
}
span.label {
    display: block;  
    line-height: 1.6rem;  
}
.txtfield {
    background-color: #fff;
    border: 1px #cdcdcd solid; 
    width: 100%;
}
.readonly {
    background: inherit;
    border: 0 none;
}
select {
    padding-bottom: 2px;
    margin-left: 0;
    height: auto;
    background-color: #fff;
    border: 0 none;
    border-bottom: 1px solid #bbb;
    color: #666;
    font-size: 1rem;
    line-height: 1.1rem;
} 
.date-select {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.date-select select {
    font-size: 1.2rem;
    width: 30%;
}
.select {
    width: 100%;
}
input.txtfield, .date-select select, .select {
    height: 2rem;
}
input[type=checkbox] {
    vertical-align: middle;
}  
/*  end form */
.dialog-button-pane {
    display: flex;
    flex-direction: row-reverse;
    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.4rem;
    padding: 0.4rem;
    border-radius: 0;
    border: 0 none;
}
.ui-widget-header button:focus {outline:0;}
.ui-widget-header button>span:focus {outline:0;}
.ui-dialog {
    padding: 0;
    max-width: 60em;
}
.ui-dialog a {
    font-weight: bold;
    text-decoration: none;
}
.ui-dialog a:hover, .ui-dialog a:active, .ui-dialog a:visited {
    text-decoration: none;
}
.ui-widget-header {
    background: #fff none; 
    border: 0 none;   
    border-radius: 0 !important; 
    padding: 1rem 2rem 1rem 1rem  !important;
}    
.ui-datepicker-year {
    padding-bottom: 2px;
    margin-left: 0;
    height: auto;
    background-color: #fff;
    border: 0 none;
    border-bottom: 1px solid #bbb;
    color: #666;
    font-size: 1rem;
    line-height: 1.1rem;
}
.ui-widget {
    border: 0 none !important;
    background-color: #efefef; 
    border-radius: 0 !important; 
}
.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: 58rem; 
}
