﻿.treeview-animated.w-20 {
    width: 20rem;
    font-size: 14px;
}

.treeview-animated h6 {
    font-size: 1.4em;
}

.treeview-animated ul {
    position: relative;
    list-style: none;
    padding-left: 1em;
}

.treeview-animated-list li {
    padding: 2px 0px 5px 2px;
    cursor: pointer;
}

    .treeview-animated-list li a {
        font-size: 14px !important;
        font-weight: 500;
    }



.treeview-animated-element {
    margin-top: 2px;
    padding: 3px 10px 3px 5px;
    cursor: pointer;
    transition: all .1s linear;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

    .treeview-animated-element:hover {
        background-color: #ff9b91;
    }

    .treeview-animated-element.opened {
        color: #1a4362;
        background-color: #bbdefb;
    }

        .treeview-animated-element.opened:hover {
            color: #1a4362;
            background-color: #bbdefb;
        }

.treeview-animated-items .nested::before {
    content: "";
    display: block;
    position: absolute;
    background-color: grey;
    left: 5px;
    width: 5px;
    height: 100%;
}

.closed {
    font-size: 18px;
}

.nested {
    font-size: 14px;
}

.treeview-animated-items .closed {
    display: block;
    padding: 0.2em 0.2em 0.2em 0.4em;
    margin-right: 0;
    border-top-left-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
}


    .treeview-animated-items .closed:hover {
        background-color: #622c91;
        color: white !important;
    }

.treeview-animated-items .open {
    transition: all .1s linear;
    background-image: linear-gradient(to right, #622c91, #eb4e3f);
}

    .treeview-animated-items .open span {
        color: white;
    }

    .treeview-animated-items .open:hover {
        color: white;
        background-color: #622c91;
    }

.treeview-animated ul li .open div:hover {
    background-color: #622c91;
}

.treeview-animated-items .closed .fa-angle-right {
    transition: all .1s linear;
    font-size: .8rem;
}

.closed .fa-angle-right.down {
    position: relative;
    color: white;
    transform: rotate(90deg);
}


.width-70 {
    width: 70%;
    float: left;
}

.width-30 {
    width: 30%;
    float: left;
}

.email_div {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    transition: 0.3s;
    background-color: #fff;
    width: 100%;
    overflow: auto;
    margin: 5px;
    padding: 0px !important;
    cursor: pointer;
}

    .email_div:hover {
        //background-color: #ddd;
        color: #808080 !important;
    }

.table tr td {
    padding: 7px !important;
}

.email_div .table:hover {
    background-color: #ebfcff;
    /*background-image: linear-gradient(to right, #bbdefb, white) !important;*/
}

.highlighted_div {
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    background-color: #fff;
    width: 100%;
    overflow: auto;
    margin: 5px;
    padding: 0px !important;
    background-image: linear-gradient(to right, red, white) !important;
    background-repeat: no-repeat;
    background-size: 9%;
}

.highlighted_div_BLUE {
    background-image: linear-gradient(to right, BLUE, white) !important;
}

.highlighted_div_GREEN {
    background-image: linear-gradient(to right, GREEN, white) !important;
}

.highlighted_div_ORANGE {
    background-image: linear-gradient(to right, ORANGE, white) !important;
}

.highlighted_div_PURPLE {
    background-image: linear-gradient(to right, PURPLE, white) !important;
}

.highlighted_div_RED {
    background-image: linear-gradient(to right, RED, white) !important;
}

.highlighted_div_YELLOW {
    background-image: linear-gradient(to right, YELLOW, white) !important;
}

.highlighted_div:hover {
    background-color: none !important;
    background-size: 30%;
}

.process_image {
    height: 25px;
    width: 25px;
    cursor: pointer;
    margin-top: 14px;
}

.new {
    font-weight: bold;
}

.treeview-animated-list .active {
    display: block !important;
}

.div_summary {
    width: auto;
    margin: 3px;
    float: right;
    text-align: center;
}

    .div_summary div {
        width: 25px;
        height: 25px;
        margin: 3px;
        float: left;
        color: #fff;
        border-radius: 15px;
        font-weight: 500;
        font-size: 14px;
        box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
    }

.header-text {
    font-size: 14px;
    font-weight: 600;
}

.email_div table tbody tr td, .highlighted_div table tbody tr td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.switch-dashboard-view {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 25px;
}

    .switch-dashboard-view input {
        display: none;
    }

.slider-dashboard {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eb4e3f;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .slider-dashboard:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }


.email-header-style {
    overflow: auto;
    box-shadow: 0 2px 2px 0 rgba(253,78,63,0.7);
    transition: 0.3s;
    background: #e0e0e0;
}



input:checked + .slider-dashboard {
    background-color: #622c91;
}

input:focus + .slider-dashboard {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-dashboard:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(67px);
}

/*------ ADDED CSS ---------*/
.slider-dashboard:after {
    content: 'Compact';
    color: #fff !important;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider-dashboard:after {
    content: 'Classic';
    color: #ffffff !important;
}

.link_email_main_container {
    width: 100%;
    padding-left: 40px;
    border-top: 1px solid #ccc;
    overflow: auto;
}

.link_email_container {
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 12px !important;
    overflow: auto;
    cursor: pointer;
}

    .link_email_container:hover {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    }

/*.modal-footer {
    display: none !important;
}*/

.urgent {
    color: red;
    animation-name: example;
    animation-duration: 7s;
    animation-iteration-count: 300;
}

@keyframes example {
    0% {
        color: red;
    }

    25% {
        color: #fff;
    }

    50% {
        color: red;
    }

    75% {
        color: #fff;
    }

    100% {
        color: red;
    }
}



.overlay-bg {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.4);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 70px;
    width: 98%;
    background: #fff;
    margin: auto;
    height: 90%;
    z-index: 100;
}

/*.overlay-bg .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}*/

@media screen and (max-height: 450px) {
    .overlay-bg {
        overflow-y: auto;
    }
}

.overlay-bg * .header-text {
    /*background-color: #fed23b !important;*/
    padding: 10px;
}

.box-shadow {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    margin-left: auto;
}

.mailbtn .btn {
    width: 45%;
}

.reddot sup {
    color: red !important;
}

.bluedot sup {
    color: blue !important;
}



.dv_attachmentcontainer {
    width: 200px;
    overflow: auto;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    float: left;
    margin: 2px;
}

.dv_icon {
    width: 10%;
    float: left;
}

.dv_AttachemtName {
    width: 78%;
    float: left;
    padding-left: 7px;
    padding-right: 3px;
    overflow: hidden;
    margin: auto;
    padding-top: 4px;
}

    .dv_AttachemtName a {
        color: #777 !important;
        text-decoration: none !important;
    }

.attachment_remove {
    color: red;
    font-weight: bold;
    float: right;
    text-decoration: none;
}

.attachment_download {
    display: none;
    font-weight: bold;
    float: right;
    text-decoration: none;
    color: #005a9e;
}

.bookmark {
    color: #8c8c8c;
}

    .bookmark:hover {
        color: #f1c40f;
    }

.lst_mail_filter {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 300;
    outline: none;
}

.emailPrevPanelBox {
    background-color: #fff;
    border-radius: 5px;
    color: #2e2e2e;
}

.mailBox {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 8px;
    justify-content: space-between;
}

.devEditEmailShow {
    max-height: 700px !important;
    max-width: 675px !important;
}

.dveditemail_outer {
    overflow-y: inherit !important;
}

    .dveditemail_outer > div {
        padding-bottom: 4px;
    }

.closeQuickPanel {
    font-size: large;
}

.emailAddressBox {
    margin-bottom: 30px;
}

.mailBox span:nth-child(1) {
    width: 29%;
    text-align: right;
    margin-right: 10px;
    color: #777777;
}

.mailBox span:nth-child(2) {
    width: 71%;
}

.mailBox.subjectBox {
    background-color: #e0e0e0;
    padding: 7px 5px;
    border-radius: 5px;
}

    .mailBox.subjectBox span:nth-child(1) {
        width: 25% !important;
    }

    .mailBox.subjectBox span:nth-child(2) {
        width: auto !important;
        font-size: 12px;
    }

.mailBox p {
    margin: 0;
}

.fromBox p {
    font-weight: 500;
}

.attaBox p {
    color: #2287cc;
    font-weight: 600;
}

.email_sender {
    padding: 0px 28px;
    font-size: 14px;
    color: #777777;
}

.dearSender {
    color: #777777;
    font-weight: 500;
}

.quckPnlStyle {
    border: none;
    margin-left: 5px;
    cursor: pointer;
}

/*.contentbox {
    position: relative;
    overflow: hidden;
}*/

.dvEditEmail {
}
