@media (max-width: 500px) {
  .display-icon{
     display: none;
  }
}
@media (max-width: 600px) {
  .modal-lg{
      max-width: 100%;
      margin: unset;
  }
  /* iframe {
    height: 100vh !IMPORTANT;
  }
  .cert-content {
    height: 100vh !important;
  }*/
  .race-circle-pos {
    font-size: 11px !important;
    padding-top: 15px !important; 
  }
  .race-circle-num {
    font-size: 25px !important;
    margin-top: 0px !important; 
  }
  .race-circle-count {
    color: #A3A3A3 !important;
    font-size: 11px !important;
  }
  .modal-body{
    padding-left: 5px;
    padding-right: 5px;
  }
  .cert-top{
    margin-top:10px;
  }
  .col-d-600{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .g_race_circle {
      width: 100px !important;
      height: 100px !important;
  }
  .s_race_circle {
      width: 100px !important;
      height: 100px !important;
  }
  .g_race_circle_gender{
    width: 100px !important;
    height: 100px !important;
  }
  .s_race_circle_gender{
    width: 100px !important;
    height: 100px !important;
  }
  .g_race_circle_age{
    width: 100px !important;
    height: 100px !important;
  }
  .s_race_circle_age{
    width: 100px !important;
    height: 100px !important;
  }
}
.g_race_circle_age {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 50%;
}
.g_race_circle_age::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#E5E5E5 0deg 360deg, #E5C001 0deg 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 10px), #ffffff calc(100% - 100px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 10px), #ffffff calc(101% - 100px));
}
.s_race_circle_age {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 50%;
}
.s_race_circle_age::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#E5E5E5 0deg 360deg, #E5C001 0deg 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 10px), #ffffff calc(100% - 100px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 10px), #ffffff calc(101% - 100px));
}
.g_race_circle_gender {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 50%;
}
.g_race_circle_gender::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#E5E5E5 0deg 360deg, #E5C001 0deg 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 10px), #ffffff calc(100% - 100px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 10px), #ffffff calc(101% - 100px));
}
.s_race_circle_gender {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 50%;
}
.s_race_circle_gender::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#E5E5E5 0deg 360deg, #E5C001 0deg 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 10px), #ffffff calc(100% - 100px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 10px), #ffffff calc(101% - 100px));
}
.g_race_circle {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 50%;
}
.g_race_circle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#E5E5E5 0deg 360deg, #E5C001 0deg 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 10px), #ffffff calc(100% - 100px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 10px), #ffffff calc(101% - 100px));
}
.s_race_circle {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 50%;
}
.s_race_circle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#E5E5E5 0deg 360deg, #E5C001 0deg 90deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 10px), #ffffff calc(100% - 100px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 10px), #ffffff calc(101% - 100px));
}
.cert-top{
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  font-weight:bold;
  color:black;
  font-size:16px;
  text-align: center;
}
.alt-row-2:hover{
  background-color: #FFCC33;
}
.alt-row-1:hover{
  background-color: #FFCC33;
}
.cert-content{
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  padding: 25px;
  padding-bottom: 2px !important;
  padding-top: 10px !important;
  border-bottom: 1px solid #dee2e6;
}

.split thead{
  background-color:#666666;
  color:#E5C001;
}

.split  table thead th{
  border-bottom: unset;
}
.split  table th,.table td{
  padding: 0px 15px 0px 15px ! IMPORTANT;
}
.race-circle {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 50%;
}

