html{
    font-family: Arial, Helvetica, sans-serif;
}
body{
  background-color: #112e3e /*#070617ed #3a3939*/;
}

a{
  text-decoration: none;
  color: white  ;
  text-align: center;
}

.fc-today {
    background: #515050 !important;
    border-top: 1px solid #ddd !important;
    font-weight: bold;
}
#row_h:hover{
  background-color: #00c7ff40;
}
.action:hover{
  transition-duration: .3s;
  background-color: #03a1ce;
}

.warning{
  background-color: #e66565;
}
.warning:hover{
  background-color: #d03030;
}

.fc-center{
  color: white;
}
#hms_logo_img{
  padding-top: 1%;
  width: 30%;
  height: 10%;
}

#hms_logo{
  color: white  ;
  text-align: center;
  font-size: 42px;
  padding-top: 5%;
}

#hms_searchbox,#inner_input_cell,#PropertyLogo{
  width: 30%;
  padding: 10px;
  border: 1px white solid;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 10px;
}



.hms_searchbox,.inner_input_cell,.PropertyLogo{
  width: 30%;
  padding: 10px;
  border: 1px white solid;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 10px;
}

#btn_search{
  padding: 5px;
  margin: 8px;
  width: 10%;
  cursor: pointer;
  border-radius: 1px;
  border-color: white;

}

#settings_btn{
  margin: 1%;
  margin-right: 0.5%;
  width: 8%;
  padding: 8px;
  cursor: pointer;
  border: 2px solid white;
  border-radius: 2px;
  background-color: transparent;
  color: white;
}

#settings_btn:hover{
  transition-duration: .3s;
  background-color: #02abdd;
}

#settings_btn_sepcial{
  margin: 1%;
  margin-right: 0.5%;
  width: 9%;
  padding: 8px;
  cursor: pointer;
  border: 2px solid white;
  border-radius: 2px;
  background-color: transparent;
  color: white;
}

#settings_btn_sepcial:hover{
  transition-duration: .3s;
  background-color: #02abdd;
}
.headbar{
  background-color: #112e3e;
  border-radius: 1px;
}

.selectroom{
  width: 32%;
  display: block;
  padding: 13px;
  text-align: center;
}

.Receipt{
  color: white;
  width: 30%;
  font-family: 'Roboto Mono';
}

.Receipt fieldset{
  border-radius: 2px;
  border: 2px solid white;
}

.Receipt li{
  margin-left: 10px;
  text-align: left;
  margin: 5px;
}

table, th, td{
  font-size: 12px;
  text-align: center;
  border: 1px solid white;
  color: white;
  padding: 10px;
  border-collapse: collapse;
  cursor: pointer;
}
th{
  border: 2px solid;
  background-color: #006ba0;
}
#trd:hover{
  background-color: #059ecd;
}
#trd{
  background-color: #006ba0;
}
#inner_input_cell{
    margin: 5px;
    width: 80%;
}
#prp_name{
  padding: 15px;;
}

.fc-ltr .fc-resource-area tr > * {
  text-align: center;
}



.overview{
  color: white;
  margin: 5px;
}


fieldset{
  border: 2px solid white;
  border-bottom: none;
}

legend{
  color: white;
}
#daddy{
  padding-top: 10%;
  padding: 10px;
/*  width: 50%;
  float: left;*/
  margin-right: 2px;
}


.overview legend{
  background-color: #05749d;
  border: 1px solid white;
  border-radius: 3px;
  padding: 3px;
  margin-left: 5px;
}

.overview fieldset{
  margin-bottom: 2%;
  border: 2px solid white;
  background-color: #43425DBD;
}



a:hover{
  transition-duration: .4s;
  color: white;
}

#innerswaltable table{
  width: 100%;
}
#innerswaltable th{
  text-align: left;
}

.fc-event:hover{
  transition-duration: .2;
  background-color: #1774d0;
}

