.theme-color {
    color: #00897b;
}
.theme-color-bg {
    background: #00897b;
}

.flex-row-custom {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-col-custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu-link.active {
    background: rgba(0, 0, 0, 0.2);
}
/*.container-fluid .row:first-child {*/
    /*margin-bottom: 20px !important;*/
/*}*/
/*.container-fluid .row:nth-child(2) main.pt-3 {*/
    /*padding-top: 0 !important;*/
/*}*/
#myInput {
    border-box: box-sizing;
    /*background-image: url('searchicon.png');*/
    /*background-position: 14px 12px;*/
    /*background-repeat: no-repeat;*/
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}
div#errors {
    background: #ff5722;
    margin-bottom: 20px;
    border-radius: 5px;
    color: white;
    padding: 10px;
}
.img-thumbnail, .avatar {
    object-fit: cover !important;
}
input.error {
    border: 1px solid red;
}
.btn-secondary {
    background: #607d8b !important;
    border: 1px solid #607d8b;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background: #465b66 !important;
}
.pointer {
    cursor: pointer;
}

/* SWAL CUSTOMIZE STARTS */

.swal-title, .swal2-title {
    font-weight: normal !important;
}
.swal-text, .swal2-content {
    font-weight: bold !important;
}
.swal-footer, .swal2-footer {
    background-color: #f3f3f3 !important;
    margin-top: 32px;
    border-top: 1px solid #E9EEF1;
    overflow: hidden;
}
.swal-button {
    border-radius: 2px !important;
    padding-top: 3px;
    padding-bottom: 3px;
}
.swal-button, .swal2-popup .swal2-styled {
    background: #607d8b !important;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: white !important;
    outline: 0 !important;
    transition: background 0.3s;
}
.swal-button--cancel:hover, .swal2-actions .swal2-cancel:hover{
    background: #465b66 !important;
}
.swal-button--confirm, .swal2-actions .swal2-confirm.confirm {
    background: #00897b !important;
}
.swal-button--confirm:hover, .swal2-actions .swal2-confirm.confirm:hover{
    background: #008062 !important;
}

.swal-button--danger, .swal2-actions .swal2-danger {
    background: #F35D38 !important;
}
.swal-button--danger:hover, .swal2-actions .swal2-danger:hover{
    background: red !important;
}

/* SWAL CUSTOMIZE ENDS */

.mc-20 {
    margin: 0 20px;
}
.disabled-c {
    background: transparent !important;
    outline: 0 !important;
    border: 0 !important;
    cursor: default;
}

.scroll-x, .scroll-y {
    /*overflow-x: auto !important;*/
}

.fixed-height-400 {
    max-height: 400px;
}
.menu-icons {
    margin-left: -10px;
    margin-right: 10px;
    width: 20px;
}

.savings-text-boxes {
    background: transparent;
    border: 0;
    outline: 0;
}

.badge-rounded {
    padding: 7px 10px;
    border-radius: 100%;
}

.text-ellipsis {
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-menu {
    padding-top: 0;
}
.dropdown-menu input {
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
}
.dropdown-menu input:focus {
    border-color: dimgray !important;
    box-shadow: none;
}
.vertical-center-c {
    align-content: center;
    align-self: center;
}
.horizontal-center-c {
    display: flex;
    align-items: center;
}


/*.grid-wrapper {*/
    /*width: 5000px;*/
    /*overflow: auto;*/
/*}*/

.bg-sky-blue {
    background: #E5FFF9 !important;
    color: #4B5662 !important;
}
.text-dark-gray {
    color: #4B5662 !important;
}

.editCommentActions {
    color: #aaa;
    font-family: verdana;
    font-size: 11px;
    text-decoration: underline;
}
.editCommentActions:hover {
    color: gray;
}

label.custom-checkbox {
    margin: 5px;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}
label.custom-checkbox input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 3em;
    height: 1em;
    background: #ddd;
    vertical-align: middle;
    border-radius: 1.6em;
    position: relative;
    outline: 0;
    margin: -3px 2px 0 0;
    cursor: pointer;
    transition: background 0.1s ease-in-out;
}
label.custom-checkbox input[type=checkbox]::after {
    content: '';
    width: 1.5em;
    height: 100%;
    background: white;
    position: absolute;
    border-radius: 1.2em;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    left: 0;
    box-shadow: 0 1px rgba(0, 0, 0, 0.5);
    transition: left 0.1s ease-in-out;
}
label.custom-checkbox input[type=checkbox]:checked {
    background: #00897b;
}
label.custom-checkbox input[type=checkbox]:checked::after {
    left: 1.5em;
}


