@font-face {
    font-family: 'Veal Nerve';
    src: url(../fonts1/Veal_Nerve.otf);

}

.panel-heading.voucher-heading {
  background-color: #10ae73;
}

.voucher-heading > h4 {
  color: #ffffff;
}

.color_blue {
  color: #2196F3 !important;
}
.color_red {
  color: red;
}
.color_green {
  color: green;
}

.table thead tr th {
  text-align: center !important;
}

.custom_checkbox {
  display: block;
  position: relative;
  /* padding-left: 25px; */
  /* 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 checkbox */
.custom_checkbox input {
  /* position: absolute; */
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: -5px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 2px solid #2196F3;
  padding: 0 0;
}

/* On mouse-over, add a grey background color */
.custom_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom_checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-bold {
  font-weight: bold !important;
}

.error {
    color: #b4270f;
    font-family: univia-pro,sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
}

.success {
  color: #10ae73;
  font-family: univia-pro,sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
}

.color_red {
  color: red;
  font-family: univia-pro,sans-serif;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

tbody tr:nth-child(even) {background: #F3F3F3}
tbody tr:nth-child(odd) {background: #FFF}


.margin-up-down {
  margin: 30px 0 !important;
}

.margin_l_r {
  margin: 0 10px !important;
}

.margin_10px {
  margin: 10px !important;
}

a {
    cursor: pointer;
    outline: medium none;
}

.pointer {
  cursor: pointer !important;
}
html.md-default-theme, html, body.md-default-theme, body {
    background-color: #ffffff;
}
.btn-bordered.btn-primary {
    border-bottom: 2px solid #10ae73!important;
}
.btn-primary {
    background-color: #10ae73!important;
    border: 1px solid #10ae73 !important;
}
.btn-primary:focus {
    background-color: #10ae73!important;
    border: 1px solid #10ae73 !important;
}
.btn-primary:hover {
    background-color: #10ae73!important;
    border: 1px solid #10ae73 !important;
}
.header-bar, .topbar-left, .navbar-default {
  background-color: #ffeed8 !important;
  bottom: 30px;
}
.button-menu-mobile i {
  color: #10ae73;
  font-size: 40px;
  margin-top: 10px;
}
.button-menu-mobile:hover {
  color: #10ae73;
}
/* .navbar-default {
  height: 100px;
} */
.left.side-menu {
  top: 63px;
}
.content-page {
  margin-top: 40px;
}
.topbar-left{
  padding-top: 5px;

}
.navbar-nav > li .logo {
  margin-top: 30px;
}

.logo-text {
  float: right;
}
/* .navbar-default {
  padding-top: 20px;
} */
.user-box .user-img {
  height: 40px;
  width: 40px;
  margin-top: 30px;
}
.page-title {
  font-size: 32px;
}
.breadcrumb li a {
  font-size: 15px;
  color: #10ae73;
  font-weight: bold;
}
#sidebar-menu  ul li a {
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 18px;
}
#sidebar-menu ul ul a {
    color: #10ae73 !important;
    font-weight: bold !important;
}

.app-green-text {
  color: #10ae73 !important;
}
button.button-menu-mobile.open-left.waves-effect {
  /* visibility: hidden; */
  top: 20px;
}

.dropdown-menu > li > a {
  font-weight: bold;
}

.card-box-green {
  background-color: #10ae73 !important;
}

.card-box-bg {
  background-color: #ffeed8 !important;
}
.card-box .header-color {
  color: #000000;
}
.checkbox-text {
  font-size: 18px;
  color: #000000;
}

.checkbox-text input[type="checkbox"]{
  width: 20px; /*Desired width*/
  height: 20px; /*Desired height*/
}

.medium-checkbox input[type="checkbox"]{
  width: 15px; /*Desired width*/
  height: 15px; /*Desired height*/
}

.app-text-center {
  margin-left: 15%;
  margin-top: 30px;
}

.app-name {
  font-family:Veal Nerve;
  font-size: 35px;
  color: #000000;
}

.first-letter-uppercase {
  text-transform: capitalize;
}

#dashboardBookingBlog ul {
  list-style: none;
}
#dashboardBookingBlog ul li{
  padding: 10px;
}

#dashboardBookingBlog ul li:hover {
  background-color: #fffeea;
  cursor: pointer;
}

.slimScrollBar {
  width: 15px !important;
  background-color: #000000 !important;
  color: #000000 !important;
}

