
.set-align {
  float: right;
  margin-top: 4px;
}

.inner-triangle {
  border-left: 20px solid transparent;
  border-right: 20px solid green;
  border-bottom: 20px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  right: 0px;
  z-index: 2;
}

.navbar .navbar-brand {
  font-size: 18px;
  font-weight: bold;
}
.navbar p {
  font-size: 12px;
    font-weight: 600;
    margin: 0;
    color: #010101;
}
.navbar .card-clndr {
  border-radius: 0px;
  overflow: hidden;
  padding: 0px 0px 0px 10px;
  align-items: center;
  display: flex;
}
.navbar .ico {
  background: #5b9bd5;
    width: 37px;
    height: 34px;
    float: right;
    text-align: center;
    align-items: center;
    display: grid;
    margin: 0 0 0 0px;
    color: #fff;
}
.top-logo1{
  width: 152px;
    margin-right: 0px;
    padding: 21px 0;
}
.top-logo{
  width: 152px;
  margin-right: 0px;
}

.card-my-head {
  background: linear-gradient(60deg, #d82127, #d82127) !important;
  /* box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgb(196, 23, 29) !important; */
  box-shadow: 0 1px 20px 1px rgba(208, 201, 243, .5) !important;
}

#table1 thead th {
  border: #000 1px solid !important;
  font-size: 13px;
}

#table1 tbody td {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

#stopstable thead th {
  border: #000 1px solid !important;
  font-size: 13px;
}

#stopstable2 thead th {
  border: #000 1px solid !important;
  font-size: 13px;
}

#stopstable3 thead th {
  border: #000 1px solid !important;
  font-size: 13px;
}

#stopstable tbody td {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

#stopstable2 tbody td {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

#stopstable3 tbody td {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

#stops-id-total, #stops-id-total2, #stops-id-total3{
  background-color: #9dc3e6  !important;;
}

#stopstable tbody th{
  text-align: center;
}

#stopstable2 tbody th{
  text-align: center;
}

#stopstable3 tbody th{
  text-align: center;
}

