.brand-link{
  line-height:.4;
}
.brand-text{
  line-height:1em;
}
.brand-link .brand-image{
  margin-top:unset;
  opacity: .8;
}
.user-panel .image i {
    min-width: 30px;
    text-align: center;
}
.user-panel .image i:before {
    min-width: 30px;
    text-align: center;
}
.user-panel .image{
  line-height:unset;
}
.user-panel .info{
  padding: 0 5px 0 10px;
  line-height:1.2
}
.small-box h3 sup{
  font-size:20px;
}
/*login*/
.login-page{
  display: inherit;
}
.login-cover, .login-cover .login-cover-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.login-cover {
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
  -ms-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background .2s linear
}

.login-cover .login-cover-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .9))
}

.login-bg-list>li a, .login-cover .login-cover-bg, .login-cover .login-cover-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.login-cover .login-cover-image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.login.login-v2 {
  width: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0 0 0 -200px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 4px;
  border-radius: 4px
}

@media (max-width:575.98px) {
  .login.login-v2 {
    position: relative;
    margin: 0;
    left: 0;
    width: auto;
    padding: 30px 0;
    height: 100vh
  }
}

.login.login-v2 a {
  color: #fff
}

.login.login-v2 label {
  color: rgba(255, 255, 255, .6)
}

.login.login-v2 .login-header {
  padding: 0 20px;
  color: #fff;
  position: relative
}

.login.login-v2 .login-header .brand {
  padding: 0;
  font-size: 28px;
  color: #fff;
  line-height:1.3
}

@media (max-width:575.98px) {
  .login.login-v2 .login-header .brand {
    font-size: 24px
  }
}
.login .brand img{
  max-width: 28px;
  margin-top:-8px;
}
.login.login-v2 .login-header .brand .logo, .login.login-with-news-feed .right-content .login-header .brand .logo {
  border: 14px solid transparent;
  border-color: transparent rgba(0, 0, 0, .15) rgba(0, 0, 0, .3);
  background-color: #00acac;
  width: 28px;
  height: 28px;
  position: relative;
  font-size: 0;
  margin-right: 10px;
  top: -11px;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

@media (max-width:575.98px) {
  .login.login-v2 .login-header .brand .logo {
    width: 24px;
    height: 24px;
    border-width: 12px;
    top: -9px
  }
}

.login.login-v2 .login-header .brand small {
  font-size: 14px;
  display: block;
  color: rgba(255, 255, 255, .6)
}

@media (max-width:575.98px) {
  .login.login-v2 .login-header .brand small {
    font-size: 12px
  }
}

.login.login-v2 .login-header .icon {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  color: rgba(255, 255, 255, .85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.login.login-v2 .login-header .icon i, .login.login-with-news-feed .right-content .login-header .icon i {
  font-size: 56px
}

@media (max-width:575.98px) {
  .login.login-v2 .login-header .icon i {
    font-size: 36px
  }
}

.login.login-v2 .login-content {
  padding: 20px;
  color: #9ba8b4
}

.login.login-v2 .login-content .form-control {
  border: 1px solid transparent
}

.login.login-v2 .login-content .form-control:focus {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, .35);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .35)
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545 !important
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s
}

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

@media (prefers-reduced-motion:reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important
  }
}
.login-bg-list>li a, .login-cover .login-cover-bg, .login-cover .login-cover-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.login-cover .login-cover-image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.login-bg-list {
  list-style-type: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
  padding: 0 0 0 20px;
  z-index: 1020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.login-bg-list>li {
  width: 66px;
  height: 66px;
  overflow: hidden;
  border: 3px solid transparent;
  -webkit-border-radius: 66px;
  border-radius: 66px
}

@media (max-width:575.98px) {
  .login-bg-list>li {
    width: 46px;
    height: 46px
  }
}

.login-bg-list>li a {
  display: block;
  height: 60px;
  overflow: hidden
}

.login-bg-list>li img {
  max-height: 100%;
  max-width: 100%
}

.login-bg-list>li:focus, .login-bg-list>li:hover {
  border-color: rgba(255, 255, 255, .5)
}

.login-bg-list>li.active {
  border-color: #fff;
  z-index: 1020;
  position: relative
}
[class*=sidebar-dark] hr {
    border-color: #4f5962;
}
.highcharts-credits{
  display:none
}
.card-title label{
  font-weight:400 !important;
}
.fa-spinner.text-primary{
  opacity:.65
}
.select2AdvancedColor + .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: unset;
    border-color: unset;
    padding: 0 5px 0 0px;
    border: unset;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] .text-secondary,
