.demo {
    background: #585858;
}

.progress {
    height: 19px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    box-shadow: none;
    padding: 1px;
    /* margin-bottom: 30px; */
    overflow: visible;
}

.progress .progress-bar {
    box-shadow: none;
    position: relative;
    border-radius: 20px;
    animation: animate-positive 2s;
}

.progress .progress-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    top: 12px;
    left: 15px;
}

.progress .progress-value {
    width: 33px;
    height: 16px;
    line-height: 13px;
    /*background: #f5f5f5;*/
    border-radius: 50px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    top: 3px;
    right: 4px;
}

.progress .progress-valuenew {
    width: 33px;
    height: 16px;
    line-height: 13px;
    /*background: #f5f5f5;*/
    border-radius: 50px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    top: 3px;
    right: 4px;
    left: -2px
}

.progress .progress-valuenew1 {
    width: 33px;
    height: 16px;
    line-height: 13px;
    /*background: #f5f5f5;*/
    border-radius: 50px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
    font-size: 11px;
    font-weight: bold;
    color: black;
    position: absolute;
    top: 3px;
    right: 0px;
    left: -2px
}

.progress.yellow .progress-value {
    color: #ffcc00;
}

.progress.blue .progress-value {
    color: #7049ba;
}

.progress.green .progress-value {
    color: #5fad56;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/

.modal .modal-header .close {
    cursor: pointer;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    /* width: 80%; */
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: -6px -11px 6px #00000029;
}


/*Left*/

.modal.left.fade .modal-dialog {
    left: -80%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}


/*Right*/

.modal.right.fade .modal-dialog {
    right: -80%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}


/*Bottom*/

.modal.bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.modal.bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.bottom.fade.in .modal-dialog {
    bottom: 0;
}

.modal.left .modal-header .modal-title,
.modal.right .modal-header .modal-title,
.modal.bottom .modal-header .modal-title {
    font: normal normal 500 18px Roboto;
    letter-spacing: 0px;
    color: #ff7700;
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
}

.modal.left .modal-content,
.modal.right .modal-content,
.modal.bottom .modal-content {
    border-radius: 0;
}

.modal .submitBtn,
.modal .submitBtn:hover,
.modal .submitBtn:focus {
    background: #7044cd 0% 0% no-repeat padding-box;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #7044cd;
    outline: none;
}

.contentDivShadowImage {
    box-shadow: 0px -5px 16px #00000029;
    border-radius: 5px;
    background-color: #FFF;
}

.contentDivShadowImage .textAreaField {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 1px 2px 6px #00000029;
    border-radius: 7px;
    /* color: #a8a8a8; */
    font-size: 13px;
}

.inputImageLabel {
    text-align: left;
    font: normal normal 500 13px/1.5 Roboto;
    letter-spacing: 0px;
    color: #373737;
    position: relative;
    cursor: pointer;
    margin: 0px 0px 0.5em 0.5em;
}

.imageTextAreaField {
    padding: 1em;
    /* min-height: 13em; */
}

.imageTextAreaField .labelImg {
    position: absolute;
    top: -0.4em;
    /* z-index: 999; */
    right: -2em;
}

.imageTextAreaField .backImg {
    background: transparent url(dist/img/menuIcon/Suugestion.png) 0% 0% no-repeat padding-box;
    background-position: right bottom;
    background-size: 6em;
}

.imageTextAreaField .fa-camera {
    position: absolute;
    /* z-index: 999; */
    top: 40%;
    left: 0;
    right: 0px;
    margin: auto;
    text-align: center;
    color: #b9a3ee;
    font-size: 2em;
}

.imageTextAreaField input[type="file"] {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.imageTextAreaField .imgDiv {
    height: 5em;
    width: calc(100% - 12px);
    display: block;
    margin: 6px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.imageTextAreaField .imgDiv .clear-img {
    position: absolute;
    z-index: 999;
    right: 0px;
    top: 0px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 1px 8px #888;
}

.imageTextAreaField .imgDiv .img-thumbnail {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.lock-menu {
    font-size: 25px;
    margin-right: 15px;
    color: #949292;
}

.lock-color {
    color: #949292;
}

.block-ui-container {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    opacity: 1;
    filter: alpha(opacity=00);
}

.block-ui-overlay {
    width: 100%;
    height: 100%;
    opacity: .5;
    filter: alpha(opacity=50);
    background-color: #000;
}

.block-ui-message-container {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    height: 0;
    text-align: center;
    z-index: 10001;
}

.block-ui-message {
    display: inline-block;
    text-align: left;
    background-color: #ffff;
    color: #26244a;
    padding: 20px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 700;
    filter: alpha(opacity=100);
    padding-left: 78px;
    margin-left: 50px;
    margin-top: 30px;
    width: 20%;
}

/* Fab */

.fab .float {
    position: fixed;
    width: 48px;
    height: 48px;
    top: 4.3em;
    right: 20px;
    background-color: #8792D6;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    animation: bot-to-top 2s ease-out;
}

.fab .float .my-float {
    line-height: 48px;
}

.fab ul {
    position: fixed;
    right: 20px;
    padding: 1.2em 0px 0px 0px;
    top: 7.3em;
    z-index: 100;
}

.fab ul li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    background: #FFF;
}

.fab ul li a .my-float {
    line-height: 40px;
}

.fab ul li a.facebook {
    background-color: #3b5999;
}

.fab ul li a.gmail {
    background-color: #dd4b39;
}

.fab ul li a.youtube {
    background-color: #cd201f;
}

.fab ul li a.linkedIn {
    background-color: #0077B5;
}

.fab ul li a.Instagram {
    background-color: #e4405f;
}

.fab ul li a.twitter {
    background-color: #55acee;
}

.fab ul li a.emoji {
    background-color: #f8bc0e;
}

.fab ul li a {
    /* background-color: #8792D6;
      color: #FFF; */
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 1px 10px #999;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 39px;
}

.fab .my-float.socialImg {
    /* font-size: 24px;
      margin-top: 18px;*/
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.fab a#menu-share+ul {
    visibility: hidden;
}

.fab a#menu-share:hover+ul,
.fab a#menu-share:focus+ul {
    visibility: visible;
    animation: scale-in 0.5s;
}

.fab ul:hover {
    visibility: visible !important;
    opacity: 1 !important;
}

.fab a#menu-share i {
    animation: rotate-in 0.5s;
}

.fab a#menu-share:hover>i {
    animation: rotate-out 0.5s;
}

