.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


table td{
  vertical-align: middle   !important;
}

.hidden{
  display: none !important;
}

.avatar_dashboard_img{
  width: 54px;
  height: 54px;
}

.image_customer{
  width: 80px;
  height: 80px;
  border-radius : 50%;
}
.boder-error {
  border: 1px solid rgb(231, 80, 90)  !important;
}

html, body {
  color: #333;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-color: #eee;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: rgb(247, 148, 29);
  outline: none;
  -webkit-transition: all 100ms ease 0s;
  -o-transition: all 100ms ease 0s;
  transition: all 100ms ease 0s;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
* {
  outline: none !important;
}
input, select{
  border: 1px solid #ddd;
  padding-left: 10px;
}
.modal-dialog{
  max-width: 700px;
  top: 75px;
  height: calc(100vh - 100px);
}
.modal-body{
  overflow-y: scroll;
}
.modal-content{
  border-radius: 0;
}
.modal-header .close{
  padding: 7px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-header .close span:last-child{
  margin-left: 7px;
  font-size: 16px;
}
.modal-header .close span:first-child{
  font-size: 1.5rem;
}


@media screen and (min-width: 1200px) {
  .container {
      max-width: 1200px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
      max-width: 100%;
  }
}

/*loading*/
.sc-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  transform: -moz-translate(-50%, -50%);
  transform: -ms-translate(-50%, -50%);
  color:#1f222b;
  z-index: 9999;
  background: rgba(255,255,255,0.7);
}

#sc-loading{
  display: none;
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(255,255,255,0.7);
}
/*end loading */

/*price*/

.sc-new-price{
  color:#FE980F;
  font-size: 14px;
  padding: 10px 5px;
  font-weight:bold;
}
.sc-old-price {
  text-decoration: line-through;
  color: #a95d5d;
  font-size: 13px;
  padding: 10px;
}
/*end price*/
.sc-product-build{
font-size: 20px;
font-weight: bold;
}
.sc-product-build img{
width: 50px;
}
.sc-product-group  img{
  width: 100px;
  cursor: pointer;
}
.sc-product-group:hover{
box-shadow: 0px 0px 2px #999;
}
.sc-product-group:active{
box-shadow: 0px 0px 2px #ff00ff;
}
.sc-product-group.active{
box-shadow: 0px 0px 2px #ff00ff;
}

.sc-shipping-address td{
padding: 3px !important;
}
.sc-shipping-address textarea,
.sc-shipping-address input[type="text"],
.sc-shipping-address option{
width: 100%;
padding: 7px !important;
}
.row_cart>td{
vertical-align: middle !important;
}
input[type="number"]{
text-align: center;
padding:2px;
}
.sc-notice{
  clear: both;
}


.money{
  color: red;
}


 

 

/* Hide scrollbar for IE, Edge and Firefox */

body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

select {
  padding: 3px 10px;
  font-size: 13px;
  border-radius: 0px;
  height: 28px !important;
  width: 100%;
  border: 1px solid #d0d6da;
}

.fs-wrap {
  outline: 1px solid #ddd;
  box-shadow: none;
  margin-top: 1px;
  ;
}

.fs-wrap:focus {
  color: #495057;
  background-color: #fff;
  outline: 1px solid #80bdff;
  box-shadow: none;
}

.fs-label-wrap {
  border: none!important;
}

.btn-mg .btn {
  margin: 10px 0;
}

.text-wrap {
  white-space: nowrap;
}

.header .navbar-nav .nav-item:not(.btn-disabled):hover {
  background: #dde6ef;
}

.header .navbar-nav .nav-item:not(.btn-disabled):active {
  background: #dde6ef;
}

.ss-content .ss-search input {
  border-radius: 0px !important;
  height: 28px !important;
}

.ss-content .ss-search input:focus {
  border-color: #80bdff !important;
  outline: 0 !important;
  box-shadow: none !important;
}


/*!
* Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/

svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

.svg-inline--fa.fa-lg {
  vertical-align: -.225em;
}

.svg-inline--fa.fa-w-1 {
  width: 0.0625em;
}

.svg-inline--fa.fa-w-2 {
  width: 0.125em;
}

.svg-inline--fa.fa-w-3 {
  width: 0.1875em;
}

.svg-inline--fa.fa-w-4 {
  width: 0.25em;
}

.svg-inline--fa.fa-w-5 {
  width: 0.3125em;
}

.svg-inline--fa.fa-w-6 {
  width: 0.375em;
}

.svg-inline--fa.fa-w-7 {
  width: 0.4375em;
}

.svg-inline--fa.fa-w-8 {
  width: 0.5em;
}

.svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}

.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}

.svg-inline--fa.fa-w-11 {
  width: 0.6875em;
}

.svg-inline--fa.fa-w-12 {
  width: 0.75em;
}

.svg-inline--fa.fa-w-13 {
  width: 0.8125em;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.svg-inline--fa.fa-w-15 {
  width: 0.9375em;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.svg-inline--fa.fa-w-17 {
  width: 1.0625em;
}

.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}

.svg-inline--fa.fa-w-19 {
  width: 1.1875em;
}

.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}

.svg-inline--fa.fa-pull-left {
  margin-right: .3em;
  width: auto;
}

.svg-inline--fa.fa-pull-right {
  margin-left: .3em;
  width: auto;
}

.svg-inline--fa.fa-border {
  height: 1.5em;
}

.svg-inline--fa.fa-li {
  width: 2em;
}

.svg-inline--fa.fa-fw {
  width: 1.25em;
}

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em;
}

.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-text,
.fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: .25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1em;
}

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2em;
}

.fa-inverse {
  color: #fff;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.nav-link {
  color: #333;
}

.m-10,
.m10 {
  margin: 10px !important;
}

.mr-10,
.mr10 {
  margin-right: 10px !important;
}

.ml-10,
.ml10 {
  margin-left: 10px !important;
}

.mt-10,
.mt10 {
  margin-top: 10px !important;
}

.mb-10,
.mb10 {
  margin-bottom: 10px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.bold {
  font-weight: bold
}

label {
  font-size: 13px;
  margin-bottom: 2px;
}

.box-input-search {
  border: 2px solid #fff;
  transition: 0.3s;
  padding-top: 40px;
}

.hide-box-input-search {
  position: absolute;
  color: #2196f3;
  left: 0;
  top: 0px;
  font-size: 25px;
  line-height: 15px;
  z-index: 999;
  display: block;
  width: 100%;
  text-align: center;
  height: 20px;
}

.hide-box-input-search i {
  line-height: 20px;
}

.hide-box-input-search:hover {
  background-color: #E5E5E5;
}

.box-input-search.hide {
  height: 0px;
  padding-top: 16px;
  padding-bottom: 0px;
  overflow: hidden;
  display: block !important;
  transition: 0.3s;
}

.hide-box-input-search i.fa-caret-down:before {
  content: "\f0d7" !important;
}

.border-box-input-search {}

.tooltip-inner {
  background-color: #fafafb;
  color: black;
  border-radius: 0px;
  border: 2px solid #6c757d;
  text-align: left;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #6c757d;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #6c757d;
}

.gflex {
  display: flex;
  justify-content: center;
}

.hidden,
.hide {
  display: none !important;
}

 

.main-nav>ul {
  min-height: 100vh;
  background: #1a60bd;
}

.content {
  padding-top: 70px;
  padding-bottom: 40px;
  min-height: 92vh;
  margin-left: 0px !important;
}

.card {
  margin-bottom: 15px;
  border-radius: 0px;
  /* border-top : 1px solid rgba(0,0,0,.200);
  border-bottom : 1px solid rgba(0,0,0,.200); */
  border-left:none;
  border-right:none;
  border:1px solid rgba(0,0,0,.200);
}

.div_loading {
  background: #000000;
  display: none;
  opacity: 0.6;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}

.sticky.navbar-act {
  height: 60px;
  position: fixed;
  top: 44px;
  right: 0;
  left: 0px;
  z-index: 1030;
  background: #EAEFF5 !important;
}

.navbar-act .navbar-nav li {
  padding: 5px 5px
}

.navbar-act .navbar-nav li:last-child {
  padding-right: 15px;
}

.navbar-act .navbar-nav li:first-child {
  padding-left: 15px;
}

.navbar-act .navbar-brand {
  margin-left: 15px;
  border-bottom: 3px solid #2196f3;
  margin-bottom: -7px;
}

.image_loading_popup {
  position: absolute;
  top: 40%;
  left: 47%;
  padding: 10px;
}

.btn,
.ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0)
}

.btn:after,
.ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .5) 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity 1s
}

.btn:active:after,
.ripple:active:after {
  transform: scale(0, 0);
  opacity: .2;
  transition: 0s
}

.form-control.required,
.form-control.required[value=""] {}

.modal-header {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  padding-top: 10px;
}

