.btn-tiny{width:27px;height:27px;margin:3px;padding:5px;}
.ui-datepicker{z-index:10000!important;}
.panel-sm{padding:8px 12px;}
.avatar_small{width:36px !important; height:36px !important;border-radius:50%; background-color: #ccc;}
.avatar_medium{width:54px !important; height:54px !important;border-radius:50%; background-color: #ccc;}
.status_filter{margin:3px;}
.selected_button_filter{transform: scale(1.2);}
#preloader{
  text-align: center;
  padding-top: 40vh;
}
.mainpanel .content-header,
.mainpanel .box{
  padding: 25px;
}
.panel-stat a > i{
  font-size: 14px;
  border-radius: 0px;
  border: none;
  padding: 5px;
}
textarea.form-control{
  min-height: 100px;
  max-height: 300px;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

table img{
  max-height: 100px;
}

/* Headerbar styles */

.menutoggle{
  width: 60px;
  height: 60px;
  text-align: center;
}

.menutoggle .fa,
.menutoggle i,
.menutoggle .glyphicon {
    margin: 18px 0 0 0px;
}

/* Dashboard style */

.panel-stat i.icon-panel{
  font-size: 24px;
  width: 60px;
  height: 60px;
  padding-top: 16px;
  text-align: center;
}

/* Page styles */

.pageheader .glyphicon, .pageheader .fas, .pageheader .fa {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-right: 5px;
    padding: 6px 7px;
    border: 2px solid #1D2939;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

/* General styles */
.mainpanel{
  min-height: 90vh;
}

.command-upload:hover{
  cursor: pointer;
}

.leftpanel-collapsed .leftpanel:after{width:60px;}
.leftpanel-collapsed .mainpanel {
    margin-left: 60px;
}
.leftpanel-collapsed .headerbar {
    margin-left: -60px;
}
.leftpanel-collapsed .leftpanel {
    width: 60px;
    top: 60px;
}

@media (min-width:992px){.modal-xl{width:900px}}
@media (min-width:1024px){.modal-xl{width:950px}}
@media (min-width:1200px){.modal-xl{width:1100px}}
@media (min-width:1500px){.modal-xl{width:1300px}}

/* Tables style */

table .btn{
  margin: 3px;
}

table a.btn{
  background-color: rgb(239, 239, 239);
  color: rgb(99, 110, 123);
}

.bootstrap-table .fixed-table-container .table thead th .both,
.bootstrap-table .fixed-table-container .table thead th .th-inner{
  padding: 15px;
}

.table>thead>tr>th{
  font-size: 16px;
  background-color: #fff;
  color: #222;
}

.fixed-table-body{
  border: none;
}

.table td{
  padding: .75rem !important;
}

.fixed-table-container {
  height: calc(100vh - 320px);
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title{
  line-height: 30px;
}

@media (max-width: 567px){
  .bootstrap-table div.search {
    width: 100%;
  }
}

@media (max-height: 600px){
  .fixed-table-container {
    height: auto;
  }
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #2a6fa8;
    border-color: #2a6fa8;
}

.leftpanel .logopanel{
    text-align: center;
}

.pageheader h2 i{
    text-align: center;
    padding: 8px 7px !important;
}

ul.sortable{
    padding-left: 0px;
}

ul.sortable li{
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.sortable li button{
    margin-left: 8px;
}

.editable-clear-x{right: 8px !important;}
