/*29 August 2019*/

:root {
  --torange: #f36b21;
  --tgray: #314c56;
}

body {
  /*font-family: 'Open Sans',sans-serif;*/
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color:#dedede;
}

.cl-to{ color: var(--torange); transition: .2s; }
.cl-tg{ color: var(--tgray); transition: .2s; }

.bg-to{ background-color: var(--torange); transition: .2s; }
.bg-tg{ background-color: var(--tgray); transition: .2s; }

.btn-to{ background-color: var(--torange); transition: .2s; border-color: transparent; border-radius: 30px; }
.btn-tg{ background-color: var(--tgray); transition: .2s; border-color: transparent; border-radius: 30px; }

.btn-to:hover{ background-color: var(--tgray); border-color: transparent; }
.btn-tg:hover{ background-color: var(--torange); border-color: transparent; }

.bg-white{
  background-color: #fff;
}

a{
  outline: none;
}

a.navbar-brand > img {
  width: 100px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--tgray);
}

.no-border{
  border-color: transparent;
}

.shadow-th{
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
}

.card img{
  padding: 20px 0 34px 0;
  width: 203px;
}
.login-form, .register-from{
  padding-top: 20px;
  border-top: 2px solid var(--tgray);
}

.side-bar{
  width: 220px;
}

.side-bar {
  width: 220px;
  min-height: calc(100vh - 83.3833px);
}

.side-nav {
  padding-left: 0;
}

.side-nav li {
  list-style-type: none;
  position: relative;
  display: grid;
}

.side-nav li a {
  width: 100%;
  float: left;
  color: #fff;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  border-bottom: .25px solid #f8fafc;
  transition: .2s ease-in;
}

.side-nav li:last-child a {
  border-color: transparent;
}

.side-nav li a:hover, .side-nav li a.active {
  background-color: var(--torange);
}

section.content-main {
  padding: 20px;
  width: calc(100% - 220px);
  min-height: calc(100vh - 83.3833px);
  max-height: calc(100vh - 83.3833px);
  overflow-y: auto;
}

.side-nav .far, .side-nav .fas {
  width: 28px;
  text-align: left;
}

.side-nav li:hover .inside-nav{
  display: block;
}

.inside-nav {
  display: none;
  position: absolute;
  left: 100%;
  width: 220px;
  max-width: 220px;
  z-index: 9999999999999;
}

.font-bold{
  font-weight: 600;
}

table.table{
  margin-bottom: 0;
}

.table-responsive {
  background-color: #fff;
  border-radius: 8px;
}

.dash-table td, .table th {
  padding: .50rem .75rem;
  vertical-align: unset;
  border-top: none;
  font-weight: normal;
}
.dash-table td{
  padding: .4rem .75rem;
}
.field-table td{
  padding: 0.5rem 0.5rem;
  border: none;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 0;
  text-transform: uppercase;
  font-weight: normal;
}

thead {
  background-color: #314c56;
  color: white;
  font-weight: normal;
}

tbody{
  background-color:#314c5612;
}

.table td{
  border-top: none;
}

ul.pagination{
  justify-content: center !important;
}

form.add-user-forms{
  padding: 4px;
  transition: 1s;
}

ul.error-lists, ul.success-box{
  padding: 0;
  margin: 0;
}

ul.error-lists li, ul.success-box li{
  list-style-type: none;
}

.error-box, .success-box{
  display: none;
}

td > .btn {
  padding: .375rem .50rem;
}

.btn-link{
  color: #212529;
}

.btn-link:hover {
  color: #212529;
}

.page-heading h3{
  margin: 3px 0 0;
  vertical-align: middle;
  font-weight: 500;
}

td.Inactive {
    color: crimson;
}

td.Active{
  color: green;
}

ul{
  margin: 0;
  padding: 0;
}

ul li{
  list-style-type: none;
}

.nav-item .nav-link.active {
    background-color: #fff;
}

.tab-content {
    background-color: #ffffff;
    /* border: 1px solid #dee2e6; */
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}
.nav-link {
    color: #314c56;
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: 200px;
}

/********************* datepicker css **********************/

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top,
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    padding: 0;
    color: #fff;
    border: none;
}

.datepicker thead {
    background-color: #f36b21;
    color: #fff;
    padding: 10px;
}

.datepicker tbody {
    background-color: #314c56;
}