.race-circle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#E5E5E5 0deg 56deg, #E5C001 0deg 90deg);
  -webkit-mask: 
      radial-gradient(farthest-side, transparent calc(100% - 10px), #ffffff  calc(100% - 100px));
  mask: 
      radial-gradient(farthest-side, transparent calc(100% - 10px), #ffffff calc(101% - 100px));
}
.race-circle-pos{
  color:#A3A3A3;
  font-size:14px;
  padding-top: 27px;

}
.race-circle-num{
  color:#434343;
  font-size:36px;
  margin-top: -8px;
  margin-bottom: -8px;
}
.race-circle-count{
  color:#A3A3A3;
  font-size:14px;

}
.circle-title{
 font-size:16px;
 color:#434343;
 text-align: center;
 padding-top:10px;
}
.person-profile-circle {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid white;
  outline: 5px solid #FFD600;
  z-index: 20;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.person-blog-popup{
  display: flex;
  align-items: center;
  justify-content: left;
}
.person-profile-circle-popup {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid white;
  outline: 5px solid #FFD600;
  z-index: 20;
  text-align: center;
}
.person-profile-img-popup {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 40px;
  color: #434343;
  padding-top: 2px;
  margin-top: 101xp;
  background-image: linear-gradient(#9c7b7b, #ebebe4);
}
.person-profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 50px;
  color: #434343;
  padding-top: 20px;
  margin-top: 101xp;
  background-image: linear-gradient(#9c7b7b, #ebebe4);
}
.person-bib{
  color: #434343;
  background-color: #E3BE01;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
  border-radius: 0.25rem;
  font-size: 20px;
}
.person-col{
  height: 50px;
  border-bottom: 1px solid #F4F4F4;
  align-items: center;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color:#434343;
  font-size:14px;
}
.person-name{
  font-size:20px;
  font-weight: bold;
  color:#434343;
}
.person-blog{
  display: flex;
  align-items: center;
  justify-content: center;
}
.person-menu{
  width: 100px;
  cursor: pointer;
  color:#B2B2B2;
}
.person-menu-run{
  width: 40px;
  cursor: pointer;
}
.display-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.display-left{
  display: flex;
  align-items: left;
  justify-content: left;
}
.active_bg{
  background-color: #E5C001;
  color:#FFF !important;
}
.btn-link{
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #A2A2A2;
  height: 35px;
  color:#303030;

}
@media screen and (min-width: 700px) {
  .col-d-8{
    flex: 0 0 66.666667% !important;
    max-width: 66.666667%  !important;
  }
  .col-d-4{
    flex: 0 0 33.333333%  !important;
    max-width: 33.333333%  !important;
  }
 
}
#pagination{
 text-align: center;
/* background: #FFF; */
 height: 40px;
 margin-top: 40px;
}

#pagination a{
  margin: 0px 2px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #CBCBCB;
  /* line-height: 22px; */
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  color:#303030;
  background-color: #FFFFFF;
}
#pagination a.active{
 background-color: #303030 !important;
 color:#FFF;
}
#pagination .page-numbers {
  
}

#pagination2{
  text-align: center;
 /* background: #FFF; */
  height: 40px;
  margin-top: 10px;
 }
 #pagination2 a{
   margin: 0px 2px;
   text-decoration: none;
   cursor: pointer;
   border: 1px solid #CBCBCB;
   /* line-height: 22px; */
   padding-left: 8px;
   padding-right: 8px;
   padding-top: 4px;
   padding-bottom: 4px;
   color:#303030;
   background-color: #FFFFFF;
 }
 #pagination2 a.active{
  background-color: #303030 !important;
  color:#FFF;
 }
 #pagination2 .page-numbers {
   
 }