.modal-content {
  border-radius: 0px !important;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.label-nowrap label {
  white-space: nowrap;
}

.w50 {
  width: 50px !important;
}
.w80 {
  width: 80px !important;
}


.w100 {
  width: 100px !important;
}
.w120 {
  width: 120px !important;
}

.w150 {
  width: 150px !important;
}

.w250 {
  width: 250px !important;
}

.w200 {
  width: 200px !important;
}
.w300 {
  width: 300px !important;
}

.w350 {
  width: 350px !important;
}

.w400 {
  width: 400px !important;
}
.user-up {
  width: 25%;
  color: red;
}


/*RADIO MATERIAL*/

@keyframes ripple {
  0% {
      box-shadow: 0px 0px 0px 1px transparent;
      border-radius: 50%;
  }
  50% {
      box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
      border-radius: 50%;
  }
  100% {
      box-shadow: 0px 0px 0px 15px transparent;
      border-radius: 50%;
  }
}

@-moz-keyframes ripple {
  0% {
      box-shadow: 0px 0px 0px 1px transparent;
      border-radius: 50%;
  }
  50% {
      box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
      border-radius: 50%;
  }
  100% {
      box-shadow: 0px 0px 0px 15px transparent;
      border-radius: 50%;
  }
}

@-webkit-keyframes ripple {
  0% {
      box-shadow: 0px 0px 0px 1px transparent;
      border-radius: 50%;
  }
  50% {
      box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
      border-radius: 50%;
  }
  100% {
      box-shadow: 0px 0px 0px 15px transparent;
      border-radius: 50%;
  }
}

.lb-required:after {
  content: "\273D";
  color: #F72809;
  font-size: 12px!important;
  vertical-align: middle;
  top: -3px;
  position: relative;
  margin-left: 3px;
  white-space: pre-wrap;
}

.inline-block {
  display: inline-block;
}

.full-width {
  width: 100%;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col {
  padding-right: 10px;
  padding-left: 10px;
}


/*FORM*/

.form-control {
  /*padding: .594rem .75rem;*/
  border: 1px solid #d0d6da;
}

 
select.form-control:not([size]):not([multiple]) {
  /*height: calc(2.28rem + 2px);*/
}


/*.form-control:focus {
  box-shadow: 0 0 0 0.09rem rgba(0,123,255,0);
  border-color: #3399DB;
}*/


.form-control[readonly]:focus {
  box-shadow: unset;
  -moz-box-shadow: unset;
  -webkit-box-shadow: unset;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0.05 0 0 0.09rem rgba(0, 123, 255, .25);
}

input.right-radius[type="checkbox"]:not(:first-child):not(:last-child),
input.right-radius[type="checkbox"],
.input-group .form-control.right-radius:not(:first-child):not(:last-child),
.input-group .form-control.right-radius {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

input.left-radius[type="checkbox"]:not(:first-child):not(:last-child),
input.left-radius[type="checkbox"],
.input-group .form-control.left-radius:not(:first-child):not(:last-child),
.input-group .form-control.left-radius {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.input-group-btn.input-group>input.form-control:not(:last-child) {
  /*border-radius: 5px;*/
}

.footer {
  /* min-height: 35px; */
}

.footer .container {
  line-height: 35px;
  color: white;
  max-width: none;
  text-align: center;
}
/*ENDFORM */

.form-control.required {
  background: #FFF0D3;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #EAEAEA;
  cursor: default;
}

.form-control.textbox-error {
  color: #F72809;
  border: 1px solid #F72809;
}

.text-danger {
  color: #F72809;
}

.md-radio-v2 {
  position: relative;
}

.md-radio-v2 input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.md-radio-v2 input[type="radio"]:checked+label:before {
  /* animation: ripple 0.2s linear forwards; */
  border: 1px solid #2196f3;
}

.md-radio-v2 input[type="radio"]:checked+label:after {
  transform: scale(0.8);
}

.md-radio-v2 input[type="radio"]:focus+label::before {
  box-shadow: 0 0 2px 2px rgb(59, 153, 252);
}

.md-radio-v2 label {
  display: inline-block;
  height: 20px;
  position: relative;
  padding: 0 5px 0 25px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
  color: black;
}

.table .md-radio-v2.is-table label {
  padding: 0 5px 0 10px;
}

.md-radio-v2 label:before,
.md-radio-v2 label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  transition: all .3s ease;
  transition-property: transform, border-color;
}

.md-radio-v2 label:before {
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #d0d6da;
}

.md-radio-v2 .textbox-error+label:before {
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 2px solid rgb(231, 80, 90);
}

.md-radio-v2 label:after {
  top: 4px;
  left: 3px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #2196f3;
}

.md-radio-v2 input[type="radio"]:focus+label {
  outline: thin dotted;
}

.md-radio-v2 input[type="radio"]:checked+label {
  color: black;
  outline: none;
}

.md-radio-v2 input[type="radio"][disabled]+label {
  color: #212529;
}

.md-radio-v2 input[disabled]+label::before {
  background: transparent;
  border: 1px solid #EAEAEA;
}

.md-radio-v2 input[type="radio"][disabled]:checked+label::before {
  border-color: #EAEAEA;
}

.md-radio-v2 input[disabled]+label::after {
  background: #EAEAEA;
}


/* .md-radio-v2 input[type="radio"]:not([disabled]):checked+label:hover:after,
.md-radio-v2 input[type="radio"]:not([disabled]):checked+label:active:after,
.md-radio-v2 input[type="radio"]:not([disabled]):checked+label:focus:after {
  box-shadow: 0 0 5px 4px rgba(33, 33, 33, 0.2);
} */

.md-checkbox-v2 {
  position: relative;
}

.md-checkbox-v2 input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  /*visibility: hidden;*/
  /*display: none; */
}

.md-checkbox-v2 label {
  cursor: pointer;
}

.md-checkbox-v2 input[type="checkbox"]+label:before {
  content: " ";
  display: inline-block;
  height: 16px;
  margin: 0 .25em 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
  background-color: #fff;
  color: #2196f3;
  position: relative;
  top: 2px;
  margin-right: 10px;
  border-radius: 0px;
  border: 1px solid #d0d6da;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.md-checkbox-v2 input[type="checkbox"]+label {
  color: black;
  /* font-size: .875rem; */
}

.md-checkbox-v2 input[type="checkbox"]:checked+label:before {
  background: #fff;
  color: #2196f3;
  content: "\2713";
  text-align: center;
  font-family: FontAwesome;
  font-size: .675rem;
  font-weight: bold;
  border: 1px solid;
}

.md-checkbox-v2 input[type="checkbox"]:checked+label {
  color: black;
  white-space: nowrap;
}

.md-checkbox-v2 input[type="checkbox"]:checked+label:after {
  font-weight: bold;
}

.md-checkbox-v2 input[type="checkbox"]:focus+label::before {
  outline: rgb(59, 153, 252) solid 1px;
}

.md-checkbox-v2 input[type="checkbox"][disabled]+label:before {
  background: #EAEAEA;
  color: #fff;
}

.md-checkbox-v2 input[type="checkbox"][disabled]+label {
  color: #EAEAEA;
}

.md-checkbox-v2.lb input[type="checkbox"]+label,
.md-radio-v2.lb input[type="radio"]+label:before,
.md-radio-v2.lb input[type="radio"]+label:after,
.md-checkbox-v2.lb input[type="checkbox"]+label:before {
  margin: 0;
}

.md-radio-v2.lb input[type="radio"]+label {
  padding: 0 5px 0 5px;
}

.checkbox .md-checkbox {
  margin-left: -20px;
  margin-right: -20px;
}

.checkbox .md-checkbox label {
  padding-right: 20px;
}

.checkbox .md-checkbox input[type="checkbox"]+label:before {
  top: 0;
}

.radio .md-radio label:before {
  top: 0;
}

.radio .md-radio label:after {
  top: 3px;
}

.checkbox,
.radio {
  padding: .655rem 0;
  margin: 0;
  /* line-height: 20px; */
  padding-top: 4px;
  padding-bottom: 3px;
}

.btn {
  /*direction: rtl;*/
}

/* .btn-append{
  min-width: 55px;
} */

.btn-group .btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

.btn-group .btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
 
.btn i:first-child {
  margin-right: 5px;
  margin-left: 5px;
}

.btn.circle:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range) {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.btn:not(.btn-transparent):hover {
  /* color: #eee; */
}

.btn-group .btn:not(:last-child):not(.btn-transparent) {
  margin-right: 2px;
}

.btn-brand {
  color: #fff;
  background-color: #716aca;
  border-color: #716aca;
}

.btn-brand:hover {
  color: #fff;
  background-color: #564ec0;
  border-color: #4d44bd;
}

.btn-primary {
  background: #2196f3;
}

.btn-primary:hover {
  background: #1560bd;
}

.btn-gradient {
  background: #4fa49a;
  background: -moz-linear-gradient(20deg, #4fa49a 0%, #4361c2 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4fa49a), color-stop(100%, #4361c2));
  background: -webkit-linear-gradient(20deg, #4fa49a 0%, #4361c2 100%);
  background: -o-linear-gradient(20deg, #4fa49a 0%, #4361c2 100%);
  background: -ms-linear-gradient(20deg, #4fa49a 0%, #4361c2 100%);
  background: linear-gradient(20deg, #4fa49a 0%, #4361c2 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4fa49a', endColorstr='#4361c2', GradientType=1);
  transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
}

.btn-gradient:focus,
.btn-gradient:active,
.btn-gradient:hover {
  background: #4fa49a;
  background: -moz-linear-gradient(45deg, #4979c5 0%, #229aa7 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4fa49a), color-stop(100%, #4361c2));
  background: -webkit-linear-gradient(45deg, #4979c5 0%, #229aa7 100%);
  background: -o-linear-gradient(45deg, #4979c5 0%, #229aa7 100%);
  background: -ms-linear-gradient(45deg, #4979c5 0%, #229aa7 100%);
  background: linear-gradient(45deg, #4979c5 0%, #229aa7 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4fa49a', endColorstr='#4361c2', GradientType=1);
  transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  background-image: linear-gradient(45deg, #4979c5 0%, #229aa7 100%) !important;
}

.btn-gradient.warning {
  background: #ec6b58;
  background: -moz-linear-gradient(20deg, #ec6b58 0%, #f7a633 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ec6b58), color-stop(100%, #F7A633));
  background: -webkit-linear-gradient(20deg, #ec6b58 0%, #f7a633 100%);
  background: -o-linear-gradient(20deg, #ec6b58 0%, #f7a633 100%);
  background: -ms-linear-gradient(20deg, #ec6b58 0%, #f7a633 100%);
  background: linear-gradient(20deg, #ec6b58 0%, #f7a633 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ec6b58', endColorstr='#F7A633', GradientType=1);
  transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
}

.btn-gradient.warning:focus,
.btn-gradient.warning:active,
.btn-gradient.warning:hover {
  background: #ec6b58;
  background: -moz-linear-gradient(45deg, #ec6b58 0%, #f7a633 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ec6b58), color-stop(100%, #F7A633));
  background: -webkit-linear-gradient(45deg, #ec6b58 0%, #f7a633 100%);
  background: -o-linear-gradient(45deg, #ec6b58 0%, #f7a633 100%);
  background: -ms-linear-gradient(45deg, #ec6b58 0%, #f7a633 100%);
  background: linear-gradient(45deg, #ec6b58 0%, #f7a633 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ec6b58', endColorstr='#F7A633', GradientType=1);
  transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  background-image: linear-gradient(45deg, #ec6b58 0%, #f7a633 100%) !important;
}

.btn-gradient.danger {
  background: #F72809;
  background: -moz-linear-gradient(20deg, #dc3545 0%, #d47676 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #F72809), color-stop(100%, #d47676));
  background: -webkit-linear-gradient(20deg, #dc3545 0%, #d47676 100%);
  background: -o-linear-gradient(20deg, #dc3545 0%, #d47676 100%);
  background: -ms-linear-gradient(20deg, #dc3545 0%, #d47676 100%);
  background: linear-gradient(20deg, #dc3545 0%, #d47676 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dc3545', endColorstr='#d47676', GradientType=1);
  transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
}

.btn-gradient.danger:focus,
.btn-gradient.danger:active,
.btn-gradient.danger:hover {
  background: #F72809;
  background: -moz-linear-gradient(45deg, #dc3545 0%, #d47676 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #F72809), color-stop(100%, #F7A633));
  background: -webkit-linear-gradient(45deg, #dc3545 0%, #d47676 100%);
  background: -o-linear-gradient(45deg, #dc3545 0%, #d47676 100%);
  background: -ms-linear-gradient(45deg, #dc3545 0%, #d47676 100%);
  background: linear-gradient(45deg, #dc3545 0%, #d47676 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dc3545', endColorstr='#d47676', GradientType=1);
  transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  background-image: linear-gradient(45deg, #dc3545 0%, #d47676 100%) !important;
}

.btn-gradient.brand {
  background: #564ec0;
  background: -moz-linear-gradient(45deg, #564ec0 0%, #928cec 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #564ec0), color-stop(100%, #928cec));
  background: -webkit-linear-gradient(45deg, #564ec0 0%, #928cec 100%);
  background: -o-linear-gradient(45deg, #564ec0 0%, #928cec 100%);
  background: -ms-linear-gradient(45deg, #564ec0 0%, #928cec 100%);
  background: linear-gradient(45deg, #564ec0 0%, #928cec 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#564ec0', endColorstr='#928cec', GradientType=1);
  transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
}

.btn-gradient.brand:active,
.btn-gradient.brand:focus,
.btn-gradient.brand:hover {
  background: #564ec0;
  background: -moz-linear-gradient(120deg, #564ec0 0%, #928cec 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #564ec0), color-stop(100%, #928cec));
  background: -webkit-linear-gradient(120deg, #564ec0 0%, #928cec 100%);
  background: -o-linear-gradient(120deg, #564ec0 0%, #928cec 100%);
  background: -ms-linear-gradient(120deg, #564ec0 0%, #928cec 100%);
  background: linear-gradient(120deg, #564ec0 0%, #928cec 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#564ec0', endColorstr='#928cec', GradientType=1);
  transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  background-image: linear-gradient(120deg, #564ec0 0%, #928cec 100%) !important;
}

.btn-outline-brand:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range) i {
  color: #5867dd;
}

.btn-outline-brand:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range) {
  color: #5867dd;
  background-color: transparent;
  background-image: none;
  border: 1px solid #5867dd;
}

.btn-outline-brand:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):focus,
.btn-outline-brand:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):active,
.btn-outline-brand:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):hover {
  border: 1px solid #5867dd;
  background: #5867dd;
  color: #fff;
}

.btn-outline-brand:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):hover i,
.btn-outline-brand:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):active i,
.btn-outline-brand:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):focus i {
  color: #fff;
}


/*PRIMARY*/

.btn-outline-primary:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range) i {
  color: #2A70B8;
}

.btn-outline-primary:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range) {
  color: #2A70B8;
  background-color: transparent;
  background-image: none;
  border: 1px solid #2A70B8;
}

.btn-outline-primary:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):focus,
.btn-outline-primary:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):active,
.btn-outline-primary:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):hover {
  border: 1px solid #2196f3;
  background: #2196f3;
  color: #fff;
}

.btn-outline-primary:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):active i,
.btn-outline-primary:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):hover i,
.btn-outline-primary:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):focus i {
  color: #fff;
}


/*success*/

.btn-outline-success:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range) i {
  color: #5cb85c;
}

.btn-outline-success:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range) {
  color: #5cb85c;
  background-color: transparent;
  background-image: none;
  border: 1px solid #5cb85c;
}

.btn-outline-success:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):focus,
.btn-outline-success:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):active,
.btn-outline-success:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):hover {
  border: 1px solid #5cb85c;
  background: #5cb85c;
  color: #fff;
}

.btn-outline-success:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):hover i,
.btn-outline-success:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):active i,
.btn-outline-success:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):focus i {
  color: #fff;
}


/*danger*/

.btn-outline-danger:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range) i {
  color: #d9534f;
}

.btn-outline-danger:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range) {
  color: #d9534f;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #d9534f;
}

.btn-outline-danger:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):focus,
.btn-outline-danger:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):active,
.btn-outline-danger:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):hover {
  border: 1px solid #d9534f;
  background: #d9534f;
  color: #fff;
}

.btn-outline-danger:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):hover i,
.btn-outline-danger:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):active i,
.btn-outline-danger:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):focus i {
  color: #fff;
}


/*warning*/

.btn-outline-warning:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range) i {
  color: #ec971f;
}

.btn-outline-warning:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range) {
  color: #ec971f;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ec971f;
}

.btn-outline-warning:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):active,
.btn-outline-warning:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):focus,
.btn-outline-warning:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):hover {
  border: 1px solid #ec971f;
  background: #ec971f;
  color: #fff;
}

.btn-outline-warning:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):hover i,
.btn-outline-warning:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):active i,
.btn-outline-warning:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range):focus i {
  color: #fff;
}

.btn-horizontal[class*="btn-outline-"]:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(.dtp-select-month-range) {
  border: 1px solid #dee2e6;
}


/*[class*="btn-outline-"],
[class^="btn-outline-"] {
border: 1px solid #dee2e6;
}*/

.btn.btn-rm {
  background: transparent;
  color: #F72809;
  box-shadow: unset;
  -moz-box-shadow: unset;
  -webkit-box-shadow: unset;
}


/**/

.btn-transparent {
  background: transparent;
  color: #616F7A;
  padding: 7.5px;
  font-size: .875rem;
}

.btn.btn-rm {
  background: transparent !important;
  color: #F72809 !important;
  box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
}

.btn.btn-rm:hover,
.btn.btn-rm:focus,
.btn.btn-rm:active {
  background: #f2dede !important;
  color: #F72809 !important;
}

.btn>.btn-inner {
  display: flex;
  flex-direction: column;
}

button.btn.btn-rm.btn-sm {
  padding: 0px !important;
  font-size: 16px;
  font-weight: 100;
}

.btn.btn-rm.blue {
  color: #1a60bd !important;
}

.btn.btn-rm.blue:hover,
.btn.btn-rm.blue:focus,
.btn.btn-rm.blue:active {
  background: #d9edf7 !important;
  color: #1a60bd !important;
}

.svg-btn-wrap {
  padding: 0;
  margin: 0;
}

.svg-btn {
  width: 120px;
  float: left;
  margin-right: 15px;
  list-style: none;
}

.svg-btn .inner {
  display: block;
  color: #2A70B8;
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  padding: 10px 0px;
}

.svg-btn svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-btn .svg-inline--fa.fa-w-16 {
  width: 1em;
}

.svg-btn .svg-inline--fa.fa-w-20 {
  width: 1.25em;
}

.svg-btn .svg-inline--fa.fa-w-12 {
  width: .75em;
}

.svg-btn svg {
  font-size: 30px;
  display: block;
  margin: 5px auto 10px;
}

.svg-btn .inner span {
  font-size: 14px;
  display: block;
  text-align: center;
}


/*_________*/

.btn-svg:not([disabled]):not([readonly]) {
  cursor: pointer;
}

.btn-svg:not(.sm) {
  width: 120px;
  display: inline-block;
}

.btn-svg:not(.sm):last-child {
  margin-right: 0;
}

.btn-svg .inner {
  color: #2A70B8;
  border: 1px solid #CDCDCD;
  border-radius: 3px;
}

.btn-svg:hover,
.btn-svg:focus {
  text-decoration: none;
}

.btn-svg:hover .inner,
.btn-svg:focus .inner {
  color: rgb(42, 112, 184, .8);
}

.btn-svg[disabled][readonly] .inner {
  color: #999;
}

.btn-svg:not(.sm) .inner {
  display: block;
  padding: 10px 0px;
}

.btn-svg:not(.sm) .inner:hover {
  text-decoration: none;
}

.btn-svg:not(.sm) .inner svg {
  font-size: 30px;
  display: block;
  margin: 5px auto 10px;
}

.btn-svg:not(.sm) .inner span {
  font-size: 14px;
  display: block;
  text-align: center;
}

.btn-svg.sm {
  display: inline-block;
}

.btn-svg.sm:last-child {
  margin-right: 0;
}

.btn-svg.sm .inner {
  padding: 4px 15px 2px 15px;
  display: block;
}

.btn-svg.sm .inner {}

.btn-svg.sm .inner:hover {
  text-decoration: none;
}

.btn-svg.sm .inner svg {
  font-size: 18px;
  display: block;
  margin: 2px auto 4px;
}

.btn-svg.sm .inner span {
  font-size: 12px;
  display: block;
  text-align: center;
}

.btn-horizontal {
  padding: .15rem .0rem;
  border-radius: 3px;
  font-size: 13px;
  text-decoration: none;
}

.navbar-act .btn-horizontal[class*="btn-outline-"]:not(.btn-transparent):not(.btn-flat):not(.btn-link):not(.dtp-select-year-range):not(:hover):not(:focus) {
  background-color: #fff;
}


/*_________*/

table input.form-control,
input.form-control.input-sm {
  /*padding: .398rem .5rem .398rem .5rem;*/
}

table .input-group-btn input.form-control,
.input-group-btn input.form-control.input-sm {
  /*padding: .398rem 1.7rem .398rem .5rem;*/
}

/* table .input-group-btn .input-group-append-btn .btn-transparent {
  padding: .485rem .3rem;
} */

select.form-control.input-sm:not([size]):not([multiple]) {
  height: calc(2.3rem + 2px);
  padding: .375rem .5rem;
}

.navbar-act .nav-item .btn {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
}


/* .input-group-btn { */


/* position: relative; */


/* width: 130px; */


/* } */

.input-group-btn .input-group-append-btn {
  position: absolute;
  right: 0;
  top: 0;
  /*border-left: 1px solid #ddd;*/
  z-index: 3;
}

.input-group-btn .form-control {
  padding-right: 1.875rem;
}

.input-group-btn.btn-left .form-control {
  padding-left: 1.875rem;
  padding-right: .75rem;
}

.input-group-btn.btn-left .input-group-append-btn {
  left: 0;
  right: auto;
}

 

.form-group {
  position: relative;
  height: fit-content;
}


/*PAGINATE*/

.pager-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  max-height: 30px;
}

.pager-wrap select {
  max-height: 28px;
}

.pager-wrap .input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  /*border-radius: 23px;*/
  background: #F3F4F8;
}

.page-item {
  min-width: 30px;
  height: 30px;
}

.pagination {
  margin-bottom: 0px;
}

.pagination.circle li .page-link {
  /* border-radius: 50%; */
  display: inline-block;
  /* min-width: 37px; */
  /* min-height: 37px; */
  text-align: center;
  color: #333;
  border: 1px solid rgb(0 0 0 / 20%)!important;
  background: #f3f4f8;
  line-height: 1.3rem;
}

.pagination.circle li {
  padding: 0px;
}

.pagination.circl li:hover .page-link,
.pagination.circl li:focus .page-link,
.pagination.circl li:active .page-link {
  background: #1a60bd;
}

.pagination.circl li.disabled .page-link,
.pagination.circl li.active .page-link {
  background: #ddd;
  color: #ddd;
}

.pagination.circle.outline li:not([disabled]):hover .page-link,
.pagination.circle.outline li:not([disabled]):focus .page-link,
.pagination.circle.outline li:not([disabled]):active .page-link {
  border: 1px solid #1a60bd;
}

.pagination.circle.outline li.active .page-link {
  border: 1px solid #609a2a;
  color: #ddd;
  background: #1560bd;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.pagination.circle li.page-first .page-link,
.pagination.circle li.page-last .page-link,
.pagination.circle li.page-next .page-link,
.pagination.circle li.page-prev .page-link {
  border: 1px solid #F3F4F8;
  background: #F3F4F8;
  width: 30px;
}

.pagination.circle.outline li[disabled] .page-link {
  color: #bbb;
  cursor: default;
}

.pagination.circle.outline li[disabled] .page-link:focus {
  box-shadow: none;
  cursor: default;
}
 

.num-length {
  position: relative;
  display: block;
  width: 100%;
}

.num-length>.lg {
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  margin: auto;
  display: inline;
  text-align: center;
  background: #1a60bd;
  width: 50px;
  color: #fff;
  font-size: 85%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  z-index: 20;
}

.num-length:not(.td-error)>.textbox-error {
  position: absolute;
  display: inline-block;
  /* top: -16px; */
  right: 0;
  /* left: 0; */
  margin: auto;
  font-size: 88%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

table .textbox-error {
  position: absolute;
  display: inline-block;
  /* top: -16px; */
  right: 0;
  /* left: 0; */
  margin: auto;
  font-size: 88%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.num-length>.lg.max {
  background: #F72809;
}

.nav-item {
  position: relative;
}


/*.tab-style.nav-tabs .nav-item:hover .nav-link,
.tab-style.nav-tabs .nav-item:focus .nav-link,
.tab-style.nav-tabs .nav-item.show .nav-link,
.tab-style.nav-tabs .nav-item.active .nav-link */

.tab-style.nav-tabs .nav-item .show,
.tab-style.nav-tabs .nav-item .active {
  /*border-color: transparent transparent #1a60bd;*/
  color: #fff;
  position: relative;
  background-color: #2A70B8;
  border-color: #2A70B8;
}

.tab-style .nav-item {
  border: 1px solid #ddd;
  min-width: 105px;
  text-align: center;
  margin-right: 1px;
}

.tab-style {
  /* margin-left: 10px; */
  position: fixed;
  width: 100%;
  top: 92px;
  z-index: 5;
  background: #fafafb;
}

.tab-style.nav-tabs .nav-link:focus,
.tab-style.nav-tabs .nav-link:hover {
  /*border-color: transparent transparent #1a60bd;*/
  /*color: #1a60bd;*/
}


/* .tab-content .tab-pane{
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 5px;
} */

.tab-content {
  /* border: 1px solid #ddd; */
  margin-bottom: 15px;
  /* margin-left: 10px; */
  border: none;
}

.nav-tabs {
  height: 28px !important;
  border-bottom: none !important;
}

.tab-style .nav-item a {
  height: 28px !important;
  border-radius: 0px;
  padding: 5px 1rem;
}

.tab-style.nav-tabs .nav-link:hover .caret,
.tab-style.nav-tabs .nav-link:focus .caret,
.tab-style.nav-tabs .nav-item.active .caret {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
  left: 0;
  right: 0;
  margin: auto;
}

.tab-style.nav-tabs .nav-item:hover .caret:before,
.tab-style.nav-tabs .nav-item:focus .caret:before,
.tab-style.nav-tabs .nav-item.active .caret:before {
  position: absolute;
  content: " ";
  /*border-color: transparent;*/
  /*border-style: solid;*/
}

.tab-style.nav-tabs .nav-item:hover .caret:before,
.tab-style.nav-tabs .nav-item:focus .caret:before,
.tab-style.nav-tabs .nav-item.active .caret:before {
  top: 9px;
  border-width: .4rem .4rem 0;
  /*border-top-color: #1a60bd;*/
}


 
.ics {
  padding: 0px 2px;
  display: inline-block;
}

.ics-group {
  white-space: nowrap;
}

.ics-inner {
  border: 1px solid #1a60bd;
  color: #1a60bd;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  padding: 1px 5px;
}

.ics-bg {
  background-color: #E9EFF4;
}

.ics:hover .ics-inner,
.ics:focus .ics-inner {
  -webkit-filter: grayscale(50%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
  transition: ease filter .5s;
}

.ics-label {
  line-height: 1.785;
}

.table-ics thead tr th,
.table-ics thead tr td {
  background-color: #E9EFF4;
}

.table-ics thead tr th.ics-wrap-disabled,
.table-ics thead tr td.ics-wrap-disabled {
  background-color: #CCCCCC;
  color: #fff;
}

.table-ics thead tr th.ics-wrap-disabled .ics .ics-inner,
.table-ics thead tr td.ics-wrap-disabled .ics .ics-inner {
  border: 1px solid #fff;
  color: #fff;
}

.table-ics thead tr th.ics-wrap-disabled .ics:hover .ics-inner,
.table-ics thead tr th.ics-wrap-disabled .ics:focus .ics-inner {
  border: 1px solid #eee;
  color: #eee;
  transition: all filter .5s;
}

.ics-wrap-disabled .ics-edit {
  cursor: default;
}

.table-ics tbody tr th,
.table-ics tbody tr td {
  background-color: #fff;
}

.ics-textbox .form-control.form-control-sm {
  padding: .1rem .5rem .1rem .5rem;
  border-radius: .15rem;
  -moz-border-radius: .15rem;
  -webkit-border-radius: .15rem;
}

.table-ics thead tr td .form-control[readonly],
.table-ics thead tr th .form-control[readonly],
.table-ics thead tr td .form-control[disabled],
.table-ics thead tr th .form-control[disabled] {
  background-color: #E9EFF4;
  border: 1px solid transparent;
  font-weight: bold;
}

.table-ics thead tr td.ics-wrap-disabled .form-control[readonly],
.table-ics thead tr th.ics-wrap-disabled .form-control[readonly],
.table-ics thead tr td.ics-wrap-disabled .form-control[disabled],
.table-ics thead tr th.ics-wrap-disabled .form-control[disabled] {
  background-color: #CCCCCC;
  border: 1px solid transparent;
  color: #fff;
}

.ics-toggle-all.active i.fa.fa-eye:before,
.ics-wrap-disabled i.fa.fa-eye:before {
  content: "\f070";
}

.img-wrap .img-inner {
  list-style: none;
  min-width: 110px;
  max-width: 110px;
  overflow: hidden;
  padding: 3px;
  position: relative;
}

.img-wrap .img-inner a {
  width: 100px;
  height: 80px;
  overflow: hidden;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  transition: ease 0.52s border-color;
  -moz-transition: ease 0.52s border-color;
  -webkit-transition: ease 0.52s border-color;
  -ms-transition: ease 0.52s border-color;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  cursor: pointer;
}

.img-wrap.vertical .img-inner a {
  width: 100px;
  height: 150px;
}

.img-wrap .img-inner a img {
  max-width: 100%;
  max-height: 100%;
}

.bootstrap-switch-container span {
  height: 38px!important;
}

.switch-bootstrap {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 28px;
}

.switch-bootstrap input {
  display: none;
}

.switch-bootstrap .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .1s;
  transition: .1s;
}

.switch-bootstrap .slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .1s;
  transition: .1s;
}

.switch-bootstrap input:checked+.slider {
  background-color: #2196f3;
}

.switch-bootstrap input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

.switch-bootstrap input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


/* Rounded sliders */

.switch-bootstrap .slider.round {
  border-radius: 25px;
}

.switch-bootstrap .slider.round:before {
  border-radius: 50%;
}

.list-search-head {
  text-align: center;
  background-color: #2196f3;
  color: #fff;
  padding: 5px;
}

.list-search-content {
  border: 1px solid #d0d6da;
  /*margin-bottom: 15px;*/
}

.list-search-content .list-search-child {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-bottom: 1px solid #d0d6da;
  border-left: 3px solid #fff;
  cursor: pointer;
}


/*.list-search-content .list-search-child:last-child {
  border-bottom: none;
}*/

.list-search-content .list-search-child:hover,
.list-search-content .list-search-child.active {
  background-color: #EAEFF5;
  border-left: 3px solid #2196f3;
}

.list-search-content .list-search-child.active {
  background-color: #EAEFF5;
  border-left: 3px solid #2196f3;
}

.line-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, .200);
  margin-bottom: 10px;
  border-left: 5px solid #1560bd;
  padding-top: 0px !important;
  padding-left: 5px;
  color: #1560bd;
  font-weight: bold;
  height: 22px;
}

.line-border-backgroud {
  background: #e7e8e8;
}

.list-search-content.scroll {
  overflow-y: scroll;
}

.pagination-fix {
  float: right;
}

.pagination-fix li {
  float: left;
}

.pagination-fix li.active .page-link {
  min-width: 30px;
  min-height: 30px;
  display: inline-block;
  padding: 0;
  line-height: 28px;
  text-align: center;
}

.pagination-fix li .page-link {
  min-width: 30px !important;
  min-height: 30px !important;
  display: inline-block !important;
  padding: 0;
  line-height: 28px !important;
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.pagin-fix {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}

.calHe2 {
  /*padding: 0;*/
}

@media screen and (min-width: 1599px) {
  .calHe {
      /*min-height: 84.5vh;*/
  }
}

@media (min-width: 998px) and (max-width: 1598px) {
  .calHe {
      /*min-height: 70vh;*/
  }
}


/*MODAL HELPER*/

html.modal-active,
body.modal-active {
  /*overflow: hidden;*/
}

#modal-helper {
  position: fixed;
  display: table;
  height: 35%;
  width: 35%;
  top: 50px;
  left: 80px;
  transform: scale(0);
  z-index: 1030;
  color: #fff;
  background: rgba(10, 86, 136, .5);
  box-shadow: 0px 4px 14px 3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 4px 14px 3px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0px 4px 14px 3px rgba(0, 0, 0, .2);
}

#modal-helper.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-helper.one .modal-background .modal-helper {
  transform: scale(0);
  animation: zoomIn 0.12s 0.15s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-helper.one.out {
  transform: scale(1);
  animation: unfoldOut .15s 0.13s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-helper.one.out .modal-background .modal-helper {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-helper .modal-background {
  display: table-cell;
  /*background: rgba(10, 86, 136,.5);*/
  background-color: transparent;
  text-align: left;
  vertical-align: top;
}

#modal-helper .modal-background .modal-helper {
  background: rgba(10, 86, 136, .3);
  padding: 1.5rem;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
  /*width: calc(100% - 80px);
height: calc(100vh - 50px);*/
  height: 100%;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
}

#modal-helper .modal-background .modal-helper h3 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-bottom: 1rem;
}

#modal-helper .modal-background .modal-helper p {
  font-size: 18px;
  line-height: 22px;
}

#modal-helper .modal-background .modal-helper .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}

#modal-helper .modal-background .modal-helper .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}

@keyframes unfoldIn {
  0% {
      transform: scaleY(0.005) scaleX(0);
  }
  50% {
      transform: scaleY(0.005) scaleX(1);
  }
  100% {
      transform: scaleY(1) scaleX(1);
  }
}

@keyframes unfoldOut {
  0% {
      transform: scaleY(1) scaleX(1);
  }
  50% {
      transform: scaleY(0.005) scaleX(1);
  }
  100% {
      transform: scaleY(0.005) scaleX(0);
  }
}

@keyframes zoomIn {
  0% {
      transform: scale(0);
  }
  100% {
      transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
      transform: scale(1);
  }
  100% {
      transform: scale(0);
  }
}

* {
  box-sizing: border-box;
}

.btn.disabled,
.btn[disabled] {
  pointer-events: none !important;
  cursor: default !important;
  opacity: 0.5 !important;
}

.btn-link.btn-disabled,
.btn-link[btn-disabled] {
  pointer-events: none !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
  color: #999999!important;
}

button.btn-disabled,
button[btn-disabled] {
  pointer-events: none !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
  color: #fff!important;
  background: #adadad!important;
}

.marb50 {
  margin-bottom: 50px !important;
}

#modal-helper .table td,
#modal-helper .table th {
  border-top: 1px dotted rgba(255, 255, 255, .8);
}


/*END MODAL HELPER*/


/*BTN ACTION*/

#btn-group-modal {
  width: 50%;
  margin: auto;
  z-index: 9999;
  /* height: 143px; */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: calc(100vh - 34px);
}

#btn-group-modal .card {
  position: relative;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-top: 0;
  /* background: rgba(255,255,255,.1); */
  background-repeat: repeat;
  background-position: center center;
  background-attachment: scroll;
}

