/******** HOTEL BASIC CSS ********/ 

/* =================================
  Background colors
==================================== */
.v2-bg-color1,  
.v2-button.v2-primary-action.v2-disabled-button:hover,
.v2-steps li.v2-steps-current:after,
.v2-box.v2-box-topbordered:before,
.v2-calendar .days td a:hover,
.v2-calendar .days td.onArr a:after,
.v2-calendar .days td.selected:not(.onArr) a:after,
.v2-calendar .days td.selected a, 
.v2-calendar .days td.onArr a 
{
	background-color: #59155B;
}

/* =============================
  Boxes
================================ */
.v2-voucher{	background-color:transparent  }
.v2-variation-group-name { font-weight: normal; }
.v2-calendar td.calheader a  { color: #59155B }



/* ============================
  Button
============================== */

.wrapper { 	margin: 0 auto; max-width:1000px;  }

/* =============================
  Iframe wrapper’s padding
================================ */
.wrapper{ padding:0 10px; }


/* ===========================================================
  Buttons (Since SASS doesn’t point to v2-bg-color1 class)
============================================================== */
.v2-button.v2-primary-action {
background-color:#59155B;
}

/* ====================================================
  Price Grid
==================================================== */
.v2-pg-cell:hover:not(.v2-pg-na) { background-color: #59155B;  } 
.v2-modal-body { font-weight: 400; }
.v2-pg-room-cell:not(:empty) .v2-pg-room-name  { font-weight: 500; }

/* ==================================
  Other
===================================== */

.v2-alternative-accomodation-name a {  color: black;  }



.v2-txt-color-feature { color: #008000; }