.datepicker td, .datepicker th {
  padding: 4px 8px;
  border-radius: 0;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: transparent;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: rgba(255,255,255,.5);
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #f36b21;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #f50, #04c);
    background-image: -ms-linear-gradient(to bottom, #f50, #f36b21);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f50), to(#f36b21));
    background-image: -webkit-linear-gradient(to bottom, #f50, #f36b21);
    background-image: -o-linear-gradient(to bottom, #f50, #f36b21);
    background-image: linear-gradient(to bottom, #f36b21, #f50);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f50', endColorstr='#f36b21', GradientType=0);
    border-color: #f36b21 #f36b21 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    background: transparent;
}

.datepicker table tr td span{
  border-radius: 0;
  height: 40px;
  line-height: 40px;
}

.datepicker table tr td span:hover, .datepicker table tr td span.focused {
    background: transparent;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
}

.datepicker table tr td span.focused {
    background: #f36b21;
}

.datepicker-dropdown::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #314c56;
    transform: rotateZ(45deg);
    left: 12px !important;
    bottom: -3px !important;
    z-index: -1;
}

.datepicker-dropdown.datepicker-orient-bottom::before {
    top: -3px;
    background-color: #f36b21;
}

.datepicker-dropdown::after {
  display: none;
}

.datepicker-dropdown.datepicker-orient-top::before {
  border-top: none;
}

select {
  padding: 5px;
  /* font-size: 1rem; */
    /* -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url('down-arrow.svg') no-repeat right;
    background-position-x: calc(100% - 8px);
    background-position-y: 13.5px;
    background-size: 10px; */
}

.d-block.option-control {
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.2rem;
}

.hide, .hidden{
  display: none;
}

.show{
  display: block;
  opacity: 1;
}

.nav-btn{
  margin: 0px 5px;
  height: 90%;
}

.form_top{
  margin-top: 2%;
}

.form_body{
  margin-top: 3vh;
  margin-bottom: 3vh;
}

.input_label{
  font-size: 1.6vh;
}

.input_text{
  height: 4vh;
  width:100%;
  border-radius: 5px;
  padding: 1%;
  border-width: thin;
  border-style: solid;
}

.input_textarea{
  height: 4vh;
  width:100%;
  border-radius: 5px;
  padding: 1%;
  border-width: thin;
  border-style: solid;
}


.form_content{
  padding: 0px 10px 10px 10px;
}

.col_left{
  padding-right: 2%;
}

.col_right{
  padding-left: 2%;
}

.submit_btn{
  width: 100%;
  font-size: 2vh;
  padding-left: 1%;
  padding-right: 1%;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.45); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: none!important;
  width: 40%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.page_nav+.active_page{
  border: none;
  background-color: #f36b21;
  color: white;
}

.page_nav{
  border: none;
  background-color: #314c56;
  color: white;
  margin: 0px 2px;
}

.page_nav{
  cursor: pointer;
}

#leads-table th, #leads-table td{
  padding: 15px 10px;
  font-weight: normal;
}

#stop-edit{
  color: #f36b21;
}

#stop-edit:hover{
  cursor: pointer;
  color: #314c56
}

.fade-in {
  animation: fadeIn ease 0.5s;
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s;
  }
  @keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
  }

  @-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
  }

  @-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
  }

  @-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
  }

  @-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
  }

.invalid-input{
  outline: none!important;
  border: 2px solid #aa0f04;
}

.valid-input{
  outline: none!important;
  border: 2px solid #21ab15;
}
.close:not(:disabled):not(.disabled):hover{
    opacity: 1;
}

.px-offer{
    font-size: .75rem;
}
.load_indicator{
  border: 16px solid  #f36b21; /* Light grey */
  border-top: 16px solid #314c56;
  border-left:16px solid #314c56;
  border-radius: 50%;
  /* position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1; */
  width: 150px;
  height: 150px;
  /* margin: -75px 0 0 -75px; */
  margin-left: auto;
  margin-right: auto;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#validation_selections > tbody > tr > td{
  padding: 10px;
}

#validation_selections th, #validation_selections td{
  padding: 10px;
}

#preping_selections th, #preping_selections td{
  padding: 10px;
}


.offer-image{
  max-width: -moz-available;          /* WebKit-based browsers will ignore this. */
  max-width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  max-width: fill-available;
  max-width: 100%;
  left: 0;
  right: 0;
  /* padding-left: 20px; */
}

.margin-bottom-20{
  margin-bottom: 20px;
}

.margin-bottom-10{
    margin-bottom:10px;
}
.submit_offer{
  background: #ff26a6;
  width: 100%;
  border: none;
  font-size: 24px;
  font-weight: 700;
  color: white;
}



.skip_offer{
  background: #4caf50;
  width: 100%;
  border: none;
  font-size: 24px;
  font-weight: 700;
}

.cart-toast-notification {
  padding: 10px 15px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  background-color: var(--tgray);
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 0px rgba(0,0,0,.1);
  z-index: 9999999999;
  visibility: hidden
}
.cart-toast-notification img {
  width: 28px;
}
.toast-msg{
display: inline-block;
padding-left: 10px;
vertical-align: middle;
}
.cart-toast-notification.show {
  visibility: visible !important;
  -webkit-animation: fadein 0.5s,fadeout 0.5s 2.5s;
  animation: fadein 0.5s,fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
   bottom: 0;
   opacity: 0;
  }
  to {
   bottom: 30px;
   opacity: 1;
  }
 }
 @keyframes fadein {
  from {
   bottom: 0;
   opacity: 0;
  }
  to {
   bottom: 30px;
   opacity: 1;
  }
 }
 @-webkit-keyframes fadeout {
  from {
   bottom: 30px;
   opacity: 1;
  }
  to {
   bottom: 0;
   opacity: 0;
  }
 }
 @keyframes fadeout {
  from {
   bottom: 30px;
   opacity: 1
  }
  to {
   bottom: 0;
   opacity: 0;
  }
 }

 /* Elements */
.btn-primary{
  border-radius: 50px;
  background-color: #F36B21!important;
  border: #F36B21!important;
  font-size: 18px;
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.focus, .btn-primary.active, .btn-primary:active:focus{
  background-color: #c94c08!important;
  border: #c94c08!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.btn-secondary{
    border-radius: 50px;
    background-color: #274588 !important;
    border: #274588!important;
    font-size: 18px;
    font-weight: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary.active, .btn-secondary:active:focus{
    background-color: #182a4e!important;
    border: #182a4e!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
/* #advNav, #offerNav{
  width: 96.7%;
} */

.nav-tabs, .nav-link, .nav-link:active{
  border: none;
  border-color: white;
}

.report_gen{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  background-color: white;
}

.highlight {
  padding: 24px;
  background-color: #f7f7f9;
  display: inline-block;
  border-radius: 4px;
  width: 100%;
}

.td_name{
  width: 50vh;
}

.td_id{
  width: 10vh;
}

#buyer-request-text, #buyer-response-text{
  word-wrap: break-word;
}
