@import url("//fonts.googleapis.com/css?family=Lobster|Cabin:400,700");
/* @import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;600&display=swap'); */
@import url('https://fonts.googleapis.com/css?family=Open Sans');
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); */


h1, h2, h3, h4, h5, h6 {
font-family: "gothamLight";
}

th {
  color: #007aab;
  font-family: "gothamLight", Arial, sans-serif;
}

h5 {
  color: #007aab;
  font-size: 1.1rem;
}

.custom-textarea { width: 400px ; height: 150px ; }
/* .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
} */
.btn-success:hover { 
  background-color: #23a040 !important; 
  border-color: #23a040 !important; 
}

.bg-dark{
  background-color: #007aab;
}
/* .navbar {
background-color: #ad1d28;
border-color: #911821;
} */
.navbar-brand {
/*font-family: 'Lobster', cursive;*/
font-family: "gothamLight", Arial, sans-serif;
color: #fff;
font-size: 1.4rem;
}
.row {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  vertical-align: baseline;
}
label.inputLabel {
  line-height: 40px;
  display:inline-block;
  display: inline;     /* for IE7*/
  zoom:1;              /* for IE7*/
}

.mt-5pc{
  margin-top: 5%;
}

.pull-right{
  float: right !important;
}

.pull-left{
  float: left !important;
}

input.textBox {
  height: 40px;
  width: 350px;
  line-height: 30px;
  display:inline-block; 
  display: inline;     /* for IE7*/
  zoom:1;              /* for IE7*/
  vertical-align:middle;
}
.table-heading {
  font-size: 125%;
}
.card {
  background-color: #007aab;
  padding: 1rem;
  }
  .card-primary {
  border-color: #a2ced3;
  margin-bottom: 0.5rem;
  }
  .banner {
  margin-top: 4em;
  border-bottom: 1px solid #469ea8;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  }
  .review-header {
  background-color: #31727a;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  }
  .review {
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: 0.5em;
  }
  .badge-default, .btn-primary {
  background-color: #ad1d28;
  border-color: #911821;
  }
  h4 a, h4 a:hover {
  color: #fff;
  }
  h4 small {
  font-size: 60%;
  line-height: 200%;
  color: #aaa;
  }
  h1 small {
  color: #aaa;
  }
  h1 {text-align:center;}
  .address {
  margin-bottom: 0.5rem;
  }
  .facilities span.badge {
  margin-right:2px;
}
p {
margin-bottom: 0.65rem;
}
a {
color: rgba(255, 255, 255, 0.8)
}
a:hover {
color:#fff
}
legend {
font-family: 'Lobster', cursive;
}
body {
font-family: "gothamLight", Arial, sans-serif;
color: #505050;
background-color: var(--white);
/*background-color: #108a93;*/
}
footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: var(--grey-F7F9FC);
color: #435d69;
text-align: center;
}

@font-face {
  font-family: gothamLight;
  src: url(../font/GothamLight.otf) format("opentype");
}

@font-face {
  font-family: gothamMedium;
  src: url(../font/GothamMedium.otf) format("opentype");
}

@font-face {
  font-family: gothamBold;
  src: url(../font/GothamBold.otf) format("opentype");
}


.button {
  font-family: "gothamMedium", Arial, sans-serif;
  background-color: #7aab00;
  color: white;
  border: 2px solid #7aab00;
  /*color: #4CAF50;
  border: 2px solid #4CAF50; */
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.2s;
  text-transform: uppercase;
  border-radius: 5px;
  padding-bottom: 2px;
  padding-top: 4px;
}

.buttonDelete {
  font-family: "gothamMedium", Arial, sans-serif;
  background-color: #be0101;
  color: white;
  border: 2px solid #be0101;
  /*color: #4CAF50;
  border: 2px solid #4CAF50; */
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.2s;
  text-transform: uppercase;
  border-radius: 5px;
  padding-bottom: 2px;
  padding-top: 4px;

}


.button:hover {
  /* background-color: #4CAF50; */
  background-color: #458c01;
  border-color: #458c01;
  color: white;
}

.buttonDelete:hover {
  /* background-color: #4CAF50; */
  background-color: #a50101;
  border-color: #a50101;
  color: white;
}

.text-center{
  text-align: center;
}

.box{
  margin-top: 65px;
  margin-bottom: 35px;
  height: calc(100vh - 100px);
  overflow-y: auto;
}

.cursor-pointer{
  cursor: pointer;
}

.pl-15{
  padding-left: 15px !important;
}

.blue-theme-button {
  background-color: var(--blue-5686B0);
  color: var(--white);
  font-weight: bold;
  font-family: var(--font-family);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 31px;
  width: 120px;
  border: 1px solid var(--blue-5686B0);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  font-size: 0.9rem;
}

.light-bg-theme-button {
  color: var(--blue-5686B0);
  border: 1px solid;
  font-weight: bold;
  font-family: var(--font-family);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 31px;
  width: 120px;
  background: var(--grey-F4F7Fa);
  border: 1px solid var(--blue-5686B0);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  font-size: 0.9rem;
}

.light-bg-theme-button:hover {
  border: 3px solid #4D708F;
}

.blue-theme-button:hover {
  border: 3px solid #4D708F;
}



/* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 
  .div-table-col-3 {
    width: 400px;
  }
  .box{
    margin-top: 55px;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .div-table-col-3 {
    width: 400px;
  }
 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .div-table-col-3 {
    width: 400px;
  }
 }
@media (min-width: 1367px) {
.content-center{width: 1240px; margin: 0 auto;}
.box{
  margin-top: 65px;
  margin-bottom: 35px;
  height: calc(100vh - 100px);
  overflow-y: auto;
  width: 1200px;
}
.div-table-col-3 {
  width: 400px;
}
 }
 @media (max-width: 576px) {
  .edit-button-small{
    margin-left: 8px;
    margin-bottom: 5px;
    padding-right: 8px;
  }
  .buttonDelete{
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .custom-textarea { width: 195px; height: 150px; }
  h4 {font-size: 0.6rem;}
  .div-table-col-3 {
    width: 340px;
  }
}

