/*!
Version: 1.0
Author: Ankit Hingarajiya - DeskApp
*/

.left-side-bar{
	width: 70px;
}

.sidebar-menu .dropdown-toggle {
    height: 40px !important;
}

table.orcament {
    text-align: center;
}

table.orcament thead tr th {
    color: white;
    background-color: #303030;
}

table.orcament tbody tr th:nth-child(9) {
    color: white;
}

table.orcament tbody tr td:nth-child(7) {
    color: white;
}

table.orcament tbody tr th:nth-child(9) {
    color: white;
}

table.orcament tfoot tr th {
    color: white;
    background-color: #303030;
}

.status-orange {
    background-color: rgba(255,165,0,0.9)
}
.status-red {
    background-color: #FF0000;
}
.status-green {
    background-color: #3CB371;
}
.status-black {
    background-color: black;
}

.color-orange {
    color: #FF8C00;
}
.color-red {
    color: #880000;
}
.color-green {
    color: #008800;
}
.color-black {
    color: black;
}
.color-blue {
    color: #000088;
}

.bg-gray {
    background-color: #333;
}

.filter-select {
    font-weight: bold !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #d3d3d3;
    color: #000000;
    border-color: #c3c3c3;
}

.my-checkbox {
    width: 25px;
}

.btnFilter.btn-outline-danger:hover {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.labelCenter {
    display: flex;
    align-items: center;
    margin: 0;
    margin-left: 10px;
}

.fc-today {
    background-color: #ced4da !important;
}

.fc-week-number, .fc-axis {
    padding: 10px !important;
}
