﻿.input-validation-error:focus {
    border: 2px solid #a94442;
}

.input-validation-error {
    border: 2px solid #a94442 !important;
}

.field-validation-error {
    color: #a94442;
}

.alert ul {
    margin-bottom: 0;
}

.form-control {
    border: 1px solid #7e7e7e;
    color: #7e7e7e;
}

.input-group-text {
    border: 1px solid #7e7e7e;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

.dropzone {
    cursor: pointer;
    min-height: unset;
}

.dropzone .dz-message {
    font-size: 16px;
}

.selection-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .selection-list li {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 5px;
        margin-left: 0px;
    }

.breadcrumbbar {
    margin: 85px 30px 0px 30px;
}

.leftbar {
    width: 270px;
}

@media (max-width: 767px) {
    .leftbar {
        position: fixed;
        margin-left: -270px;
    }
}

.contentbar {
    padding: 30px 30px 30px 50px;
    margin-bottom: 30px;
}

.breadcrumbbar {
    margin: 85px 30px 0px 50px;
}

.table-details td {
    padding: 0.3rem;
}

.hidden {
    display: none;
}

.logobar .logo img {
    width: 200px;
}

.timeline-container {
    width: 100%;
    max-width: unset;
}

.table-planner td, .table-planner th {
    min-width: 175px;
}

.table-planner-simple th {
    max-width: 20px;
    padding: 10px 0px !important;
}

.table-planner-simple th {
    border: 1px solid #7e7e7e !important;
}

.table-planner-simple td {
    max-width: 20px;
    padding: 0px !important;
    border: 1px solid #7e7e7e;
}

.select2-selection {
    border: 1px solid #7e7e7e !important;
    color: #7e7e7e !important;
    height: calc(1.5em + .75rem + 1px) !important;
}

.select2-search__field {
    border: 1px solid #7e7e7e !important;
    color: #7e7e7e !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
    padding-left: 15px;
    color: #7e7e7e;
}

.select2-container--default .select2-selection--single {
    background-color: #ffffff;
    font-size: 15px;
    color: #7e7e7e;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 3px;
}

.input-group > .select2-container--bootstrap {
    width: auto;
    flex: 1 1 auto;
}

    .input-group > .select2-container--bootstrap .select2-selection--single {
        height: 100%;
        line-height: inherit;
        padding: 0.5rem 1rem;
    }