﻿.full-width {
    width: 100% !important;
}

.fc-printScreenButton-button {
    background: #5098d3 !important;
    color: white !important;
    font-weight: normal !important;
}

.fc-printScreenButton-button.fc-state-hover {
    background: #3574a8 !important;
    color: white !important;
    font-weight: normal !important;
}

.fc-resizeScreenButton-button {
    background: #5098d3 !important;
    color: white !important;
    font-weight: normal !important;
}

.fc-resizeScreenButton-button.fc-state-hover {
    background: #3574a8 !important;
    color: white !important;
    font-weight: normal !important;
}

.bg-spk-green {
    background-color: #00a65a;
    color: white;
}

.bg-spk-yellow {
    background-color: #f8b81c;
    color: white;
}

.bg-spk-aqua {
    background-color: #49a4e2;
    color: white;
}

.bg-spk-light-blue {
    background-color: #3d73b2;
    color: white;
}

.bg-spk-red {
    background-color: #d0011b;
    color: white;
}

.bg-spk-releve {
    background-color: #ea5d0f;
    color: white;
}

.bg-spk-purple {
    background-color: #605ca8;
    color: white;
}

.tab-content {
    padding: 15px !important;
}

.nav-tabs > li {
    margin-bottom: initial;
}

.nav-tabs > li > a {
    color: #555;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #000;
    cursor: default;
    background-color: #f0f0f0;
    border: none;
    border-bottom: initial;
    border-radius: 0;
    font-size: 15px;
}

.font-family-sans-serif {
    font-family: sans-serif !important;
    font-weight: bold !important;
    letter-spacing: 0.5px !important;
}

.note-editing-area {
    min-height: 150px;
}

