/**********
*part4 style
**************************************/
.part4_wrapper {
  width: 92%;
  min-width: 980px;
  margin-left: auto;
  margin-right: auto; }

.buttonsWrapper {
  height: 100px;
  padding: 20px 0 0 0;
  text-align: right;
  text-align: -webkit-right;
  text-align: -moz-right; }

/*

/*START: eventTabs start*/
#eventTabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer; }

#eventTabs li {
  float: left;
  padding: 15px 55px 15px 55px;
  background-color: #96989A;
  color: #fff; }

#eventTabs #mainView {
  /* border: 1px solid black;*/
  clear: both;
  /*padding: 0 1em;*/ }

#eventTabs .active {
  background-color: #C7E085;
  color: #000; }

/*END: eventTabs end*/
/*START :table tableParamsEvents*/
#clients thead tr th,
#trialAccounts thead tr th,
#upcomingEvents thead tr th,
#pendingOffers thead tr th,
#allEvents thead tr th {
  text-align: left; }

/*header row of events table*/
/*#allEvents .ng-table tr:first-child{
  background-color: #E6E7E8;
}*/
/*all lines have white bg and border-top*/
#clients .ng-table tbody tr,
#trialAccounts .ng-table tbody tr,
#upcomingEvents .ng-table tbody tr,
#pendingOffers .ng-table tbody tr,
#allEvents .ng-table tbody tr {
  border-top: 1px solid #E6E7E8;
  background-color: #fff; }

#clients .ng-table tbody td,
#trialAccounts .ng-table tbody td,
#upcomingEvents .ng-table tbody td,
#pendingOffers .ng-table tbody td,
#allEvents .ng-table tbody td {
  vertical-align: middle; }

.btnRemoveEvent {
  cursor: pointer; }

/*start: event status*/
.image {
  position: relative; }

.image h2 {
  position: absolute;
  top: 10px;
  font-size: 10px; }

/*end: event status*/
/*END: table tableParamsEvents*/
.createEventbtn {
  border: none;
  background: #E5097F;
  width: 180px;
  text-align: -webkit-right;
  text-align: -moz-right;
  text-align: right;
  font-size: 18px;
  border-radius: 10px;
  position: absolute;
  top: 70px;
  right: 60px; }

.createEventbtn:active, .createEventbtn:focus, .createEventbtn:hover {
  color: #fff;
  background-color: #E5097F;
  border: none; }

.checkMessagesbtn {
  border: none;
  background: #A9ABAE;
  text-align: -webkit-right;
  text-align: -moz-right;
  text-align: right;
  font-size: 18px;
  border-radius: 10px; }

.checkMessagesbtn:active, .checkMessagesbtn:focus, .checkMessagesbtn:hover {
  color: #fff;
  background-color: #A9ABAE;
  border: none; }

.plusCircle {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 12px;
  background-color: transparent;
  overflow: visible;
  padding: 10px; }

.plusSymbol {
  text-align: center;
  font-size: 20px;
  line-height: 19px;
  font-weight: normal;
  color: #ffffff;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -10px;
  font-family: arial, sans-serif;
  padding-top: 0px; }

/*START: MODAL EDIT EVENT*/
.modal-editEvent {
  width: 750px; }

.modal-editEvent .modal-header {
  background-color: #bcdb87 !important;
  color: #fff;
  text-align: left;
  cursor: move; }

.modal-editEvent .modal-footer {
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center; }

.modal-editEvent .row {
  margin-right: 0px;
  margin-left: 0px; }

