.img-profile {
    width: 48px;
    height: 48px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #383838;
}


.sweet-alert button.confirm{
	background-color: #428bca !important;
	border-color: #357ebd !important;
}

.dataTables_processing {
    /* position: absolute;
    top: 70%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    padding-top: 20px; */
    margin-top: 40px !important;
    padding: 3px;
    text-align: center;
    font-size: 1.2em;
    background-color: #def0fa !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}
/* .dataTables_wrapper .dataTables_processing {
  margin-top: 40px !important;
  background-image: linear-gradient(#23c6c82b, #23c6c838, #23c6c8b0);
  font-weight: 600;
  padding: 3px;
} */

.pace-progress{
    transform: translate3d(100%, 0px, 0px);
}

#side-menu{
    margin-bottom: 40%;
}
.mb0{margin-bottom: 0}
.mb5{margin-bottom: 5px;}
.mt15{margin-top: 15px}
.lg button {
  font-size: 12px;
  font-weight: bold;
}
.lang-flag {
  width: 23px;
  height: 23px;
  border-radius: 50px;
  border: 1px solid #ccc;
  display: inline-block;
}
.btn-lang {
  height: 35px;
  padding: 5px;
  cursor: pointer;
}
.lang-text {
  display: inline-block;
  height: 30px;
  vertical-align: top;
  padding: 3px 6px;
  font-size: 12px;
}

.navbar-static-top{
    margin-bottom: 0;
}

.img-profile{
    margin-bottom: 5px;
}

.slide-mini.active-show{
    margin-top:15px
}

.nav-header {
    padding-bottom: 24px !important;
    padding-top: 25px !important;
}
.welcome-padding {padding: 35px 5px;}