.alt-row-1 {
  background-color: #ffffff;
}
.col-detail{
  height: 30px;
  padding-top: 3px;
}
.col-detail-person{
  height: 40px;
  padding-top: 11px;
}
.alt-row-2 {
  background-color: #f2f2f2;
}
.bg-first-1{
  background-color: #4A4A4A  !important;
  color:#FFF  !important;
  font-weight: bold;
  height: 40px;
  width: 50px;
}
.table:not(.table-dark) {
  line-height: unset !important;
  height: 40px !important;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  vertical-align: middle !important;
}
.table tr, table td{
  height: 40px  !important;
  vertical-align: middle !important;
}
.bg-first-2{
  color:#000 !important;
  background-color: #FFD600  !important;
  font-weight: bold;
}
.ic-race{
  background-color: #FFD600;
  color: #0E0E0E;
  padding: 7px;
  border-radius: 50%;
  width: 40px;
  display: inline-block;
  height: 40px;
  text-align: center;
  margin: 0 auto;
}
.ic-font{
font-size:20px;
font-weight:bold;
padding-left:5px;
}
.st-off-g {
  border: 2px solid #48A065;
  color: #48A065;
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 190px;
  margin-top: 4px;
  font-size:14px;
  font-weight: 600;
}
.st-off-un {
  border: 2px solid #D3606A;
  color: #D3606A;
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 190px;
  margin-top: 4px;
  font-size:14px;
  font-weight: 600;
}
.head-age{
  background-color: #FFD600;
  border-bottom: 1px solid #E6E6E6;
  font-size: 14px;
  font-weight: bold;
}
.color-male{
  color:#0000FF;
  font-size:14px;
}
.color-famale{
  color:#FF00F5;
  font-size:14px;
}
@media screen and (min-width: 1001px) {
 .col-mobile{
      display: none;
  }
}
@media screen and (max-width: 1000px) {
 .col-desktop{
      display: none;
  }
  .col-700{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .card-info{
    margin-left: 5px;
    margin-right: 5px;
  }
  .title-up{
    padding-left: 5px;
  }
  .form-group-s{
      margin-top: 18px;
      margin-left: 10px;
      margin-right: 10px;
  }
  .btn-ser{
    /*   padding-left: 60px;
       padding-right: 60px; */
  }
  .ser-race{
      margin-top:25px;
  }
  .race-circle{
    width: 90px;
    height: 90px;
  }
  .race-circle::before {

    mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #ffffff calc(101% - 100px));
  }
  .race-circle-pos {
    /* font-size: 11px !important;
    padding-top: 15px !important; */
  }
  .race-circle-num {
   /*  font-size: 25px !important;
    margin-top: 0px !important; */
  }
  .race-circle-count {
     /*  color: #A3A3A3 !important;
    font-size: 11px !important; */
  }
  .person-time {
    font-size: 30px !important;
  }
  .title-person-head {
    font-size: 16px !important;
  }
  .box-popup {
    width: 180px !important;
    margin-left: 10px !important;
  }
  .popup-bib {
    /* font-size: 18px !important;
    background-image: linear-gradient(#D2B100, #FFD600) !important;
    display: inline-block !important;
    position: relative !important;
    border-radius: 5px !important;
    padding: 8px 15px 8px 15px !important;
    font-weight: bold !important; */
  }
  .profile-popup-name {
    /* font-size: 16px !important; */
  }
}
.data-d{
  color:#AE9200;
  font-weight: bold;
}
.data-t{
  color:#1E1E1E;
}
.color-b{
  background-color: #333333;
  color:#FFF;
}
.color-o{
  background-color: #666666;
  color:#FFF;
}
.page-visit{
  color:#989898;
  font-size: 14px;
  font-weight: 300;
}
.back{
  font-size: 14px;
  color:#5B58FF;
  padding-right: 10px;
  font-weight: 500;
}
.content-head{
  background: #FFFF;
  /* margin-left: -25px;
  margin-right: -25px;
  
  padding-right: 20px;
  padding-left: 20px;*/
  height: 80px;
}
.page-navi{
  padding-left:2px;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: unset  !important;
  padding-left: unset  !important;
  
}
.form-group-s {
  border: 1px solid rgba(160, 160, 160, 0.6);
  /* border-radius: 10px; */
  padding: 5px 5px;
  /* margin-bottom: 30px !important; */
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  margin-bottom: unset !important;
}
.form-group-s label {
  margin-top: -16px;
  font-size: 14px;
  font-weight: lighter;
  background-color: #FFF;
  /* width: fit-content; */
  padding: 0px 10px;
  color: #828282;
  font-weight: 400;
}
.form-group-s input, .form-group-s textarea, .form-group-s select {
  border: none !important;
  border-radius: unset;
  background-color: unset;
  padding: 0px;
  color: #000;
  font-size: 14px;
  height: 24px !important;
  margin-left: 5px;
  margin-top: -8px;
}
.title-top{
  color:#4C4C4C;
  font-size:24px;
  font-family: "Exo", sans-serif;
}
.title-top-d{
  color:#1E1E1E;
  font-size:14px;
}
ion-icon {
    font-size: 25px;
    vertical-align: middle;
    padding-right: 3px;
}
.title-person{
  color: #0091FA;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 7px;
}
.title-person-head{
  font-size: 20px;
 
}
.title-race{
  color:#E5C001;
  font-weight: 600;
  font-size: 32px;
}
.person-time{
  font-size: 48px;
  font-weight: 600;
  color: #434343;
  display: flex;
  justify-content: left;
  align-items: center;
  
}
.person-time2{
  font-size: 30px;
    font-weight: bold;
    color: #0091FA;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 80px;
  
}
.person-number{
  color: #0091FA;
  font-size: 18px;
  font-weight: bold;
}
.boder-right{
  border-right: 2px solid #ededed;
}
.bold{
  font-weight: bold;
}
.color-br{
  color: #A2A2A2;
}
.color-br1{
  color: #232323;
  font-size:14px;
}
.title-time{
  color:#B2B2B2;
  font-size: 16px;
}
.click-tiggle {
  font-size: 24px;
}
.arrow-back{
  color: red;

  cursor: pointer;
}
.run-success{
  color: #2FAF3C;
  font-weight: bold;
}
.run-start{
  color: #007BFF;
  font-weight: bold;
}
.run-dsq{
  color: #D9534F;
  font-weight: bold;
}
.run-dnf{
  color: #000;
  font-weight: bold;
}
.run-dns{
  color: #000;
  font-weight: bold;
}
.race_km{
  font-size: 30px;
  color: #009CDE;
  font-weight: bold;
  margin-bottom: -3px;
}
.bg-blue{
  background-color: #009CDE;
}
.bg-white{
  background-color: #FFF;
  border-color: #009CDE;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {

  justify-content: center !important;
}
div.dataTables_paginate {
  float: unset !important;
}
/* ซ่อนแถวสำรองเริ่มต้น */
.hidden-row {
  display: none;
}
.position-right{
  position: absolute;
  right: 1rem;
  padding-top: 15px;
}
.box-ov{
  position: relative;
  line-height: 40px;
  border-bottom: 1px solid #dee2e6;
}
.ov-color{
  color: #1BC718;
  font-weight: bold;
}
.ov-1{
  display: inline-block; 
  width:10%
}
.ov-2{
  display: inline-block; 
  width:65%
}
.ov-3{
  display: inline-block; 
  width:20%;
  text-align: right;
}
.tr-bg{
  background-color: #EEEEEE;
}
.hr-div {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.right{
  color: #555555;
  position: absolute;
  right: 1rem;
  top: 0.7rem;
}
.relative{
  position: relative;
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
      max-width: 1200px !important;
  }
}
@media (min-width: 576px) {
  .container, .container-sm {
      max-width: 1200px  !important;
  }
}
/* ซ่อนคอลัม์เมื่อขนาดจอน้อยกว่า 700px */
@media screen and (max-width: 1000px) {
  #tbdata td:nth-child(3), #tbdata th:nth-child(3) {
    display: none;
  }
  #tbdata td:nth-child(4), #tbdata th:nth-child(4) {
    display: none;
  }
  #tbdata td:nth-child(5), #tbdata th:nth-child(5) {
    display: none;
  }
  #tbdata td:nth-child(6), #tbdata th:nth-child(6) {
    display: none !important;
  }
  
  .content-head{
    padding-right: 10px;
    padding-left: 10px;
  }
  .right{
    display:inherit;
  }
  .display-none{
    display:inherit;
  }
  .input-group {
    margin-bottom: 6px;
  }
  .pt-3-m{
    padding-top: 5px !important;
  }
 
}