#btn-group-modal .card .card-body {
  padding: .1rem 1.875rem .1rem;
  height: 35px;
}

#btn-group-modal .card .mh {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: transparent;
  line-height: 0;
  padding: 0;
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem;
  cursor: pointer;
}

#btn-group-modal .card:hover .mh,
#btn-group-modal .card:focus .mh {
  background: rgba(0, 0, 0, .1);
}

#btn-group-modal .card .btn[class*="btn-outline-"] {
  padding: .1rem .25rem;
  border-radius: .2rem;
  margin: 0 .2rem;
}

#btn-group-modal .card .btn[class*="btn-outline-"]:not(:hover):not(:focus) {
  background: #fff;
}

#btn-group-modal .card .card-body p {
  margin: 0;
  line-height: 2.4;
  text-align: left;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, .5);
  -moz-text-shadow: 2px 3px 5px rgba(0, 0, 0, .5);
  -webkit-text-shadow: 2px 3px 5px rgba(0, 0, 0, .5);
}

#btn-group-modal .m-remove {
  position: absolute;
  right: 7px;
  top: 7px;
  color: rgb(217, 83, 79, .5);
  padding: .1rem .35rem;
  padding: 10px;
}

#btn-group-modal .m-remove [class*="rm-"] {
  height: 10px;
  width: 2px;
  background-color: rgb(217, 83, 79, 1);
  display: inline-block;
  position: absolute;
  right: 9px;
  top: 5px;
}

