.float-l
{
    float: left;
}
.float-r
{
    float: right;
}

.width-1{ width: 1%; }
.width-2{ width: 2%; }
.width-3{ width: 3%; }
.width-4{ width: 4%; }
.width-5{ width: 5%; }
.width-6{ width: 6%; }
.width-7{ width: 7%; }
.width-8{ width: 8%; }
.width-9{ width: 9%; }
.width-10{ width: 10%; }
.width-15{ width: 15%; }
.width-20{ width: 20%; }
.width-25{ width: 25%; }
.width-30{ width: 30%; }
.width-35{ width: 35%; }
.width-40{ width: 40%; }
.width-45{ width: 45%; }
.width-50{ width: 50%; }
.width-55{ width: 55%; }
.width-60{ width: 60%; }
.width-65{ width: 65%; }
.width-70{ width: 70%; }
.width-75{ width: 75%; }
.width-80{ width: 80%; }
.width-85{ width: 85%; }
.width-100{ width: 100%; }

.width-5px{  width: 5px; }
.width-10px{ width: 10px; }
.width-15px{ width: 15px; }
.width-20px{ width: 20px; }
.width-25px{ width: 25px; }
.width-30px{ width: 30px; }
.width-35px{ width: 35px; }
.width-40px{ width: 40px; }
.width-45px{ width: 45px; }
.width-50px{ width: 50px; }
.width-55px{ width: 55px; }
.width-60px{ width: 60px; }
.width-65px{ width: 65px; }
.width-70px{ width: 70px; }
.width-75px{ width: 75px; }
.width-80px{ width: 80px; }
.width-85px{ width: 85px; }
.width-90px{ width: 90px; }
.width-95px{ width: 95px; }
.width-100px{ width: 100px; }
.width-110px{ width: 110px; }
.width-135px{ width: 135px; }
.width-200px{ width: 200px; }
.width-300px{ width: 300px; }
.width-400px{ width: 400px; }

.width-100-l
{
    width: 100%;
    float: left;
}
.width-100-r
{
    width: 100%;
    float: right;
}
.width-80-l
{
    width: 80%;
    float: left;
}
.width-70-l
{
    width: 70%;
    float: left;
}
.width-30-l
{
    width: 30%;
    float: left;
}
.width-20-l
{
    width: 20%;
    float: left;
}
.width-45-l
{
    width: 45%;
    float: left;
}
.width-50-l
{
    width: 50%;
    float: left;
}
.width-50-r
{
    width: 50%;
    float: right;
}
.width-80-l
{
    width: 80%;
    float: left;
}
.width-80-r
{
    width: 80%;
    float: right;
}
.width-20-r
{
    width: 20%;
    float: right;
}
.height-100
{
    height: 100%;
}

.height-32p{
    height: 32px;
}

.margin-0
{
    margin:0px;
}
    .margin-0-i
    {
        margin:0px !important;
    }
.margin-bottom-10
{
	margin-bottom:10px;
}
.margin-bottom-5
{
	margin-bottom:5px;
}
.margin-top-0{
    
    margin-top:0px !important;
}
.margin-top-1{
    
    margin-top: 1px !important;
}
.margin-top-3
{
    margin-top:3px;
}
.margin-top-4
{
    margin-top:4px;
}
.margin-top-5
{
    margin-top:5px;
}
.margin-top-8
{
    margin-top: 8px;
}
.margin-top-10
{
	margin-top:10px;
}
.margin-top-12
{
    margin-top:12px !important;
}
.margin-top-m12
{
    margin-top:-12px !important;
}
.margin-top-14
{
    margin-top:14px !important;
}
.margin-top-7
{
	margin-top:7px;
}
.margin-top-20
{
	margin-top:20px;
}
.margin-top-25
{
	margin-top:25px;
}
.margin-top-28
{
	margin-top:28px;
}
.margin-top-30
{
	margin-top:30px;
}
.margin-left-0
{
	margin-left:0px;
}
.margin-left-5p{ margin-left:5%; }
.margin-left-5{ margin-left:5px; }
.margin-left-10{ margin-left:10px; }
.margin-left-14{ margin-left:14px; }