.fc-ltr .fc-timeline-event{
  border-radius: 5px;
  padding: 7px;
  margin: 2px;
  margin-top: 13px;
  font-weight: bold;
}

.fc-cell-text{
  font-size: 14px;
}
.fc table{
  background-color: #0095d959;
}

#addr{
  background-color: #006ba0;
}

#addr:hover{
  transition-duration: .4s;
  background-color: #04a1cf;
}

#hover_ch{
  background-color: #3e4865;
}

#hover_ch:hover{
  background-color: #1a91d5;
}

#results{
  float: left;
  margin-left: 10%;
  width: 80%;
  background-color: #e8e8e8;
  color: black;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 10px;
  cursor: pointer;
}

#results:hover{
  transition-duration: .3s;
  background-color: #dbdbdb;

}

#hphoto{
  float: left;
  padding: 4px;
  width: 30%;
  border-radius: 10px;
}

#hname{
  float: left;
  padding-top: 1%;
  padding-left: 1%;
  font-size: 20px;
}

#showprice{
  float: right; 
}
#seeav{
  cursor: pointer;
  font-size: 13px;
  background-color: #044e85c9;
  float: right;
  padding: 17px;
  border: 1px solid white;
  border-radius: 3px;
  margin-top: 13%;
  width: 15%;
}

#seeav:hover{
  background-color: #044e85c9;
  transition-duration: .5s;
  color: white;

}

#table_rooms td{
  width: 1%;
  background-color: #2e81ec;
  padding-left: 10px;
  padding-right: 10px;
  padding: 20px;
}



#table_rooms tr:hover{
 transition-duration: .5s;
 background-color: black;
}




#book_now{
  transition-duration: .5s;
  background-color: #34b865 !important;
}
#book_now:hover{
  transition-duration: .5s;
  background-color: #22db67 !important;
}
/********************************USER'S PROFILE***********************************/

.content-profile-page {
  padding-top: 10%;
  margin: 1em auto;
  width: 44.23em;
}

.card_profile {
  background: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border: 0.1em solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
}
.img-user-profile{
  padding-top: 8%;
}
.profile-user-page .img-user-profile {
  margin: 0 auto;
  text-align: center;
}
.profile-user-page .img-user-profile .profile-bgHome {
  border-bottom: 0.2em solid #f5f5f5;
  width: 44.23em;
  height: 16em;
}
.profile-user-page .img-user-profile .avatar {
  margin: 0 auto;
  background: #436ba8;
  width: 7em;
  height: 7em;
  padding: 0.25em;
  border-radius: 0.4em;
  margin-top: -10em;
  box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.35);
}
.profile-user-page button {
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  width: 7em;
  background: #3498db;
  border: 1px solid #2487c9;
  color: #fff;
  outline: none;
  border-radius: 0 0.6em 0.6em 0;
  padding: 0.8em;
}