#btn-group-modal .m-remove:hover [class*="rm-"],
#btn-group-modal .m-remove:focus [class*="rm-"] {
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, .3);
}

#btn-group-modal .m-remove .rm-x {
  transform: rotate(45deg);
}

#btn-group-modal .m-remove .rm-y {
  transform: rotate(-45deg);
}

#btn-group-modal .m-remove:hover,
#btn-group-modal .m-remove:focus {
  color: rgb(217, 83, 79, 1);
}

#btn-group-modal.out {
  transition: ease .5s top;
  top: calc(100vh);
}

#btn-group-modal.out .card .mh a {
  color: #fff;
}

#btn-group-modal .fa.caret:before {
  font-family: FontAwesome;
  content: "\f0d7";
}

#btn-group-modal.out .fa.caret:before {
  font-family: FontAwesome;
  content: "\f0d8";
}


/*ENDBTN ACTION*/

.menu_child_scroll::-webkit-scrollbar {
  width: 5px;
}

.menu_child_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.menu_child_scroll::-webkit-scrollbar-thumb {
  background-color: #2196f3;
  outline: 1px solid slategrey;
}

.btn-outline-brand-x {
  color: #ccc !important;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc !important;
  position: relative;
  text-align: center;
}

.btn-outline-brand-x i {
  color: #ccc;
  display: none;
}