/* More Options for Project and Report View */
.more-options {
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
    transition: background 0.3s ease-in-out;
    padding: 8px 10px;
}

.more-options:hover, .more-options:active {
    background: #00000030;
}

.more-options-panel {
    display: none;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 1000;
    background: #00000060;
}

.more-options-panel .panel {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    width: 500px;
    height: 100vh;
    box-shadow: -1px 0 5px 2px #00000040;
    overflow: auto;
    box-sizing: border-box;
}

.more-options-panel .panel .mop-header {
    display: flex;
    flex-direction: row;
    flex: 1;
    align-items: center;
    margin-top: 10px;
}
.more-options-panel .panel .mop-header .mop-close {
    font-size: 20px;
    cursor: pointer;
    margin-left: 15px;
}

.more-options-panel .panel .mop-header .mop-tabs {
    border: 1px solid #00897b !important;
    border-radius: 5px;
    text-transform: uppercase;
    margin-left: 80px;
    white-space: nowrap;
}
.more-options-panel .panel .mop-header .mop-tabs .mop-tab {
    text-transform: uppercase;
    background: white;
    color: #00897b !important;
    border: 0;
    outline: 0;
    cursor: pointer;
    width: 140px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.7;
}

.more-options-panel .panel .mop-header .mop-tabs .mop-tab.active {
    background: #00897b !important;
    color: #fff !important;
    border-radius: 0;
}

.more-options-panel .panel .mop-body {
    margin-top: 50px;
}

.more-options-panel .panel .mop-body .action-list {
    display: block;
}
.more-options-panel .panel .mop-body .activity-list {
    display: none;
}

.more-options-panel .panel .mop-body ul.action-list li {
    margin-top: 20px;
}
.more-options-panel .panel .mop-body  .collaborators img.avatar.not-added {
    filter: opacity(50%) grayscale(10);
}
.more-options-panel .panel .mop-body .collaborators img.avatar:not(.owner) {
    cursor: pointer;
}
.more-options-panel .panel .mop-body .collaborators .collabs-added img.avatar:not(.owner)::before {
    /*cursor: pointer;*/
    content: "-";
    position: absolute;
    top: -10px;
    left: 20px;
    background: red;
    width: 10px;
    height: 10px;
}
.more-options-panel .panel .mop-body .collaborators a#show-all-collaborators {
    color: #9ca09f;
    display: block;
    margin-top: 10px;
    text-decoration: none;
    float: right;
    transition: color 0.3s ease;
}
.more-options-panel .panel .mop-body ul.action-list li.collaborators a#show-all-collaborators:hover,
.more-options-panel .panel .mop-body ul.action-list li.collaborators a#show-all-collaborators:active {
    color: #9ca09f70;
    text-decoration: none;
}

.more-options-panel .panel .mop-body ul.action-list li span.link, .more-options-panel .panel .mop-body ul.action-list li span.link a {
    cursor: pointer;
    color: #545454;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}
.more-options-panel .panel .mop-body ul.action-list li:not(.collaborators) span i {
    margin-right: 10px;
}

.more-options-panel .panel .mop-body ul.action-list li span.link:hover {
    color: #00897b;
}

.more-options-panel .panel .mop-body .activity-list .activities {
    margin-top: 10px;
    padding: 10px 0;
}
.more-options-panel .panel .mop-body .activity-list .activities .activity {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
}

.more-options-panel .panel .mop-body .activity-list .activities .activity:first-child {
    border-top: 1px solid #ccc;
}
.more-options-panel .panel .mop-body .activity-list .activities .activity .date {
    font-size: 12px;
    color: #999999;
    display: block;
    text-align: right;
}
.ddChild{
    top: 0 !important;
}
