﻿#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #2d3b50;
    border-radius: 50%;
    border-top: 16px solid #ea4d18;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

body::-webkit-scrollbar {
    width: 1.0rem;
}

body::-webkit-scrollbar-track {
    background: black;
}

body::-webkit-scrollbar-thumb {
    background: #405674;
}

.border-radius-all-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.lds-grid {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-grid div {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #2d3b50;
        animation: lds-grid 1.2s linear infinite;
    }

        .lds-grid div:nth-child(1) {
            top: 6px;
            left: 6px;
            animation-delay: 0s;
        }

        .lds-grid div:nth-child(2) {
            top: 6px;
            left: 26px;
            animation-delay: -0.4s;
        }

        .lds-grid div:nth-child(3) {
            top: 6px;
            left: 45px;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(4) {
            top: 26px;
            left: 6px;
            animation-delay: -0.4s;
        }

        .lds-grid div:nth-child(5) {
            top: 26px;
            left: 26px;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(6) {
            top: 26px;
            left: 45px;
            animation-delay: -1.2s;
        }

        .lds-grid div:nth-child(7) {
            top: 45px;
            left: 6px;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(8) {
            top: 45px;
            left: 26px;
            animation-delay: -1.2s;
        }

        .lds-grid div:nth-child(9) {
            top: 45px;
            left: 45px;
            animation-delay: -1.6s;
        }

@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

#myDiv {
    display: none;
    text-align: center;
}

#scrollDiv {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
}

.no_left_padding {
    padding-left: 0 !important
}

.margin-right-10 {
    margin-right: 10px;
}

.center-container {
    margin-left: 25%;
    margin-right: 25%;
}

.center {
    margin: 0 auto;
}

.input-width {
    margin: 0;
}

.margin-all-15 {
    margin: 15px 15px 15px 15px;
}

.margin-all-10 {
    margin: 10px 10px 10px 10px;
}

.margin-all-5 {
    margin: 5px 5px 5px 5px;
}

.centerdiv {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 200px;
    height: 200px;
}

.opac:hover {
    filter: brightness(130%);
    -webkit-filter: brightness(130%);
    -moz-filter: brightness(130%);
    -o-filter: brightness(130%);
    -ms-filter: brightness(130%);
    -webkit-transition: all 0.50s;
    transition: all 0.50s;
    outline-width: 0;
}

@keyframes lds-facebook_1 {
    0% {
        top: 36px;
        height: 128px;
    }

    50% {
        top: 60px;
        height: 80px;
    }

    100% {
        top: 60px;
        height: 80px;
    }
}

@-webkit-keyframes lds-facebook_1 {
    0% {
        top: 36px;
        height: 128px;
    }

    50% {
        top: 60px;
        height: 80px;
    }

    100% {
        top: 60px;
        height: 80px;
    }
}

@keyframes lds-facebook_2 {
    0% {
        top: 41.99999999999999px;
        height: 116.00000000000001px;
    }

    50% {
        top: 60px;
        height: 80px;
    }

    100% {
        top: 60px;
        height: 80px;
    }
}

@-webkit-keyframes lds-facebook_2 {
    0% {
        top: 41.99999999999999px;
        height: 116.00000000000001px;
    }

    50% {
        top: 60px;
        height: 80px;
    }

    100% {
        top: 60px;
        height: 80px;
    }
}

@keyframes lds-facebook_3 {
    0% {
        top: 48px;
        height: 104px;
    }

    50% {
        top: 60px;
        height: 80px;
    }

    100% {
        top: 60px;
        height: 80px;
    }
}

@-webkit-keyframes lds-facebook_3 {
    0% {
        top: 48px;
        height: 104px;
    }

    50% {
        top: 60px;
        height: 80px;
    }

    100% {
        top: 60px;
        height: 80px;
    }
}

.lds-facebook {
    position: relative;
}

    .lds-facebook div {
        position: absolute;
        width: 30px;
    }

        .lds-facebook div:nth-child(1) {
            left: 35px;
            background: #1c4595;
            -webkit-animation: lds-facebook_1 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
            animation: lds-facebook_1 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
            -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
        }

        .lds-facebook div:nth-child(2) {
            left: 85px;
            background: #e76a24;
            -webkit-animation: lds-facebook_2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
            animation: lds-facebook_2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
            -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s;
        }

        .lds-facebook div:nth-child(3) {
            left: 135px;
            background: #01080a;
            -webkit-animation: lds-facebook_3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
            animation: lds-facebook_3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
        }

.lds-facebook {
    width: 72px !important;
    height: 72px !important;
    -webkit-transform: translate(-36px, -36px) scale(0.36) translate(36px, 36px);
    transform: translate(-36px, -36px) scale(0.36) translate(36px, 36px);
}

@keyframes lds-ellipsis3 {
    0%, 25% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        left: 100px;
    }

    100% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0%, 25% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        left: 100px;
    }

    100% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes lds-ellipsis {
    0% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    25% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        left: 100px;
    }

    75% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        left: 168px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes lds-ellipsis {
    0% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    25% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        left: 100px;
    }

    75% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        left: 168px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

.lds-ellipsis {
    position: relative;
}

    .lds-ellipsis > div {
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
    }

    .lds-ellipsis div > div {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #f00;
        position: absolute;
        top: 100px;
        left: 32px;
        -webkit-animation: lds-ellipsis 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
        animation: lds-ellipsis 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    }

    .lds-ellipsis div:nth-child(1) div {
        -webkit-animation: lds-ellipsis2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
        animation: lds-ellipsis2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
        background: #e7e5e8;
    }

    .lds-ellipsis div:nth-child(2) div {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
        background: #01080a;
    }

    .lds-ellipsis div:nth-child(3) div {
        -webkit-animation-delay: -0.25s;
        animation-delay: -0.25s;
        background: #e76a24;
    }

    .lds-ellipsis div:nth-child(4) div {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        background: #1c4595;
    }

    .lds-ellipsis div:nth-child(5) div {
        -webkit-animation: lds-ellipsis3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
        animation: lds-ellipsis3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
        background: #e7e5e8;
    }

.lds-ellipsis {
    width: 30px !important;
    height: 30px !important;
    -webkit-transform: translate(-15px, -15px) scale(0.15) translate(15px, 15px);
    transform: translate(-15px, -15px) scale(0.15) translate(15px, 15px);
}

.divForm {
    margin: 10px 10px 10px 10px;
    color: #304056;
}

.myCard {
    color: #304056;
    background-color: #e8e8e8;
    box-shadow: 5px 6px 3px 1px #ccc;
    /*margin: 0px 20px 10px 0px;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.myCardHeader {
    color: dimgrey;
    font-size: 40px;
    background-color: #c3c7cc;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0px auto;
}

.convoCard {
    color: #304056;
    background-color: white;
    box-shadow: 5px 6px 3px 1px #ccc;
    margin: 0px 20px 10px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.innerCard {
    border-top-right-radius: 5px;
    background-color: #f1f1f1;
    margin: 10px 10px 10px 10px;
    display: block;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: inset grey 1px 2px 5px 0px;
}

.info {
    border: 1px solid #304056;
    background-color: #f3f3f3;
}

.glass {
    position: relative;
    background-image: linear-gradient(#304056,#304056);
    color: #ffffff;
    font-family: sans-serif;
    font-weight: 100;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .glass:after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: calc(100%);
        height: 50%;
        background: linear-gradient(rgba(255, 255, 255, 0.41), rgba(45, 49, 177, 0));
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.padding-20 {
    padding: 20px;
}

.blueBorder {
    border: 1px solid #304056;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.no-s-pad {
    padding-left: 0px;
    padding-right: 0px;
}

.hidden {
    display: none;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .accordion:hover {
        background-color: #ccc;
    }

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}



.dashNavigation > li:hover > a:not(.activenav) {
    background: #374962;
    cursor: pointer;
}



.activenav {
    background-color: #eef1f7;
}

    .activenav > li:hover > a {
        /*background: #293649;*/
    }

    .activenav span {
        color: #304056;
    }


.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 1% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.checkmark_small {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 1% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check_small {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }

    25% {
        transform: scale3d(0.5, 0.5, 0.4);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

.btn-delete-hover:hover {
    color: #cb4b23;
}

.btn-trans:hover {
    background-color: white;
}


.breadcrumb-container {
    margin-bottom: 10px;
    height: 45px;
    position: relative;
    background-color: white;
    border-radius: 5px;
}

.breadcrumb-vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sm-header {
    width: 100%;
    background-color: #314157;
    padding: 5px;
    color: white;
}

.dashContainer {
    width: 100%;
    margin-top: 20px;
    height: 100%;
    min-height: 75vh;
    max-height: 100%;
}

.dashSideBar {
    position: relative;
    display: inline-block;
    border: 1px solid blue;
    background-color: #304056;
    width: 150px;
    height: 100%;
    min-height: 75vh;
    max-height: 100%;
}

.dashInnerContainer {
    position: absolute;
    display: inline-block;
    width: 86.8%;
    height: 75vh;
    box-shadow: inset grey 1px 2px 5px;
}

.dashNavigation {
    padding: 0px;
}

    .dashNavigation > li {
        float: left;
        width: 100%;
        margin-bottom: 1px;
        position: relative;
        text-decoration: none;
        list-style: none;
        /* first level navigation */
        /* ./first level navigation */
        /* second+ levels */
        /* ./second+ levels */
        /* levels */
        /* ./levels */
    }

        .dashNavigation > li > a {
            display: block;
            float: left;
            width: 100%;
            /*background: #2d3b50;*/
            color: #f0f4f6;
            cursor: pointer;
            font-size: 13px;
            font-weight: 500;
            line-height: 55px;
            text-decoration: none;
            padding-left: 45px;
            white-space: nowrap;
            position: relative;
            -webkit-transition: background-color 100ms linear;
            -moz-transition: background-color 100ms linear;
            -o-transition: background-color 100ms linear;
            -ms-transition: background-color 100ms linear;
            transition: background-color 100ms linear;
        }

            .dashNavigation > li > a .fa,
            .dashNavigation > li > a .glyphicon {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 45px;
                height: 55px;
                line-height: 55px;
                text-align: center;
                font-size: 14px;
                color: #6382a9;
            }

        .dashNavigation > li.active > a {
            background: #2d3b50;
        }

            .dashNavigation > li.active > a .fa,
            .dashNavigation > li.active > a .glyphicon {
                background: #2d3b50;
            }

        .dashNavigation > li:hover > a {
            /*background: #fff;*/
            cursor: pointer;
        }

.mtr-5 {
    margin-top: 5px;
    margin-right: 25px;
}

.btn:hover {
    color: white;
    background-color: orangered;
}

.formNewContact {
    margin: 10px;
    padding: 10px;
}

.inp {
    padding: 5px;
}

.errorAlert {
    color: white;
    background-color: lightpink;
    border-radius: 5px;
    padding: 5px;
}

.textarea-zipcode {
    min-width: 150px;
    min-height: 29px;
    height: 29px;
}

.btn-edit {
    width: 25px;
    height: 26px;
    float: right;
    background: url(/images/edit-icon.png) no-repeat;
    cursor: pointer;
    border: none;
}

    .btn-edit:hover {
        background: url(/images/edit-icon-hover.png) no-repeat;
    }


div.dt-buttons {
    float: left !important;
    margin: 10px 10px 10px 10px !important;
}

div.dt-length {
    float: left !important;
    margin: 10px 10px 0px 10px !important;
}

div.dt-search {
    float: left !important;
    margin: 10px 10px 10px 10px !important;
}