/* แสดงคอลัม์เมื่อขนาดจอมากกว่าหรือเท่ากับ 700px */
@media screen and (min-width: 1200px) {
  #tbdata td:nth-child(3), #tbdata th:nth-child(3) {
    display: table-cell;
  }
  #tbdata td:nth-child(4), #tbdata th:nth-child(4) {
    display: table-cell;
  }
  #tbdata td:nth-child(5), #tbdata th:nth-child(5) {
    display: table-cell;
  }
  #tbdata td:nth-child(6), #tbdata th:nth-child(6) {
    display: table-cell;
  }
 
  .right{
    display: none;
  }
}

.blog-result{
   background-color: #EDEDED;
   line-height: 40px;
   display: flex;
}
.pa{
  margin-left:10px;
}
.r_active{
  border-bottom: 4px solid #B3B3B3;
}
.re{
  padding-left:5px;
}
.title-header {
  text-align: center;
  padding-left: 8px;
  /* color: #776565;
  font-weight: bold; */
  padding-top: 9px;
}
.form-control {
    height: calc(2rem + 2px) !important;
}

.form-control-small {
    height: calc(1.7rem + 2px) !important;
}
body {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
}
.color-female{
  color:#FF1493
}


.bg-custom {
    background-color: #0E5979 !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (max-width: 991.98px) {
    .title-header {
       /* display: none; */
    }
    .login-name{
       display: none;
    }
}
@media (min-width: 700px) {
  .container-fluid-front{
      max-width: 1200px !important
  }
  .title-header {
    padding-left: 350px !important;
  }
  .main-container {
    padding: 10px 20px 10px 20px;
  }
}

.width-50 {
    width: 50% !important;
}
.width-40 {
    width: 40% !important;
}
.width-45 {
    width: 45% !important;
}
.width-10 {
    width: 10% !important;
}


.header-province {
    background: #D0D2D3;
    width: 100%;
    padding: 8px;
    font-weight: bold;
}

