/* start global css */
body{
  overflow: hidden;
}
.form-control {
  border: 0px;
  border-bottom: 1px solid #ced4da;
  border-radius: 0px;
}
.mr-btn {
  border-radius: 4px;
  background-color: #59c8d8;
  color: #fff!important;
  padding: 6px 40px;
  cursor: pointer;
}
.sixLatter-password{
  width:30px;
  border:0px;
  margin: 1px;
  border-bottom: 1px solid #7f7e82;
}
.mr-select{
  width:200px;
  border: 1px solid #7f7e82;
}
/* end global css */
/* start Login page css */
.login_page-logo-img {
  width: 300px;
  margin: 20px auto 50px auto;
}
.form-signin {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}
.hiderow{
  display: none;
}
/* end Login page css */
/* start Dashboard page css */
.dashboard_top a{
  color:#434a54;
}
.dashboard_top-container{
  width:80%;
  /* background-color: #28a745; */
  height:65px;
  border-bottom: 1px solid #7f7e82;
}
.dashboard_top{
  min-height: 60px;
}
.dashboard_top-logo{
    width: 200px;
    margin-left: 12%;
}
.table_text-middle td{
  vertical-align: middle;
}
h1,h2,h3,h4,h5,h6{
  color: #f26b63;
}
footer{
  position: fixed;
  width:100%;
  bottom: 0px;
  z-index: 99;
}
/* end Dashboard page css */
.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #152f49 !important;
}

.text-white ul li a {
  color: white;
}
.navbar-custom .navbar-brand {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: white;
}
.section {
  width: 83%;
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(5rem + 72px);
  padding-bottom: 5rem;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ff6a00),
    to(#ee0979)
  );
  background: linear-gradient(0deg, #ff6a00 0%, #ee0979 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 4rem;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}

header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ee0979),
    to(#ff6a00)
  );
  background: linear-gradient(0deg, #ee0979 0%, #ff6a00 100%);
}

header.masthead .bg-circle-1 {
  height: 90rem;
  width: 90rem;
  bottom: -55rem;
  left: -55rem;
}

header.masthead .bg-circle-2 {
  height: 50rem;
  width: 50rem;
  top: -25rem;
  right: -25rem;
}

header.masthead .bg-circle-3 {
  height: 20rem;
  width: 20rem;
  bottom: -10rem;
  right: 5%;
}

header.masthead .bg-circle-4 {
  height: 30rem;
  width: 30rem;
  top: -5rem;
  right: 35%;
}
.main_section {
  padding-top: 85px;
}

.scroll-modal .modal-dialog,
.scroll-modal .modal-content {
  /* 80% of window height */
  height: 80%;
}

.scroll-modal .modal-body {
  /* 100% = dialog height, 120px = header + footer */
  min-height: 200px;
  max-height: calc(100% - 120px);
  overflow-y: scroll;
}
.main-container_outer {
  height: 450px;
  overflow: auto;
  /* background-color: #f8f9fa; */
}
.main-container_inner {
  /* background-color: #FFFFFF; */
  /* margin: 1rem; */
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  /* border-radius: 0.5rem; */
}
.panel-shadow {
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.left-panel {
  /* background-color: #FFF; */
  border: none;
}
.left-panel-item {
  padding-left: 20px;
  border-color: transparent;
  border-top-color: #e6e9ed;
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
}
.left-panel-item a {
  color: #434a54;
  text-decoration: none;
}
.left-panel-item-child {
  padding-left: 25px;
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(6rem + 55px);
    padding-bottom: 6rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }
}

.footer {
  background: #152f49 !important;
  color: #f9f5f5;
  padding: 10px 0px;
}
.footer li {
  list-style: none;
}
.footer li a {
  color: #d8d5d5;
}
.footer hr {
  margin-top: 0px;
}
/*
  .bg-primary {
    background-color: #ee0979 !important;
  }
  
  .btn-primary {
    background-color: #ee0979;
    border-color: #ee0979;
  }
  
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #bd0760 !important;
    border-color: #bd0760 !important;
  }
  
  .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
  }
  
  .btn-secondary {
    background-color: #ff6a00;
    border-color: #ff6a00;
  }
  
  .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #cc5500 !important;
    border-color: #cc5500 !important;
  }
  
  .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
  }
  .bg-black{
    background-color: #3f1624!important;
  }
.text-white{
color:#f5f5f5;
}

*/

.gry_color {
  color: #b3b7bb;
}
.green_color {
  color: #28a745;
}
.hand_cursor {
  cursor: pointer;
}
.showPopup {
  display: block !important;
}
.width_80p {
  width: 80px;
}
.h5-active {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 5px;
}
.btb-gray{
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
}
.scroll-200{
  height: 200px;
  overflow-y: auto;
}
.scroll-200 .row{
  border-bottom: 1px solid #ced4da;
}

.toast-container{
  position: absolute;
}
.toast{
  opacity: 1;
}
.calendar_width{
  min-width: 230px;
}
.datePicker .dropdown-menu.show{
  right:0px!important;
  left:auto!important;
}
.div_table .row{
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left:10px;
  margin-right: 10px; 
 
}
.div_table .row .col{
  padding: 5px;
 
}
.invalid-feedback{
 display: block;
}
/* .div_table .row{
 display: table-row;
}
.div_table .row .col{
  display:table-cell;
 }
 .width-150{
   width: 150px;
 } */