/*  https://appstack.bootlab.io/dashboard-default.html */

.table tbody td {
    vertical-align: top !important;
}

.table-one td {
    padding-top: 1px;
    padding-bottom: 1px;
}

.table-condensed td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.table-nonfluid {
    width: auto !important;
    margin-left: 0 !important;
}

.min-w-75 {
    min-width: 75px;
}

.mmw-50 {
    min-width: 50px;
    max-width: 50px;
    width: 50px;
}
.mmw-85 {
    min-width: 85px;
    max-width: 85px;
    width: 85px;
}
.mmw-75 {
    min-width: 75px;
    max-width: 75px;
    width: 75px;
}
.mmw-100 {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
}
.mmw-150 {
    min-width: 150px;
    max-width: 150px;
    width: 150px;
}.mmw-200 {
    min-width: 200px;
    max-width: 200px;
    width: 200px;
}
.mmw-250 {
    min-width: 250px;
    max-width: 250px;
    width: 250px;
}
.mmw-300 {
    min-width: 300px;
    max-width: 300px;
    width: 300px;
}
.mmw-350 {
    min-width: 350px;
    max-width: 350px;
    width: 350px;
}

.mmw-400 {
    min-width: 400px;
    max-width: 400px;
    width: 400px;
}

.mmw-450 {
    min-width: 450px;
    max-width: 450px;
    width: 450px;
}

.mmw-500 {
    min-width: 500px;
    max-width: 500px;
    width: 500px;
}

.mmw-550 {
    min-width: 550px;
    max-width: 550px;
    width: 550px;
}

.mmw-600 {
    min-width: 600px;
    max-width: 600px;
    width: 600px;
}

.mmw-650 {
    min-width: 650px;
    max-width: 650px;
    width: 650px;
}

.mmw-700 {
    min-width: 700px;
    max-width: 700px;
    width: 700px;
}

.mmw-750 {
    min-width: 750px;
    max-width: 750px;
    width: 750px;
}

.mmw-800 {
    min-width: 800px;
    max-width: 800px;
    width: 800px;
}

.mmw-850 {
    min-width: 850px;
    max-width: 850px;
    width: 850px;
}

.mmw-900 {
    min-width: 900px;
    max-width: 900px;
    width: 900px;
}

.mmw-950 {
    min-width: 950px;
    max-width: 950px;
    width: 950px;
}

.mmw-1000 {
    min-width: 1000px;
    max-width: 1000px;
    width: 1000px;
}

.fcw-50 {
    width: 50px;
    max-width: 50px;
    white-space: nowrap;
}

.fcw-70 {
    width: 70px;
    max-width: 70px;
    white-space: nowrap;
}

.fcw-100 {
    width: 100px;
    white-space: nowrap;
}

.fcw-150 {
    width: 150px;
    white-space: nowrap;
}

.fcw-200 {
    width: 200px;
    white-space: nowrap;
}

.fcw-250 {
    width: 250px;
    white-space: nowrap;
}

.fcw-300 {
    width: 300px;
    white-space: nowrap;
}

.fcw-350 {
    width: 350px;
    white-space: nowrap;
}

.fcw-400 {
    width: 400px;
    white-space: nowrap;
}

.fcw-450 {
    width: 450px;
    white-space: nowrap;
}

.fcw-500 {
    width: 500px;
    white-space: nowrap;
}

.fcw-550 {
    width: 550px;
    white-space: nowrap;
}

.fcw-600 {
    width: 600px;
    white-space: nowrap;
}

.sidebar-brand-logo {
    height: 20px;
    margin-right: 5px;
}

.status-88 {
    background-color: #e5fadc !important;
}

.status-89 {
    background-color: #fffcd5 !important;
}

.status-90 {
    background-color: #fde8e8 !important;
}

.fc-required {
    border: 1px solid red;
    background-color: #ffdddd;
}

.cb-status-89 {
    background-color: #fffcd5 !important;
}

.cb-status-90 {
    background-color: #fde8e8 !important;
}

/*	.table-nonfluid th {
		border-top: 0px;
	}*/
/*<style> Aligns table to left. Put in a page.
div.dataTables_wrapper {
    margin: 0 auto;
    float: left;
}
</style>*/