body,.form-control{
    font-size:15px;
}
a{
    color:#333;
}
.btn-style.btn-xs{
    font-size:14px;
    padding:2px 8px;
}
.btn-link.btn-style{
    padding:0px;
    font-size:15px;
}
.btn.btn-link.btn-style{
    font-size:15px;
}
.table-style.dataTable thead .sorting, .table-style.dataTable thead .sorting_asc, .table-style.dataTable thead .sorting_desc, .table-style.dataTable thead .sorting_asc_disabled, .table-style.dataTable thead .sorting_desc_disabled,
.table.table-style > thead > tr > th, .table.table-style > tbody > tr > th, .table.table-style > tfoot > tr > th, .table.table-style > thead > tr > td, .table.table-style > tbody > tr > td, .table.table-style > tfoot > tr > td{
    padding:10px;
    padding-right:20px;
}

.table-style.dataTable.table-mini thead .sorting, .table-style.dataTable.table-mini thead .sorting_asc, .table-style.dataTable thead .sorting_desc, .table-style.dataTable.table-mini thead .sorting_asc_disabled, .table-style.dataTable.table-mini thead .sorting_desc_disabled,
.table.table-style.table-mini > thead > tr > th, .table.table-style.table-mini > tbody > tr > th, .table.table-style > tfoot > tr > th, .table.table-style > thead > tr > td, .table.table-style.table-mini > tbody > tr > td, .table.table-style.table-mini > tfoot > tr > td{
    padding:5px 15px 5px 10px;
    padding-right:15px;
}
.table.table-style > thead > tr > th, .table.table-style > tbody > tr > th, .table.table-style > tfoot > tr > th, .table.table-style > thead > tr > td, .table.table-style > tbody > tr > td, .table.table-style > tfoot > tr > td{
    padding-right:10px;
}
.table-style.dataTable thead .sorting:before, .table-style.dataTable thead .sorting:after, .table-style.dataTable thead .sorting_asc:after, .table-style.dataTable thead .sorting_desc:after, .table-style.dataTable thead .sorting_asc_disabled:after, .table-style.dataTable thead .sorting_desc_disabled:after{
    right:5px;
}
.btn-labeled.btn-style{
    padding:7px;
    padding-left:42px;
}
@media (min-width:767px){
    .table-responsive,.datatable-scroll-wrap{
        overflow-x: visible;
    }
    
}
.size-da{
    width:35px;
    height:20px;
    mar/gin:1px;
}
.dashed{
    border-style:dashed;
    background:#f4f4f4;
}
.w116{
    width:116px;
}
.font-large{
    font-size:28px !important;
}
.top-header{
    width:100%;
    float:left;
    border:1px solid #ddd;
    border-bottom:none;
}
.top-header .sort-alpha{
    width:calc(100% / 27);
    float:left;
    padding:5px;
    text-align: center;
    font-weight:bold;
    transition: .2s;
    border-right:1px solid #ddd;
}
.top-header .sort-alpha:last-child{
    border-right:none;
}
.top-header .sort-alpha.sort-active,
.top-header .sort-alpha:hover{
    background:#d00;
    color:#fff !important;
    font-size:15px;
    border:none;
}
.spe-btn.bg-info-800:hover{
    background-color:#00695C;
}
.modal-content .panel-body .dropdown-menu{
    max-height:180px;
    overflow-y: scroll;
    overflow-x: hidden;
}


.page-container{padding-bottom:10px;}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px 12px;
}

.no-schedule{
    position:relative;
}
.no-schedule:after{
    content: "\ed4f";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    color: #d00;
    position: absolute;
    top: -5px;
    left: -5px;
    height: 18px;
    background: #fff;
    border-radius: 100%;
    width: 13px;
    font-size: 16px;
}

.btn.my-disabled, a.my-disabled{ opacity:0.3; cursor: not-allowed; }
}

.rpi-status-icon i{
	font-size:22px;
}

/*.table.datatable-responsive > thead > tr > th, .table.datatable-responsive > tbody > tr > th, .table.datatable-responsive > tfoot > tr > th, 
.table.datatable-responsive > thead > tr > td, .table.datatable-responsive > tbody > tr > td, .table.datatable-responsive > tfoot > tr > td {
    padding: 10px 20px 10px 10px;
}*/
.dataTable thead .sorting::after, .dataTable thead .sorting::before, .dataTable thead .sorting_asc::after, 
.dataTable thead .sorting_asc_disabled::after, .dataTable thead .sorting_desc::after, .dataTable thead .sorting_desc_disabled::after {
	
	right: 5px;
	
}

#page-navigator{font-size:14px;}
#page-navigator hr, hr{
	margin-top: 10px;
	margin-bottom: 10px;
}