.titles{
  font-weight: 500;
  color: #292929;
  font-size: 12px;
  margin: 0;
}
.body-title{
  font-weight: 500;
  color: #292929;
  font-size: 12px;
  margin: 0 0 10px 0;
}
.card-clndr {
  background: #5b9bd5;
  cursor: pointer;
  padding: 3px 7px;
  border: 0;
  border-radius: 0;
  width: 100%;
}
.clnder-text{
  color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.card-text{
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 19px;
}
.crd-amount{
  font-weight: 700;
  display: block;
  color: #333333;
}
.bg-light-green{
  background: #d6e3f9;
}
.bg-light-red{
  background: #f9dfcd;
}
.shadow-none {
  box-shadow: none!important;
}
.btm-cards .card{
  box-shadow: none;
  border: 1px solid #ccc;
}
.bg1 th{
  background: #fff!important;
  font-weight: 600!important;
}
.bg2 th{
  background: #fff!important;
  font-weight: 500!important;
}
.t-profile{
  background: #4472c438;
    padding: 0;
    display: flex;
    border-radius: 30px;
}
.t-profile span{
  float: left;
  font-size: 12px;
  font-weight: 600;
  margin: 0 7px 0 15px;
  height: 39px;
  display: flex;
  align-items: center;
  color: #010101;
}
.user{
  width: 39px;
  height: 39px;
  overflow: hidden;
  border-radius: 50%;
}
.user img{
  width: 100%;
}
.cl-icon{
  color: #fff;
  font-size: 12px;
  font-weight: 600!important;
}
.text-bg{
  color: #010101;
  font-size: 12px;
  font-weight: 500!important;
  margin: 0;
  line-height: 19px;
}
.bg-light-green i{
  color: green;
}
.bg-light-red i{
  color: red;
}
.liner{
  width: 100%;
    height: 1px;
    border-top: 1px;
    display: block;
    border-style: dotted;
    border-color: #5b9bd5;
    background: #fff;
}





  .progress-bar {
    width: 0;
    animation: progress 1.5s ease-in-out forwards;
  } 
  .progress-bar .title {
    opacity: 0;
    animation: show 0.35s forwards ease-in-out 0.5s;
  }

  @keyframes progress {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  } 
  @keyframes show  {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .progress {
    height: 12px;
    margin-bottom: 0px;
    /* overflow: hidden; */
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    position: relative;
    overflow: inherit;
  }
  .progress-bar .title {
    opacity: 0;
    -webkit-animation: show 0.35s forwards ease-in-out 0.5s;
    animation: show 0.35s forwards ease-in-out 0.5s;
    /* right: -37px;
    position: absolute; */
    color: #000;
  }
  .table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
  }
  .prgrs-table tr td:first-child {
    font-size: 12px;
    max-width: 110px;
    font-weight: 500;
  }
  .prgrs-table tr td {
    padding: 20px 8px!important;
  }
  .table thead tr .column1 {
    font-size: 13px;
    color: #7ba9ca;
    font-weight: 600;
  }
  .table tr .column1 {
    max-width: 82px;
    min-width: 82px;
    text-align: center;
  }
  .table tr .column2 {
    max-width: 35px;
    min-width: 35px;
    text-align: center;
  }
  .table thead tr .column2 {
    font-size: 13px;
    color: #4472c4;
    font-weight: 600;
  }
  .prgrs-table .column1, .prgrs-table tr .column2 {
    /* max-width: 20px; */
  }
  .prgrs-table .column1 .title {
    color: #525252;
    font-size: 12px;
    padding-left: 0px;
  }
  .prgrs-table .column1 .progress-bar {
    background-color: #7ba9ca;
  }
  .prgrs-table .column2 .title {
    color: #525252;
    font-size: 12px;
    padding-left: 0px;
  }
  .prgrs-table .column2 .progress-bar {
    background-color: #4472c4;
  }
  .title{
    /* color: #7ba9ca; */
    width: 50px;
    text-decoration: none;
    line-height: 12px;
    padding-left: 5px;
    font-weight: 600;
  }
  .bg-light-hash {
    background: #eaeeef;
  }
  .pad-tbl{
    padding: 20px 15px 20px 0px;
  }
  .progress-box{
    width: 50px;
    height: 35px;
    margin: 0 auto;
    align-items: flex-end;
    display: flex;
    background: #eaeeef;
  }
  .progress-inner{
    width: 100%;
    background: #4472c4;
  }
  .bg-red{
    background: #ed7d31!important;
  }
  .card .card-header {
    border-bottom: none;
    background: #4472c4!important;
}

.min-card1{
  height: 500px;
  overflow: hidden;
}
.min-card2{
  height: 142px;
  overflow: hidden;
}
.min-card3{
  height: 155px;
  overflow: hidden;
}
.min-card4{
  height: 371px;
  overflow: hidden;
}
.min-card5{
  height: 154px;
  overflow: hidden;
}
.min-card6{
  height: 95px;
  overflow: hidden;
}
.expo-btn{
  color: #fff;
  background: #5b9bd5;
  padding: 3px 15px;
  margin: 0;
  float: left;
}
.expo-btn:hover{
  color: #fff;
  background: #ed7d31;
}
.expo-btn:focus{
  color: #fff;
  background: #ed7d31;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width:1170px){
  .min-card1{
    min-height: 346px;
    height: auto;
  }
  .min-card2{
    min-height: 185px;
    height: auto;
  }
  .min-card3{
    min-height: 155px;
    height: auto;
  }
  .min-card4{
    min-height: 271px;
    height: auto;
  }
  .min-card5{
    min-height: 155px;
    height: auto;
  }
  .min-card6{
    min-height: 170px;
    height: auto;
  }
}
.card-blue {
  background: #5b9bd5;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}
.card-blue .crd-amount {
  color: #fff;
}
.card-blue:last-child {
  margin-bottom: 0px;
}
.mt-10{
  margin-top: 10px;
}
.card-min{
  min-width: 95px;
  padding: 13px 10px;
}
.card-min-white{
  min-width: 95px;
  padding: 13px 10px;
  margin-bottom: 0px;
  text-align: center;
}
.card-min-width{
  min-width: 95px;
  padding: 0px 10px;
  margin-bottom: 0px;
  text-align: center;
}
.card-bg{
  min-width: 95px;
  padding: 5px 10px;
  margin-bottom: 0px;
  text-align: center;
  background: #ed7d31;
  margin: 5px 0;
}
.card-bg .crd-amount {
  color: #fff;
}
.bg-2{
  background: #4472c4!important;
}
.p-border{
  border: 1px solid #4472c4;
  padding: 5px;
  text-align: center;
  min-width: 35px;
}
.border-box{
  border: 1px solid #4472c4;
  padding: 5px;
  text-align: center;
  width: 140px;
  margin: 0 auto;
}
.prgrs-table{
  border: 1px solid #4472c4;
}
.tbl-margin{
  margin-top: 50px;
}
.tbl-margin1 {
  margin-top: 10px;
}
.bdr-box {
  width: 100%;;
  height: auto;
  border: 1px solid #4472c4;
}

.form-label{
  font-size: 13px!important;
  color: #000!important;
}
.main-panel{
  background-color: #9dc3e6;
}
.cal{
  color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: #5b9bd5;
    cursor: pointer;
    padding: 3px 25px 3px 7px;
    border: 0;
    border-radius: 0;
    width: 100%;
    min-width: 270px;
    position: relative;
    text-align: right;
    min-height: 30px!important;
}
.cal-icon{
  position: absolute;
  z-index: 1;
  top: 7px;
  right: 11px;
  color: #fff;
}
@media print {
  body {
      background-color: #fff !important; 
  }
}


#total_row, #avg_row{
  background: #9dc3e6;
}
#total_row td, #avg_row td{
  background: #9dc3e6;
  border: 1px solid #000!important; 
}


