@charset "UTF-8";

/* CSS Document */

/* Leda colors
Blue 	#003D6A
Cyan	#6BB1E2
Green 	#8ABD24

*/

body {
    background: url("../images/background.jpg") no-repeat fixed center;
    background-blend-mode: saturation;
    background-size: cover;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bg-blue {
    background-color: #003D6A;
    border-color: #003D6A;
}

.navbar {
    padding: 0 55px;
}

.btn-lg {
    font-size: 18px;
}

.btn-cyan {
    background-color: #6BB1E2;
    color: #fff;
}

.btn-cyan:hover {
    background-color: #003D6A;
    color: #fff;
}

.btn-green {
    background-color: #8ABD24;
    color: #fff;
}

.btn-green:hover {
    background-color: #003D6A;
    color: #fff;
}

.btn-blue {
    background-color: #003D6A;
    color: #fff;
}

.btn-blue:hover {
    background-color: #8ABD24;
}

.btn-greyblue {
    background-color: #A8BFD1;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    font-size: 18px;
    color: #003D6A;
}

.btn-shadow {
    box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 992px) {
    .navbar {
        flex-wrap: wrap;
    }
}

.navbar-brand {
    padding: 20px 20px
}

@media screen and (min-width: 992px) {
    .navbar-brand {
        padding: 20px 30px
    }
}

.navbar-toggler {
    margin-right: 20px;
}

.navbar-brand > img {
    width: 140px;
}

.nav-link > img {
    height: 30px;
}

.nav-link > img:hover {
    opacity: 0.6;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;

}

.header-search {
    position: relative;
}

.header-search input {
    background-color: #336488;
    border: none;
    color: #fff;
    width: 300px;
}

@media only screen and (max-width: 998px) {
    .header-search input {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 998px) {
    .menu-name {
        display: none;
    }
}

.header-search input::placeholder {
    color: #A8BFD1;
}

.header-search input::-webkit-search-cancel-button {
    z-index: 10;
}

.search-icon {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;

}

.btn-radio-menu {
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 20px;
    margin-bottom: 0;
}

.btn-radio-menu:hover {
    color: #6BB1E2;
}

.btn-radio-menu input {
    display: none;
}

.btn-radio-menu.active {
    color: #003D6A;
    background-color: #fff;
}

.submenu {
    width: 100%;
    background-color: #6BB1E2;
    padding: 6px 25px;

}

@media screen and (max-width: 991px) {
    .submenu {
        display: none;
    }
}

.submenu .nav-item.nav-link {
    color: #003D6A;
}

span.sub-label {
    margin-right: 6px;
    font-size: 18px;
    position: relative;
    bottom: -2px;
}

span.sub-name {
    font-size: 14px;

}

@media screen and (max-width: 1400px) {
    span.sub-name {
        display: none;
    }

    span.sub-label {
        font-size: 26px;
    }
}

/*Home page*/

.container-page {
    display: flex;
    padding: 8px 8px 8px 8px;
}

.tile-wrapper {
    width: 69%;
    display: flex;
    flex-direction: column;
    margin: 20px;
}

.tile-group {
    padding: 25px 0px 25px 20px;
    background-color: rgb(255, 255, 255, 0.65);
    display: flex;
    margin-bottom: 20px;
    position: relative;
}

.tile-group:last-child {
    margin-bottom: 0px;
}

.tile-label {
    width: 30px;
    background-color: rgb(124, 207, 76);
    border-radius: 0 5px 5px 0;
    margin-left: -20px;
    margin-right: 20px;
    position: relative;
}

.tile-label-tasks {
    margin-top: 62px;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
}

.tile-label-operations {
    margin-top: 82px;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
}

.tile-label-bureau {
    margin-top: 67px;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
}

.tile-label-enterprise {
    margin-top: 79px;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
}

@media screen and (max-width: 1000px) {
    .tile-label {
        display: none;
    }

    .tile-label-tasks {
        display: none;
    }

    .tile-label-operations {
        display: none;
    }

    .tile-label-bureau {
        display: none;
    }

    .tile-label-enterprise {
        display: none;
    }

}

.tile-title {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.tobe-tile {
    position: relative;
    width: 135px;
    height: 135px;
    /* background: rgb(65, 83, 100); */
    /* background: linear-gradient(0deg, rgba(65, 83, 100, 1) 49%, rgba(60, 72, 84, 1) 76%); */
    background-color: #415364;
    color: white;
    border-radius: 10px;
    border: none;
    margin: 0 20px 0 0;
    padding: 10px 5px 15PX;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    position: relative;
}

.tobe-bg-grey {
    background-color: #415364;
}

.tobe-tile:last-child {
    margin: 0;

}

.tobe-tile > img {
    width: 80px;
    /* filter: invert(0%) sepia(10%) saturate(600%) hue-rotate(300deg) brightness(100%) contrast(100%); */
}

.tobe-tile > h6 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.tobe-tile:active,
.tobe-tile:hover,
.tobe-tile:focus {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 250ms;
    box-shadow: 0px 10px 15px #3b3a3a80;
    text-decoration: none;
}

.dashboard {
    height: 798px;
    width: 35vw;
    background-color: rgb(255, 255, 255, 0.75);
    color: rgba(75, 75, 75, 1);
    padding: 20px 20px 30px;
    display: flex;
    flex-direction: column;
    margin: 20px 0px 0px 50px;
}

.dash-intro {
    margin-bottom: 25px;
    width: 100%;
    padding: 15px 10px 18px;
    border-bottom: solid 1px;
    border-color: #70d44b;
    cursor: default;
}

.dash-intro > h1 {
    font-size: 30px;
    margin-top: 0;
    font-weight: 400;
}

.dash-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 1;
}

.dash-panel {
    width: 48%;
    color: #003D6A;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}

.dash-panel:hover {
    color: #6BB1E2;
    text-decoration: none;
}

.dash-panel > h6 {
    font-size: 16px;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}

.dash-icon {
    height: 40px;
    margin-top: 10px;
}

.big-number {
    font-size: 60px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
}

.dash-color-task *, .dash-color-operations *, .dash-color-bureau *, .dash-color-enterprise * {
    /* color: rgba(75,75,75,0.75) */
}

.new-tile span.notify {
    background-color: #6bb1e2;
    min-width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    z-index: 1000;
    padding: 10px 5px 10px 5px;
    left: -10px;
    top: -10px;
    position: absolute;
    color: white;
    font-size: 14px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

.new-tile span.notify.notify-highalert {
    background-color: #8abd24;
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1200px) {

    .container-page {
        min-height: 400px;
        padding: 30px;
    }

    .tile-group {
        padding: 20px;

    }

    .tobe-tile {
        width: 130px;
        height: 130px;
        padding: 0 10px;
        margin: 0 20px 0 0;
    }

    .tobe-tile > img {
        width: 80px;
    }

    .tobe-tile > h6 {
        font-size: 12px;
    }

    .dash-intro {
        padding: 0px 0px 20px;
    }

    .dash-intro > h1 {
        font-size: 24px;
    }

    .dash-panel {
        margin: 11px 0;
    }

    .dash-icon {
        height: 30px;
    }

    .big-number {
        font-size: 36px;
    }

}

@media screen and (max-width: 991px) {

    .container-page {
        padding: 20px 20px 20px 20px;
    }

    .tile-group {
        padding: 5px;
        flex-wrap: wrap;

    }

    .tobe-tile {
        width: 120px;
        height: 120px;
        padding: 10px;
        margin: 10px 10px 10px 10px;
    }

    .tobe-tile:last-child {
        margin: 10px 10px 10px 10px;

    }

    .tobe-tile > img {
        width: 80px;
        margin-bottom: 0;
    }

    .tobe-tile > h6 {
        font-size: 12px;
        margin: 6px 0
    }

    .dashboard {
        padding: 15px 15px 25px;
        min-width: 300px;
        margin-right: 10px;
    }

    .dash-intro {
        padding: 0px 0px 30px;

    }

    .dash-panel {
        width: 100%;
        justify-content: flex-start;
        margin: 5px 0 0 0;
    }

    .dash-panel h6 {
        width: auto;
        font-size: 14px;
    }

    .dash-icon {
        margin-right: 10px;
        order: -1;
        position: relative;
        top: -5px
    }

    .big-number {
        font-size: 32px;
        margin-left: auto
    }

    .tile-group {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 767px) {

    .container-page {
        flex-wrap: wrap;
    }

    .tile-wrapper {
        justify-content: space-between;
        padding: 10px 20px;

    }

    .dashboard {
        width: 100%;
        padding: 15px;
        margin-bottom: 25px;
        margin-right: 0px;
        height: inherit;
        order: 2;
    }

    .dash-container {
        padding: 20px 20px 20px 20px;
    }

    .dash-panel {
        width: 100%;
        justify-content: flex-start;
        margin: 5px 0 0 0;
    }

    .dash-panel h6 {
        width: auto
    }

    .dash-icon {
        margin-right: 15px;
        order: -1;
        position: relative;
        top: -5px
    }

    .big-number {
        font-size: 32px;
        margin-left: auto
    }

    .new-tile span.notify {
        min-width: 22px;
        height: 22px;
        padding: 6px 3px 6px 3px;
        left: -4px;
        top: -4px;
        font-size: 0.7em;
    }

    .tile-wrapper {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 575px) {

    .container-page {
        padding: 30px 12px 12px 12px;
    }

    .dashboard {
        width: 100%;
        padding: 15px;
        margin-bottom: 25px;
        height: inherit
    }

    .dash-intro > h3 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .dash-intro > span {
        font-size: 12px;
    }

    .dash-intro {
        padding: 0 0 15px 0;
        margin: 0;
    }

    .dash-panel {
        width: 100%;
        justify-content: flex-start;
        margin: 5px 0 0 0;
    }

    .dash-panel h6 {
        width: auto
    }

    .dash-icon {
        margin-right: 15px;
        order: -1;
        position: relative;
        top: -5px
    }

    .big-number {
        font-size: 32px;
        margin-left: auto
    }

    .tile-wrapper {
        width: 100%;
    }

    .tile-group {
        margin-bottom: 20px;
    }

    .tobe-tile {
        width: 76px;
        height: 76px;
        padding: 5px;
        margin: 5px;
    }

    .tobe-tile:last-child {
        margin: 5px;

    }

    .tobe-tile > img {
        width: 42px;
        margin-top: 5px;
    }

    .tobe-tile > h6 {
        font-size: 10px;
        margin: 4px 0
    }

}

/*TABLE view*/

.table-view h1,
.table-view h2,
.table-view h3,
.table-view h4,
.table-view h5,
.table-view h6,
.table-view p,
.tobe-modal h1,
.tobe-modal h2,
.tobe-modal h3,
.tobe-modal h4,
.tobe-modal h5,
.tobe-modal h6,
.tobe-modal p {
    color: #013C6A;
}

.table-view h2,
.tobe-modal h2 {
    font-size: 22px;
}

/*overall container and sections*/

.table-view {
    height: 100vh;
    padding: 150px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.upper-section {
    display: flex;
    flex-direction: column;
    min-height: 50px;
}

.lower-section {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.job-details {
    margin: 15px 15px 0 0;
    padding: 15px 20px 20px 20px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    transition: ease .5s;
}

.job-details.minimise {
    height: 62px;
    margin: 15px 0 0 0;

}

.message-view {
    width: 33%;
    margin: 15px 0 0 0;
    padding: 15px 20px 15px 20px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    transition: width .5s;
}

.message-view.narrow {
    width: 25%;
    transition: width .5s;
}

@media screen and (max-width: 991px) {

    .table-view {
        height: auto;
        padding: 110px 30px 30px 30px;
    }

    .upper-section {
        max-height: 80vh;
    }

    .lower-section {
        flex-wrap: wrap;
    }

    .job-details {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .message-view,
    .message-view.narrow {
        width: 100%;
    }

}

@media screen and (max-width: 575px) {
    .table-view {
        padding: 105px 15px 15px 15px;
    }
}

/*top table*/

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #003D6A;
}

/* Zebra striping */
/*tr:nth-of-type(odd) {*/
/*background: #fff;*/
/*}*/

tr:nth-of-type(odd).sub-row {
    background: rgba(255, 255, 255, 0.6);
}

tr:nth-of-type(even) {
    background: rgba(255, 255, 255, 0.75);
}

tr:nth-of-type(even).sub-row {
    background: rgba(255, 255, 255, 0.4);
}

tr.active {
    background: #8ABD24;
}

tr.active td {
    color: #ffffff;
}

th {
    background: #677583;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
}

td,
th {
    padding: 4px 5px 4px 5px;
    border-right: 1px solid #294255;
    text-align: left;
}

table tr td:last-child {
    border-right: 0;
}

.table-icons {
    font-size: 20px;
    color: #7F9DB4;
    margin-left: 4px
}

tr.active .table-icons {
    color: #ffffff;
}

.header-icon {
    font-size: 16px;
    color: #6BB1E2;
    margin-left: 5px;
}

.clickable-row {
    cursor: pointer;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    z-index: 1030;
    width: calc(100% - 30px);;
}

.tobe-row .sign:before {
    content: "\e922";
    font-family: "Tobe";
    position: absolute;
    font-size: 10px;
    font-weight: 700;
    left: 5px;
    top: 7px;
}

.tobe-row.expand .sign:before {
    content: "\e921";
}

.tobe-row td:first-of-type {
    padding-left: 20px;
    position: relative;
}

/*
main table container*/

.table-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 8px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.table-name.round {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: ease .2s;
}

.table-scroll {
    overflow: scroll;
}

.table-name h2 {
    color: #003D6A;
    margin-top: 0;
    margin-bottom: 0;
}

.btn-settings {
    color: #003D6A;
    font-size: 20px;
}

.btn-expand {
    background-color: transparent;
    margin-right: 10px;
    padding: 0px;
    border: none;
}

button.btn-expand:active,
button.btn-expand:focus {
    outline: none;
}

.section-switch,
.section-switch-2 {
    height: 30px;
    transition: transform .1s ease;
}

.rotate {
    transform: rotate(90deg);
}

.settings span {
    margin: 0 5px;
}

.dropdown-item {
    font-size: 14px;
    font-weight: 400;
    color: #003D6A;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: rgba(138, 189, 36, 0.27);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: rgb(138, 189, 36);
}

/* Job summary Tabs */

.panel-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.job-details h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.tab-details {
    box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.2);
    width: 100%;
    flex-grow: 1;
    display: flex;
}

/* Style the tab */
div.tab {
    display: flex;
    width: 20%;
    flex-direction: column;
    flex-shrink: 0;
    background-color: #D9E2E9;
}

.tabs-view {
    flex-grow: 1;
}

/* Style the buttons inside the tab */
div.tab button {
    font-size: 16px;
    background-color: #D9E2E9;
    color: #013C6A;
    padding: 4px 10px 5px 10px;
    width: 100%;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    border-radius: 0px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ffffff;
    color: #9FC317;
    border-radius: 20px 0 0 20px;
    font-weight: 500;
    outline: none;
    position: relative;
    left: -10px;
    width: calc(100% + 10px);

}

/* Create an active/current "tab button" class */
div.tab button.active {
    background-color: #ffffff;
    color: #9FC417;
    border-radius: 20px 0 0 20px;
    font-weight: 500;
    outline: none;
    position: relative;
    left: -10px;
    width: calc(100% + 10px);

}

.tab-icon {
    font-size: 14px;
    margin-right: 8px
}

.tabs-view {
    background-color: #ffffff;
}

/* Style the tab content */
.tabcontent {
    padding: 20px 15px;
    background-color: #ffffff;
    width: 100%;
    height: 300px;
    overflow: scroll;
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .tabcontent {
        height: 220px;
    }
}

.tabcontent.full-height {
    height: 100%;
}

.tab-row {
    height: 100%;
    display: flex;
}

@media only screen and (min-width: 1400px) {
    .tooltip {
        display: none !important;
    }
}

@media only screen and (max-width: 1400px) {
    .tab-label {
        display: none
    }

    button.active .tab-label {
        display: initial;
        margin: 0 0 0 5px;
        position: relative;
        top: -4px
    }

    div.tab {
        display: flex;
        width: 100%;
        flex-direction: row;
        height: 50px;
    }

    .tab-details {
        flex-direction: column
    }

    div.tab button {
        text-align: center;
        padding: 10px 8px 10px 8px;
        height: 50px;
    }

    div.tab div.dropdown {
        width: 100%;
    }

    .tab-icon {
        font-size: 22px;
        margin-right: 0;
    }

    /* Change background color of buttons on hover */
    div.tab button:hover {
        border-radius: 5px 5px 0 0;
        left: 0;
        width: 100%;
    }

    /* Create an active/current "tab button" class */
    div.tab button.active {
        border-radius: 5px 5px 0 0;
        left: 0;
        width: 100%;
    }

}

@media only screen and (max-width: 991px) {

    .tabcontent {
        height: auto;
    }

}

@media only screen and (max-width: 767px) {

    .table-view h2 {
        font-size: 28px;
    }

}

@media only screen and (max-width: 479px) {

    .table-view h2 {
        font-size: 20px;
    }

}

/* job summary content */

p.data-text,
dd.data-text {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.2;
}

p.data-head,
dt.data-head {
    font-size: 14px;
    color: #6BB1E2;
    margin-bottom: 0px;
    line-height: 1.2;
}

/* message view*/

.message-view h2 {
    margin: 2px 0 12px 0;
}

.messages-container {
    display: flex;
    height: 100%;
    justify-content: space-between
}

.narrow .messages-container {
    flex-direction: column;
}

.narrow .inbox {
    width: 100%;
}

.narrow .new-message {
    width: 100%;
    padding: 10px;
    position: relative;
    margin-bottom: 0;
    margin-top: 10px;
    height: 120px
}

.narrow .message-submit {
    position: absolute;
    left: auto;
    right: 8px;
    bottom: 8px;
    font-size: 14px;
}

.narrow .new-message textarea {
    padding: 0;
    height: 100%;
    width: 80%
}

.inbox {
    display: flex;
    flex-direction: column;
    width: 60%;
    overflow-y: scroll;
    height: 300px;
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .inbox {
        height: 200px;
    }
}

.inbox.stretch {
    flex-grow: 2;
}

.inbox::-webkit-scrollbar {
    -webkit-appearance: none;
}

.inbox::-webkit-scrollbar:vertical {
    width: 10px;
}

.inbox::-webkit-scrollbar:horizontal {
    height: 10px;
}

.inbox::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #7F9DB4;
}

.inbox::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.5);
}

.message {
    background: rgba(107, 177, 226, 0.75);
    border-radius: 10px;
    width: 98%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.message h6 {
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}

.message p {
    margin-bottom: 0px;
}

.message h6 span {
    margin-right: 6px;
    font-size: 16px;
    position: relative;
    bottom: -2px;
}

.new-message {
    background: rgba(138, 189, 36, 0.6);
    border-radius: 10px;
    width: 38%;
    padding: 10px;
    position: relative;
    margin-bottom: 0
}

.new-message textarea {
    padding: 0;
    background: rgba(138, 189, 36, 0);
    border-color: rgba(138, 189, 36, 0);
    height: 85%;
    font-size: 14px;
}

.new-message textarea:focus {
    color: #495057;
    background-color: rgba(138, 189, 36, 0);
    border-color: rgba(138, 189, 36, 0);
    outline: 0;
    box-shadow: none;
}

.message-submit {
    position: absolute;
    left: 8px;
    bottom: 8px;
    font-size: 14px;
}

@media only screen and (max-width: 1399px) {

    .messages-container {
        flex-direction: column;
    }

    .inbox {
        width: 100%;
    }

    .new-message {
        width: 100%;
        padding: 10px;
        position: relative;
        margin-bottom: 0;
        margin-top: 10px;
        height: 120px
    }

}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .new-message {
        height: 80px;
    }
}

.message-submit {
    position: absolute;
    left: auto;
    right: 8px;
    bottom: 8px;
    font-size: 14px;
}

.new-message textarea {
    padding: 0;
    height: 100%;
    width: 80%
}

/*hide tabs in bootstap 4
*/

.hidden {
    display: none !important;
}

/*modals*/

.tobe-modal .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
}

.tobe-modal .modal-content {
    background-color: rgba(255, 255, 255, 0.75);
}

.tab-details.settings {
    width: 80%;
}

/* Style the tab */
div.tab-flush {
    display: flex;
    width: 23%;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: space-between;
    background-color: #D9E2E9;
}

.settings .tabs-view {
    flex-grow: 1;
}

/* Style the buttons inside the tab */
div.tab-flush button {
    font-size: 16px;
    background-color: #D9E2E9;
    color: #013C6A;
    padding: 5px 10px 5px 10px;
    width: 100%;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    border-radius: 0px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab-flush button:hover {
    background-color: #ffffff;
    color: #9FC317;
    font-weight: 500;
    outline: none;

}

/* Create an active/current "tab button" class */
div.tab-flush button.active {
    background-color: #9FC417;
    color: #fff;
    font-weight: 500;
    outline: none;
    position: relative;
}

div.tab-flush button.active::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 9px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #9FC417;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0px;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #003D6A;
    background-color: #003D6A;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #003D6A;
    border-color: #003D6A;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    left: 20px;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.tab-flush hr {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-width: 1px;
    margin-left: 0;
    margin-right: 0;
}

.form-check {
    margin-bottom: 8px;
    color: #013C6A;
    font-size: 14px;
}

.modal-tabcontent {
    padding: 20px 10px;
}

.save-contols {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
}

.custom-select,
.custom-control {
    color: #013C6A;
    font-size: 14px;
}

.selection-items {
    padding: 20px;
    color: #013C6A;
    font-size: 14px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.selection-items > h6 {
    width: 100%;
}

.selection-items > hr {
    width: 100%;
    margin: 5px 0;
}

.selection-items > div {
    width: 50%;
    margin: 1px 0;
}

.available {
    background-color: #D9E2E9;
}

.selected {
    background-color: #fff;
}

.column-select {
    height: 100%;
}

.form-panel {
    background-color: #D9E2E9;
    box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.5);
    padding: 12px 20px 20px;
    border-radius: 3px;
    height: 100%;
}

.tabcontent label {
    font-size: 16px;
    color: #003D6A;
}

.form-panel h5 {
    font-size: 18px;
    letter-spacing: 0.3px;
}

.form-panel p {
    font-size: 14px;
}

.form-panel input, .form-panel textarea {
    font-size: 14px;
}

.form-panel input::placeholder, .form-panel textarea::placeholder {
    color: #A8BFD1;
}

.fcl-info {
    padding: 10px 10px 0 10px;
    border: 1px solid #003D6A;
    margin-bottom: 10px;
}

.disabled-class {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    background-color: lightgray;
}

.nav-tabs .nav-link {
    color: #fff;
    width: 160px;
    border: 0px;
}

.nav-tabs .nav-link.active {
    background-color: #fff;
    border-radius: 0px 0px 0px 0px;
}

.dash-panel-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: -.3px;
}

.margin-auto {
    margin: auto;
}

.first-letter-capitalize {
    text-transform: capitalize;
}

select {
    color: initial !important;
}

