.bg-ccicsg {
    background-color: #1966a7 !important;
}

table.table-fit {
    width: auto !important;
    table-layout: auto !important;
}

    table.table-fit thead th, table.table-fit tfoot th {
        width: auto !important;
    }

    table.table-fit tbody td, table.table-fit tfoot td {
        width: auto !important;
    }

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.table .thead-dark th.none {
    background: none;
    border: none;
}

.table .thead-dark td.none {
    background: none;
    border: none;
}

.btn-icon {
	color:inherit;
    background-color: transparent;
    border: none;
    padding: 0;
    transition: all 0.2s ease-in-out;
}

    .btn-icon:focus {
        color: inherit;
    }

    .btn-icon:hover {
        color: inherit;
        transform: scale(1.2);
    }

    .btn-icon:active {
        transform: scale(1.3);
    }
	
input.form-ccicsg::placeholder{
	font-style: italic;
	font-size: smaller;
}
