@font-face {
  font-family: 'DMSans';
  src: local('DMSans'),
       url('/static/fonts/font-custom/DMSans-Bold.ttf') format("truetype");
}

@font-face {
  font-family: 'IndieFlower';
  src: local('IndieFlower'),
       url('/static/fonts/font-custom/IndieFlower-Regular.ttf') format("truetype");
}

@font-face {
  font-family: 'Comfortaa';
  src: local('Comfortaa'),
       url('/static/fonts/font-custom/Comfortaa-Medium.ttf') format("truetype");
}

@font-face {
  font-family: 'BellotaText';
  src: local('BellotaText'),
       url('/static/fonts/font-custom/BellotaText-Bold.ttf') format("truetype");
}

@font-face {
  font-family: 'Spartan';
  src: local('Spartan'),
       url('/static/fonts/font-custom/Spartan-Medium.ttf') format("truetype");
}

@font-face {
  font-family: 'Inter';
  src: local('Inter'),
       url('/static/fonts/font-custom/Inter-Bold-slnt=0.ttf') format("truetype");
}

@font-face {
  font-family: 'Poppins';
  src: local('Poppins'),
       url('/static/fonts/font-custom/Poppins-Regular.ttf') format("truetype");
}


body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

html,body{
  background-color: #fcfcf7;
  /* background-image: url('/static/img/dashboard.png'); */
}

.custom-container{
  background-image: url('/static/img/landing.png');
  background-size: cover;
  background-repeat: no-repeat;
  position:fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  /* margin-left: 180px; */
}


#dashboard th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  font-size: 15px;
  color: white;
  text-align: center;
  background-color: #808080;
}

#dashboard td {
  font-size: 15px;
  text-align: center
}

#dashboard table{
  table-layout:auto;
}




table{
  table-layout:fixed;
}

th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  font-size: 15px;
  color: white;
  text-align: left;
  background-color: #808080;
}

td {
  font-size: 15px;
  text-align: left;
  padding: 0px 10px
}

a {
  line-height: 1em;
  display: inline-block;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
}

a:hover {
  color: #fff;
  text-decoration: none;
}


.checkboxinput{
  width: 15px;
  height:15px;

}

/* .success a{
  color: #0000EE;
} */



#total-bookings{
  background-color: #3d70b2;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


#pending-booking{
  background-color: #5596e6;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


#pending-indemnity{
  background-color: #41d6c3;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


#total-bookings a{
  color: #fff !important;
}


#pending-booking a{
  color: #fff !important;
}


#pending-indemnity a{
  color: #fff !important;
}

/* #dashboard{
  font-family: Spartan;
  font-size: 15px;
} */


#booking-title{
  background-color: #5596e6;
}


#indemnity-title{
  background-color: #41d6c3;
}


#card{
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.8) !important;
/* font-family: Comfortaa; */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
position: relative;
z-index: 10;
font-size: 15px
}

.card-body ul{
  background-color: #a6f59f;
  text-align: center;
  /* font-family: Comfortaa; */
  padding-right: 45px;
  color: white;
}

.card-body ul p{
  /* font-family: Comfortaa; */
}

.modal-title{
  /* font-family: Comfortaa; */
}

.card .card-header h4{
  padding-top: 20px;
  /* font-family: Comfortaa; */
  color: white;
}


/* .input-group-prepend span{
width: 50px;
height: 38px;
background-color: #999999;
color: #000;
border:0 !important;
} */

.modal-backdrop {
    z-index: auto;
}

ol {
  width: 100%;
  font-size: 14px;
  padding: .50rem .50rem;
}

.form-control{
  border:2px solid #999999;
  padding:5px 10px;
  line-height:26px;
  color: #343a40;
}

.generate-alert{
  font-size: 12px;
  margin: 0px;
  text-align: center;
}

#banking td {
  background-color: #f2f2f2;
  font-size: 10px;
}


