button a {
    color:white;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 1px solid #C0C0C0;
}
.table>thead>tr>th {
    border-bottom: 3px solid #C0C0C0;
}

.border333>thead>tr>th,
.border333>tbody>tr>th,
.border333>tfoot>tr>th,
.border333>thead>tr>td,
.border333>tbody>tr>td,
.border333>tfoot>tr>td {
    border-top: 1px solid #333;
}

@media only screen and (max-width: 1212px) {
    .hidden-colum {
        display: none;
    }
    .table-responsive table,
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive tr,
    .table-responsive th,
    .table-responsive td,
    .table-responsive-alt table,
    .table-responsive-alt thead,
    .table-responsive-alt tbody,
    .table-responsive-alt tr,
    .table-responsive-alt th,
    .table-responsive-alt td{
        display: block;
    }
    .table-responsive thead,
    .table-responsive-alt thead {
        display: none;
    }
    .table-responsive td,
    .table-responsive-alt td {
        margin-left: 20%;
        padding-left: 10px;
        text-align: center;
        position: relative;
        margin-top: -1px;
        background: #FFF;
    }
    .table-responsive td:nth-child(odd),
    .table-responsive-alt td:nth-child(odd) {
        background-color: #eee;
    }
    .table-responsive td::before {
        padding: 10px;
        content: attr(data-label);
        position: absolute;
        top: 0;
        left: -150px;
        width: 150px;
        bottom: 0;
        background-color: grey;
        color: #FFF;
        display: flex;
        align-items: center;
        font-weight: bold;
    }
    .table-responsive tr,
    .table-responsive-alt tr {
        margin-bottom: 1rem;
    }
    .table-responsive th + td,
    .table-responsive-alt th + td {
        padding-left: 10px;
    }
}
@media only screen and (max-width: 750px) {
    .table-responsive td {
        margin-left: 30%;
    }
    .table-responsive td::before {
        left: -150px;
    }
}
.table-nopadding>tbody>tr>td, .table-nopadding>tbody>tr>th, .table-nopadding>tfoot>tr>td, .table-nopadding>tfoot>tr>th, .table-nopadding>thead>tr>td, .table-nopadding>thead>tr>th {
    padding: 0 !important;
    vertical-align: inherit !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
}

.btn-outline-warning {
    color: #f39c12;
    border-color: #e08e0b;
    background: rgba(255, 160, 28, 0.14);
}

.btn-outline-warning:hover,
.btn-outline-warning:active {
    color: #f39c12;
}

.btn-outline-primary {
    color: #3c8dbc;
    border-color: #367fa9;
    background: rgba(81, 190, 255, 0.31);
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
    color: #3c8dbc;
}

.btn-outline-danger {
    color: #dd4b39;
    border-color: #d73925;
    background: rgba(255, 87, 66, 0.28);
}

.btn-outline-danger:hover,
.btn-outline-danger:active {
    color: #dd4b39;
}

.calendar-color-helper {
    list-style: none;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
}

.calendar-color-helper li {
    background-position: 0 5px;
    line-height: 2;
    padding: 0 0 4px 30px;
    margin-left: 1em;
}

.calendar-color-helper :nth-child(1n) {
    background: url("../img/dot-primary.png") no-repeat top left;
}
.calendar-color-helper :nth-child(2n) {
    background: url("../img/dot-primary.png") no-repeat top left;
}
.calendar-color-helper :nth-child(3n) {
    background: url("../img/dot-primary2.png") no-repeat top left;
}
.calendar-color-helper :nth-child(4n) {
    background: url("../img/dot-primary-alt2.png") no-repeat top left;
}
.calendar-color-helper :nth-child(5n) {
    background: url("../img/dot-grey.png") no-repeat top left;
}
.calendar-color-helper :nth-child(6n) {
    background: url("../img/dot-grey2.png") no-repeat top left;
}
.calendar-color-helper :nth-child(7n) {
    background: url("../img/dot-succes.png") no-repeat top left;
}
.calendar-color-helper :nth-child(8n) {
    background: url("../img/dot-danger.png") no-repeat top left;
}
.calendar-color-helper :nth-child(9n) {
    background: url("../img/dot-danger.png") no-repeat top left;
}
.calendar-color-helper :nth-child(10n) {
    background: url("../img/dot-danger.png") no-repeat top left;
}

.fc-content > .fc-time > span {
    display: none;
}

.fc-view-container {
  width: auto;
}

.fc-view-container .fc-view {
  overflow-x: scroll;
}

.fc-view-container .fc-view > table {
  width: 150%;
}

.fc-title{
    font-size: 1.3em;
    text-align: center;
}

.tooltip {
    font-size: 1.2em;
}

.fc-time-grid-event {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.select-font-awesome {
    font-family: "FontAwesome", serif;
}