.profile-user-page button:hover {
  background: #51a7e0;
  transition: background 0.2s ease-in-out;
  border: 1px solid #2487c9;
}
.profile-user-page .user-profile-data,
.profile-user-page .description-profile {
  text-align: center;
  padding: 0 1.5em;
}
.profile-user-page .user-profile-data h1 {
  font-family: "Lato", sans-serif;
  margin-top: 0.35em;
  padding-bottom: 1em;
  color: #292f33;
  margin-bottom: 0;
}
.profile-user-page .user-profile-data p {
  font-family: "Lato", sans-serif;
  color: #8899a6;
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.profile-user-page .description-profile {
  color: #75787b;
  font-size: 0.98em;
}
.profile-user-page .data-user {
  font-family: "Quicksand", sans-serif;
  margin-bottom: 0;
  cursor: pointer;
  padding: 0;
  list-style: none;
  display: table;
  width: 100.15%;
}
.profile-user-page .data-user li {
  margin: 0;
  padding: 0;
  width: 33.33334%;
  display: table-cell;
  text-align: center;
  border-left: 0.1em solid transparent;
}
.profile-user-page .data-user li:first-child {
  border-left: 0;
}
.profile-user-page .data-user li:first-child a {
  border-bottom-left-radius: 0.3rem;
}
.profile-user-page .data-user li:last-child a {
  border-bottom-right-radius: 0.3rem;
}
.profile-user-page .data-user li a,
.profile-user-page .data-user li strong {
  display: block;
}
.profile-user-page .data-user li a {
  background-color: #f7f7f7;
  border-top: 1px solid rgba(242, 242, 242, 0.5);
  border-bottom: 0.2em solid #f7f7f7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(255, 255, 255, 0.4);
  padding: 0.93em 0;
  color: #46494c;
}
.profile-user-page .data-user li a strong,
.profile-user-page .data-user li a span {
  font-weight: 600;
  line-height: 1;
}
.profile-user-page .data-user li a strong {
  font-size: 2em;
}
.profile-user-page .data-user li a span {
  color: #717a7e;
}
.profile-user-page .data-user li a:hover {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 0.2em solid #3498db;
  color: #3498db;
}
.profile-user-page .data-user li a:hover span {
  color: #3498db;
}


#uploaded_photos{
  width: 100px;
  height: 100px;
}

/*slideshow*/


/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  background-color: #40404094;
  border-top: 3px solid white;
  border-left: 3px solid white;
  border-radius: 4px;
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.numbertext span:hover{
  transition-duration: .3s;
    color: #b9b9b9;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: transparent;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

#upload_pics{
  border: 3px solid white;
  border-radius: 5px; 
  margin-left: 200px;
  margin-right: 200px;
}
#upload_pics legend{
  border: 3px solid white;
  border-radius: 5px; 
  padding: 5px;
  margin: 4px;
}

#msg_box{
  background-color: #2f6dff6e;
  border: 3px solid white;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}

/*services*/

.inputGroup {
  border: 3px solid white;
  border-radius: 3px;
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}
.inputGroup label {
  padding: 10px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.inputGroup label:before {
  width: 100%;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #5562eb;
  position: absolute;
  left: 50%;
  top: 50%;

  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #fff;
}
.inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-color: #54E0C7;
  border-color: #54E0C7;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.form_2 {
  padding: 0 16px;
  max-width: 100%;
  margin: 50px auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}

/*search results*/




.cards-list {
  padding: 10px;
}

.card-holder {
  box-sizing: content-box;
  margin-bottom: 10px;
  
}


.card {
  border-radius: 5px;
  overflow: auto;
  position: relative;
  background: #fff;
  transition: all 250ms ease;
}
.card .close {
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #555;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.card .close:after, .card .close:before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 5px;
  top: 12px;
}
.card .close:after {
  transform: rotate(45deg);
}
.card .close:before {
  transform: rotate(-45deg);
}
.card.is-open {
  border-radius: 0px !important;
  left: 0px !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
}
.card.is-open .card-article {
  max-height: 100%;
  overflow: auto;
}
.card.is-open .close {
  opacity: 1;
  visibility: visible;
}

.card-head {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  color: white;
  background-position: center;
  background-size: cover;
}

.card-article p{
  border: 1px solid white;
  background-color: #006fff;
  font-size: 20px;
  color: white;
  padding: 10px;
  margin: 1px;


}

.card-article {
  max-height: 0;
  overflow: hidden;
}


.head-title{
  background-color: #2b2b2bbf;
  border: 2px solid white;
  border-radius: 4px;
  padding: 10px;
}




.article-title{

  background-color: #2b2b2bbf;
  border: 2px solid white;
  border-radius: 4px;
  padding: 10px;
}



#services_fs{
  width: 100%;
  border: 3px solid;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;

}
#services_fs legend{
  background-color: #00000029;
  border: 3px solid;
  padding: 5px;
  border-radius: 5px;
}


