.form-horizontal .control-label {
    font-weight: normal;
    text-align: left;
}

.form-horizontal .alert-danger {
    margin-top: 10px;
    margin-bottom: 0;
}

.form-horizontal .alert-danger ul {
    padding-left: 15px;
}

.form-horizontal .form-group {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}

.form-horizontal .form-group:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.d-block {
    display: block;
}

.table-planning {
    font-size: 12px;
}

.table-planning tr.small-padding td {
    padding: 3px !important;
}

.form-control-container {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 0px;
    height: 22px;
    padding: 5px 16px;
}

.table-planning tbody td .form-control-container .form-control, .hours-form-control {
    text-align: center !important;
    padding: 0;
    background-color: #ffffff;
    border: 0;
    box-shadow: none;
    height: auto;
    font-size: 12px;
    line-height: 13px;
    width: 20px;
    max-width: 20px;
    margin: auto;
}

.table-planning td, .table-planning th {
    white-space: nowrap;
}

.small-planning-td .form-control-container {
    padding: 5px 0px !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: 4px !important;
}

.project-name-monitor {
    margin-left: 14px;
}

.primary-color {
    overflow: hidden;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;

    -webkit-print-color-adjust: exact !important;
}

.secondary-color-container {
    border: 1px solid black;
    height: 20px;
    width: 20px;
    border-radius: 21px;
    overflow: hidden;
}

.secondary-color-container-monitor {
    width: 12px;
    height: 12px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
}

.secondary-color-edit {
    width: 18px;
    height: 12px;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    margin-top: 3px;
}

.secondary-color {
    width: 12px;
    height: 7px;
    margin-top: 3px;
    float: left;
}

.secondary-color-planning-container {
    top: 3px;
    bottom: 4px;
    left: 3px;
    right: 3px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    pointer-events: none;

}

.field-planning {
    position: relative;
    z-index: 1;
}

.secondary-color-planning {
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    /*margin: 3px -3px -4px 0px;*/
    pointer-events: none;
    border-radius: 4px;
}

.secondary-color-planning-with-popup {
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    /*margin: 3px -3px -4px 0px;*/
    pointer-events: none;
    border-radius: 4px;
}

.border-left-right-none {
    border-left: 0px !important;
    border-right: 0px !important;
}

.invoice-botton {
    width: 40px;
    margin: 3px 0px;
}

.invoice-botton-planning {
    margin: 3px 0;
    padding: 2px 5px;
}

.leave-button {
    width: 100%;
    margin: 3px 0;
    padding: 2px 5px;
}

/*.planning {*/
/*overflow-x: scroll;*/
/*margin-left: 320px;*/
/*}*/

/*.employee-name {*/
/*position: absolute;*/
/*left: 15px;*/
/*width: 180px;*/
/*height: 30px;*/
/*background-color: white;*/
/*}*/

/*.company-name {*/
/*position: absolute;*/
/*left: 182px;*/
/*height: 30px;*/
/*background-color: white;*/
/*width: 170px;*/
/*}*/

.employee-planning {
    height: 57px;
}

/*.table-header {*/
/*position: absolute;*/
/*left: 15px;*/
/*background-color: white;*/
/*width: 337px;*/
/*height: 0px;*/
/*}*/

/*.totals, .results {*/
/*position: absolute;*/
/*left: 15px;*/
/*background-color: white;*/
/*width: 337px;*/
/*height: 27px;*/
/*}*/

/*.work-list, .column-save{*/
/*position: absolute;*/
/*!*left: -337px !important;*!*/
/*}*/
/*.work-list, .column-save, .list-projects {*/
/*position: absolute;*/
/*left: 15px;*/
/*background-color: white;*/
/*width: 337px;*/
/*height: 30px;*/
/*}*/

#top-title-wrapper table {
    margin-bottom: 0px;
}

.tr-leaveday-button {
    min-width: 30px;
}

#left-title-wrapper::-webkit-scrollbar, #top-title-wrapper::-webkit-scrollbar {
    display: none;
}