/*Write your custom css in this file.*/

/* Shoots Module Styles */
.bordered-row {
    border: 1px solid #ebf0f5;
    padding: 15px;
    border-radius: 4px;
    background: #f9fbfe;
}

#shoots-form h5 {
    background: #4e5e6a;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    font-weight: 600;
}

#shoots-form .card-header {
    padding: 0;
    border: none;
    margin-bottom: 20px;
}

#shoots-form .form-group {
    margin-bottom: 15px;
}

#shoots-form .ml15 {
    margin-left: 15px;
}

#shoots-table .w10p { width: 10% !important; }
#shoots-table .w20p { width: 20% !important; }
#shoots-table .w100 { width: 100px !important; }

/* Status Labels for Shoots */
.shoot-status-completed { background-color: #00b894; color: #fff; }
.shoot-status-partially_completed { background-color: #ffeaa7; color: #000; }
.shoot-status-reshoot_required { background-color: #fab1a0; color: #fff; }