.btn-outline-brand-x:hover {
  border: 1px solid #2196f3 !important;
  background: #2196f3;
  color: #fff !important;
}

.btn-outline-brand-x:hover i {
  color: #fff;
}

.btn-outline-brand-x.active {
  border: 1px solid #2196f3 !important;
  background: #2196f3;
  color: #fff !important;
}

.btn-outline-brand-x.active i {
  color: #fff;
  display: inline-block;
}

.mr0 {
  margin-right: 0px !important;
}

.p0 {
  padding: 0px;
}

.btn-outline-brand-xl {
  color: #ccc !important;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc !important;
  position: relative;
  overflow: unset !important;
  font-size: 1.2rem;
  padding: 0.8rem 1.6rem;
  text-align: center;
}

.btn-outline-brand-xl i {
  color: #ccc;
}

.btn-outline-brand-xl:hover {
  border: 1px solid #2196f3 !important;
  color: #2196f3 !important;
}

.btn-outline-brand-xl:hover i {
  color: #2196f3;
}

.btn-outline-brand-xl.active {
  border: 1px solid #2196f3 !important;
  color: #2196f3 !important;
}

.btn-outline-brand-xl.active i {
  color: #2196f3;
}

.btn-outline-brand-xl i:last-child {
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #2196f3;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  top: -7px;
  right: -7px;
  display: none;
  z-index: 9999;
}