@keyframes bot-to-top {
    0% {
        top: -5px
    }

    50% {
        top: 5px
    }
}

@keyframes scale-in {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes rotate-in {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-out {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.fab ul li .label {
    position: absolute;
    top: 1.2em;
    right: 5em;
    color: #FFF;
    /* #8792D6;*/
    background-color: rgba(0, 0, 0, 0.7);
    line-height: 16px;
    padding: 4px 8px;
    border-radius: 4px;
    margin: 0px;
}

.sidebarMenu {
    display: block;
    position: absolute;
    left: 5px;
    z-index: 1030;
    top: 5px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    box-shadow: 1px 0px 8px #888;
    text-align: center;
    line-height: 40px;
    background: #FFF;
    cursor: pointer;
}

.sidebarMenu:hover {
    background: #8791d6;
}

.sidebarMenu:hover a {
    color: #FFF;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x- ng-cloak {
    display: none !important;
}

.mCS-blue.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-blue.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-blue.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-blue.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #7044cd;
}

.rnInner {
    width: 100%;
    position: absolute;
    top: -13%;
    right: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
    transform-style: preserve-3d;
    transition: transform 6s ease;
    transform-origin: -120% top;
}

.rnUnit {
    width: 10vw;
    /* height: 120vh; */
    background: repeating-linear-gradient(to left, hsl(0, 80%, 50%) 4vw, hsl(0, 80%, 30%) 8vw, hsl(0, 80%, 70%) 10vw);
    background-size: 100% 100%;
    display: inline-block;
    transform-origin: 0 0%;
    transform: rotate(3deg);
    -webkit-animation: rnUnit 2s ease infinite;
    animation: rnUnit 2s ease infinite;
}

@-webkit-keyframes rnUnit {
    50% {
        transform: rotate(-3deg);
    }
}

@keyframes rnUnit {
    50% {
        transform: rotate(-3deg);
    }
}

.rnUnit:nth-child(1) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.rnUnit:nth-child(2) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.rnUnit:nth-child(3) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.rnUnit:nth-child(4) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.rnUnit:nth-child(5) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.rnUnit:nth-child(6) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.rnUnit:nth-child(7) {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.rnUnit:nth-child(8) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.rnUnit:nth-child(9) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.rnUnit:nth-child(10) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.rnOuter.scroll .rnInner {
    transform-origin: -120% top;
    transform: scaleX(0);
}

.help-modal .btn-ok,
.help-modal .btn-ok:hover {
    background: #4b4795;
    color: white;
}

.help-modal .btn-ok {
    border: 2px solid #4b4795;
    width: 70px;
    padding: 5px 8px;
    text-align: center;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
}

.help-modal .modal-title {
    padding: 8px;
    font-weight: 500;
}

/* Position Modal at Top Right */
.topRightCornerModal .modal-dialog {
    position: fixed;
    top: 10px;
    right: 10px;
    margin: 0;
    width: auto;
    /* width: 500px; */
}

/* Modal Dialog */
.topRightCornerModal .swal-custom-modal {
    border-radius: 0px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border: none;
}

/* Modal Header */
.topRightCornerModal .swal-custom-modal .modal-header {
    border-bottom: none;
    display: inline-flex;
    width: 100%;
    padding: 15px 15px 0px;
}

/* Title Styling */
.topRightCornerModal .swal-custom-modal .modal-title {
    font-weight: 350;
    line-height: 32px;
    margin-left: 10px;
}

/* Icon Styling */
.topRightCornerModal .swal-icon {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 3px solid #7744cd;
    line-height: 32px;
}

.topRightCornerModal .swal-icon-content {
    font-size: 24px;
    color: #7044CD;
    font-weight: bold;
}

/* Button Styling */
.topRightCornerModal .swal-custom-modal .modal-footer {
    border-top: none;
    padding: 0px 15px 15px;
}

.topRightCornerModal .swal-custom-modal .btn-primary,
.topRightCornerModal .swal-custom-modal .btn-primary:hover,
.topRightCornerModal .swal-custom-modal .btn-primary:focus {
    background-color: #7044cd;
    border: none;
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
}

.moods {
    border: 2px solid #F2F2F2;
    border-radius: 26px;
    opacity: 1;
    background-color: white;
    outline: none;
    margin-top: 2%;
}

.chatbox {
    position: relative;
    padding-top: 4.5px;
    padding-bottom: 4.5px;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-radius: 37px;
    outline: none;
}

.shape {
    top: 30px;
    position: absolute;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    transform: rotate(45deg);
    left: 50px;
    border-left: none;
    border-top: none;
    width: 14px;
    height: 14px;
}

.chatboxtext {
    font-size: 20px;
    letter-spacing: 0px;
    color: #7044CD;
    padding-left: 12px;
    padding-right: 30px;
}


.angleRSlide {
    position: absolute;
    left: 0px;
    margin: auto 0px;
    top: 0px;
    bottom: 0px;
    line-height: 20px;
    padding: 5px 8px;
    cursor: pointer;
    background: #9356e4;
    border-top-left-radius: 15px;
    color: #FFF;
    border-bottom-left-radius: 15px;
}

.jcbHeaderBlock .angleRSlide {
    background: #F6B443 !important;
    color: #000 !important;
}

.iconImg img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid lightgray;
}

.social a {
    margin: 0px 5px;
}

.social img {
    border: none;
}

/* ul.navBar {
        list-style-type: none;
        margin: 0;
        padding: 0;
        float: right;
    }
    
    .navBar li {
        float: left;
        margin: 0px;
    }
    
    .navBar li.iconImg a {
        margin: 0px 5px;
    }
    
    .navBar li a {
        display: block;
        color: #8792D6 !important;
        text-align: center;
        text-decoration: none;
    }
    
    .navBar li a:hover {
        box-shadow: 1px 0px 10px #888;
    }
    
    .navBar li.iconImg a:hover {
        border-radius: 50%;
        padding: 0px;
    } */
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/

.modal .modal-header .close {
    cursor: pointer;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    /* width: 80%; */
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: -6px -11px 6px #00000029;
}

/*Right*/

.modal.right.fade .modal-dialog {
    right: -80%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal.right .modal-header .modal-title {
    font: normal normal 500 18px Roboto;
    letter-spacing: 0px;
    color: #ff7700;
}

.modal.right .modal-content {
    height: 100%;
}

.modal.right .modal-content {
    border-radius: 0;
}

.modal.right ul.navBar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* float: right; */
}

.modal.right .navBar li {
    /* float: left; */
    margin: 5px;
    width: calc(100% - 10px);
    padding: 10px 0px;
}

.modal.right .navBar li.iconImg a {
    /*padding: 0px 5px;*/
    margin: 0px 5px;
}

.modal.right .navBar li a {
    display: block;
    color: #8792D6 !important;
    text-align: center;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */

.modal.right .navBar li a:hover img {
    box-shadow: 1px 0px 10px #888;
}

.modal.right .navBar li.iconImg a:hover {
    border-radius: 50%;
    padding: 0px;
}

.addShadow {
    box-shadow: 0 0 10px #ccc;
    padding: 0px 0px 0px 1.8em;
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 5px;
    margin-left: 0px !important;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    min-height: 30px !important;
}

/* End fab */

.customModal .modal {
    top: 5em !important;
}

.customModal .modal-header {
    /* background: #8791d6; */
    background: #7044CD;
    color: #FFF;
    height: 40px;
    cursor: default;
    text-transform: capitalize;
    position: relative;
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.customModal .modal-header .close {
    position: absolute;
    right: 0px;
    margin: auto;
    padding: 10px;
    top: 0px;
    color: #FFF;
    z-index: 999;
    opacity: 1;
}

.moodIndicators {
    padding: 0px;
    margin: 0px;
}

.moodIndicators li {
    list-style: none;
    text-decoration: none;
    position: relative;
    /* margin: 5px 0px; */
    margin: auto;
    padding: 5px 15px;
    cursor: pointer;
    color: #6b6b6b;
}

.moodIndicators li:hover,
.moodIndicators li.active {
    background: #d6f3e2;
}

/* .moodIndicators li:hover .moodImg,
  .moodIndicators li.active .moodImg {
    opacity: 1;
  } */

.moodIndicators li .moodImg {
    width: 40px;
    height: 40px;
    margin-right: 10%;
    /* opacity: 0.5; */
}

/* .moodIndicators.report li .progress{
    background-image: url("paper.gif");
  } */

.moodIndicators.report li:hover {
    background: none;
    cursor: default;
    opacity: 1;
}

.moodIndicators.report li {
    text-align: center;
    margin: auto;
}

.moodIndicators.report li label {
    font-size: 13px;
    display: inherit;
}

.moodIndicators.report li .moodImg {
    width: 100px;
    height: 100px;
    opacity: 1;
}

/*Ratings  */

.ratings {
    border: none;
    float: left;
    margin: 0px 16%;
}

.ratings>input {
    display: none;
}

.ratings>label:before {
    margin: 5px 10px;
    font-size: 4em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.ratings>.half:before {
    content: "\f089";
    position: absolute;
}

.ratings>label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.ratings>input:checked~label,
/* show gold star when clicked */

.ratings:not(:checked)>label:hover,
/* hover current star */

.ratings:not(:checked)>label:hover~label {
    color: #8791d6;
}

/* hover previous stars in list */

.ratings>input:checked+label:hover,
/* hover current star when changing ratings */

.ratings>input:checked~label:hover,
.ratings>label:hover~input:checked~label,
/* lighten current selection */

.ratings>input:checked~label:hover~label {
    color: #8791d6;
}

.labelfeedback {
    background: #8791d6;
    height: 40px
}

/* Mood IndiactorTab */

.graphSwitcher {
    left: 0px !important;
    border-radius: 5px !important;
}

.graphSwitcher .mainActiveSwitch {
    background: linear-gradient(135deg, #6e8efb, #a777e3);
}

.graphSwitcher .main-tab-switch {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    position: relative;
    padding: 3px 30px;
}

.graphSwitcher .main-tab-switch:last-child {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.graphSwitcher .main-tab-switch .fa {
    position: absolute;
    left: 10px;
    top: 6px;
}

.deptwiseGraph option {
    background: #fff;
    color: #000;
}

.deptwiseGraph {
    height: 28px;
    background: linear-gradient(135deg, #6e8efb, #a777e3);
    color: #FFF;
}

.graph-blocks {
    padding: 10px 12px;
    background: white;
    /* max-height: 353px; */
    border: 1px solid lightgray;
    position: relative;
}

.graph-blocks .graph-holder1 {
    height: 400px !important;
    /*max-height: 350px !important; */
}

.graph-lbl {
    /* color: #4B4794; */
    font-size: 15px;
    width: 100%;
    position: relative;
    font-family: 'Roboto Medium', sans-serif;
    margin-bottom: 15px;
}

.graphDataNotAvailMsgBox {
    width: 200px;
    border: 1px solid lightgray;
    padding: 10px;
    position: absolute !important;
    right: 0px !important;
    left: 35% !important;
    text-align: center;
    background: #fbf9f9;
    top: 8em !important;
}

.graphDataNotAvailMsgBox .msg,
.notAvailBox .msg {
    font-weight: 500;
    color: gray;
    margin-top: 5px;
}

.graphDataNotAvailMsgBox .image,
.notAvailBox .image {
    height: 50px;
    padding: 10px;
}

.NoticesThoughtsModal .modal-header {
    position: relative;
    padding: 10px;
    background: #8791d6;
    color: #FFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.NoticesThoughtsModal .modal-header .close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px;
    opacity: 1;
    color: #FFF;
}

.NoticesThoughtsModal .notAvailBox {
    width: 200px;
    margin: 0 auto;
    border: 1px solid lightgray;
    padding: 10px;
    position: relative;
    /* top: 46px; */
    text-align: center;
    background: #fbf9f9;
}

.notices {
    /* box-shadow: 1px 0px 8px #888; */
    margin: 0px 0px 10px;
    border: 1px solid lightgray;
    border-radius: 5px;
    width: 96%;
}

.notices .col-md-4 {
    text-align: center;
}

.notices .col-md-4 .listImg {
    height: 120px;
    max-width: 100%;
}

.notices .heading {
    position: relative;
    padding: 15px 10px;
}

.notices .heading h4 {
    margin: 0px;
    color: #4B4795;
    font-size: 15px;
}

.notices p {
    margin: 0px;
    padding: 0px 10px 10px;
}

.notices .heading span {
    font-size: 12px;
    color: #8e8e8e;
    position: absolute;
    right: 5px;
    top: 1px;
}

div#frame {
    height: 400px;
    /*background: url(cork_board.gif) no-repeat;
    width: 800px;*/
    padding-top: 10px;
    padding-left: 10px;
}

div#frame a.note {
    -transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    cursor: pointer;
    display: block;
}

div#frame a:hover.note {
    /*border: 1px solid rgba(0,0,0,.75);*/
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
    color: #337ab7;
}

.note {
    width: 190px;
    min-height: 160px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    float: left;
    margin: 8px;
    border: 1px solid rgba(0, 0, 0, .25);
    position: relative;
    font-size: 13px;
}

.sticky0 {
    transform: rotate(-3.5deg);
    background-color: white;
}

.sticky1 {
    transform: rotate(-3.5deg);
    background-color: #CBFAFA;
}

.sticky2 {
    transform: rotate(1deg);
    background-color: #FFF780;
}

.sticky3 {
    transform: rotate(0deg);
    background-color: #f5f8cd;
}

.sticky4 {
    transform: rotate(-2deg);
    background-color: #F8CDCD;
}

.sticky5 {
    transform: rotate(-2deg);
    background-color: #ffffff;
}

.pin {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .55);
    margin: 0 auto;
    margin-top: 2px;
}

div#frame a:nth-child(1n) .pin {
    background-image: -moz-radial-gradient(35px 35px 35deg, circle cover, red 50%, black 100%);
    background-image: -webkit-radial-gradient(35px 35px, circle cover, red, black);
    background-image: radial-gradient(red 50%, black 100%);
}

div#frame a:nth-child(6n) .pin {
    background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, orange 50%, black 100%);
    background-image: -webkit-radial-gradient(45px 45px, circle cover, yellow, orange);
    background-image: radial-gradient(orange 50%, black 100%);
}

div#frame a:nth-child(3n) .pin {
    background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, yellow 50%, black 100%);
    background-image: -webkit-radial-gradient(45px 45px, circle cover, yellow, black);
    background-image: radial-gradient(yellow 50%, black 100%);
}