.txt-overflow-ellipsis {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.margin-bottom-5px {
    margin-bottom: 5px;
}

input[type="color"] {
    width: 22px;
    height: 20px;
    border: none;
    border-radius: 20px;
    background: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

input[type="color"]::-webkit-color-swatch {
    border: solid 1px #000; /*change color of the swatch border here*/
    border-radius: 20px;
}

.add-button {
    cursor: pointer;
    font-size: x-small !important;
    background-color: #5098d3;
    color: white !important;
    padding: 4px 5px;
    margin-left: 5px;
}

.div-top-five {
    background-color: lightgray;
    font-size: 11px;
}

.border-bottom {
    border-bottom: solid;
    border-width: 1px;
}

/*CHECKBOX START*/
.i-checks {
    padding-left: 20px;
    cursor: pointer;
}

.i-checks input {
    opacity: 0;
    position: absolute;
    margin-left: -20px;
}

.i-checks input:checked + i:before {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
}

.i-checks input:checked + span .active {
    display: inherit;
}

.i-checks input[type="radio"] + i,
.i-checks input[type="radio"] + i:before {
    border-radius: 50%;
}

.i-checks input[disabled] + i,
fieldset[disabled] .i-checks input + i {
    border-color: #dee5e7;
}

.i-checks input[disabled] + i:before,
fieldset[disabled] .i-checks input + i:before {
    background-color: #dee5e7;
}

.i-checks > i {
    width: 20px;
    height: 20px;
    line-height: 1;
    border: 1px solid #cfdadd;
    background-color: #fff;
    margin-left: -20px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
}

.i-checks > input[type="radio"] + i:before {
    content: "";
    position: absolute;
    background-color: #3e7caf !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.i-checks > input[type="checkbox"] + i:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0px;
    height: 0px;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.i-checks > span {
    margin-left: -20px;
}

.i-checks > span .active {
    display: none;
}

.i-checks-sm input:checked + i:before {
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
}

.i-checks-sm > i {
    width: 16px;
    height: 16px;
    margin-left: -18px;
    margin-right: 6px;
}

.i-checks-lg input:checked + i:before {
    left: 8px;
    top: 8px;
    width: 12px;
    height: 12px;
}

.i-checks-lg > i {
    width: 30px;
    height: 30px;
}

.i-checks input[type="checkbox"]:checked + i:before {
    left: 5px !important;
    top: 2px !important;
    position: absolute !important;
    width: 7px !important;
    height: 12px !important;
    border-width: 3px !important;
    border-top-width: 0 !important;
    border-left-width: 0 !important;
    border-style: solid !important;
    border-color: #3e7caf !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}
/*CHECKBOX END*/

.text-normal {
    font-weight: normal;
}
.div-triageseries-customer {
    background-color: #deeaf6;
    color: gray;
    height: 35px;
}
.div-triageseries-work {
    background-color: #eff2f7;
    color: black;
    height: 35px;
}

.div-triageseries-planning {
    background-color: #e2e9f1;
    color: black !important;
    height: 25px;
}

.border-bottom-triage {
    border-bottom: solid !important;
    border-width: 1px !important;
    color: gray !important;
}
.border-top-triage {
    border-top: solid !important;
    border-width: 1px !important;
    color: gray !important;
}
.border-left-triage {
    border-left: solid !important;
    border-width: 1px !important;
    color: gray !important;
}
.border-right-triage {
    border-right: solid !important;
    border-width: 1px !important;
    color: gray !important;
}

.background-lightgrey {
    background-color: #f4f4f4 !important;
}

.border-grey {
    border: solid 1px #d4d4d4 !important;
}

.border-left-grey {
    border-left: solid 1px #d4d4d4 !important;
}

.border-right-grey {
    border-right: solid 1px #d4d4d4 !important;
}

.border-bottom-grey {
    border-bottom: solid 1px #d4d4d4 !important;
}

.border-top-grey {
    border-top: solid 1px #d4d4d4 !important;
}

.border-lightgrey {
    border: solid 1px #f4f4f4 !important;
}
.border-left-lightgrey {
    border-left: solid 1px #f4f4f4 !important;
}
.border-right-lightgrey {
    border-right: solid 1px #f4f4f4 !important;
}
.border-bottom-lightgrey {
    border-bottom: solid 1px #f4f4f4 !important;
}
.border-top-lightgrey {
    border-top: solid 1px #f4f4f4 !important;
}

.btn-delete {
    color: white;
    background-color: red;
}
.btn-white {
    background-color: white;
    border-color: #ddd;
    color: #444;
}
.remove-button {
    cursor: pointer;
    font-size: x-small !important;
    background-color: #a40322;
    color: white !important;
    padding: 4px 5px;
    margin-left: 5px;
}

.backgroud-div-triage {
    background-color: #f5f6fa;
    border-color: gray !important;
    color: black !important;
}
.margin-left-right-15 {
    margin-right: 15px;
    margin-left: 15px;
}
.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

.align-center {
    display: flex;
    align-items: center;
}
.justify-end {
    justify-content: end;
}
.content-center-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.margin-left--20px {
    margin-left: -20px !important;
}

/*CHECKBOX START*/
.i-checks {
    padding-left: 20px;
    cursor: pointer;
}

.i-checks input {
    opacity: 0;
    position: absolute;
    margin-left: -20px;
}

.i-checks input:checked + i:before {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
}

.i-checks input:checked + span .active {
    display: inherit;
}

.i-checks input[type="radio"] + i,
.i-checks input[type="radio"] + i:before {
    border-radius: 50%;
}

.i-checks input[disabled] + i,
fieldset[disabled] .i-checks input + i {
    border-color: #dee5e7;
}

.i-checks input[disabled] + i:before,
fieldset[disabled] .i-checks input + i:before {
    background-color: #dee5e7;
}

.i-checks > i {
    width: 20px;
    height: 20px;
    line-height: 1;
    border: 1px solid #cfdadd;
    background-color: #fff;
    margin-left: -20px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
}

.i-checks > input[type="radio"] + i:before {
    content: "";
    position: absolute;
    background-color: #3e7caf !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.i-checks > input[type="checkbox"] + i:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0px;
    height: 0px;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.i-checks > span {
    margin-left: -20px;
}

.i-checks > span .active {
    display: none;
}

.i-checks-sm input:checked + i:before {
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
}

.i-checks-sm > i {
    width: 16px;
    height: 16px;
    margin-left: -18px;
    margin-right: 6px;
}

.i-checks-lg input:checked + i:before {
    left: 8px;
    top: 8px;
    width: 12px;
    height: 12px;
}

.i-checks-lg > i {
    width: 30px;
    height: 30px;
}

.i-checks input[type="checkbox"]:checked + i:before {
    left: 5px !important;
    top: 2px !important;
    position: absolute !important;
    width: 7px !important;
    height: 12px !important;
    border-width: 3px !important;
    border-top-width: 0 !important;
    border-left-width: 0 !important;
    border-style: solid !important;
    border-color: #3e7caf !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}
/*CHECKBOX END*/

.margin-left--25px {
    margin-left: -25px;
}

.margin-left--5px {
    margin-left: -5px;
}
.img-glance {
    margin: 0px !important;
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 0px !important;
    border-radius: 50%;
}

.strong-list-glance {
    font-weight: bold;
    font-size: 12px;
    color: #676a6c;
}

.smal-list-glance {
    font-size: 12px;
    color: #676a6c;
}

.div-glance-obs {
    border: 1px solid #e7eaec;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 16px;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.display-inline {
    display: inline !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}
.text-div-triage {
    margin-left: 20px;
    color: black;
}

.margin-top-5px {
    margin-top: 5px;
}

.margin-top-7px {
    margin-top: 7px;
}

.fc-view.fc-month-view .forceTextToBottom {
    display: none !important;
}

.flex {
    display: flex !important;
}
.inline-flex {
    display: inline-flex !important;
}

.button-group {
    display: inline-flex;
    margin: 5px 0 5px 5px;
}

.pointer {
    cursor: pointer;
}

.valuation-modal {
    padding: 1rem;
}

.valuation-modal .title {
    padding: 1rem 2rem;
}

.valuation-modal .table-container {
    padding: 0 2rem;
}

.valuation-modal .table-container .table-content {
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.valuation-modal .table-container .table-content .table-valuation {
    width: 100%;
}

.valuation-modal .table-container .table-content .table-valuation > * > tr > th {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #e8ecf4;
    padding: 0.5rem;
    font-weight: bold;
}

.valuation-modal .table-container .table-content .table-valuation > * > tr > td {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0.5rem;
}

.valuation-modal .table-container .table-content .table-valuation .input-container {
    margin: -0.5rem;
    display: flex;
    flex-direction: row;
    height: 3rem;
}

.valuation-modal .table-container .table-content .table-valuation .input-container .input-content {
    flex: 1;
}

.valuation-modal .table-container .table-content .table-valuation .input-container .input-content .input {
    border: unset;
    text-align: right;
    width: 100%;
    height: 100%;
    padding-right: 1rem;
}

.valuation-modal .table-container .table-content .table-valuation .input-container .group {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: #f8f4f4;
    width: 15%;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.valuation-modal .table-container .table-content .button-container {
    text-align: right;
    margin-top: 2rem;
}

th a {
    cursor: pointer;
    text-transform: capitalize;
}