.login-logo img{
    max-width: 100%;
    max-height: 80px;
}

.logo-lg img{
    max-height: 40px;
    margin-top: -4px;
}

.logo-mini img{
    max-height: 40px;
    margin-top: -4px;
}

.content-action{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.box-header-action{
    margin-left: 10px;
    display: inline-block;
}

.box-header-action button{
    vertical-align: top;
}

.content-action .alert{
  margin-bottom: 5px;
}

.image-sequence-tag {
    top: 10px;
    left: 26px;
    cursor: default;
    position: absolute;
}

.star-tag {
    top: 0px;
    font-size: 30px;
    left: 22px;
    color: gold;
    z-index: 1;
    cursor: default;
    position: absolute;
}

.round-tag {
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.46);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    z-index: 2;
}

.alert ul{
    list-style: none;
    padding-left: 0px;
}

.img-thumbnail.warning{
    border: #f39c12 3px solid;
}

span.admin_action{
    float: left;
}

span.admin_action a{
    color: #f39c12;
}


td.warning-side{
    border-left: solid 3px #f39c12 !important;
}

td.info-side{
    border-left: solid 3px #00c0ef !important;
}

#qr_code img{
    width: 100%;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#pac-input.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.padding-bottom-10{
    padding-bottom: 10px;
}

.padding-top-10{
    padding-top: 10px;
}

.chat .item{
    min-height: 40px;
}

.chat .item>.message{
    margin-left: 0;
    margin-top: 0;
}

.datepicker{
    padding: 6px 12px;
}

.action-link a:not(.btn){
    margin-right: 5px;
}

.action-link a:not(:first-child):not(.btn){
    margin-left: 5px;
}

.action-link a{
    margin-bottom: 3px;
}

.label-info a{
    color: white;
}

.form-group-custom{
    margin-bottom: 5px;
}

.table .form-control {
    display: block;
    width: 100%;
    /* max-width: 200px; */
    height: 23px;
    padding: 0px 3px;
    font-size: 13px;
    min-width: 90px;
}

.table label{
    font-size: 12px;
    width: 100%;
}

.table .row{
    margin-right: -5px;
    margin-left: -5px;
}

.table .col-md-4{
    padding-right: 5px;
    padding-left: 5px;
}

.table textarea{
    min-height: 52px;
}

.table .select2.select2-container{
    display: block;
    width: 100%;
    height: 23px;
    font-size: 13px;
    min-width: 90px;
}

.table .select2 .select2-selection{
    display: block;
    width: 100%;
    height: 23px;
    padding: 0px 3px;
    font-size: 13px;
    min-width: 90px;
}

.table .select2.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 20px;
    top: 0;
}

.inline-block{
    display: inline-block;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }

    .dataTables_length, .dt-buttons, .dataTables_filter, .dataTables_paginate{
        display: none;
    }

    table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after{
        display: none;
    }

    table.dataTable thead > tr > th{
        padding-right: 2px;
    }

    table.dataTable{
        font-size: 8px;
    }

    .print-break{
        page-break-before: always;
    }

    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
        padding:2px;
    }
}

/* table.dataTable.fixedHeader-floating {
    display: none !important;
}


.dataTables_scrollHeadInner{
   margin-left: 0px;
   width: 100% !important;
   position: fixed;
   display: block;
   overflow: hidden;
   margin-right: 30px;
   background: white;
   z-index: 1000;
}

.dataTables_scrollBody{
   padding-top: 60px;
} */



.activity-action.fixed{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

#donut-chart-3 .legend table tr:nth-child(n+13){
    display: none;
}