div#frame a:nth-child(5n+3) .pin,
div#frame a:last-child .pin {
    background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, blue 50%, white 100%);
    background-image: -webkit-radial-gradient(45px 45px, circle cover, blue, white);
    background-image: radial-gradient(blue 50%, white 100%);
}

.text {
    margin: 10px;
    /*font-family: 'The Girl Next Door', cursive;*/
}

div#frame .note .date {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
}

.angleRSlide {
    position: absolute;
    left: 0px;
    margin: auto 0px;
    top: 0px;
    bottom: 0px;
    line-height: 20px;
    padding: 5px 8px;
    cursor: pointer;
    background: #9356e4;
    border-top-left-radius: 15px;
    color: #FFF;
    border-bottom-left-radius: 15px;
}

.jcbHeaderBlock .angleRSlide {
    background: #F6B443 !important;
    color: #000 !important;
}

.angleLSlide {
    /*position: absolute;
    left: 10px;
    margin: auto 0px;
    top: 0px;
    bottom: 0px;
    line-height: 32px;*/
}

.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.slow {
    animation-duration: 2s;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

.lbl-input {
    width: 100%;
    font-size: 15px;
}

.contact-title {
    margin-top: 13px;
    font-size: 19px;
    padding: 9px;
    padding-left: 77px;
}

.dept-list {
    font-weight: 500;
    font-size: 13px;
    width: 17em;
    height: 38px;
    margin-top: 8px;
}

.add-new-cost-data-block {
    display: inline-flex;
    width: 100%;
    padding: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid lightgray;
}

.add-new-cost-data-block .lbl-input {
    font-weight: 500;
    color: #848484;
    ;
}

.add-new-cost-data-block .input-amount {
    font-size: 11px;
    padding: 8px;
    text-align: left;
    width: 88px;
    border: 1px solid lightgray;
}

.add-new-cost-data-block .input-points {
    font-size: 11px;
    padding: 8px;
    text-align: left;
    width: 88px;
    border: 1px solid lightgray;
}

.add-new-cost-data-block .currency-dropdown {
    padding: 8px;
    border-color: lightgray;
    font-size: 11px;
}

.add-new-cost-data-block .btn-add-cost-data {
    width: 76px;
    height: 37px;
    background: #8791d6;
    border: none;
    border-radius: 3px;
    color: white;
}

.add-new-cost-data-block .btn-add-cost-data:hover {
    background: #4b4794;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.contact-usr-card {
    height: 15em;
    /*list-style: none;
    float: left; */
    margin: 0px;
    border-radius: 4px;
    padding: 10px 10px 10px;
    background: white;
    border: 1px solid #c5bbbb;
    box-shadow: 0px 2px 12px 0px rgba(207, 205, 207, 1);
    border: 4px solid transparent;
    width: 100%;
}

.contact-usr-card:hover {
    -webkit-box-shadow: 0px 2px 30px 1px rgba(189, 187, 189, 1);
    -moz-box-shadow: 0px 2px 30px 1px rgba(189, 187, 189, 1);
    box-shadow: 0px 2px 30px 1px rgba(189, 187, 189, 1);
}

.contact-usr-card .profile-img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: 8px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(179, 177, 179, 1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(179, 177, 179, 1);
    box-shadow: 0px 0px 2px 1px rgba(179, 177, 179, 1);
    border: 2px solid white;
}

.contact-usr-card .usr-name {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    margin-top: 6px;
}

.contact-usr-card .usr-name,
.contact-usr-card .desc {
    width: 100%;
}

.contact-usr-card .desc {
    font-weight: 400;
    font-size: 17px;
    color: #8e8e8e;
    line-height: 1.2;
    font-weight: bold;
}

.name-lead {
    font-size: 16px;
    font-weight: 500;
    color: #4b4795;
    display: inline-block;
    margin-bottom: .5rem;
}

.contact-usr-card span.text-muted {
    font-size: 13px;
}

.text-muted {
    color: #636c72 !important;
}

.role-name {
    word-break: break-all;
}

.EmpNotAvailMsgBox {
    width: 200px;
    margin: 0 auto;
    border: 1px solid lightgray;
    padding: 10px;
    position: relative;
    top: 46px;
    text-align: center;
    background: #fbf9f9;
}

.EmpNotAvailMsgBox .msg {
    font-weight: 500;
    color: gray;
    margin-top: 5px;
}

.EmpNotAvailMsgBox .image {
    height: 50px;
    padding: 10px;
}

.search-box {
    width: 250px;
    display: inline-flex;
    padding: 8px 15px;
    border: 1px solid lightgray;
    border-radius: 25px;
    float: right;
    margin: 15px 15px 0px;
}

.search-box input {
    outline: none;
    width: 100%;
    border: none;
    background: transparent;
}

.search-box i {
    margin-top: 3px;
}

/* MAIN TAb */

.main-tab-switcher {
    box-shadow: 0px 0px 5px 1px rgb(226, 226, 226);
    padding: 2px;
    background: white;
    border-radius: 25px;
    display: inline-flex;
    color: #8791d6;
    margin-top: 8px;
    position: relative;
    top: 0px;
    left: 27px;
    margin-bottom: 10px;
}

.main-tab-switch {
    line-height: 1.5;
    padding: 3px 25px;
    cursor: pointer;
}

.mainActiveSwitch {
    background: #8791d6;
    padding: 3px 25px;
    color: white;
    border-radius: 25px;
    line-height: 1.5;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(143, 141, 143, 1);
    -moz-box-shadow: 0px 0px 12px -2px rgba(143, 141, 143, 1);
    box-shadow: 0px 0px 12px -2px rgba(143, 141, 143, 1);
}

.pad0 {
    padding: 0px;
}

.disabledImg {
    opacity: 0.6;
    cursor: not-allowed !important;
}

.moodIndIcon {
    position: absolute;
    right: 3em;
    top: 0px;
    z-index: 999;
    cursor: pointer;
}

.moodIndIcon img {
    width: 38px;
    border-radius: 50%;
    box-shadow: 0px 1px 8px #888;
    height: 38px;
}

.rmPad {
    padding: 10px 0px !important;
}

.emojiReport .modal-header {
    padding: 0px;
    background: #FFF;
    color: #8791d6;
}

.emojiReport .modal-header .modal-title:first-child {
    /* border-right:1px solid #8791d6; */
    border-top-left-radius: 5px;
}

.emojiReport .modal-header .modal-title {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}

.emojiReport .modal-header .modal-title.active {
    background: #8791d6;
    color: #FFF;
}

.emojiReport .modal-header .close {
    color: #000;
}

.emojiReport .form-control {
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
}

.moods {
    border: 2px solid #F2F2F2;
    border-radius: 26px;
    opacity: 1;
    background-color: white;
    outline: none;
    margin-top: 2%;
}

.chatbox {
    position: relative;
    padding-top: 4.5px;
    padding-bottom: 4.5px;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-radius: 37px;
    outline: none;
}

.shape {
    top: 30px;
    position: absolute;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    transform: rotate(45deg);
    left: 50px;
    border-left: none;
    border-top: none;
    width: 14px;
    height: 14px;
}

.chatboxtext {
    font-size: 20px;
    letter-spacing: 0px;
    color: #7044CD;
    padding-left: 12px;
    padding-right: 30px;
}

.iconImg img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid lightgray;
}

#ConnecttopeerModal .pagination {
    margin: 0px;
}