.margin-right-10
{
	margin-right:10px;
}
.margin-auto
{
    margin: 0 auto;
}
.text-c
{
    text-align: center;
}
.text-l
{
    text-align: left;
}
.text-r
{
    text-align: right;
}

.border-red
{
    border:1px solid red;
}

.border-eee
{
    border: 1px solid #eee;
}

.background-fff
{
	background-color:#FFF; 
}

.background-gray
{
	background-color:#e9e9e9; 
}

.padding-0
{
	padding: 0px !important;
}

.padding-3
{
	padding: 3px;
}

.padding-7
{
	padding: 7px;
}

.padding-10
{
	padding: 10px;
}
.padding-0-10{ padding: 0 10px; }

.padding-top-10
{
    padding-top: 10px !important;
}

.padding-top-29
{
    padding-top: 29px !important;
}

.padding-top-34
{
    padding-top: 34px !important;
}

.padding-15-l
{
	padding-left: 15px;
}

.padding-bottom-5{
  padding-bottom: 5px;;
}

.padding-bottom-10{
  padding-bottom: 10px;;
}

.text-bold{
    font-weight: bold;
}

.modal-xl90{
    width: 90%
}

.bg-white {
    background: #fff!important;
}

.font-size-13{ font-size: 13px;}
.font-size-60{ font-size: 60px;}

.required{
  color: red;
}
.color-white{
    color: #FFF !important;
}

.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.modal-padding .modal-body {
  position: relative;
  padding: 15px 33px;
}