#time_p{
  padding: 10px;
  font-family:sans-serif;
  font-size: 15px;
  font-weight: 600;
}


/*notification message*/

#msg{
  background-color: #2b2a2a6b;
  width: 40%;
  border: 2px solid white;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  
}

/*fooooooooooooter*/



@media only screen and (max-width: 1378px) {

  #settings_btn{
    width: 20% !important;
  }
  #settings_btn_sepcial{
    width: 80% !important;
  }
  .wrapper_ form input{
    width: 20% !important;

  }
}

@media only screen and (max-width: 768px) {
  
  table, th, td{
    font-size: 9px;
  
    padding: 2px;
  
  }
  #invoice-POS{
    width:100% !important;
  }
  #prp_name{
    padding: 8px;
  }
  #ul-ss{
    display: none;
  }
  #time_p{
    width: 20%;
    padding: 3px;
  }
  #upload_pics{
    width: 100% !important;
    margin-left: 0;

  }
  .wrapper_ form input{
    width: 50% !important;

  }
  #settings_btn{
    width: 80% !important;
  }

}
@media only screen and (max-width: 1000px) {
  
  .pgn{
    margin-top: 0px !important;
    width: 100% !important;
    padding: 15px !important;

  }
  .pgn a{
    padding: 5px !important;

  }
  .content-profile-page{
    width: 80%;
  }
  #hms_logo_img{
    width: 30% !important;

  }
  #form_ a, #form_ button{
    width: 30% !important;
  }
  #msg_box{
    width: 80% !important;

  }
  .wrapper_ form input{
    width: 50% !important;

  }
  #hms_searchbox,#PropertyLogo{
    width: 80% !important;

  }
}

@media only screen and (max-width: 568px) {

  #hms_logo{
    font-size: 40px !important;
  }

  #settings_btn{
    width: 100%;
  }
 
}


/*photo slider*/


.media{
  text-align:center;
  background-color: #2e81ec;
}

.thumbnail{
  width:260px;
  height:150px;
  display:inline-block;
  overflow:hidden;
  margin:2px;
  cursor:pointer;
}
.thumbnail:hover img{
  opacity:0.7;
  transition-duration: .5s;
}
.thumbnail img{
  width:100%;
  height:100%;
}
.thumb-viewer{
  display:none;
}
.view-open{overflow:hidden;}
.view-open .thumb-viewer{
  display:block;
  background:rgba(0,0,0,0.7);
  position:fixed;
  left:0; right:0; top:0; bottom:0;  
}
.viewer-body{
  margin:auto;
  width:800px;
  position:absolute;
  height:600px;
  left:0; right:0; top:0; bottom:0;
  text-align:center;
}
.viewer-body img{
  width:auto;
  max-width:800px;
  height:600px;
}
.prev_phs, .next_phs{
  display:inline-block;
  width:35px;
  height:35px;
  border-top:5px solid #bbb;
  border-left:5px solid #bbb;
  transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  cursor:pointer;
  position: absolute;
  top:0;
  bottom:0;
  left:15px;
  margin:auto 15px;
  opacity:0.6;
  z-index:5;
}
.next_phs{
  border:none;
  border-bottom:5px solid #bbb;
  border-right:5px solid #bbb;
  left:auto;
  right:15px;
}
.close_phs{
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  border: 2px solid white;
  border-radius: 100px;
  color:#fff;
  position: absolute;
  right:15px;
  top:5px;
  font-size:25px;
  font-family: monospace;
  font-weight:1000;
  opacity:0.6;
  cursor:pointer;
}
.prev_phs:hover, .next_phs:hover, .close_phs:hover{opacity:1;}


/*losign*/







.form_losign {
  background: rgba(19, 35, 47, 0.9);
  padding: 40px;
  max-width: 600px;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #00a3d0;
  color: #ffffff;
}
.tab-group .active a {
  background: #09507d;
  color: #ffffff;
}

