.modal-backdrop1 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.modal-dialog1 {
    margin: 0;
    pointer-events: none;
    position: relative;
    width: auto;
  }
.modalWindowBody1 {
    background: #FFFFFF;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    overflow-x: auto;
    flex-direction: column;
    min-width: 500px;
    border-radius: 0.3rem;
}
.modal-content1 {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
}
body {
    font-family: 'Segoe UI', Tahoma, Arial;
}
body, .form-group label {
    color: #2d2d2d;
}
.vue-input input::placeholder {
    color: #353535;
    opacity: 1;
}
.vue-input input:-ms-input-placeholder {
    color: #353535;
}
.vue-input input::-ms-input-placeholder {
    color: #353535;
}
.textInputString {
    border-radius: 3px;
    background-color: #e9ecef;
    padding: 1px 7px;
    width: 100%;
    border: 1px solid #c1cddf;
    color: #353535;
}
.nav-tabs .nav-link.info {
    border: none;
    color: #444444;
    position: relative;
    background-color: #0dcaf0;
  }
#userTable input {
    width: 150px;
}
.table-tasklist tr {
    border-width: 2px 0;
    border-color: #555555;
}
.table-tasklist td {
    border-width: 0 2px;
    border-color: #555555;
}
.table_sorting i {
    width: 14px;
    text-align: center;
}
.table_sorting_link {
    color: #ffffff;
}
.table_sorting_link:hover {
    color: #f0f0f0;
    text-decoration: underline;
}
#tableHead {
    color: #ffffff;
    background-color: #435ebe;
}
.dropdown-menu-end {
    top: 20px;
}
.swal2-title {
    font-size: 1.6em !important;
}
.content-wrapper.container {
    min-height: 650px;
}
.nav-tabs {
    padding-bottom: 15px;
}
#componentResponsible, #userNoteDesc {
    min-height: 27px;
    display: inline-block;
}
.taskTitleText {
    min-height: 40px;
    margin: 0;
}
.UserGroupPadding {
    padding-left: 63px;
}
#taskInfoPage p {
    margin-bottom: 2px;
}
.page-link {
  padding: 3px 9px;
}
.dropdown-item {
    padding: 5px 7px;
    font-size: 90%;
}
.dropdown-item:hover {
    background-color: #ffffff;
}
.dropdown-menu {
    background-color: #f2f7ff;
}
#taskFormButtons a, #taskFormButtonsComponent a {
    margin-left: 7px;
    margin-bottom: 7px;
    font-size: 100%;
}
#monthsTable .table td {
    padding: .45rem;
    text-align: center;
    color: #111111;
}
#monthsTable .table th {
    background-color: #435ebe;
    padding: .45rem;
    text-align: center;
    color: #ffffff;
}
#monthsTable .table .dayPre, #mapTable .table .dayPre, #mapTable .dayPreMap {
    background-color: #1ea590;
    color: #ffffff;
}
#monthsTable .table .dayHol, #mapTable .table .dayHol, #mapTable .dayHolMap {
    background-color: #1e8ea4;
    color: #ffffff;
}
.taskField, .childField {
    padding: 1px 7px;
}
input.taskFile {
    margin-bottom: 2px;
    min-height: calc(1.5em + .4rem + 2px);
}
.form-control-sm {
    padding: .15rem .5rem;
}
.taskField.form-control, .taskField.form-select, input.taskFile {
    border: 1px solid #c1cddf;
    color: #353535;
}
.form-select:focus, .form-control:focus {
    box-shadow: 0 0 0 .1rem rgba(67,94,190,.25);
}
.findUserInputs input {
    width: 175px;
    border: 1px solid #4b6c9e;
    border-radius: 5px;
    padding: 4px;
    margin-right: 5px;
}
.findUserInputs {
    margin-bottom: 25px;
}
#componentsTable .categoryRow {
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    background-color: #435ebe;
    color: #ffffff;
}
#componentsTable thead {
    background-color: #435ebe;
    color: #ffffff;
}
.addComponentSelect {
    padding: 5px 0;
}
td.serviceCategory {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}
td.serviceCategory:hover {
    color: #ffffff;
}
td.serviceService {
    vertical-align: top;
    font-weight: bold;
}
#catalogTable p {
    margin: 3px;
}
tr.parentRow, #catalogTable th {
    background-color: #435ebe;
    color: #ffffff;
}
tr.parentRow a {
    color: #ffffff;
}
span.parent:hover {
    color: #ffffff;
    cursor: pointer;
}
tr.child {
    display: none;
}
.header-top-right a {
    padding-right: 25px;
}
.page-heading i, .submenu-item i {
    padding-right: 15px;
}
.header-top-right i {
    padding-right: 10px;
}
.fa-gray {
    color: #cccccc;
}
.logo a {
    font-size: 140%;
    font-weight: bold;
    color: #25396f;
}
.auth-logo a {
    font-size: 175%;
    font-weight: bold;
    color: #25396f;
}
.row_hidden td {
    color: #aaaaaa;
}
td.name i {
    width: 30px;
}
.menu-link i {
    padding-top: 5px;
}
.form-check .checkbox {
    padding: 2px 0;
}
.alert-dismissible .btn-show {
    padding: 1.25rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 60px;
}
.editmenu-item {
    padding-right: 20px;
    width: 200px;
    display: inline-block;
}
.editmenu-item i {
    width: 20px;
    text-align: center;
    margin-right: 15px;
}
.editmenu-button {
    width: 55px;
    display: inline-block;
}
.editmenu-disabled {
    color: #aaaaaa;
}
.highlight rect {
    stroke: blue !important;
}
.btn.btn-info, .btn.btn-warning {
    color: #000000
}
.page-item .page-number {
    min-width: 44px;
    text-align: center;
}