.select2-container--default .select2-results__option--highlighted[aria-selected] .text-muted,
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover .text-secondary,
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover .text-muted{
    color: #fff !important;
}
.select2AdvancedColor + .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: rgba(0,0,0, .5);
  margin-left: 2px;
  margin-right: 0px;
}
.badge-md {
    font-size: 1rem;
}
.slider-handle::after{
    content: attr(aria-valuenow);
    position: absolute;
    bottom: calc(100% + 0.5em);
    left: 50%;
    transform: translateX(-50%);

    font-size: 0.75em;
    font-weight: 600;
    color: #393f50;
    background-color: white;
    box-shadow: 0px 0px 6px 0px rgba(182, 182, 182, 0.4);

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3em;
    width: auto;
    padding:5px 10px;
    height: auto;
}
.slider.slider-horizontal{
  margin-top:38px;
}
.info-box-number .text-muted{
  color: rgba(0,0,0,.325) !important;
  float:right
}
.info-box-number a{
  color:inherit;

}
.info-box-number a:not(:hover){
  text-decoration: underline;
}
table .badge-md{
  font-weight: normal
}
.dataTable thead th.dt-header-left{
  text-align: left;
}
.dataTable tbody td.dt-body-right{
  text-align: right;
}
.dataTable tbody td.dt-body-nowrap{
  white-space: nowrap;
}
.dataTable tbody td.dt-body-vertical-middle{
  vertical-align: middle;
}
.small-box small{
  font-size: 55%;
}
.small-box .text-muted{
  /*color: rgba(255,255,255,.7) !important;*/
  color: inherit !important;
  opacity:.7;
}
.navbar-light {
    background-color: #cfd5dc;
}
[class*=sidebar-dark] .brand-link.navbar-light {
    color: rgba(0,0,0,.8);
}
td.bg-light{
  background-color:#f5f4f5 !important;
}
.tableContainer, .container-fluid, .content{
  position:relative;
}
@media (max-width:1600px) {
  .table td, .table th {
    padding: .5rem;
  }
  .width-lg-20 {
    width:200px !important;
  }
  .table td .badge-md{
    font-size: 90%;
  }
  .text-overflow{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.max-width-80 {
  max-width:80px !important;
}
.max-width-150 {
  max-width:150px !important;
}
.max-width-200 {
  max-width:200px !important;
}
.max-width-250 {
  max-width:250px !important;
}
.max-width-300 {
  max-width:300px !important;
}
.text-overflow{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-header {
    padding: .578rem .5rem;
}
.card-body{
  position:relative;
}
.mh-300{
  min-height:300px;
}
.customLegend{
  padding:10px 0px 10px 30px;
}

.customLegend .symbol {
    width:15px;
    height:15px;
    margin: 5px 5px 0 0;
    float:left;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.customLegend .text-muted .symbol{
  opacity: .3;
}
.customLegend .serieName {
    float:left;
    cursor:pointer;
}
.customLegend .item {
    height: 25px;
    clear:both;
}
table td .btn-link{
  padding: .25rem;
}
.text-disabled {
    opacity: .65;
}
.info-box-footer {
    background: rgba(0,0,0,.1);
    color: rgba(255,255,255,.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
@media (min-width: 768px){
  .small-box .progress{
    width:70%;
  }
}
.small-box .progress{
  background-color: rgba(0,0,0,.1);
}
.small-box .progress-bar{
  background-color: rgba(0,0,0,.15);
}
.bg-warning, .bg-warning>a {
    color: #fff!important;
}
.bg-orange, .bg-orange>a {
    color: #fff!important;
}
.small-box-sm .icon>i.fa, .small-box-sm .icon>i.fab, .small-box-sm .icon>i.far, .small-box-sm .icon>i.fas, .small-box-sm .icon>i.glyphicon, .small-box-sm .icon>i.ion {
    font-size: 55px;
    top: 20px;
}
.small-box-sm:hover .icon>i.fa, .small-box-sm:hover .icon>i.fab, .small-box-sm:hover .icon>i.far, .small-box-sm:hover .icon>i.fas, .small-box-sm:hover .icon>i.glyphicon, .small-box-sm:hover .icon>i.ion {
    font-size: 60px;
}
fieldset>legend {
    border-top: 1px solid #e9ecef;
    padding-top: 5px;
}
.color-pallette{
  height:25px;
}
.bg-light-blue, .badge-light-blue{
  color:#ffffff;
  background-color:#45c1fd !important;
  border-color: #45c1fd;
}
.addForm .btnDel, .formDelConfirm{
  display:none;
}
.user-panel .image{
  padding: 0 .8rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  padding-left:5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .badge{
  //padding:0px;
}
table .badge-md {
  font-size:85%
}
.badge-purple {
    color: #fff;
    background-color: #6f42c1;
}
.badge-gray {
    color: #fff;
    background-color: #adb5bd;
}
div.dataTables_wrapper .datatableLongFilter div.dataTables_filter label{
  width:100%;
  text-align: right;
}
div.dataTables_wrapper  .datatableLongFilter div.dataTables_filter input{
  width: calc(100% - 1rem - 0.5em - 16px - 80px);
}
.badge .text-muted{
  color: inherit !important;
  opacity: .6;
}
.errorTitle:not(:first-child){
  margin-top:3rem;
}


.btn-purple {
    color: #fff!important;
    background-color: #6f42c1;
    border-color: #6f42c1;
    box-shadow: none;
}
.btn-purple:hover {
    background-color: #512d94;
    border-color: #31195d;
}
.btn-link.btn-purple {
    color: #6f42c1!important;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}
.btn-link.btn-purple:hover {
    color: #512d94!important;
    background-color: transparent;
    border-color: transparent;
}
.btn-orange {
    color: #fff!important;
    background-color: #fd7e14;
    border-color: #fd7e14;
    box-shadow: none;
}
.btn-indigo {
    color: #fff!important;
    background-color: #6610f2;
    border-color: #6610f2;
    box-shadow: none;
}
.btn-link.btn-indigo{
  color: #6610f2!important;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.btn-link.btn-indigo:hover{
  color: #4f00d1!important;
  background-color: transparent;
  border-color: transparent;
}
.btn-navy {
    color: #fff!important;
    background-color: #001f3f;
    border-color: #001f3f;
    box-shadow: none;
}
.btn-link.btn-navy{
  color: #001f3f!important;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.btn-link.btn-navy:hover{
  color: #000!important;
  background-color: transparent;
  border-color: transparent;
}
.btn-lightblue {
    color: #fff!important;
    background-color: #3c8dbc;
    border-color: #3c8dbc;
    box-shadow: none;
}
.btn-fuchsia {
    color: #fff!important;
    background-color: #f012be;
    border-color: #f012be;
    box-shadow: none;
}
.btn-pink {
    color: #fff!important;
    background-color: #e83e8c;
    border-color: #e83e8c;
    box-shadow: none;
}
.btn-pink:hover {
    background-color: #c7236f;
    border-color: #961953;
}
.btn-maroon {
    color: #fff!important;
    background-color: #d81b60;
    border-color: #d81b60;
    box-shadow: none;
}
.btn-lime {
    color: #1f2d3d!important;
    background-color: #01ff70;
    border-color: #01ff70;
    box-shadow: none;
}
.btn-teal {
    color: #fff!important;
    background-color: #20c997;
    border-color: #20c997;
    box-shadow: none;
}
.btn-olive {
    color: #fff!important;
    background-color: #3d9970;
    border-color: #3d9970;
    box-shadow: none;
}
.btn-darkblue {
    color: #fff!important;
    background-color: #034284;
    border-color: #034284;
    box-shadow: none;
}
.btn-darkblue:hover {
    background-color: #012f5f;
    border-color: #010c19;
}
.btn-link.btn-lightgray{
  color: #ababab!important;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.btn-link.btn-lightgray:hover{
  color: #909090!important;
  background-color: transparent;
  border-color: transparent;
}
.form-control-precontent::after{
  content: attr(data-precontent);
  position: absolute;
  right: -22px;
  z-index: 4;
}
.small-box small small {
    font-size: 80%;
}
.text-lightgray{
  color: #ababab;
}
table.dataTable.table-sm>thead>tr>th.sorting_duisabled{
  padding-right:inherit;
}
.w-80{
  width:80px;
}
.w-65{
  width:65px;
}
@media (min-width: 1600px){
  .d-xxl-inline{
    display:inline!important;
  }
}
@media (min-width: 1600px){
  .d-xxl-inline{
    display:inline!important;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 2000px){
  .btn-group-lg>.btn, .btn-lg{
    line-height: 1;
  }
}
@media (min-width: 2000px){
  .max-width-xxxl-none{
    max-width:none!important;
  }
  .w-xxxl-none{
    width:auto!important;
  }
  .d-xxxl-inline{
    display:inline!important;
  }
  .col-xxxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.modal.show{
  overflow-y:auto;
}
.fa-stack.small {
  font-size: 0.6em;
}
.fa-stack.small i {
  vertical-align: middle;
}
.alert-sm{
  padding:.375rem 1.25rem
}