.btn-outline-brand-xl.active i:last-child {
  display: block;
}


.box-input-search.hide div:first-child {
  margin-top: 5px;
}

.textbox-error {
  width: auto;
  min-width: 150px;
  background-color:red;
  color: #fff;
  border-radius: 5px;
  padding: 2px 0;
  z-index: 100;
  bottom: 125%;
  transition: opacity 0.3s;
}

.textbox-error::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: red transparent transparent transparent;
}



.container-fluid .card .card-body {
  padding: 10px 10px 0 10px;
}


/* border 打消 */

.border_off {
  border: none;
}

.multiselect {
  width: 100%;
  min-width: 100%;
  text-align: left;
  padding-left: 6px;
  padding-right: 29px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: calc(2.25rem + 2px);
}

.multi-select-full>.btn-group {
  width: 100%;
}

.multiselect .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
  width: 16px;
  text-align: right;
}

.caret {
  font-style: normal;
  font-weight: normal;
  border: 0;
  margin: 0;
  width: auto;
  height: auto;
  text-align: center;
  /* margin-top: -1px; */
}

.multiselect.btn-default:active,
.btn-group.open .multiselect.btn-default {
  border-color: #ddd;
}

.btn-group.open .dropdown-toggle.btn-default {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-color: #fcfcfc;
  border-color: #ddd;
}

.multiselect-container {
  min-width: 100%;
  max-height: 250px;
  overflow-y: auto;
}

.multiselect-container li a label input[type="checkbox"] {
  margin-left: 9px;
}

.multiselect .caret:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  display: block;
  font-size: 16px;
  width: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* .required+div button {
  background: #FFF0D3!important;
} */

button.multiselect {
  background: transparent!important;
  box-shadow: unset!important;
  border: 1px solid #ddd!important;
  color: #212529!important;
}

.dropdown-menu>li:hover,
.dropdown-menu>li:focus {
  text-decoration: none;
  color: #333333;
  background-color: #f5f5f5;
}

.multiselect-container li a {
  display: block;
}

.multiselect-container li a:focus {
  outline: none;
}

.multiselect-container li a label {
  width: 100%;
}

.btn-group.my_container.show button.multiselect.dropdown-toggle.btn.btn-default,
button.multiselect.dropdown-toggle.btn.btn-default:focus {
  border-color: #80bdff !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25) !important;
}

.multiselect-list {
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  min-width: 100%!important;
  /*max-height: 250px;*/
  overflow-y: auto;
  height: 250px;
}

.multiselect-list li a:focus {
  outline: none;
}

.multiselect-list li a label input[type="checkbox"] {
  margin-left: 9px;
}

.multiselect-list>li:hover,
.multiselect-list>li:focus {
  text-decoration: none;
  color: #333333;
  background-color: #f5f5f5;
}

.multiselect-list li a,
.multiselect-list li a label {
  width: 100%;
}

.pagination li .pagging-disable {
  background-color: #EAEAEA!important;
  cursor: default!important;
  border: none!important;
  box-shadow: none!important;
}

.text-overflow,
.text-overfollow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-div-nodata {
  background-color: rgba(0, 0, 0, .05);
}

.parent-list.active a {
  background: #2196f3;
  /* border-left: 6px solid #4983ba; */
}

.parent-list.active a:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #90b1bf94;
  opacity: 0.5;
}

::placeholder {
  color: #9A9595 !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9A9595 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9A9595;
}


/*.input-group .form-control {
   width: 100%;
}*/


/*=========*/

@media (min-width: 1360px) and (max-width: 1600px) {
  #leftcontent.col-ltx-2 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
  #rightcontent.col-ltx-10 {
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%;
  }
  #leftcontent.col-ltx-2 .pagination.circle li.page-prev .page-link {
      display: inline !important;
      padding: .1rem .5rem;
  }
}

@media (min-width: 1601px) {
  #leftcontent.col-ltx-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  #rightcontent.col-ltx-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
  }
}

#leftcontent>.inner,
#rightcontent>.inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  padding: 15px;
  height: 100%;
  margin-bottom: 15px;
  min-height: 75vh;
}


/*sondh-2018-0920*/

.fixed-header>thead>tr>th:hover {
  transition: unset;
}

.tab-error {
  background-color: #FDB8BA!important;
}

.calHe {
  position: relative;
}

.calHe.has-copy:before,
.calHe.has-copy:after {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 2rem;
  color: #555;
  width: 70px;
  height: 50px;
}

.calHe.has-copy:before {
  content: "\f0c5";
  font-family: FontAwesome;
  /*box-shadow: 0px 0px 5px 1px rgba(0,0,0,.2);*/
  /*border: 1px solid rgba(0,0,0,.2);*/
  padding-bottom: 25px;
}

.calHe.has-copy:after {
  content: "コピー中";
  top: 75px;
  font-size: 13px;
}

.tooltip {
  pointer-events: none;
  opacity: 1!important;
}

#breadcrumb li a,
.navbar-brand {
  cursor: default;
}

.error-type4 {
  background-color: #ffd9df !important;
}

@media all and (max-width: 570px) {
  #navbarCollapse ul:nth-child(1) li {
      padding: 0 10px;
  }
  #navbarCollapse ul:nth-child(2) li {
      width: 30%;
      float: left;
  }
  #navbarCollapse ul:nth-child(2) {
      flex-direction: row !important;
  }
  #navbarCollapse .dropdown-menu {
      position: absolute !important;
  }
  .show-button-mobile li:first-child {
      padding-left: 5px !important;
  }
}

#menu-mobile {
  border-color: #ccc;
  margin-right: 10px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.show-button-mobile li {
  display: inline-block;
  float: left;
}

