/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Prompt:100,200,300,400,500,600,700";
body {
    font-family: 'Prompt', sans-serif;
    background: #F5F5F5;
}

p {
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em;
    color: #333333;
}

a,
a:hover,
a:focus {
    color: #551A8B;
    text-decoration: none;
    transition: all 0.3s;
}
.navbar-booking{
	border: 0px solid #212c28;
	margin-left: 20px;
}
.navbar {
    padding: 0px 10px;
    background: #F5F5F5;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
	 font-size: 16px;

}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
.navbar-light .navbar-nav .active>.nav-link{
	color: #323834;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding-right: 20px;
	padding-left: 20px;
}
.navbar-brand {
	font-size: 22px;
	font-weight: 200;
	color: #162e30;
}
.btn-openleft{
	color: #162e30;
	font-size: 18px;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #f5f4f2;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: none;
    position: absolute;
    top: 17px;
    right: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	color: #15322e;
}

#dismiss:hover {
    background: none;
    color: #15322e;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 10px;
    background: #f5f4f2;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 0px solid #303a39;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #303a39;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #303a39;
    background: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.border-sys .block{
	border: 1px solid #c5c4bf;
	text-align: center;
	
	margin-bottom: 10px;
}
.border-sys .block a{
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #B22222;
}

.border-sys .block p{
	color: #212a27;
	margin-top: 20px;
	 font-weight: 400;
}
.border-sys .block a:hover p{
	color: #551A8B;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
color: #B22222;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: #551A8B;
}
footer{
	text-align: center;
	color: #6e6d6b;
	padding-bottom: 00px;
	padding-top: 00px;
	 font-family: 'Prompt', sans-serif;
    font-size: 16px;
    font-weight: 300;

}

.head-topic{
	font-size: 45px;
	font-weight:  200;
	color: #1c3031;
	margin-bottom: 20px;
}
.block-content{
	border: 1px solid #202c2a;
	padding: 20px;
}
.form-label{
	color: #6e6d6b;
	
}
.form-group{
	margin-bottom: 10px;
}
.input-group-text{
	width: 150px;
	background: #f5f4f2;
	border: 0px;
	border-radius: 0px;

}
.input-group-lg>.input-group-prepend>.input-group-text{
	border-radius: 0px;
}
.block-content .form-control{
	border: 0px;
	border-radius: 0px;
	background: #ffffff;
}
.block-content .form-control::placeholder{
	color: #a7a9a8;
font-size: 18px;
	font-weight:  200;
}


.btn-main{
	background: #172f31;
	color: #e8eae5;
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0px;
}
.btn-main:hover{
	background: #29575b;
	color: #e8eae5;
}

.select2-container--default .select2-selection--single {
    height: 46px !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px;
	background: #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 85% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px !important;
}
.select2-container--default .select2-selection--single {
    border: 0px solid #CCC !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #a7a9a8;
font-size: 18px;
	font-weight:  200;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 0px;
}
.head-topic-linkback{
	color: #6e6d69;
	font-size: 20px;
	margin-bottom: 20px;
}
.head-topic-linkback a{
	color: #6e6d69;
	font-size: 20px;
}
.head-topic-link {
	padding-top: 25px;
}

.head-topic-link a{
	font-size: 18px;
	font-weight:  400;
	color: #252a24;
	text-decoration: underline;
	line-height: 22px;
}
.button-step{
	color: #ede9e8;
	padding-right: 20px;
	background: #172f31;
}
.button-step a{
	display: block;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #172f31 url("../images/icon-arrow-right.png") no-repeat center right;
}
.button-step p{
	margin: 0px;
	color: #ede9e8;
	padding: 0px;
}
.button-step .line1{
	font-size: 16px;
	font-weight:  200;
	line-height: 18px;
}
.button-step .line2{
	font-size: 22px;
	font-weight:  200;
	line-height: 24px;
}

.button-back{
	color: #1c2f2d;
	padding-left: 20px;
	background: #d8d9d4;
}
.button-back a{
	display: block;
	padding-left: 30px;
	padding-top: 29px;
	padding-bottom: 29px;
	background: #d8d9d4 url("../images/icon-arrow-left.png") no-repeat center left;
}
.button-back p{
	margin: 0px;
	color: #1c2f2d;
	padding: 0px;
}

.button-back .line2{
	font-size: 22px;
	font-weight:  200;
	line-height: 24px;
}

.help-block{
	color: red;
	padding-top: 10px;
	padding-bottom: 5px;
}

/* Customize the label (the container) */
.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 27px;
  width: 27px;
  border-radius: 50%;
	border: 1px solid #143033;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {

}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #143033;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.table-confirm{
	border: 1px solid #202c2c;
	margin-bottom: 0px;
}
.table-confirm td{
	border-top: 1px solid #202c2c;
}
.table-confirm td:first-child{
	border-right: 1px solid #202c2c;
}

.table-confirm .form-label{
	color: #7d7c78;
}

.table-confirm .topic{
	color: #1e2827;
	font-weight: 500;
}

.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    padding: 0 2px
    ;min-width: 35px;
    text-align: center;
}
.qty .plus {
    cursor: pointer;
    display: inline-block;
    color: #292f2d;
    width: 25px;
    height: 25px;
      font: 15px;
    text-align: center;
    border-radius: 50%;
	border: 1px solid #292f2d;
	background: none;
    }
.qty .minus {
    cursor: pointer;
    display: inline-block;
    color: #292f2d;
    width: 25px;
    height: 25px;
      font: 15px;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
	border: 1px solid #292f2d;
	background: none;

}

.minus:hover{
    background-color: #292f2d !important;
	color: #fff;
}
.plus:hover{
   background-color: #292f2d !important;
	color: #fff;
}
/*Prevent text selection*/
.qty span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.qty input{  
    border: 0;
    width: 2%;
	 background:none;
	font-weight: 100;
	font-size: 18px;
}
.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty input:disabled{
    background:none;
	font-weight: 400;
	font-size: 16px;
}
         
.table-confirm-pro{
	border-bottom: 1px solid #202c2c;
	border-left: 1px solid #202c2c;
	border-right: 1px solid #202c2c;
	margin-bottom: 0px;
}
.table-confirm-pro  th {
border: 0px;
	color: #7d7c78;
	font-weight: 400;
	font-size: 16px;
}
.table-confirm-pro thead th {
vertical-align: bottom;
border-bottom: 0px;
}
.table-confirm-pro td{
	border-top: 0px solid #202c2c;
}


.table-confirm-pro .form-label{
	color: #7d7c78;
}

.table-confirm-pro .topic{
	color: #1e2827;
	font-weight: 500;
}

.content-page{
	margin-bottom: 70px;
}

.btn-cart{
 background: #172f31;
	color: #fff;
	padding: 10px;
}
.btn-cart:hover{
 background: #fff;
	color: #172f31;
	border: 1px solid #172f31;
}
a.hide { display:none;}

.summary{
	font-weight: 300;
	margin-bottom: 5px;
	font-size: 14px;
}
.summary small{
	color:#6f6b6a;
}

#product-list  .border {
	border: 1px solid #c2c1bc;
}
#product-list .card{
	background: none;
	border: 1px solid #c2c1bc;
	border-radius: 0;
}
#product-list .card:hover{
	background: #fff;
	border: 1px solid #172f31;
	border-radius: 0;
}

  .btn-custom {
      background-color: #B22222;
      color: white;
      border-radius: 50px;
      padding: 10px 20px;
    }
    .btn-custom:hover {
      background-color: #8B0000;
		 color: #4F4F4F;
    }