.tab-content > div:last-child {
  display: none;
}

.h1_form_losign {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 40px;
}

.label_form_losign {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 22px;
}
.label_form_losign.req {
  margin: 2px;
  color: #1ab188;
}

.label_form_losign.active {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}
.label_form_losign.active.req {
  opacity: 0;
}

.label_form_losign.highlight {
  color: #ffffff;
}

.input_form_losign, .textarea_form_losign {
  font-size: 22px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #ffffff;
  border-radius: 0;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.input_form_losign:focus, .textarea_form_losign:focus {
  outline: 0;
  border-color: #09507d;
}

.textarea_form_losign {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button {
  cursor: pointer;
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #09507d;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
  background: #00a3d0;
}

.button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}
#additional_sf{
  resize: none;
  border: 3px solid white;
  border-radius: 3px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 600;
  width: 100%;
  padding: 5px;
}


.swal2-select{
  border: 1px solid rgb(82, 82, 82) !important;
  border-radius: 3px;
  overflow: hidden;
  -moz-appearance: none;
  text-indent: 0.1px;
  text-overflow: '';
}




/*toggle add*/


.toggle_fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.toggle_legend {
  padding: 0;
  margin: 0;
}
.toggle_label {
  cursor: pointer;
  display: block;
  float: left;
  padding: .2em .4em;
  background-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: #666;
  background-image: -moz-linear-gradient(rgba(255,255,255,.2), rgba(0,0,0,.2));
  background-image: -webkit-linear-gradient(rgba(255,255,255,.2), rgba(0,0,0,.2));
  background-image: linear-gradient(rgba(255,255,255,.2), rgba(0,0,0,.2));
  box-shadow: 1px 1px 1px rgba(255,255,255,.2) inset, -1px -1px 1px rgba(0,0,0,.2) inset;
}
.toggle_label:first-child {
  border-left-width: 1px;
  border-top-left-radius: .2em;
  border-bottom-left-radius: .2em;
}
.toggle_label:last-child {
  border-top-right-radius: .2em;
  border-bottom-right-radius: .2em;
}
.toggle_label.selected {
  background-color: #0066CC;
  color: white;
  border-color: darkblue;
  background-image: -moz-linear-gradient(rgba(0,0,0,.2), rgba(255,255,255,.2));
  background-image: -webkit-linear-gradient(rgba(0,0,0,.2), rgba(255,255,255,.2));
  background-image: linear-gradient(rgba(0,0,0,.2), rgba(255,255,255,.2));
  box-shadow: 1px 1px 1px rgba(0,0,0,.2) inset;
}
.toggle_label.warning.selected {
  background-color: red;
  border-color: darkred;
}
.toggle_input[type="radio"] {
 position: absolute;
 top: -9999px;
 left: -9999px;
}

#textare{
  width: 100%;
  border: 1px solid white;
  border-radius: 5px;
  resize: none;
  font-size: 20px;
  padding: 10px;
}

#p-_d{
  background-color: #2e81ec;
  text-align: left;
}





#viewreservation:hover{
  background-color: #014e93 !important;
  transition-duration: 300ms;
}

.innerBTNmanage{
  box-shadow: 5px 5px #808080a3;width:90%;padding:15px;cursor:pointer;background-color:orange;margin:10px;border:1px solid white;
  font-size:15px;
}

button.innerBTNmanage:hover{
  box-shadow: 0 0 transparent;
  transition-duration: .3s;
}


  .swal-wide{
        width:600px !important;
    }
  .swal2-html-container{
        margin: 0em !important;
      }
      .swal2-actions{
        width: 100%;
        margin: 0em !important;
        padding:0em !important;
      }
      .swal2-styled{
        margin: 0em !important;
        width: 100% !important;
        border-radius: 0em !important;
        border: 1px solid white !important;
      }
      .swal2-popup{
        padding: 0em !important;

      }