.show-button-mobile ul {
  display: block;
}

.nav-mobile {
  height: auto !important;
  min-height: 40px;
  padding-bottom: 10px !important;
  padding-right: 10px !important;
}

#menu-mobile-action {
  margin-top: 10px;
}

@media all and (max-width: 570px) {
  .pager-wrap {
      display: block !important;
  }
  .pager-info {
      margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .table-mobile1 {
      width: 843px !important;
  }
  .table-mobile2 {
      width: 900px !important;
  }
  .margin-left-mobile2 {
      margin-left: 0px !important;
      left: 0px !important;
  }
  .table-responsive .table {
      max-width: none !important;
  }
}

@media screen and (max-width: 320px) {
  .pagination.circle li .page-link {
      min-width: 35px !important;
  }
}

@media screen and (max-width: 450px) {
  .pager-size {
      width: 70px !important;
      max-width: 70px !important;
  }
}

.hidden-menu {
  margin-left: 80px !important;
}

.left-header {
  left: 80px !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #005cbf;
  border-color: #005cbf;
  box-shadow: none!important;
}

.list-index .btn-primary {
  background-color: #ac4a4c !important;
}

.fixed-top {
  top: 39px;
  z-index: 500;
}

.menu-bar {
  background-color: #1560bd!important;
  padding: 0px 0px;
  border-top: 1px solid #1560bd;
  z-index: 1000!important;
}

.menu-bar .nav-item:hover {
  background-color: #0079da;
}

.menu-bar .nav-item>a {
  font-weight: bold!important;
  color: white!important;
}

.menu-bar .nav-link {
  padding: 0px 10px;
  line-height: 40px;
}

 

.form-control:focus {
  box-shadow: none;
}

.btn {
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 0px;
}

select.form-control {
  padding: 2px 10px;
}

select.form-control:not([size]):not([multiple]) {
  height: unset;
}

input.right-radius[type="checkbox"]:not(:first-child):not(:last-child),
input.right-radius[type="checkbox"],
.input-group .form-control.right-radius:not(:first-child):not(:last-child),
.input-group .form-control.right-radius {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.page-link {
  padding: 3px 10px;
  margin: 0px;
}

.pager-info span {
  max-height: 28px;
  border: none;
}

.dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  /* height: 32px !important; */
}

.input-page {
  height: 29px !important;
  padding: 0px !important;
  margin-top: 0px !important;
}

.dropdown-menu>a {
  padding: 3px 10px;
}

.dropdown-menu>a:hover {
  background-color: #005cbf;
  color: white;
}

.line-border-bottom {
  padding-top: 0px;
}

.line-border-bottom label {
  margin-bottom: 0px;
  font-size: 14px;
  cursor: pointer;
}

.line-border-bottom ul {
  float: right;
  list-style: none;
  margin-right: 10px;
}

.line-border-bottom .icons-list li a {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

 


/* .table td,table th{
  padding: 5px 10px!important;
} */

.screen-name {
  font-weight: bold;
  font-size: 18px;
  color: black;
  margin-bottom: 0px;
  padding: 10px 15px;
  padding-left: 30px;
  position: absolute;
  top: 2px;
}

.header .navbar-nav .nav-item {
  /* margin-left: 10px; */
  /* min-width: 70px; */
  text-align: center;
}

.header .navbar-nav .nav-item a {
  /* margin-left: 10px; */
  min-width: 70px;
  padding: 0px 10px;
  padding-top: 1px;
}

.header .navbar-nav .nav-item a i {
  font-size: 20px!important;
}

.header .navbar-nav .nav-item a span {
  font-size: 14px;
  display: block;
  font-weight: bold;
}

.navbar-nav.right .dropdown-menu {
  right: 0px;
  left: unset;
}

.dropdown-divider {
  margin: 0px;
}


/* custom popover tool tip */

.header-popover {
  padding: .5rem;
  background-color: #F5F5F5;
}

.popover-header-cus {
  padding: 0px 10px;
  margin: 0px;
  font-size: 16px;
  background-color: #F5F5F5;
  line-height: 30px;
}

.popover {
  z-index: 99;
}

.popover-body {
  padding: .5rem !important;
}

.popover__custom {
  border: 2px solid #6c757d;
  border-radius: 0px;
}

.popover__custom .arrow::after {
  border-right-color: #6c757d;
}


/*end custom popover tool tip */


/* .date-table-input{
  width: 100px !important;
}

.date-input{
  margin-right: 5px;
  width: 100px !important;
} */

.fixed-scroll-tbl {
  position: sticky;
  top: 173px;
  z-index: 29;
  outline: 0px solid white;
  overflow-y: hidden !important;
}

.fixed-paging-tbl {
  position: sticky;
  top: 140px;
  z-index: 30;
  background: white;
  outline: 5px solid white;
}

.fixed-title-panel {
  position: sticky;
  top: 109px;
  z-index: 30;
  background: white;
}

.fixed-title-panel .line-border-bottom {
  outline: 10px solid white;
}

.fieldLabel {
  background: #f7f7f9;
}

.ss-single-selected {
  height: 28px !important;
  border: 1px solid #d0d6da !important;
}

.placeholder {
  color: black !important;
}

.table {
  margin-bottom: 15px;
}

.tbl-fixed-header tbody tr {
  height: 34px;
}

.page-select .title .input-group-text {
  margin-left: -5px;
  padding: 0px 15px;
  max-height: 30px;
}

.page-select .input-group-append.all-page {
  max-height: 30px;
  padding: 0px 5px;
}

.m-icon {
  margin-top: 0px;
  padding-top: 0px;
  /* margin-bottom: 25px; */
}

#confirm_popup_title {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 100%;
  text-align: center;
  color: #fff;
}

#confirm_popup_body {
  min-height: 10px;
  word-break: break-word;
}

.m-show .modal-content .modal-body {
  padding: 5px 10px 0px 10px;
  min-height: 200px;
  border-bottom: 1px solid #ddd;
}

.modal-footer {
  padding: 10px;
}

.modal-footer button:first-child {
  margin-right: 25px;
}

.modal-footer button:last-child {
  margin-left: 25px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  min-width: 30px !important;
  height: 28px !important;
  font-weight: bold;
  padding-top: 4px;
}

.ss-main .ss-single-selected {
  font-size: 13px !important;
}

.selectize-input {
  padding: 3px 10px;
  border-radius: 0px;
  box-shadow: none!important;
  border: 1px solid #d0d6da;
}

.selectize-input.dropdown-active {
  border-radius: 0px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 0px 10px;
}

.selectize-control.multi .selectize-input>div {
  margin: 2px 3px 2px 0;
  padding: 0px 3px;
  border-radius: 0px;
}

.selectize-control.multi .selectize-input>div:hover {
  cursor: pointer;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  background-color: #a00500;
  color: white;
  top: -1px;
  right: -2px;
  bottom: 0;
  width: 17px;
  height: 22px;
  padding: 1px 0 0 0;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background-color: #dc3545;
  color: white;
}

.selectize-control {
  display: flex;
}

.selectize-dropdown .optgroup:before {
  margin: 0px 10px;
}

.selectize-dropdown .optgroup-header {
  color: #1560bd;
  font-size: 13px;
}

table input[type=checkbox] {
  vertical-align: middle;
}

.fixed-top-panel {
  width: 100%;
  height: 1px;
  position: absolute;
  top: -18px;
  outline: 6px solid #fafafa;
}

.border-top-panel {
  width: 100%;
  /* height: 1px; */
  outline: 1px solid #ddd;
  position: absolute;
  bottom: -7px;
}

.collapsing {
  transition: none !important;
}

.table-click tbody tr {
  cursor: pointer;
  height: 34px;
}

.selectize-input.input-active,
.selectize-input.input-active:hover,
.selectize-control.multi .selectize-input.focus {
  box-shadow: none!important;
}