.editEventInput {
  width: 87%;
  height: 40px;
  border: 1px #e4e4e4 solid;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  vertical-align: middle; }

.leftcol {
  width: 22%; }

.rightcol {
  width: 78%; }

.rightcol2 {
  width: 31%; }

/*END: MODAL EDIT EVENT*/
/*START: USER INFO*/
textarea {
  border: 1px #e4e4e4 solid;
  border-radius: 4px; }

/*START: USER INFO*/
/*start: modal create new event */
.modal-createEvent {
  width: 600px; }

.modal-createEvent .row {
  margin-right: 0px;
  margin-left: 0px; }

.formRow {
  float: right;
  width: 100%;
  padding-bottom: 7px; }

.formRow div {
  float: right;
  line-height: 44px;
  vertical-align: middle; }

.rightAligned div {
  font-family: 'Century Gothic', SegoeUI, Arial, sans-serif;
  font-size: 16px;
  color: #808285; }

.createEventInputCheck {
  width: 40px;
  height: 40px;
  border: 1px #e4e4e4 solid;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  vertical-align: middle; }

.createEventInput {
  width: 100%;
  height: 40px;
  border: 1px #e4e4e4 solid;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  vertical-align: middle; }

/*.theo 31/10/2015 row {
  margin-bottom: 5px
}*/
/*form fields*/
/*START:RADIO BUTTON (CREATE EVENT) WITH CUSTOM STYLE 15/02/2016*/
.step1_jpeg2 label {
  width: 190px; }

.rightAligned.step1_jpeg2 label {
  font-family: 'Century Gothic', SegoeUI, Arial, sans-serif;
  font-size: 16px;
  color: #808285; }

.step1_jpeg2 input[type=radio] {
  display: none; }

/* hide input */
.step1_jpeg2 input.radio:empty {
  margin-left: -999px; }

/* style label */
.step1_jpeg2 input.radio:empty ~ label {
  position: relative;
  float: left;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.step1_jpeg2 input.radio:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  width: 2.5em;
  background: #fff;
  border-radius: 3px 3px 3px 3px;
  border: 1px #e4e4e4 solid; }

/* toggle hover */
.step1_jpeg2 input.radio:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2; }

.step1_jpeg2 input.radio:hover:not(:checked) ~ label {
  color: #888; }

/* toggle on */
.step1_jpeg2 input.radio:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #4e4e4e;
  background-color: #fff; }

.step1_jpeg2 input.radio:checked ~ label {
  color: #777; }

/*END:RADIO BUTTON (CREATE EVENT)WITH CUSTOM STYLE 15/02/2016*/
/*START:RADIO BUTTON (EDIT EVENT) WITH CUSTOM STYLE 15/02/2016*/
.rightAligned.editEvent label {
  font-family: 'Century Gothic', SegoeUI, Arial, sans-serif;
  font-size: 14px;
  color: #808285; }

.editEvent input[type=radio] {
  display: none; }

/* hide input */
.editEvent input.radio:empty {
  margin-left: -999px; }

/* style label */
.editEvent input.radio:empty ~ label {
  position: relative;
  float: left;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 0.5em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 50px;
  text-align: right; }

.editEvent input.radio:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  width: 2.5em;
  background: #fff;
  border-radius: 3px 3px 3px 3px;
  border: 1px #e4e4e4 solid; }

/* toggle hover */
.editEvent input.radio:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2; }

.editEvent input.radio:hover:not(:checked) ~ label {
  color: #888; }

/* toggle on */
.editEvent input.radio:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #4e4e4e;
  background-color: #fff;
  text-align: initial; }

.editEvent input.radio:checked ~ label {
  color: #777; }

/*END:RADIO BUTTON (EDIT EVENT) WITH CUSTOM STYLE 15/02/2016*/
.rowLabel {
  display: inline-block;
  width: 25%;
  text-align: right; }

.rowField {
  display: inline-block;
  width: 70%;
  padding-left: 5px; }

/*this style is only for offer & final checkboxs*/
.rowLabel2 {
  display: inline-block;
  /*width: 50%;*/
  text-align: right; }

.rowField2 {
  display: inline-block;
  width: 40%; }

/*datetimepicker position on the row*/
.input-group {
  display: inline-flex;
  margin-left: 0;
  margin-right: 0; }

.row:first-child input[type=checkbox]:first-child {
  margin-right: 65px; }

#questionmark {
  padding: 1px 8px 1px 8px;
  background-color: #96989A;
  color: #fff;
  margin-left: 5px; }

.modal-createEvent .modal-header {
  background-color: #bcdb87 !important;
  color: #fff;
  text-align: left;
  cursor: move; }

.modal-createEvent .modal-footer {
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center; }

.btn.firstStep {
  background-color: #bcdb87;
  border: none;
  padding: 10px 100px 10px 100px; }

/*START: accordion choose hall*/
.accordion-halls .panel-group .panel-heading {
  background-color: #fff; }

.accordion-halls .panel {
  border: none; }

.accordion-halls .panel-body ul {
  padding-left: 15px; }

.accordion-halls .panel-body ul > li {
  list-style: none;
  display: block;
  background-color: #f5f5f5;
  border-left: 5px solid #E5097F;
  margin-bottom: 5px; }

.accordion-halls label {
  padding-left: 50px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px; }

.accordion-halls input[type=checkbox] {
  display: none;
  margin-left: 0; }

.accordion-halls input[type=checkbox]:checked + label {
  background-color: #B2B3B3;
  color: #fff; }

/*END: accordion choose hall*/
/*end: modal create new event*/
/*start: loading spinner*/
.loadingP4 {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7; }

.loadingP4 .spinner {
  position: absolute;
  display: inline-block; }

/*end: loading spinner*/
/**************************
*START: CLIENTS MODAL
**************************/
.modal-clients .modal-header {
  background-color: #bcdb87 !important;
  color: #fff;
  text-align: left;
  cursor: move; }

.modal-clients .modal-footer {
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center; }

.modal-clients {
  width: 1200px; }

.modal-clients .row {
  margin-right: 0px;
  margin-left: 0px; }

/**************************
*END: CLIENTS MODAL
**************************/
/**************************
*start: modal warning past date*
**************************/
.modal-pastDate {
  width: 370px; }

.modal-pastDate .modal-header {
  border: none;
  background: #fff !important;
  color: #fff;
  text-align: left;
  cursor: move; }

.modal-pastDate .modal-header {
  padding-bottom: 0; }

.modal-pastDate .modal-title {
  font-size: 18px; }

.modal-pastDate .modal-body {
  padding-bottom: 0;
  padding-top: 0; }

.modal-pastDate .row {
  margin-right: -10px; }

/**************************
*end: modal warning past date *
***************************/
/**************************
*modal window step 2 (jpg4)*
***************************/
/*buttons*/
.uploadBtn {
  background-color: #ddd;
  width: 150px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px; }

.customizeBtn {
  background-color: #ddd;
  width: 150px;
  color: #fff;
  font-weight: bold; }

.btn.btn-default.uploadBtn.active, .btn.btn-default.uploadBtn.active:hover,
.btn.btn-default.customizeBtn.active, .btn.btn-default.customizeBtn.active:hover {
  color: #ffffff;
  background-color: #C7E085;
  background-image: none;
  background-position: 0 0;
  border-color: #DBDBDB #DBDBDB #DBDBDB; }

.upload2Btn {
  background-color: #ddd;
  width: 100px;
  color: #000; }

.goLeft {
  text-align: left; }

.sizeplus {
  width: 30%; }

.okBtn {
  background-color: #bcdb87;
  border: none;
  padding: 10px 10px 10px 10px;
  margin-right: 20px; }

#plan_length, #plan_width {
  background-color: white;
  padding: 0;
  margin: 0;
  border: 1px #b3b4b5 solid;
  font-family: 'Century Gothic', SegoeUI, Arial, sans-serif;
  font-size: 14px;
  color: #939598;
  text-indent: 6px !important;
  height: 32px;
  vertical-align: middle;
  border-radius: 4px;
  margin-right: 6px;
  width: 100px; }

#addNewHall, #addNewPlace {
  padding-left: 10px;
  cursor: pointer; }

/**************************
*start: modal warning when the selected hall has event these days*
**************************/
.modal-daysConflict {
  width: 450px; }

.modal-daysConflict .modal-header {
  border: none;
  background: #fff !important;
  color: #fff;
  text-align: left;
  cursor: move; }

.modal-daysConflict .modal-header {
  padding-bottom: 0; }

.modal-daysConflict .modal-title {
  font-size: 18px; }

.modal-daysConflict .modal-body {
  padding-bottom: 0;
  padding-top: 0; }

.modal-daysConflict .row {
  margin-right: -10px; }

/**************************
*end:  modal warning when the selected hall has event these days*
***************************/
/*link to part1 on the events list*/
.eventName {
  cursor: pointer; }

/**START: SEARCH EVENTS BLOCK*/
/*when serch button pressed, all tabs get grey*/
.tabsDeactivate {
  background-color: #96989A !important;
  color: #fff !important; }

.searchEventsblock {
  display: inline-block;
  float: left; }

#searchButtonBlock {
  text-align: left;
  margin-bottom: 10px; }

.searchBtnDefault {
  background: url("../img/searchDefault.png") no-repeat;
  padding-left: 160px;
  padding-right: 45px;
  padding-top: 45px;
  padding-bottom: 10px;
  border: 0;
  background-size: 160px 45px; }

.searchBtnActive {
  background: url("../img/searchActive.png") no-repeat;
  padding-left: 160px;
  padding-right: 45px;
  padding-top: 45px;
  padding-bottom: 10px;
  border: 0;
  background-size: 160px 45px; }

.searchEventsblock > .container-fluid {
  display: inline-block;
  width: 100%; }

.searchEventsblock .well {
  padding-left: 0;
  padding-right: 0;
  /*theo 23-12-2015  position: absolute;*/ }

.searchField,
.searchField .form-control {
  display: inline-block;
  width: 100%; }

/**END: SEARCH EVENTS BLOCK*/
/**START: MORE-DATES IMAGE **/
.moreImages {
  background-image: url("../img/more_dates.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px; }

/**END: MORE-DATES IMAGE **/
/***START: POPOVER FOR MULTIPLE-DATES ON EVENTS LIST*/
.popoverP4 {
  position: absolute; }

.popMultiDates {
  display: block !important;
  width: 300px; }

.popMultiDates .popover-title {
  background-color: #DBEF8B !important;
  color: #FFFFFF !important;
  font-size: 20px !important;
  text-align: center !important; }

/***END: POPOVER FOR MULTIPLE-DATES ON EVENTS LIST*/
.uparrow {
  background-image: url("../img/up-arrow.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px; }

.downarrow {
  background-image: url("../img/down-arrow.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px; }

.hidecolumn {
  display: none; }

/*on clientslist table hover*/
#clients tbody tr:hover {
  background-color: #bcdb87 !important; }

/**************************
*start: time text
**************************/
.timeBox .btn {
  padding: 1px 6px; }

.timeBox input {
  height: 24px; }

/**************************
*end: time text
**************************/
#editTabs .nav > li > a {
  padding: 10px 5px;
  margin-bottom: 5px; }

.error {
  color: #ff0000; }

/*when there are old pending events, i make them pink*/
.oldPendings {
  background-color: #DB5E8C !important; }

@media (min-width: 600px) {
  .eight-cols {
    margin-left: -15px !important;
    margin-right: -15px !important; }

  .eight-cols .col-md-1,
  .eight-cols .col-sm-1,
  .eight-cols .col-lg-1 {
    width: 12%;
    *width: 12%; }

  .eight-cols .col-md-2,
  .eight-cols .col-sm-2
  .eight-cols .col-lg-2 {
    width: 14%;
    *width: 14%; } }
@media (min-width: 992px) {
  .eight-cols {
    margin-left: -15px !important;
    margin-right: -15px !important; }

  .eight-cols .col-md-1,
  .eight-cols .col-sm-1,
  .eight-cols .col-lg-1 {
    width: 12%;
    *width: 12%; }

  .eight-cols .col-md-2,
  .eight-cols .col-sm-2
  .eight-cols .col-lg-2 {
    width: 14%;
    *width: 14%; } }
@media (min-width: 1200px) {
  .eight-cols .col-md-1,
  .eight-cols .col-sm-1,
  .eight-cols .col-lg-1 {
    width: 12%;
    *width: 12%; }

  .eight-cols .col-md-2,
  .eight-cols .col-sm-2
  .eight-cols .col-lg-2 {
    width: 14%;
    *width: 14%; }

  /*ta datepickers date-from & date-to allazoun width*/ }
/*dateCalendar directive*/
.border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

datecalendar {
  float: left;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: white;
  width: 300px;
  border: solid 1px #CCC;
  margin-bottom: 10px; }

datecalendar > div.header {
  float: left;
  width: 100%;
  background: #2875C7;
  height: 40px;
  color: white; }

datecalendar > div.header > * {
  height: 40px;
  line-height: 40px !important;
  display: inline-block;
  vertical-align: middle; }

datecalendar > div.header > i {
  float: left;
  width: 40px;
  font-size: 1.125em;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 10px;
  cursor: pointer; }

datecalendar > div.header > i.fa-angle-left {
  text-align: left; }

datecalendar > div.header > i.fa-angle-right {
  text-align: right;
  margin-left: -40px; }

datecalendar > div.header > span {
  float: left;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 50px;
  margin-left: -40px;
  text-align: center;
  padding-right: 40px;
  color: inherit; }

datecalendar > div.week {
  float: left;
  width: 100%;
  border-top: solid 1px #CCC; }

datecalendar > div.week:first-child {
  border-top: none; }

datecalendar > div.week > span.day {
  float: left;
  width: 14.28571429%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-left: solid 1px #CCC;
  font-size: 0.75em;
  text-align: center;
  height: 30px;
  line-height: 30px !important;
  display: inline-block;
  vertical-align: middle;
  background: white;
  cursor: pointer;
  color: black; }

datecalendar > div.week > span.day:first-child {
  border-left: none; }

datecalendar > div.week > span.day.today {
  background: #E3F2FF; }

datecalendar > div.week > span.day.different-month {
  color: #C0C0C0; }

datecalendar > div.week > span.day.selected {
  background: #2875C7;
  color: white; }

datecalendar > div.week.names > span {
  color: #2875C7;
  font-weight: bold; }

/*****EDIT EVENT LEFT:0 FOR THE TYPES TEXTBOX 15/02/2016****/
.editEvent .typesModule .typesInputSearch {
  left: 0; }

/*move caret button left to stick to the textbox*/
.editEvent .typesModule span {
  left: -5px; }

/*****EDIT EVENT LEFT=0 FOR THE TYPES TEXTBOX 15/02/2016****/
/*******LABELS ON LEFTCOL BE VERTICAL CENTER****************/
.leftcol label {
  line-height: 40px; }

/*******PLUS BUTTON FOR ADD NEW DATE****************/
.fa-times.times,
.fa-plus.plus {
  padding: 5px 7px;
  display: inline-block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: 0px 0px 2px #888;
  -webkit-box-shadow: 0px 0px 2px #888;
  box-shadow: 0px 0px 2px #888; }

/*# sourceMappingURL=part4.css.map */
