.logo-img{
	height: 40px;
    margin-top: 15px;
}

img.logo-fold {
    height: 30px;
    margin-top: 20px;
    margin-left: 12px;
}

.weight-600 {
    font-weight: 600;
}
.width-100{
	width: 100% !important;
}

.text{
	text-align: center;
	font-size: 13px;
}

.avatar-lg.avatar-icon {
    font-size: 0.5rem;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding: 12px;
}

/*fixed action btn*/
.fixed-button {
  background-color: #0083b9 ;
  color: #FFFFFF !important;
  border: none;
  outline: none;
  position: fixed;
  bottom: 0px;
  right: 15px;
  height: 60px;
  width: 60px;
  margin-bottom: 20px;
  border-radius: 30px;
  box-shadow: 1px 3px 5px #888888;
  z-index: 999;
  padding: 13px 15px 15px 15px;
    text-align: center;
    font-size: 25px;
}

@keyframes wobble {
  16.65% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.dataTable-btn{
	font-size: 20px;
	vertical-align: middle;
}

/*button.buttons-html5{
	color: #fff;
	background: #0083b9 ;
	border-color: #0083b9 ;
	border-radius: 7px;
	padding: 0px 10px; 
}*/

.show{
	display: block;
}

.d-inline-flex{
  display: inline-flex;
}

@media (max-width:1000px) {

  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  .main-content {
    overflow: hidden;
  }
}