.ss-content {
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.ss-content .ss-list .ss-option.ss-disabled {
  background: #0081c2;
  font-size: 13px;
  color: white;
  /* font-weight: bold; */
}

.ss-content .ss-list .ss-option {
  padding: 3px 10px;
  min-height: 26px;
  line-height: 20px;
}

.selectize-dropdown {
  z-index: 200!important;
  border-radius: 0px;
  box-shadow: none;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:hover {
  background: #0081c2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
}

.selectize-dropdown [data-selectable]:hover {
  cursor: pointer;
}

.Highlighted a {
  background-image: none!important;
  background-color: red!important;
  color: white!important;
}

.line-border-bottom[data-toggle=collapse] {
  cursor: pointer;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #4da6ff!important;
  border: 1px solid #4da6ff!important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #1560bd;
}

.input-group-append .btn {
  padding: 2px 10px;
}

.no-scroll {
  /* position: fixed; */
  overflow: hidden;
}

.list-index {
  position: fixed;
  right: 0px;
  top: 94px;
  z-index: 10;
  will-change: transform;
  transition: all .2s ease-in;
}

.list-index.show {
  right: 192px;
}

.show button .fa-chevron-left {
  transform: rotate(180deg);
}

.list-index .btn {
  padding: 30px 1px!important;
  background: #ac4a4c!important;
  height: auto!important;
}

.list-index i {
  margin: 0px!important;
}

.list-index .dropdown-menu {
  top: -41px!important;
  left: -11px!important;
  padding: 0px!important;
  position: absolute;
  transform: translate3d(186px, 39px, 0px)!important;
  will-change: transform;
  transition: all .2s ease-in;
  min-width: 12rem;
}

.list-index .dropdown-menu {
  display: block;
  visibility: hidden;
}

.list-index .dropdown-menu.show {
  display: block;
  visibility: visible;
  transform: translate3d(25px, 39px, 0px)!important;
  transform: translateY(0px);
  border: 1px solid #d0d6da;
}

.list-index .dropdown-menu li {
  padding: 3px 10px;
}

.list-index .dropdown-menu li:hover {
  padding: 3px 10px;
  color: white;
  background: #2196f3;
}

.list-index .dropdown-menu li a {
  color: black;
  text-decoration: none;
}

.list-index .dropdown-menu li:hover a {
  color: white;
}

.unstyled {
  padding-left: 20px;
  list-style: circle;
}

.image_avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.dropdown_avatar i {
  margin-right: 20px;
}

.edit_popover {
  width: 100%
}

.close_popover:focus{
  outline: none;
}

xmp {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

td .navbar-nav {
  flex-direction: unset;
}

/* common set width */

.w-200px {
  width: 200px!important;
  max-width: 200px!important;
  min-width: 200px!important;
}
.w-190px {
  width: 190px!important;
  max-width: 190px!important;
  min-width: 190px!important;
}
.w-180px {
  width: 180px!important;
  max-width: 180px!important;
  min-width: 180px!important;
}
.w-170px {
  width: 170px!important;
  max-width: 170px!important;
  min-width: 170px!important;
}
.w-160px {
  width: 160px!important;
  max-width: 160px!important;
  min-width: 160px!important;
}
.w-150px {
  width: 150px!important;
  max-width: 150px!important;
  min-width: 150px!important;
}
.w-140px {
  width: 140px!important;
  max-width: 140px!important;
  min-width: 140px!important;
}
.w-130px {
  width: 130px!important;
  max-width: 130px!important;
  min-width: 130px!important;
}
.w-120px {
  width: 120px!important;
  max-width: 120px!important;
  min-width: 120px!important;
}
.w-110px {
  width: 110px!important;
  max-width: 110px!important;
  min-width: 110px!important;
}
.w-100px {
  width: 100px!important;
  max-width: 100px!important;
  min-width: 100px!important;
}
.w-90px {
  width: 90px!important;
  max-width: 90px!important;
  min-width: 90px!important;
}
.w-80px {
  width: 80px!important;
  max-width: 80px!important;
  min-width: 80px!important;
}
.w-70px {
  width: 70px!important;
  max-width: 70px!important;
  min-width: 70px!important;
}
.w-60px {
  width: 60px!important;
  max-width: 60px!important;
  min-width: 60px!important;
}
.w-50px {
  width: 50px!important;
  max-width: 50px!important;
  min-width: 50px!important;
}
.w-350px{
  width: 350px!important;
  max-width: 350px!important;
  min-width: 350px!important;
}
.w-250px{
  width: 250px!important;
  max-width: 250px!important;
  min-width: 250px!important;
}
.m-w-970px{
  min-width: 970px !important;
}
/* common set width */

.history{
  height: 25px;
  background: white;
  border: 1px solid #ddd;
  line-height: 25px;
  text-align: right;
}

.history>div{
  display: inline-block;
}

.history>div span{
  padding-right: 5px;
  line-height: 25px;
  height: 25px;
  font-weight: bold;
  color: #005cbf;
  font-size: 14px;
}
tfoot tr {
  height: 33px !important;
}
.unset-height {
  height: unset !important;
}
.w-100pt {
  width:100% !important;
}
.tb-layout {
  table-layout:fixed !important;
  margin-bottom:0px !important;
}
.tb-scroll {
  overflow: scroll !important;
  height: 15px !important;
}
.nav-layout {
  top: 0 !important;
  z-index: 1000 !important;
}
.nav-right {
  position: absolute !important;
  right: 0 !important;
}
.nav-btn {
  float: right !important;
  margin-right:15px !important;
}
.organization_name{
  padding-top: 6px;
}
.sticky-table table tbody tr:nth-of-type(odd)
,.sticky-table table tbody  tr:nth-of-type(odd) td.sticky-cell
,.sticky-table table tbody tr:hover td.sticky-cell{
  background-color: #EAEBEE;
  /* outline: 0px!important; */
}

.btn-addrow {
  padding: 0px 10px;
  height: 24px!important;
}


.select2-selection__choice__remove {
   float: right;
}

button.select2-selection__choice__remove.select2-selection__choice__remove {
   background-color: #a00500 !important;
   color: white !important;
   top: -1px !important;
   right: -2px;
   bottom: 0;
   width: 20px;
   height: 22px;
   padding: 1px 0 0 0 !important;
}

button.select2-selection__choice__remove.select2-selection__choice__remove:hover {
   background-color: #dc3545 !important;
   color: white !important;
}

.select2-selection__choice__display {
   background-color: #f5f5f5;
   height: 85px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
   padding-left: 0px !important;
   padding-right: 20px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
   left: unset !important;
}




.select2-results__option.select2-results__option--selectable:hover {
   background-color: #0081c2 !important;
}

.select2-results__option.select2-results__option--selectable:hover {
   background-color: #0081c2 !important;
}

.select2-results__option--highlighted {
   background-color: #0081c2 !important;
}

/* remove selected item from list view drop down  */
.multiple__select .select2-results__option--selected {
   display: none;
   pointer-events: none;
}

.multiple__select .select2-results__group {
   color: #1560bd !important;
}

strong.select2-results__group {
   color: #1560bd !important;
}

/* custom color focus input select */
.select2-container--default.select2-container--focus .select2-selection--multiple {
   border: solid rgba(82, 168, 236, 0.8) 1px !important;
   outline: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
   border: solid rgba(82, 168, 236, 0.8) 1px !important;
}

.rotated {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
}

/* custom height multiple select  */
.select2-container .select2-selection--multiple {
   min-height: 28px !important;
   padding-bottom: 2px !important;
   /* max-height: 28px !important; */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
   margin-top: 3px !important;
}


/* custom border input  */
.select2-container--default .select2-selection--multiple {
   border-radius: 0px !important;
   border: 1px solid #d0d6da !important;
}

.select2-container--default .select2-selection--single {
   border-radius: 0px !important;
   border: 1px solid #d0d6da ;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
   border-radius: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
   border-top-left-radius: 0px !important;
   border-bottom-left-radius: 0px !important;
}
.select2-dropdown{
   z-index: 100!important;
}
.select2-search--dropdown .select2-search__field{
  padding: 3px 5px!important;
  border-radius: 0px!important;
}
.select2-results__option{
   min-height: 28px;
}


.select2-container--default.select2-container--focus  {
  outline: none;
  /* height: 28px  !important; QUYND 20210616 commented*/
}

.select2-container--default.select2-container--focus .select2-selection--single  {
  border: 1px  solid #80bdff  ;
  outline: none;
}


.negative{
  color:red;
}

.ui-menu-item-wrapper:hover {
   transition: unset !important;
}
.table_sort_on_page th {
  cursor: pointer;
   padding-right: 7px;
}
.table_sort th {
   cursor: pointer;
   padding-right: 7px;
}
/*focus select2*/
.select2-selection[aria-expanded^=true]{
  border-color: #80bdff  ;
  outline: 0;
}
/*FixHead Popup Table*/
/* .table-fixed-header-popup {
  overflow-y: auto;
}
.table-fixed-header-popup thead th {
  position: sticky;
  top: -0.1px;
  background: #d6d7da!important;
  z-index: 100;
}
.fixed-scroll-tbl {
  margin-bottom: -1px;
} */
.size-row {
  height: 24px !important;
}
.tbl-fixed-header-popup  .floatThead-col{
  height:0px   !important;
}


.tbl-fixed-header-popup{
  padding-top: 10px;
}
input.form-control[name=fax]{
padding-left: 2.1rem!important;
}

.input-group-append-btn button,.input-group-append button{
  padding-left: 5px!important;
  padding-right: 5px!important;
}

.home-icon{
  font-size: 28px;
  vertical-align: middle;
  margin-top: -5px;
}

.select2-container {
  width: 100%!important;
}

.detail-paging{
  justify-content: right;
  display: inline-flex;
  float: right;
}

.detail-paging li.active .page-link{
  font-weight: normal!important;
}

.btn.btn-icon {
  padding-left: 5px!important;
}


.boder-error {
  border: 1px solid rgb(231, 80, 90)  !important;
}

.ui-sortable .selected{
  background-color : Azure;
}

#cboxLoadedContent{
  overflow: hidden!important;
}


.ui-datepicker-trigger{
  display: none;
}

.table-responsive{
  overflow-x : inherit  !important;
}

.header-table-top .btn-link{
  color: inherit ;
}

.header-table-top .btn-link:focus {
  background: #dde6ef;
}