.booking {
  /* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
  border-collapse: collapse;
  width: 100%;
}

.booking td, .booking th {
  border: 1px solid #ddd;
  padding: 3px;
}

.booking tr:nth-child(odd){background-color: #f2f2f2;}

.booking tr:hover {background-color: #ddd;}

.booking td {
  background-color: #f2f2f2;
}

.booking label{
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  /* font-family: Comfortaa; */
}

.booking p{
  display: inline-block;
  font-size: 15px;
  /* font-family: Comfortaa; */
}


/* START DJANGO MESSAGES  */

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 0rem !important;
  width: 100%;
}

.alert .alert-block .alert-danger {
    display: none;
    width: 100%;
}

.alert-block {
    position: relative !important;
    width: 100%;
}

/* END DJANGO MESSAGES */


/* START DROPDOWN LOGIN MENU  */

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

/* END DROPDOWN LOGIN MENU */

/* START BREADCRUMB */

.breadcrumb {
    padding: .50rem .50rem;
}

/* END BREADCRUMB */


/* START FORMS */

input[type=text], input[type=password], input[type=number], input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 2px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #606060;
  font-size: 14px
}

.select {
  width: 100%;
  padding: 6px 12px;
  margin: 2px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #606060;
  font-size: 14px
}

input[type=submit] {
  min-width: 25%;
  max-width: 100%;
  background-color: #4CAF50;
  color: white;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

input[type=submit]:hover {
  background-color: #45a049;
}

input[type=button] {
  width: 10em !important;
  background-color: #0275d8;
  color: white;
  margin: 8px 3px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

#back-btn {
  width: 6em !important;
  background-color: #606060;
  color: white;
  margin: 8px 3px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

input[type=button]:hover {
  background-color: #0463b5;
}

label {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0rem;
}

/* END FORMS */


/* START NAVBAR  */

.navbar{
  background-color: #f2f2f2;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  z-index: 10;
}

.navbar-brand{
  /* font-family: Poppins; */
  font-size: 25px;
}

/* END NAVBAR */


/* START STATUS  */

/* .info-bar{
  background-color: white;
  padding: 10px 10px;
  display: flex;
  margin-bottom: .70rem;
  vertical-align: middle;
} */

.button-bar{
  background-color: white;
  padding: 10px 10px;
  display: flex;
  margin-bottom: .70rem;
  vertical-align: middle;
}

.search{
  margin-right: .5rem;
}

.search input{
  padding: 5px;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #606060;
  font-size: 14px;
  width: 40%;
}

/* END STATUS */


/* START TABLES */

.list-table{
background-color: white;
padding: 15px 15px;
margin-bottom: .70rem;
}

.btn-xs {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 5px;
  width: 90px;
}

/* END TABLES */


/* START BOOKING & INDEMNITY FORM */

#covid {
  background-color: #ffeded;
  /* font-family: BellotaText; */
  padding: 10px;
}

#disclaimer{
  background-color: #deebfa;
  padding: 20px;
  /* font-family: BellotaText; */
}

#forminfo{
  background-color: #ffeded;
  padding: 15px;
  /* font-family: BellotaText; */
  font-size: 15px;
}

.booking-header{
  background-color: #80bfff;
  /* font-family: Comfortaa; */
  color: white;
  display: flex;
  padding: 10px 5px;
  line-height: 30px;
  height: 35px;
}

.booking-modalheader{
  background-color: #80bfff;
  /* font-family: Comfortaa; */
  color: white;
  padding: 0px;
  text-align:center
}

.banking{
  padding: 7px;
  font-size: 12px;
}

#id_surname::-webkit-input-placeholder {
   font-weight: bold;
}

#id_surname::-moz-placeholder {
     font-weight: bold;
 }
 #id_surname:-ms-input-placeholder {     
     font-weight: bold;
}

/* END BOOKING & INDEMNITY FORM */
