﻿.default-label {
}

.default-size-input {
    width: 12rem;
}

.table-fixed {
    width: 100%;
    table-layout: fixed;
}

.drag-over {
    border: 2px dashed #000;
}

.drag-preview {
    background-color: rgba(0, 0, 0, 0.1);
}


.table-center-td td {
    vertical-align: central;
}



.validation-failed-input {
    border-color: #dc3545;
}

.custom-input {
    height:36px!important;
}
    .custom-input[readonly] {
        background-color:white;
    }





.custom-input.invalid {
    border-color: rgba(220,53,69,.9);
}

.custom-input-text-area {
    min-height: 160px !important;
}

    .custom-input-text-area.invalid {
        border-color: rgba(220,53,69,.9);
    }




.invalid-tooltip{
    right:0;

}


.required-star {
    color: red;
}


.table-middle-td{

}
.table-middle-td td {
    vertical-align:middle;
}
    .table-middle-td th {
        vertical-align: middle;
    }


    .input-border-0 .form-control{
        border-radius:0
    }


.week {
    display: flex;
    justify-content: space-between;
}

.day {
    flex-grow: 1;
    padding: 10px;
    background-color: #fff;
    margin: 0 5px;
    border-radius: 5px;
    min-height: 200px;
}

.task {
    padding: 10px;
    background-color: #e9ecef;
    margin-bottom: 10px;
    border-radius: 4px;
    cursor: grab;
}

    .task.dragging {
        opacity: 0.5;
    }

.placeholder {
    background-color: #007bff;
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
}


.drop-container {
    transition: all 0.3s;
}

    .drop-container.drag-over {
        background-color: #f0f0f0;
    }

.time-label {
    position: relative;
    top: -50%;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
}


.hour-tr {
    border-bottom: none;
}

.half-hour-tr {
    border-bottom: none;
    border-top-style: dashed;
}

.quarter-hour-tr {
    border-bottom: none;
    border-top: none;
}


.task-card {
    font-size: small;
}

