/* Tiny MCE */
.mce-flow-layout-item{
    margin: 0px!important;
}
.mce-ico{
    font-size:11px!important;
    line-height: 10px!important;
    width:0px;
}
.mce-container{
    font-size: 6px!important
}
.mce-btn button {
    line-height: 6px!important;
    padding: 2px 2px !important;
}

/* CUSTOM STYLE IN SPREMEMBE */
.dataTables_extended_wrapper .table.dataTable {
	margin: 10px 0 !important;
}

.table td, .table th {
	font-size: 1em !important;
}

.table-checkable tr > td:first-child, .table-checkable tr > th:first-child {
	max-width: none !important;
	min-width: 0px !important;
}

.btn-group-sm > .btn, .btn-sm {
	font-size: 0.8em !important;
	padding: 5px !important	; 
	line-height: normal !important;	
}

/* DATATABLE CHANGE PADDING OF TABLE CELLS */
.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!important;
}

/* Tipke mal pomanjšamo */
.btn-sm {
	padding-left:3px!important;
	padding-right:3px!important;
	padding-bottom:0px!important;
	padding-top:0px!important;
	
}
/* Settings za prikaz recimo nalogi tabela, vse se nekoliko stisne */
    .portlet.light.portlet-fit > .portlet-title {
        padding: 0px 10px !important;
    }
    .portlet.light > .portlet-title > .actions {
        padding: 0px !important
    }
    .alert{
        padding:4px!important
    }
    .dataTables_extended_wrapper {
        margin-top:0px!important;
    }
    .alert, .thumbnail {
        margin-bottom:!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:1px !important
    }
    .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
        height:24px!important;
        padding:1px!important;
    }

 /* Table TD checklist -> td */
   #checklist_table_form_data tr td:nth-child(3){
       text-align:center;
   }
   #checklist_table_form_data tr td:nth-child(4){
       text-align:center;
   }
   #checklist_table_form_data tr td:nth-child(5){
       text-align:center;
   }
   #checklist_table_form_data tr td:nth-child(6){
       text-align:center;
   }