.search-header-text{
  color: #333 !important;
}
.row-90{
  margin-top: 40px !important;
}

.services-box {
    padding: 15px 15px 15px !important;
}

.green{
  color: green;
}

.red {
  color: red
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.select2-results {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    height: 250px;
    /* width: 350px; */
    background-color: #fff;
}

#map{
  width: 100%;
  height: 450px;
}
.pac-container {
    z-index: 10000 !important;
}

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  margin: 0px 0px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
	width: 100%;
}

#pac-container {
  padding-bottom: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#type-selector, #strict-bounds-selector{
	display: none;
}
.modal{
  z-index: 10000;
}

table thead th, table tbody tr td{
  font-size: 13px;
}

.avatar-profile{
  display: none;
}

.img-avatar{
  cursor: pointer;
}

.subnav{
  margin-top: 25px;
}

.sub-nav {
    list-style: none;
    padding: 0px;
}
.sub-nav li {
    display: inline-block;
}
.sub-nav li a.active {
    border-bottom: 2px solid #FDC501;
}
.sub-nav li a {
    padding: 10px;
    background: #d3d3d3;
    text-decoration: none;
    font-weight: bold;
    color: #333;
}

.sidemenu p{
  margin-bottom: 0px !important;
}

.sidemenu p a{
  text-decoration: none;
}

.sidemenu p a:hover{
  text-decoration: none;
}
.account-section{
  margin-top: 50px;
}
.table-container{
  margin-top: 25px;
  background: #fff;
}

thead{
  background: #FDC501;
  color: #333;
}

.table-custom th {
    padding: 15px 10px !important;
    font-size: 12px !important;
}
.tabs-horizontal.tabs-corporate .tab-content {
    padding: 0px !important;
    margin-top: 5px;
}

.remove-paddings{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.image-captions {
    position: absolute;
    width: 100%;
    margin-top: -235px;
    color: #fff;
    font-family: 'Varela Round', sans-serif !important;
}

.remove-90{
  margin-top: 25px !important;
}

.tabs-horizontal{
  width: 100%;
}
.tabs-horizontal.tabs-corporate .nav-tabs {
    text-align: left !important;
}

.ui-to-top {
    line-height: 56px !important;
}

.fa.fa-star-o {
    color: grey;
}

.to{
  display: none;
}

.button{
  min-height: 45px !important;
  width: 200px !important;
  padding: 10px 35px !important;
}

/* .button-primary, .button-primary:focus {
    color: #007bff;
    background-color: #fff;
    border-color: #007bff
} */

.color-primary{
  color: #007bff;
}
.button-solid, .button-solid:focus {
    color: #fff;
    background-color: #FDC501;
    border-color: #FDC501
}

/*
.button-primary:hover{
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
} */

/* .text-primary {
    color: #007bff !important;
} */


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

.button-paymaya, .button-paymaya:focus {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.button-gcash, .button-gcash:focus {
  color: #fff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}

#btn-wallet-payment{
  color:#333 !important;
}

.button-cash, .button-cash:focus {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.button-danger, .button-danger:focus {
  color: #333;
  background-color: #E5E5E5;
  border-color: #E5E5E5;
  width: 125px !important;
}

.btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.button-cancel

.purpose-img{
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile{
  display: none;
}

.desktop{
  display: block;
  width:100%;
}

.white-text{
  color:#fff !important;
}

/*NEw Styles*/
/*
h1, h2, h3, h4, h5, h6 {
    color: #007e8c !important;
} */

.one-line-text{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 115px;
  display: table-caption;
}

.right-arrow{
    position: absolute;
    top: 18px;
    right: 0;
}

.profile-label{
  margin-top: 18px;
}


.swal2-container{
    z-index: 3000000 !important;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-dismissible {
    padding-right: 4rem;
}

.purpose-img {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.table-custom td {
    padding: 5px 5px !important;
}

i.fab.fa-facebook-messenger{
    color: #49b050;
    font-size:2.7em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {

    border:#b39321 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default{
    color:#c09703 !important;
}

.fa-star{
    color:#c09703 !important;
    font-size: 2rem;
}

.box-classic {
   height: 390px !important;
}
.box-classic-text{
    margin-top: 0px !important;
    font-size: 16px !important;
}

.ui-to-top {
    line-height: 59px !important;
    border-radius: 35px !important
}