#totalRow{
  background: #9dc3e6;
}
#avgRow{
  background: #9dc3e6;
}
.log-sec {
  background-image: linear-gradient(to right, #5b9bd5 , #9dc3e6);
  /* background-attachment: fixed;
  background-position: center; */
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: 100%;
}
.log-sec .card {
  border: 0;
  border-radius: 3px;
  margin: 0;
  padding: 40px 35px 45px 35px;
  background: #fff;
  border: 1px solid #ffffff4d;
  margin-bottom: 0px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.log-sec .logo {
  width: 100%;
  display: flex;
}
.log-sec .logo img {
  margin: 0 auto;
  text-align: center;
}
.log-sec h3{
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  color: #222;
}
.log-sec label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.log-sec .form-control {
  margin-bottom: 10px;
  padding: 8px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.log-sec .form-control:focus {
  border-color: #8ebae2b3;
  box-shadow: none;
}
.log-sec .form-label {
  font-size: 14px!important;
  color: #5d5d5d!important;
}
.log-sec .form-control::placeholder {
  font-size: 13px!important;
  color: #8a8a8a9a!important;
}
.log-sec .btn {
  color: #fff;
  background: #ed7d31;
  border: 0;
  border-radius: 3px;
  padding: 10px 25px;
  margin: 15px 0 0 0;
  font-weight: 400;
}
.log-sec .btn:hover {
  background: #5b9bd5;
}
.h-vh{
  height: 100vh;
}

.reset {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background: #ed7d31;
  padding: 3px 15px;
  border: 0;
  border-radius: 0;
  width: 100%;
  position: relative;
  text-align: right;
  min-height: 30px!important;
}
.reset .fa{
  font-size: 15px!important;
  font-weight: 400;
}
.reset:hover {
  background: #5b9bd5;
  cursor: pointer;
}
::-webkit-scrollbar {
  width: 7px;
  }
  ::-webkit-scrollbar-track {
  background: #d4d4d4;
  }
  ::-webkit-scrollbar-thumb {
  background: #ed7d31;
  }
  ::-webkit-scrollbar-thumb:hover {
  background: #ed7d31;
  }

  .card-blue-big .card-blue {
    padding: 5px 10px;
    margin-bottom: 10px;
}
  .card-blue-big .card-blue {
    height: calc(100% - 15px);
}

.graph-title{
    font-size: 15px;
    font-weight: bold;
}

.form-check-label{
  padding-left: 5px!important;
  
}

.radio-box{
  padding: 6px 8px!important;
  margin-top: 9px;
  border: 1px solid #2a292b2e;
} 

.radio-box label{
  color:#292929;
  font-size: 12px;
  font-weight: 600;
} 

.select-radio-button{
  background: #5b9bd5;
}

.select-radio-button label{
  color:#ffffff;
}

.retailer-label{
  color:#292929;
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
} 

.match-level{
  padding-left: 15px;
}

.match-levelhead{
  font-weight: bold!important;
}

/* --------------------------SWITCH start------------------------------ */

.switch {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 31px;
  top:17px
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #5b9bd5;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(118px);
  -ms-transform: translateX(118px);
  transform: translateX(118px);
}

/*------ ADDED CSS ---------*/
.on
{
  display: none;
}

.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 12px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}

input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}

  /* --------------------------SWITCH end------------------------------ */

  .legend-custom-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .legend-custom {
    margin: 0 0 24px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  
  .legend-custom li {
    display: flex;
    width: 100%;
  }
  
  .legend-custom li a {
    display: flex;
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    color: #454545;
    text-decoration: none;
    line-height: 18px;
  }
  
  .legend-custom i{
    display: block;
    height: 11px;
    width: 11px;
    margin-right: 8px;
    position: relative;
    top: 4px;

  }