html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-size:12px;
  font-family: 'Radley', serif;
}

/*
.index-wrapper {
  background: url('/static/img/index-bg.jpg') no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.index-wrapper .index-wrapper-in {
  margin: 0;
  height: 100%;
  background: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.index-wrapper .index-wrapper-in header {
  height: 80px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.01);
}
.index-wrapper .index-wrapper-in header h1 {
  display: block;
  padding-left: 15px;
  font-family: 'Vollkorn SC', serif;
  font-size: 32px;
  text-align: left;
  line-height: 80px;
  color: #fff;
}
.index-wrapper .index-wrapper-in header .share {
  float: right;
  padding-right: 20px;
  color: #fff;
  font-size: 26px;
  line-height: 80px;
  font-weight: 700;
}
.index-wrapper .index-wrapper-in header .share a {
  color: #fff;
}
.index-wrapper .index-wrapper-in .entry {
  height: 250px;
  position: absolute;
  top: 50%;
  margin-top: -125px;
  color: #fff;
  line-height: 2.6em;
}
.index-wrapper .index-wrapper-in .entry .s-btn {
  font-size: 36px;
  color: #fff;
}
.index-wrapper .index-wrapper-in .entry button {
  border-radius: 0px;
}
.index-wrapper .index-wrapper-in select {
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 0px;
  color: #fff;
}
.index-wrapper .index-wrapper-in footer {
  color: #fff;
  bottom: 0;
  position: absolute;
  text-align: center;
  padding: 15px;
}
*/


h6 {
  font-size: 0.8rem;
}

label {
  font-family: 'Open Sans', sans-serif, "Helvetica Neue";

}

/*
Global form format
*/
.form-group {
  margin-bottom: 0.3em;
}

.form-group label{
	font-weight: bold;
}

.ajax-list{
	background-color: white;
	border: 2px solid #ECEEEF;
	margin: 5px 5px;
	padding: 5px 5px;
}

.ajax-list div{
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	margin: 5px 5px;
	padding: 5px 5px;
}

.ajax-list div:hover{
	background-color: #ECEEEF;
	cursor: pointer;
}


.clickable {
	cursor: pointer;
}

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

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

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

/*
Color
*/
.required-field-warning {
  border-color: #f4a742;
}

.bg-blue{
  background-color: blue;
}

/*
Nav Bar
*/
.menu-bar {
  border-bottom: solid 2px #0092EE;
  background-color: white;
  margin-bottom: 5px;
}

.navbar_bg {
}

/*
Body bar
*/
.body-bar {
  min-height:400px;
}
/*
Left Body
*/

/*
Side bar
*/
.sidebar .card .card-header {
  background-color: #0092EE;
}

.sidebar .card .card-header h6{
  text-align: center;
}

.sidebar .card .card-header a{
  color: #ffffff;
}

.sidebar a.nav-link:hover{
  color: white;
  background-color: #4286f4;
}

/*
*/
.main-body{
  height: 100%;
  padding-left: 20px;
  padding-right:20px;
}

/*
Carousel
*/
.main-carousel-img {
  width: 100%;
  max-height: 400px;
  margin: auto;
  opacity: 0.5;
}


/*
Footer Bar
*/

.hide {
  display: none;
}

.show {
  display: block;
}


/*
Login Form
*/

.login-form {
  margin-top: 40px;
  margin-bottom: 40px;
}

/*
BEGIN: Blockquote Card
*/

.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
}
.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}
.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}


.quote-card.blue-card {
  background: #0078FF;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.blue-card:before, .quote-card.blue-card:after {
  color: #5FAAFF;
}
.quote-card.green-card {
  background: #00970B;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.green-card:before, .quote-card.green-card:after {
  color:#59E063 ;
}

.quote-card.red-card {
  background: #F61E32;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.red-card:before, .quote-card.red-card:after {
  color:#F65665 ;
}

.quote-card.yellow-card {
  background: #F9A825;
  color: #222222;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.yellow-card:before, .quote-card.yellow-card:after {
  color: #FBC02D;
}

/*
END: Blockquote Card
*/


.lead-underline {
  width: 100%;
  margin: 0.3em 0em 1em 0.1em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.125);
}


.jumbotron{
}



/* .modal-transparent */

.modal-transparent {
  background: transparent;
}
.modal-transparent .modal-content {
  background: transparent;
}
.modal-backdrop.modal-backdrop-transparent {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* .modal-fullscreen */

.modal-fullscreen {
  background: white;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 100%;
  max-width:100%;
}

.hover-display-parent .hover-display{
  visibility: hidden;
}

.hover-display-parent:hover .hover-display{
  visibility: visible;
}


.table-line-edit .line-edit{
  visibility: hidden;
}

.table-line-edit:hover .line-edit{
  visibility: visible;
}


/*
BEGIN : Login CSS
*/
.signinup-input{
  border-top: none;
  border-left: none;
  border-right: none;
}


/*
END : Login CSS
*/

/*
BEGIN : Google Map CSS
*/
.map-canvas-parent {
   position: relative;
   height: 80vh;
}

.google-map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index : 999 !important;
}


.marker-business-label {
	background-color: white;
	padding: 4px;
	bottom: 35px;
	left: 0px;
	position: relative;
}

.marker-customer-label {
	background-color: white;
	padding: 4px;
	bottom: 35px;
	left: 0px;
	position: relative;
}

.marker-driver-label {
	background-color: red;
	padding: 4px;
	bottom: 35px;
	left: 0px;
	position: relative;
}

/*
END : Google Map CSS
*/

/*
BEGIN: TASK Status
*/
.task_status_Cancelled {
    background-color: #f5c6cb !important;
}

/*
END: TASK Status
*/

.task_detail_tabs {
	min-height: 300px;
	min-width: 400px;
	overflow: auto;
}

.modal-height {
	max-height: 600px;
	overflow: auto;
}



/*
BEGIN: Rating style
*/

.rating {
   position: relative;
   width: 180px;
   background: transparent;
   display: flex;
   justify-content: center;
   align-items: center;
   gap: .3em;
   padding: 5px;
   overflow: hidden;
   border-radius: 20px;
   box-shadow: 0 0 2px #b3acac;
}

.rating__star {
   font-size: 1.3em;
   cursor: pointer;
   color: #dabd18b2;
   transition: filter linear .3s;
}

/*
BEGIN: Rating style
*/


@media (max-width: 640px) {
  .quote-card:after {
    font-size: 22em;
    right: -25px;
  }
}

@media (max-width: 767px) {
.main-body{
  padding-left: 0px;
  padding-right:00px;
}

h1{
  font-size: 2.5rem;
}

.modal-height {
	max-height: 300px;
	overflow: auto;
}

.task_detail_tabs {
	min-height: 200px;
	overflow: auto;
}

/*
BEGIN: Rating style
*/

.rating {
   position: relative;
   width: 120px;
   background: transparent;
   display: flex;
   justify-content: center;
   align-items: center;
   gap: .3em;
   padding: 1px;
   overflow: hidden;
   border-radius: 10px;
   box-shadow: 0 0 2px #b3acac;
}

.rating__star {
   font-size: 1em;
   cursor: pointer;
   color: #dabd18b2;
   transition: filter linear .3s;
}

/*
*/

@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}



