.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-100px{ width: 100px; }
.width-110px{ width: 110px; }
.width-135px{ width: 135px; }
.width-200px{ width: 200px; }

.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-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-top-0{
    
    margin-top:0px !important;
}
.margin-top-3
{
    margin-top:3px;
}
.margin-top-4
{
    margin-top:4px;
}
.margin-top-5
{
    margin-top:5px;
}
.margin-top-8
{
    margin-top:4px;
}
.margin-top-10
{
	margin-top:10px;
}
.margin-top-12
{
    margin-top:12px !important;
}
.margin-top-7
{
	margin-top:7px;
}
.margin-top-20
{
	margin-top:20px;
}
.margin-top-25
{
	margin-top:25px;
}
.margin-top-30
{
	margin-top:30px;
}
.margin-left-0
{
	margin-left:0px;
}
.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; 
}

.padding-0
{
	padding: 0px !important;
}

.padding-7
{
	padding: 7px;
}

.padding-10
{
	padding: 10px;
}

.padding-top-10
{
    padding-top: 10px !important;
}

.padding-15-l
{
	padding-left: 15px;
}
.padding-15-r
{
	padding-right: 15px !important;
}

.text-bold{
    font-weight: bold;
}

.modal-xl90{
    width: 90%
}

.bg-white {
    background: #fff!important;
}

.font-size-25{ font-size: 25px; }
.font-size-60{ font-size: 60px; }

.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;
}

.modal-size-50 .modal-dialog{
  width: 50%;
  max-width: inherit;
}

.modal-size-80 .modal-dialog{
  width: 80%;
  max-width: inherit;
}

.modal-size-95 .modal-dialog{
  width: 95%;
  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;
  }
  @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.5;
  }

  .table td,
  table th{
    padding: .40rem !important;
  }

.color-primary{
  color: #007bff;
}
.color-success{
  color: #1abc9c;
}
.color-warning{
  color: #f7b84b;
}
.color-danger{
  color: #f1556c;
}
.color-info{
  color: #4fc6e1;
}

.nav-tabs .nav-link {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link:hover {
  border-color: #848d97 #848d97 #848d97;
}
.nav-tabs .active .nav-link {
  border-color: #848d97 #848d97 #848d97;
}

  .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}}