@media (min-width:767px){
  .modal-size-50 .modal-dialog{
    width: 50%;
    max-width: inherit;
  }

  .modal-size-60 .modal-dialog{
    width: 60%;
    max-width: inherit;
  }

  .modal-size-70 .modal-dialog{
    width: 70%;
    max-width: inherit;
  }

  .modal-size-80 .modal-dialog{
    width: 80%;
    max-width: inherit;
  }

  .modal-size-95 .modal-dialog{
    width: 95%;
    max-width: inherit;
  }
  .modal-size-98 .modal-dialog{
    width: 98%;
    max-width: inherit;
  }
  .modal-size-100 .modal-dialog{
    width: 99.5%;
    max-width: inherit;
  }
}
  .modal-open {
    overflow: hidden;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
         -o-transition:      -o-transform .3s ease-out;
            transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
         -o-transform: translate(0, -25%);
            transform: translate(0, -25%);
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
  }
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857143;
  }
  .modal-body {
    position: relative;
    padding: 15px;
  }
  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }

  .modal-dialog {
    margin: 30px auto;
  }

  /* @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin: 30px auto;
    }
    .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
              box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
      width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg {
      width: 900px;
    }
  } */

  
  .modal.fade:not(.show){
    opacity: 1 !important;
  }

  .fade:not(.show) {
    opacity: 0.7;
  }

  .ng-table td{
    padding: .40rem;
  }

  .mt-element-step .step-default .mt-step-col{padding-top:30px;padding-bottom:30px;text-align:center}.mt-element-step .step-default .mt-step-number{font-size:26px;border-radius:50%!important;display:inline-block;margin:auto auto 20px;padding:3px 14px}.mt-element-step .step-default .mt-step-title{font-size:30px;font-weight:100}.mt-element-step .step-default .active{background-color:#26a69a!important}.mt-element-step .step-default .active .mt-step-number{color:#26a69a!important}.mt-element-step .step-default .active .mt-step-content,.mt-element-step .step-default .active .mt-step-title{color:#fff!important}.mt-element-step .step-default .done{background-color:#259DAB!important}.mt-element-step .step-default .done .mt-step-number{color:#259DAB!important}.mt-element-step .step-default .done .mt-step-content,.mt-element-step .step-default .done .mt-step-title{color:#fff!important}.mt-element-step .step-default .error{background-color:#E7505A!important}.mt-element-step .step-default .error .mt-step-number{color:#E7505A!important}.mt-element-step .step-default .error .mt-step-content,.mt-element-step .step-default .error .mt-step-title{color:#fff!important}.mt-element-step .step-thin .mt-step-col{padding-top:10px;padding-bottom:10px}.mt-element-step .step-thin .mt-step-number{font-size:26px;border-radius:50%!important;float:left;margin:auto;padding:3px 14px}.mt-element-step .step-thin .mt-step-title{font-size:24px;font-weight:100;padding-left:60px;margin-top:-4px}.mt-element-step .step-thin .mt-step-content{padding-left:60px;margin-top:-5px}.mt-element-step .step-thin .active{background-color:#26a69a!important}.mt-element-step .step-thin .active .mt-step-number{color:#26a69a!important}.mt-element-step .step-thin .active .mt-step-content,.mt-element-step .step-thin .active .mt-step-title{color:#fff!important}.mt-element-step .step-thin .done{background-color:#259DAB!important}.mt-element-step .step-thin .done .mt-step-number{color:#259DAB!important}.mt-element-step .step-thin .done .mt-step-content,.mt-element-step .step-thin .done .mt-step-title{color:#fff!important}.mt-element-step .step-thin .error{background-color:#E7505A!important}.mt-element-step .step-thin .error .mt-step-number{color:#E7505A!important}.mt-element-step .step-thin .error .mt-step-content,.mt-element-step .step-thin .error .mt-step-title{color:#fff!important}.mt-element-step .step-background .mt-step-col{padding-top:30px;padding-bottom:30px;text-align:center;height:160px}.mt-element-step .step-background .mt-step-number{font-size:200px;position:absolute;bottom:0;right:0;line-height:.79em;color:#dae1e4;z-index:4}.mt-element-step .step-background .mt-step-content,.mt-element-step .step-background .mt-step-title{text-align:right;z-index:5;position:relative;padding-right:25%}.mt-element-step .step-background .mt-step-title{font-size:30px;font-weight:100}.mt-element-step .step-background .active{background-color:#26a69a!important}.mt-element-step .step-background .active .mt-step-number{color:#2ab4c0!important}.mt-element-step .step-background .active .mt-step-content,.mt-element-step .step-background .active .mt-step-title{color:#fff!important}.mt-element-step .step-background .done{background-color:#259DAB!important}.mt-element-step .step-background .done .mt-step-number{color:#22ad73!important}.mt-element-step .step-background .done .mt-step-content,.mt-element-step .step-background .done .mt-step-title{color:#fff!important}.mt-element-step .step-background .error{background-color:#E7505A!important}.mt-element-step .step-background .error .mt-step-number{color:#e43a45!important}.mt-element-step .step-background .error .mt-step-content,.mt-element-step .step-background .error .mt-step-title{color:#fff!important}.mt-element-step .step-background-thin .mt-step-col{padding-top:15px;padding-bottom:15px;text-align:center}.mt-element-step .step-background-thin .mt-step-number{font-size:120px;position:absolute;bottom:0;right:0;line-height:.79em;color:#dae1e4;z-index:4}.mt-element-step .step-background-thin .mt-step-title{font-size:30px;font-weight:100;text-align:right;padding-right:25%;z-index:5;position:relative}.mt-element-step .step-background-thin .mt-step-content{text-align:right;position:relative;padding-right:25%;z-index:5}.mt-element-step .step-background-thin .active{background-color:#26a69a!important}.mt-element-step .step-background-thin .active .mt-step-number{color:#2ab4c0!important}.mt-element-step .step-background-thin .active .mt-step-content,.mt-element-step .step-background-thin .active .mt-step-title{color:#fff!important}.mt-element-step .step-background-thin .done{background-color:#259DAB!important}.mt-element-step .step-background-thin .done .mt-step-number{color:#22ad73!important}.mt-element-step .step-background-thin .done .mt-step-content,.mt-element-step .step-background-thin .done .mt-step-title{color:#fff!important}.mt-element-step .step-background-thin .error{background-color:#E7505A!important}.mt-element-step .step-background-thin .error .mt-step-number{color:#e43a45!important}.mt-element-step .step-background-thin .error .mt-step-content,.mt-element-step .step-background-thin .error .mt-step-title{color:#fff!important}.mt-element-step .step-no-background .mt-step-col{padding-top:30px;padding-bottom:30px;text-align:center}.mt-element-step .step-no-background .mt-step-number{font-size:26px;border-radius:50%!important;display:inline-block;margin:auto auto 20px;padding:3px 14px;border:1px solid #e5e5e5}.mt-element-step .step-no-background .mt-step-title{font-size:30px;font-weight:100}.mt-element-step .step-no-background .active .mt-step-number{color:#26a69a!important;border-color:#26a69a!important;font-weight:700}.mt-element-step .step-no-background .active .mt-step-content,.mt-element-step .step-no-background .active .mt-step-title{color:#26a69a!important;font-weight:700}.mt-element-step .step-no-background .done .mt-step-number{color:#259DAB!important;border-color:#259DAB!important;font-weight:700}.mt-element-step .step-no-background .done .mt-step-content,.mt-element-step .step-no-background .done .mt-step-title{color:#259DAB!important;font-weight:700}.mt-element-step .step-no-background .error .mt-step-number{color:#E7505A!important;border-color:#E7505A!important;font-weight:700}.mt-element-step .step-no-background .error .mt-step-content,.mt-element-step .step-no-background .error .mt-step-title{color:#E7505A!important;font-weight:700}.mt-element-step .step-no-background-thin .mt-step-col{padding-top:10px;padding-bottom:10px}.mt-element-step .step-no-background-thin .mt-step-number{font-size:26px;border-radius:50%!important;float:left;margin:auto;padding:3px 14px;border:1px solid #e5e5e5}.mt-element-step .step-no-background-thin .mt-step-title{font-size:24px;font-weight:100;padding-left:60px;margin-top:-4px}.mt-element-step .step-no-background-thin .mt-step-content{padding-left:60px;margin-top:-5px}.mt-element-step .step-no-background-thin .active .mt-step-number{color:#26a69a!important;border-color:#26a69a!important;font-weight:700}.mt-element-step .step-no-background-thin .active .mt-step-content,.mt-element-step .step-no-background-thin .active .mt-step-title{color:#26a69a!important;font-weight:700}.mt-element-step .step-no-background-thin .done .mt-step-number{color:#259DAB!important;border-color:#259DAB!important;font-weight:700}.mt-element-step .step-no-background-thin .done .mt-step-content,.mt-element-step .step-no-background-thin .done .mt-step-title{color:#259DAB!important;font-weight:700}.mt-element-step .step-no-background-thin .error .mt-step-number{color:#E7505A!important;border-color:#E7505A!important;font-weight:700}.mt-element-step .step-no-background-thin .error .mt-step-content,.mt-element-step .step-no-background-thin .error .mt-step-title{color:#E7505A!important;font-weight:700}.mt-element-step .step-line .mt-step-col{padding:30px 0 0px 0;text-align:center}.mt-element-step .step-line .mt-step-number{font-size:26px;border-radius:50%!important;display:inline-block;margin:auto auto 5px;padding:9px;border:3px solid #e5e5e5;position:relative;z-index:5;height:60px;width:60px;text-align:center}.mt-element-step .step-line .mt-step-number>i{position:relative;top:50%;transform:translateY(-120%)}.mt-element-step .step-line .mt-step-title{font-size:20px;font-weight:400;position:relative}.mt-element-step .step-line .mt-step-title:after,.mt-element-step .step-line .mt-step-title:before{content:'';height:3px;width:50%;position:absolute;background-color:#e5e5e5;top:-32px;z-index:4;transform:translateY(-100%)}.mt-element-step .step-line .mt-step-title:after{left:50%}.mt-element-step .step-line .mt-step-title:before{right:50%}.mt-element-step .step-line .first .mt-step-title:before,.mt-element-step .step-line .last .mt-step-title:after{content:none}.mt-element-step .step-line .active .mt-step-number{color:#26a69a!important;border-color:#26a69a!important}.mt-element-step .step-line .active .mt-step-content,.mt-element-step .step-line .active .mt-step-title{color:#26a69a!important}.mt-element-step .step-line .active .mt-step-title:after,.mt-element-step .step-line .active .mt-step-title:before{background-color:#26a69a}.mt-element-step .step-line .done .mt-step-number{color:#259DAB!important;border-color:#259DAB!important}.mt-element-step .step-line .done .mt-step-content,.mt-element-step .step-line .done .mt-step-title{color:#259DAB!important}.mt-element-step .step-line .done .mt-step-title:after,.mt-element-step .step-line .done .mt-step-title:before{background-color:#259DAB}.mt-element-step .step-line .error .mt-step-number{color:#E7505A!important;border-color:#E7505A!important}.mt-element-step .step-line .error .mt-step-content,.mt-element-step .step-line .error .mt-step-title{color:#E7505A!important}.mt-element-step .step-line .error .mt-step-title:after,.mt-element-step .step-line .error .mt-step-title:before{background-color:#E7505A}@media (max-width:991px){.mt-element-step .step-line .mt-step-title:after,.mt-element-step .step-line .mt-step-title:before{content:none}}

  
.tab-content-custom .tab-content{
  float: left;
  width: 100%;
  background-color: #fdfdfd;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-top: 2px solid #dee2e6;
}

.tab-content-custom .nav-tabs{
  border:0px;
}

.tab-content-custom .nav-tabs .nav-link {
    border: 1px solid #dee2e6;
    border-bottom: 0px;
}

.tab-content-custom .nav-tabs .nav-item{
  margin-bottom: -2px;
}

.tab-content-custom .nav-tabs .nav-item.active .nav-link{
  border: 1px solid #dee2e6;
  border-bottom: 0px;
  background-color: #fdfdfd;
}

.tab-content-custom .nav-tabs .nav-item.disabled{
  background-color: #dee2e6;
}

.tab-content-custom .nav-tabs .nav-link:hover{
  border-color: #dee2e6;
}

.tab-content-custom .nav-tabs .nav-item.disabled{
  border-color: #dee2e6;
}

  
.pagination{
  display:inline-block;
  padding-left:0;
  margin:20px 0;
  border-radius:4px
}
.pagination>li{
  display:inline
}
.pagination>li>a,.pagination>li>span{
  position:relative;
  float:left;
  padding:6px 12px;
  margin-left:-1px;
  line-height:1.42857143;
  color:#337ab7;
  text-decoration:none;
  background-color:#fff;
  border:1px solid #ddd
}
.pagination>li:first-child>a,.pagination>li:first-child>span{
  margin-left:0;
  border-top-left-radius:4px;
  border-bottom-left-radius:4px
}
.pagination>li:last-child>a,.pagination>li:last-child>span{
  border-top-right-radius:4px;
  border-bottom-right-radius:4px
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
  color:#23527c;
  background-color:#eee;
  border-color:#ddd
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
  z-index:2;
  color:#fff;
  cursor:default;
  background-color:#337ab7;
  border-color:#337ab7
}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{
  color:#777;
  cursor:not-allowed;
  background-color:#fff;
  border-color:#ddd
}
.pagination-lg>li>a,.pagination-lg>li>span{
  padding:10px 16px;
  font-size:18px
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{
  border-top-left-radius:6px;
  border-bottom-left-radius:6px
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{
  border-top-right-radius:6px;
  border-bottom-right-radius:6px
}
.pagination-sm>li>a,.pagination-sm>li>span{
  padding:5px 10px;
  font-size:12px
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{
  border-top-left-radius:3px;
  border-bottom-left-radius:3px
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{
  border-top-right-radius:3px;
  border-bottom-right-radius:3px
}

.progress{
  background-color: #9ea1a3;
}

.btn-xxs {
  padding: 0.2rem 0.4rem;
  font-size: .6rem;
  border-radius: .15rem;
  margin: 0 1px;
}

.btn{
  cursor: pointer;
}

.cursor-pointer{
  cursor: pointer;
}

.link{
  color: #55a2de;
}
  .link:hover{
    text-decoration: underline;
    color: #295578;
  }

.btn-box-default{
  display: flex;
  float: right;
  gap: 10px;
}

.vertical-align-inherit{
  vertical-align: inherit !important;
}