.bottom-dotted {
    border-bottom: 2px dotted #D0D2D3;
}
.header-modal-member{
  padding-bottom: 5px;
  padding-top: 11px;
  background: #36ADC1;
  color: #FFF;
}

.top-border {
  border-top: 1px solid #000;
}
.bottom-border {
  border-bottom: 1px solid #000;
}
.template-content{
  border: 1px solid;
  border-radius: 5px;
  padding: 20px;
}
.template-box{
  margin-left: 180px;
  margin-right: 180px;
  margin-top: 25px;
  padding-left: 33px;
  padding-bottom: 35px;
}
.text-indent{
  text-indent: 8.2em;
}
.profit td {
  border-top:transparent;
}
.template-table td{
 line-height: 28px;
}

.input-group-btn {
    height: 34px;
    background-color: #D0D2D3;
}
.input-group-btn-small {
    height: 29px;
    background-color: #D0D2D3;
}
.btn-date {
    line-height: 10px !important;
}

#loader {
    /* Uncomment this to make it run! */
    /*
animation: loader 5s linear infinite; 
*/
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

@keyframes loader {
    0% {
        left: -100px
    }
    100% {
        left: 110%;
    }
}

#box {
    width: 50px;
    height: 50px;
    background: #fff;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        transform: translateY(0) rotate(90deg);
    }
}

#shadow {
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite;
}

@keyframes shadow {
    50% {
        transform: scale(1.2, 1);
    }
}
.navbar-expand .navbar-nav .nav-link {
    font-size: 19px !important
}
.card-body {
    /* min-height: 500px !important; */
}
.bt-div{
    max-width: 33px !important;
    padding-top: 7px !important;
}
.btn-sidebar{
    font-size: 13px !important;
}