.color-black {
  color: #000000 !important;
}

.color-white {
  color: #ffffff !important;
}

.color-black-bold {
  color: #000000 !important;
  font-weight: bold !important;
}

.color-black-light {
  color: #000000 !important;
  font-weight: 400 !important;
}

.btn-light {
    background-color: #ffeed8!important;
    border: 1px solid #10ae73 !important;
    color: #000000 !important;
}

.btn-light:hover {
    background-color: #10ae73!important;
    border: 1px solid #10ae73 !important;
    color: #ffffff !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #10ae73 !important;
    border-color: #10ae73 !important;
}

.text-size {
  font-size: 18px !important;
}

.dashed-border {
  border: 1px dashed grey;
  padding: 5px;
}

.content-page .content .widget-box-one{
  min-height: 120px;
  display: flex;
}

.content-page .content .widget-box-one h4{
  color: #000000;
}
.content-page .content .widget-box-one .wigdet-one-content{
  flex: 1;
}
.content-page .content .widget-box-one img{
  flex: 0.2;
}

.content-page .content .widget-box-one i{
  color:#10ae73;
  font-size:50px !important;
}

.home-page{
  min-height: 800px;
  padding: 0;
}

.home-page .row{
  padding: 0;
  margin: 0;
}

.home-page .home-page-content{
  background-image: url('../../assets/images/blur.jpg');
  min-height: 800px;
}

.hotel-title{
  text-align: center;
}
.hotel-title h1{
  color: #10ae73;
  font-weight: bold;
  margin-top: 150px;
}

.login-button{
  margin-top: 200px;
}

.login-button button{
  margin: 0 10px;
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  border-radius: 10px;
  padding: 5px 10px;
  outline: none;
}

.login-button button:hover{
  color: #10ae73;
}

input.form-control.bordered-input {
  border : 1px solid grey !important;
  border-radius: 5px !important;
  width: 150px !important;
  padding: 0 10px;
  /*margin-top: 10px; */
  margin: 0px auto 0px auto;
}
input.form-control.bordered-input.inputsmall {
  border : 1px solid grey !important;
  border-radius: 5px !important;
  width: 50px !important;
  padding: 0 10px;
  margin: 0px auto -10px auto;
}
.thead-light {
  background-color: #10ae73 !important;
  color:#ffffff;
}
td {
  color: #000000 !important;
}

 i.fa.fa-trash {
  /* margin-left: 30px; */
  color: red !important;
  font-size:25px !important;
}
i.fa.fa-pencil {
  font-size:25px !important;
}

.gap {
  margin-top: 20px !important;
}

.move-right {
  margin-left: 20px !important;
}

.rowmargin {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.select-width {
  width: 50px !important ;
}

.inlinedisplay {
  display: inline;
}

.btn-top-space{
  top:-10px !important;
  right:23px !important;
}
.btn-space {
  right : -10px !important;
}
.btn-top-space1 {
  top:-50px !important;
  right:23px !important;
}
.div-space {
  margin-left:20px !important;
}
.bold-none {
  font-weight: normal !important;
}
.topspace {
  margin-top: 30px !important;
}
.bgcolor{
  background-color: #10ae73 !important;
}

/*  Mobile responsmargin: 0 -10%;ive*/
@media(max-width: 500px){
  div.nav.navbar-nav > .logo-text {
    width: 180px;
    height: 30px;
  }
}

@media(max-width:600px) {
  button.button-menu-mobile.open-left.waves-effect {
    visibility: visible;
    /* padding-top: 10px; */
  }
  .page-title {
    font-size: 23px;
  }

  .app-name {
    font-size: 18px;
    top: 10px;
  }
  .app-text-center {
    margin-left: -10px;
  }

  .navbar-default {
    height: 80px;
  }
  .left.side-menu {
    top: 47px;
  }
  .topbar-left{
    padding-top: 0px;
  }
  .navbar-default {
    padding-top: 0px;
  }
  .user-box .user-img {
    height: 40px;
    width: 40px;
    top: -5px;
  }
  .logo {
    visibility: hidden;
  }
}
@media only screen and (max-width: 600px) {
  .logos {
      width: 80px;
      height: 50px;
  }
}

.grad {
  background-image: url(../images/properties/palm.jpg) !important;
  background-size: cover;
  padding-bottom: 250px;
}

body {
  padding-bottom: 0;
}