/* here you can put your own css to customize and override the theme */


.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt40 { margin-top:40px; }

.mb20 { margin-bottom: 20px; }

.mr20 { margin-right: 20px; }

.btn {
    margin-bottom: 10px !important;
}

.pl20 { padding-left: 20px; }
td, th {
    padding: 5px 10px 5px;
}

.disabled a {	
	color: red !important;
}

#processcustomerresults span:hover {
	cursor:pointer;
	font-weight:bold;
}

.mt-checkbox-inline, .mt-radio-inline {
    padding: 0px 0px 0px 15px !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #0096d6 !important;
    color: #fff !important;
}

.label-edit {
    background-color: darkorange;
}

@media print {
    @page {
        size: landscape;
        margin: 20px 0;
    }
    .portlet-title, #print, .copyright {
      display:none !important;
    }
    .portlet.light, .portlet-body, .table  {
        padding: 0px !important;
        margin: 0px !important;
    }
    .mt40 { 
      margin-top: 0px !important;
    }
    .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: 4px;
    }
    .table td, .table th {
        font-size: 10px;
    }
}