.btn-padding{
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.btn-print-header{
    float: right;
    padding-bottom: 10px !important;
    padding-right: 50px !important;
    padding-left: 50px !important;
    border-radius: 0px !important;
}
.color-green{
    color:green;
}
.form-group {
    margin-bottom: 4px  !important;
}

.title-header-content{
  padding-top: 10px;
  font-size: 20px;
  padding-left: 40px;
}
.nav-link-2{
  display: block;
  padding: 0 2rem;
  padding-top: 15px;
  border-radius: 5px;
  border: 1px solid #FFF;
  border-radius: 5px;
}
.active-2{

  border: 1px solid #007BFF !important;
  background-color: #007BFF;
}
.table thead th {
  vertical-align: middle !important;
}
.form-control-inline{
  display: inline !important;
  width: 100px  !important;

}
.table-padding-left{
  padding-left: 100px !important;
}
.table-padding-left-2{
  padding-left: 56px !important;
}
.table-padding-left-3 {
  padding-top: 6px !important;
  padding-left: 155px !important;
}
h5, .h5 {
  font-size: 1.1rem !important;
}
.table-padding-left-footer{
  padding-left: 130px;
}
.qt-d{
  font-size:16px;
  color:#8C8C8C;
  font-family: "Exo", sans-serif;
}
.table th, .table td {
  /* padding: 0.3rem !important; */
}
.nav-tabs .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
/* loading **************************** */
*,
*:after,
*:before {
  box-sizing: border-box;
}
:root {
  --hue: 185;
  --radius: 5.5;
  --size: 4;
}

.scene {
  perspective: 800px;
  transform-style: preserve-3d;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plane {
  height: 5vmin;
  width: 5vmin;
  transform-style: preserve-3d;
  transform: rotateX(-40deg) rotateY(-45deg) rotateX(90deg);
}
.cube,
.shadow {
  --width: var(--size);
  --height: var(--size);
  --depth: var(--size);
  height: calc(var(--depth) * 1vmin);
  width: calc(var(--width) * 1vmin);
  transform-style: preserve-3d;
  position: absolute;
  font-size: 1rem;
  -webkit-animation: jump 0.8s calc(var(--d) * 1s) infinite;
          animation: jump 0.8s calc(var(--d) * 1s) infinite;
  transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), 0);
}
.cube > div:nth-of-type(1),
.shadow > div:nth-of-type(1) {
  background: hsl(var(--hue), 60%, 50%);
  height: calc(var(--height) * 1vmin);
  width: 100%;
  transform-origin: 50% 50%;
  transform: rotateX(-90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateX(-90deg) translate3d(0, 0, calc((var(--depth) / 2) * 1vmin));
}
.cube > div:nth-of-type(2),
.shadow > div:nth-of-type(2) {
  background: hsl(var(--hue), 60%, 60%);
  height: calc(var(--height) * 1vmin);
  width: 100%;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%) rotateX(-90deg) rotateY(180deg) translate3d(0, 0, calc((var(--depth) / 2) * 1vmin));
  position: absolute;
  top: 50%;
  left: 50%;
}
.cube > div:nth-of-type(3),
.shadow > div:nth-of-type(3) {
  background: hsl(var(--hue), 60%, 60%);
  height: calc(var(--height) * 1vmin);
  width: calc(var(--depth) * 1vmin);
  transform: translate(-50%, -50%) rotateX(-90deg) rotateY(90deg) translate3d(0, 0, calc((var(--width) / 2) * 1vmin));
  position: absolute;
  top: 50%;
  left: 50%;
}
.cube > div:nth-of-type(4),
.shadow > div:nth-of-type(4) {
  background: hsl(var(--hue), 60%, 55%);
  height: calc(var(--height) * 1vmin);
  width: calc(var(--depth) * 1vmin);
  transform: translate(-50%, -50%) rotateX(-90deg) rotateY(-90deg) translate3d(0, 0, calc((var(--width) / 2) * 1vmin));
  position: absolute;
  top: 50%;
  left: 50%;
}
.cube > div:nth-of-type(5),
.shadow > div:nth-of-type(5) {
  background: hsl(var(--hue), 60%, 45%);
  height: calc(var(--depth) * 1vmin);
  width: calc(var(--width) * 1vmin);
  transform: translate(-50%, -50%) translate3d(0, 0, calc((var(--height) / 2) * 1vmin));
  position: absolute;
  top: 50%;
  left: 50%;
}
.cube > div:nth-of-type(6),
.shadow > div:nth-of-type(6) {
  background: hsl(var(--hue), 60%, 65%);
  height: calc(var(--depth) * 1vmin);
  width: calc(var(--width) * 1vmin);
  transform: translate(-50%, -50%) translate3d(0, 0, calc((var(--height) / 2) * -1vmin)) rotateX(180deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
.shadow {
  -webkit-animation: none;
          animation: none;
  background: radial-gradient(#000, transparent);
  transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), calc(var(--size) * -0.5vmin)) scale(1);
  -webkit-animation: shadow 0.8s calc(var(--d) * 1s) infinite;
          animation: shadow 0.8s calc(var(--d) * 1s) infinite;
}
.cube--0,
.shadow--0 {
  --x: 1;
  --y: 0;
  --d: -0.7;
}
.cube--1,
.shadow--1 {
  --x: 1;
  --y: -1;
  --d: -0.6;
}
.cube--2,
.shadow--2 {
  --x: 0;
  --y: -1;
  --d: -0.5;
}
.cube--3,
.shadow--3 {
  --x: -1;
  --y: -1;
  --d: -0.4;
}
.cube--4,
.shadow--4 {
  --x: -1;
  --y: 0;
  --d: -0.3;
}
.cube--5,
.shadow--5 {
  --x: -1;
  --y: 1;
  --d: -0.2;
}
.cube--6,
.shadow--6 {
  --x: 0;
  --y: 1;
  --d: -0.1;
}
.cube--7,
.shadow--7 {
  --x: 1;
  --y: 1;
  --d: 0;
}
@-webkit-keyframes jump {
  0%, 30%, 100% {
    transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), 0);
  }
  15% {
    transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), 3.5vmin);
  }
}
@keyframes jump {
  0%, 30%, 100% {
    transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), 0);
  }
  15% {
    transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), 3.5vmin);
  }
}
@-webkit-keyframes shadow {
  0%, 30%, 100% {
    transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), calc(var(--size) * -0.5vmin)) scale(1);
  }
  15% {
    transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), calc(var(--size) * -0.5vmin)) scale(0.85);
    opacity: 0.2;
  }
}
@keyframes shadow {
  0%, 30%, 100% {
    transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), calc(var(--size) * -0.5vmin)) scale(1);
  }
  15% {
    transform: translate3d(calc((var(--x) * var(--radius)) * 1vmin), calc((var(--y) * var(--radius)) * -1vmin), calc(var(--size) * -0.5vmin)) scale(0.85);
    opacity: 0.2;
  }
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  background-color: #D0D2D3 !important;
  border-color: #D0D2D3 !important;
}
.sum_summary{
  font-weight: bold !important;
  color: green !important;
}
.table-small th,.table-small td {
  font-size: 14px !important;
}
.input-small{
  font-size: 14px !important;
  width: 135px !important;
}

