@charset "UTF-8";

/*------------------------------------------------------------------
[Master Stylesheet]

Project :	                Accessibility Admin Dashboard
Version :	                1.1
Last change :	            02/11/17 [Initail Release]
Designed & Developed by :	SPI Global
-------------------------------------------------------------------*/


/*** ======= // TABLE OF CONTENT // ============================
+ theme select
+ theamable
    - Scroll bar style
+ common style
    - splitter
    - checkbox using fontawsome icon
    - alertify
+ layout
+ typography
+ theme
+ buttons
+ filter
+ Image & Editor View -common style
+ Image & Editor View -theme style
+ Quick view styles
+ Comment Section
+ Summernote style
+ Responsive Layout
+ Help
===================================================== ***/


/***********************
Responsive Break points
************************/


/* 
  ##Device = Tablets, Ipads (portrait)
*/


/* 
  ##Device = Tablets, Ipads (landscape)
*/


/* 
  ##Device = Laptops, Desktops
*/


/* 
  ##Device = medium size monitors
*/


/* 
  ##Device = normal size monitors
*/


/* 
  ##Device = large size monitors
*/


/***********
theme select
***********/

.tory-blue-green.each-theme-element .primary-clr {
    background-color: #2196f3;
}

.tory-blue-green.each-theme-element .secondary-clr {
    background-color: #00796a;
}

.tory-blue-green.each-theme-element .tertiary-clr {
    background-color: #00bfa5;
}

.purple-heart-pink.each-theme-element .primary-clr {
    background-color: #3f51b5;
}

.purple-heart-pink.each-theme-element .secondary-clr {
    background-color: #0277bd;
}

.purple-heart-pink.each-theme-element .tertiary-clr {
    background-color: #03a9f4;
}

.azure-cerulean.each-theme-element .primary-clr {
    background-color: #ec407a;
}

.azure-cerulean.each-theme-element .secondary-clr {
    background-color: #0097a7;
}

.azure-cerulean.each-theme-element .tertiary-clr {
    background-color: #00bcd4;
}

.shiraz-megenta-cyan.each-theme-element .primary-clr {
    background-color: #206087;
}

.shiraz-megenta-cyan.each-theme-element .secondary-clr {
    background-color: #e4590d;
}

.shiraz-megenta-cyan.each-theme-element .tertiary-clr {
    background-color: #f3851c;
}

.lavender-cinnabar.each-theme-element .primary-clr {
    background-color: #e5534b;
}

.lavender-cinnabar.each-theme-element .secondary-clr {
    background-color: #5f7897;
}

.lavender-cinnabar.each-theme-element .tertiary-clr {
    background-color: #7f97b5;
}


/*****
layout
******/

.main-content .view-content {
    min-width: 600px;
    position: relative;
    top: 85px;
}

.main-content .view-content .filterMenu,
.main-content .view-content .contentView,
.main-content .view-content .comments {
    float: left;
    height: calc(100vh - 180px);
}

.main-content .view-content .filterMenu {
    width: 11%;
}

.main-content .view-content .filterMenu .filterIcon {
    display: none;
}

.main-content .view-content .filterMenu .filterIcon:hover {
    cursor: pointer;
}

.main-content .view-content .filterMenu .filterClose {
    display: none;
}

.main-content .view-content .filterMenu .filterClose:hover {
    cursor: pointer;
}

.main-content .view-content .filterMenu .list-group.mainFilter {
    max-height: calc(100vh - 450px);
    overflow-y: auto;
}

.main-content .view-content .contentView {
    width: calc(70% + 19%);
    overflow-y: auto;
}

.main-content .view-content .comments {
    width: 19%;
    overflow-y: auto;
}

.main-content .view-content .comments .commentIcon {
    display: none;
}

.main-content .view-content #imageHeading {
    text-transform: capitalize;
}

.main-content .view-content .altText {
    padding: 10px;
    border: 1px solid #dddddd;
    min-height: 80px;
    margin-bottom: 0px;
}

.main-content .view-content .img-center-align {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.main-content .view-content.quickView .contentView {
    width: 70% !important;
}

.page-wrapper #mySidenav {
    height: 100%;
    min-width: 51px;
    width: 230px;
    position: fixed;
    z-index: 1;
    top: 72px;
    left: 0;
    background-color: #ffffff;
    padding-top: 0px;
    margin: 0px;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    border-right: 1px solid #dddddd;
    z-index: 501;
}

.page-wrapper #mySidenav .panel-group {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
}

.page-wrapper #mySidenav .panel-group .panel-default {
    border: 0;
    box-shadow: none;
}

.page-wrapper #mySidenav .panel-group .panel-default .panel-heading {
    background: #fff;
    padding: 0px;
}

.page-wrapper #mySidenav .panel-group .panel-default .panel-heading a {
    padding: 12px 0;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: calc(100% - 1px);
    color: #131313;
    width: 100%;
}

.page-wrapper #mySidenav .panel-group .panel-default .panel-heading a .fa {
    display: inline-block;
    padding-top: 1px;
    width: 51px;
    text-align: center;
    font-size: calc(100% + 5px);
    vertical-align: middle;
}

.page-wrapper #mySidenav .panel-group .panel-default .panel-heading a .fa.fa-angle-up {
    position: absolute;
    right: 0;
    transition: all 0.5s ease;
    line-height: 30px;
}

.page-wrapper #mySidenav .panel-group .panel-default .panel-heading a .item-label {
    width: 175px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.page-wrapper #mySidenav .panel-group .panel-default .panel-heading a.collapsed .fa-angle-up {
    -webkit-transform: rotate(180deg);
    /* Safari 3-8 */
    -ms-transform: rotate(180deg);
    /* IE 9 */
    transform: rotate(180deg);
    transition: all 0.5s ease;
}

.page-wrapper #mySidenav .panel-group .panel-default .panel-collapse .panel-body {
    padding: 0;
    border-top: 0;
}

.page-wrapper #mySidenav .panel-group .panel-default .panel-collapse .panel-body ul {
    list-style: none;
    padding: 0;
}

.page-wrapper #mySidenav .panel-group .panel-default .panel-collapse .panel-body ul a.sub-menu {
    padding: 12px 0;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: calc(100% - 2px);
    color: #131313;
    width: 100%;
    background: rgba(0, 0, 0, 0.03);
}

.page-wrapper #app-content-section {
    margin: 0px;
    padding: 0px 0px 0px 230px;
    transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    position: relative;
}

.page-wrapper .dash-header {
    padding: 4px 0px;
}

.compareSection {
    height: calc(100vh - 120px);
}

.compareSection .iframeloaded {
    height: calc(100vh - 180px) !important;
}

.compareSection .iframeloaded iframe {
    width: 98%;
    overflow: auto !important;
    height: 100%;
}

.compareSection #mainSplitter {
    height: calc(100vh - 170px) !important;
    border: 0px;
}

.compareSection #mainSplitter .jqx-widget-content {
    font-family: "Roboto" !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.compareSection #mainSplitter .jqx-widget-content .compareFileList .checkbox label {
    font-size: 16px !important;
}

.compareSection #mainSplitter .jqx-splitter-splitbar-vertical {
    border: 0px;
}

.sn-checkbox-open-in-new-window label {
    padding-left: 0px;
}

.modal-backdrop.in {
    z-index: 1030;
}

.modal-footer {
    padding: 15px 0px 0px 0px;
}

.modal-header {
    padding: 0px 0px 15px 0px;
}

.modal-body {
    padding: 15px 0px 15px 0px;
}

.modal-xlg {
    width: 70%;
}

#addComment0 textarea {
    border-bottom: 1px solid #dddddd;
    padding: 15px;
}

.imgHeader .btn.btn-default.change_icon.active em::before {
    content: "";
}

.imgHeader .btn.btn-default.change_icon em::before {
    content: "";
}

.alt-qc-btn {
    width: 110px !important;
}


/* kasimkhan */

.dropdown-menu.product {
    padding: 25px;
    width: 330px;
}

.dropdown-menu.product li {
    display: inline-block;
    padding: 5px;
    border-radius: 2px;
    width: 32%;
    text-align: center;
    border: 1px solid transparent;
}

.dropdown-menu.product li .product-list em {
    font-size: calc(100% + 24px) !important;
}

.dropdown-menu.product li:hover {
    border: 1px solid #eeeeee;
}

.tory-blue-green .topNavbar .product-list .d-block {
    font-size: calc(100%);
    color: #131313;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tory-blue-green .topNavbar .product-list img {
    width: 37px;
    display: inline-block;
}


/********************
// Responsive Layout
*********************/


/*
##Device = Tablets, Ipads (portrait)
*/

@media (max-width: 767px) {
    .main-content .view-content {
        top: 130px;
    }
    .main-content .view-content .filterMenu,
    .main-content .view-content .contentView,
    .main-content .view-content .comments {
        height: calc(100vh - 220px);
    }
    .main-content .view-content .filterMenu {
        width: 50px;
        position: fixed;
        -webkit-transition: width 0.1s ease;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.1s ease;
        z-index: 1;
        background: #fff;
    }
    .main-content .view-content .filterMenu .filterBtns {
        display: none;
    }
    .main-content .view-content .filterMenu .filterIcon {
        display: block;
    }
    .main-content .view-content .filterMenu.active {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
        width: 75%;
        -webkit-transition: width 0.1s ease;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.1s ease;
        z-index: 502;
    }
    .main-content .view-content .filterMenu.active .filterClose,
    .main-content .view-content .filterMenu.active .filterBtns {
        display: block;
    }
    .main-content .view-content .filterMenu.active .filterIcon {
        display: none;
    }
    .main-content .view-content .contentView {
        width: calc(75vw + 50px);
        margin-left: 51px;
        border-left: 1px solid #dee2e6;
    }
    .main-content .view-content .contentView .imgHeader .col-sm-4,
    .main-content .view-content .contentView .imgHeader .text-center {
        text-align: left !important;
    }
    .main-content .view-content .contentView .imgHeader .text-center {
        margin-top: 1.5rem;
    }
    .main-content .view-content .comments {
        width: 50px;
        position: fixed;
        right: 15px;
        -webkit-transition: width 0.1s ease;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.1s ease;
        z-index: 1;
        background: #fff;
    }
    .main-content .view-content .comments .commentSection,
    .main-content .view-content .comments .commentFooter {
        display: none;
    }
    .main-content .view-content .comments .commentIcon {
        display: block;
    }
    .main-content .view-content .comments .commentIcon small {
        cursor: pointer;
    }
    .main-content .view-content .comments:hover {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
        width: 75%;
        -webkit-transition: width 0.1s ease;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.1s ease;
        z-index: 502;
    }
    .main-content .view-content .comments:hover .commentSection,
    .main-content .view-content .comments:hover .commentFooter {
        display: block;
    }
    .main-content .view-content .comments:hover .commentIcon {
        display: none;
    }
    .main-content .view-content .comments:hover .commentBody {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .main-content .view-content .filterMenu {
        width: 50px;
        position: fixed;
        -webkit-transition: width 0.1s ease;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.1s ease;
        z-index: 1;
        background: #fff;
    }
    .main-content .view-content .filterMenu .filterBtns {
        display: none;
    }
    .main-content .view-content .filterMenu .filterIcon {
        display: block;
    }
    .main-content .view-content .filterMenu.active {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
        width: 28%;
        -webkit-transition: width 0.1s ease;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.1s ease;
        z-index: 502;
    }
    .main-content .view-content .filterMenu.active .filterClose,
    .main-content .view-content .filterMenu.active .filterBtns {
        display: block;
    }
    .main-content .view-content .filterMenu.active .filterIcon {
        display: none;
    }
    .main-content .view-content .contentView {
        width: calc(83vw + 50px);
        margin-left: 51px;
        border-left: 1px solid #dee2e6;
    }
    .main-content .view-content .comments {
        width: 50px;
        position: fixed;
        right: 15px;
        -webkit-transition: width 0.1s ease;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.1s ease;
        z-index: 1;
        background: #fff;
    }
    .main-content .view-content .comments .commentSection,
    .main-content .view-content .comments .commentFooter {
        display: none;
    }
    .main-content .view-content .comments .commentIcon {
        display: block;
    }
    .main-content .view-content .comments .commentIcon small {
        cursor: pointer;
    }
    .main-content .view-content .comments:hover {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
        width: 45%;
        -webkit-transition: width 0.1s ease;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.1s ease;
        z-index: 502;
    }
    .main-content .view-content .comments:hover .commentSection,
    .main-content .view-content .comments:hover .commentFooter {
        display: block;
    }
    .main-content .view-content .comments:hover .commentIcon {
        display: none;
    }
    .main-content .view-content.quickView .contentView {
        width: 83vw !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .main-content .view-content .filterMenu {
        width: 50px;
        position: fixed;
        -webkit-transition: width 0.1s ease;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.1s ease;
        z-index: 1;
        background: #fff;
    }
    .main-content .view-content .filterMenu .filterBtns {
        display: none;
    }
    .main-content .view-content .filterMenu .filterIcon {
        display: block;
    }
    .main-content .view-content .filterMenu.active {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
        width: 28%;
        -webkit-transition: width 0.1s ease;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.1s ease;
        z-index: 502;
    }
    .main-content .view-content .filterMenu.active .filterClose,
    .main-content .view-content .filterMenu.active .filterBtns {
        display: block;
    }
    .main-content .view-content .filterMenu.active .filterIcon {
        display: none;
    }
    .main-content .view-content .contentView {
        width: calc(85vw + 50px);
        margin-left: 51px;
        border-left: 1px solid #dee2e6;
    }
    .main-content .view-content .comments {
        width: 50px;
        position: fixed;
        right: 15px;
        -webkit-transition: width 0.1s ease;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.1s ease;
        z-index: 1;
        background: #fff;
    }
    .main-content .view-content .comments .commentSection,
    .main-content .view-content .comments .commentFooter {
        display: none;
    }
    .main-content .view-content .comments .commentIcon {
        display: block;
    }
    .main-content .view-content .comments .commentIcon small {
        cursor: pointer;
    }
    .main-content .view-content .comments:hover {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
        width: 45%;
        -webkit-transition: width 0.1s ease;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.1s ease;
        z-index: 502;
    }
    .main-content .view-content .comments:hover .commentSection,
    .main-content .view-content .comments:hover .commentFooter {
        display: block;
    }
    .main-content .view-content .comments:hover .commentIcon {
        display: none;
    }
    .main-content .view-content.quickView .contentView {
        width: 85vw !important;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .main-content .view-content .filterMenu {
        width: 50px;
        position: fixed;
        -webkit-transition: width 0.1s ease;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.1s ease;
        z-index: 1;
        background: #fff;
    }
    .main-content .view-content .filterMenu .filterBtns {
        display: none;
    }
    .main-content .view-content .filterMenu .filterIcon {
        display: block;
    }
    .main-content .view-content .filterMenu.active {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
        width: 23%;
        -webkit-transition: width 0.1s ease;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.1s ease;
        z-index: 502;
    }
    .main-content .view-content .filterMenu.active .filterClose,
    .main-content .view-content .filterMenu.active .filterBtns {
        display: block;
    }
    .main-content .view-content .filterMenu.active .filterIcon {
        display: none;
    }
    .main-content .view-content .contentView {
        width: calc(90vw + 50px);
        margin-left: 51px;
        border-left: 1px solid #dee2e6;
    }
    .main-content .view-content .contentView #mainSplitter .jqx-splitter-splitbar-vertical,
    .main-content .view-content .contentView #mainSplitter .jqx-splitter-collapse-button-vertical {
        width: 5px !important;
    }
    .main-content .view-content .contentView #mainSplitter .jqx-splitter-splitbar-horizontal,
    .main-content .view-content .contentView #mainSplitter .jqx-splitter-collapse-button-horizontal {
        height: 5px !important;
    }
    .main-content .view-content .comments {
        width: 50px;
        position: fixed;
        right: 15px;
        -webkit-transition: width 0.1s ease;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.1s ease;
        z-index: 1;
        background: #fff;
    }
    .main-content .view-content .comments .commentSection,
    .main-content .view-content .comments .commentFooter {
        display: none;
    }
    .main-content .view-content .comments .commentIcon {
        display: block;
    }
    .main-content .view-content .comments .commentIcon small {
        cursor: pointer;
    }
    .main-content .view-content .comments:hover {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
        width: 35%;
        -webkit-transition: width 0.1s ease;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.1s ease;
        z-index: 502;
    }
    .main-content .view-content .comments:hover .commentSection,
    .main-content .view-content .comments:hover .commentFooter {
        display: block;
    }
    .main-content .view-content .comments:hover .commentIcon {
        display: none;
    }
    .main-content .view-content.quickView .contentView {
        width: 90vw !important;
    }
}

@media (min-width: 1281px) and (max-width: 1600px) {
    .main-content .view-content .filterMenu {
        width: 15%;
    }
    .main-content .view-content .contentView {
        width: calc(64% + 21%);
    }
    .main-content .view-content .contentView #mainSplitter .jqx-splitter-splitbar-vertical,
    .main-content .view-content .contentView #mainSplitter .jqx-splitter-collapse-button-vertical {
        width: 5px !important;
    }
    .main-content .view-content .contentView #mainSplitter .jqx-splitter-splitbar-horizontal,
    .main-content .view-content .contentView #mainSplitter .jqx-splitter-collapse-button-horizontal {
        height: 5px !important;
    }
    .main-content .view-content .comments {
        width: 23%;
    }
    .main-content .view-content.quickView .contentView {
        width: 62% !important;
    }
    .mainEditor .editorTitle,
    .shortEditor .editorTitle {
        top: 5px !important;
    }
    .mainEditor .editorTitle .message,
    .shortEditor .editorTitle .message {
        display: block;
    }
    .mainEditor .editorTitle .message.editor-hint-text,
    .shortEditor .editorTitle .message.editor-hint-text {
        display: inline-block;
    }
    .shortEditor .editorTitle {
        top: 8px !important;
    }
    .btn.btn-default.note-btn {
        padding: 2px 5px;
        font-size: calc(100% - 3px) !important;
        overflow: hidden;
        cursor: pointer;
    }
}

@media (min-width: 1601px) and (max-width: 1920px) {
    .main-content .view-content .filterMenu {
        width: 13%;
    }
    .main-content .view-content .contentView {
        width: calc(66% + 21%);
    }
    .main-content .view-content .comments {
        width: 21%;
    }
    .main-content .view-content .list-equal-height {
        height: 173px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        -webkit-flex-direction: column;
        position: relative;
    }
    .main-content .view-content.quickView .contentView {
        width: 66% !important;
    }
}

@media (max-height: 480px) {
    .dropdown-menu.product {
        height: 230px;
        overflow: auto;
    }
}


/***************
// common style
****************/

html {
    font-family: "Roboto", sans-serif !important;
    height: 100%;
    -moz-appearance: scrollbar-small;
}
/*
body {
    background-color: #ececec;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
    overflow-x: hidden;
    height: 100%;
}*/
body {
margin: 0;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}


body.collapseMenu .page-wrapper #mySidenav {
    width: 51px;
}

body.collapseMenu .page-wrapper .topNavbar {
    margin-left: 0px;
}

body.collapseMenu .page-wrapper #mySidenav .item-label {
    display: none;
}

body.collapseMenu .page-wrapper .logo-max {
    display: none;
}

body .page-wrapper .logo-min {
    display: none;
}

body.collapseMenu .page-wrapper .logo-min {
    display: block;
}

body.collapseMenu .page-wrapper #app-content-section {
    padding-left: 44px;
}

body#no-sidebar #mySidenav {
    display: none;
}

body#no-sidebar #app-content-section {
    padding-left: 0px;
}

body#no-sidebar .navbar-nav li.mainMenuToggle {
    display: none;
}

.ip-address {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 8px;
    color: #666;
    z-index: 99;
}

/* img {
    max-width: 100%;
    max-height: 100%;
} */

img.thumbImage {
    width: 60px;
    height: 60px;
}

.queryImgClick {
    display: flex;
    align-items: center;
    justify-content: left;
    min-height: 80px;
}

.logged-username {
    font-size: inherit;
}

.logged-username i {
    margin: 0px !important;
}

.table-fixed-header {
    border-bottom: 1px solid #dddddd;
}

.table-content-section {
    height: calc(100vh - 186px);
    overflow: auto;
}

.level-info-banner p {
    font-size: 14px;
}

.level-info-banner p .title-text {
    min-width: 130px;
    display: inline-block;
}

.pageWrapper .btn.icon {
    padding: 4px 7px !important;
}

.pageWrapper .pageContent .img-center-align {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

#myElem {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1032;
}

#countAlert {
    position: fixed;
    top: 5px;
    right: calc((100% - 350px) / 2);
    z-index: 1034;
    text-align: center;
    display: none;
}

.pageOverlay {
    position: fixed;
    z-index: 1032;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.fontIncDec {
    cursor: pointer;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
     supported by Chrome and Opera */
}

.main-content .view-content .contentView #mainSplitter {
    width: 100% !important;
    height: calc(100vh - 210px) !important;
}

.main-content .view-content .contentView .jqx-splitter {
    width: 100%;
    height: calc(100vh - 210px);
}

.main-content .view-content .contentView .jqx-splitter.jqx-widget-content {
    font-family: "Roboto", sans-serif !important;
    border: 0px;
    border-color: transparent !important;
}

.main-content .view-content .contentView .jqx-splitter .jqx-splitter-splitbar-horizontal {
    height: 2px;
}

.main-content .view-content .contentView .jqx-splitter .jqx-fill-state-normal {
    border-color: transparent;
}


/************************************
// Top navbar 
************************************/

.topNavbar .navbar-right .user {
    white-space: nowrap;
    font-size: calc(100% - 1px);
    display: inline-block;
}

.topNavbar .navbar-right .user .user_avatar {
    max-height: 33px;
    max-width: 33px;
    min-height: 33px;
    min-width: 33px;
}

.topNavbar .navbar-right li.open a.dropdown-toggle {
    background-color: transparent !important;
}

.topNavbar .navbar-right li.open a.dropdown-toggle:hover,
.topNavbar .navbar-right li.open a.dropdown-toggle:focus {
    background-color: transparent !important;
}

.topNavbar .navbar-right li.open .user-options {
    width: 300px;
}

.topNavbar .navbar-right li.open .user-options .user_avatar {
    width: 60px;
    height: 60px;
}

.topNavbar .navbar-right li.open .user-options .navbar-login {
    padding: 10px;
}

.pageWrapper .navbar.navbar-fixed-bottom {
    margin-bottom: 0;
}


/************************************
// Image & Editor View -common style
************************************/

.main-content .view-content .contentView .imgView,
.main-content .view-content .contentView .editorView {
    height: calc(100vh - 210px);
}

.main-content .view-content .contentView .imgView .mainImg,
.main-content .view-content .contentView .imgView .similarImg {
    height: calc(50vh - 100px);
}

.main-content .view-content .contentView .imgView.similarImgContent .mainImg {
    height: calc(100vh - 240px);
}

.main-content .view-content .contentView .imgView.similarImgContent .similarImg {
    height: 50px;
}

.main-content .view-content .contentView .imgView.similarImgContent .similarImgContentView {
    display: none;
}

.main-content .view-content .contentView .imgView .similarImgContentView {
    position: relative;
}

.main-content .view-content .contentView .imgView .similarImgContentView .use-btn {
    position: absolute;
    right: 10px;
    bottom: -34px;
}

.main-content .view-content .contentView .imgView .mainImg .mainImgView {
    height: calc(100% - 130px);
    text-align: center;
    position: relative;
}

.main-content .view-content .contentView .imgView .mainImg .mainImgFooter .mainImgThumb {
    display: inline-block;
    position: relative;
}

.main-content .view-content .contentView .imgView .similarImg #similarImgList {
    position: relative;
    padding-bottom: 10px;
}

.main-content .view-content .contentView .imgView .similarImg #similarImgList .carousel-inner {
    overflow: visible;
}

.main-content .view-content .contentView .imgView .similarImg #similarImgList .carousel-inner .item {
    text-align: center;
}

.main-content .view-content .contentView .imgView .similarImg #similarImgList .carousel-inner .item .carousel-caption {
    padding: 5px;
    width: 100%;
    left: 0%;
    bottom: 0px;
    text-align: justify;
    color: #000;
    text-shadow: none;
    overflow: auto;
    line-height: 1.4;
    border: 1px solid #dddddd;
}

.main-content .view-content .contentView .imgView .similarImg #similarImgList .carousel-control.left,
.main-content .view-content .contentView .imgView .similarImg #similarImgList .carousel-control.right {
    background-image: none;
}

@media (max-height: 768px) {
    .pageWrapper .btn {
        padding: 4px 7px !important;
    }
    .pageWrapper .navbar {
        margin-bottom: 10px;
    }
    .pageWrapper .navbar h1.logo {
        margin: 11px 0;
    }
    .pageWrapper .navbar .my-4 {
        margin: 1rem 0 !important;
    }
    .pageWrapper .main-content .view-content {
        top: 60px;
    }
    .pageWrapper .main-content .view-content .filterMenu,
    .pageWrapper .main-content .view-content .contentView,
    .pageWrapper .main-content .view-content .comments {
        height: calc(100vh - 130px);
    }
    .pageWrapper .main-content .view-content .filterMenu .list-group .list-group-item .badge {
        margin-top: -2px;
    }
    .pageWrapper .main-content .view-content .filterMenu .list-group.mainFilter {
        max-height: calc(100vh - 360px);
    }
    .pageWrapper .main-content .view-content .contentView #mainSplitter,
    .pageWrapper .main-content .view-content .contentView .imgView,
    .pageWrapper .main-content .view-content .contentView .editorView {
        height: calc(100vh - 160px) !important;
    }
    .pageWrapper .main-content .view-content .contentView .imgView .mainImg .mainImgView {
        height: calc(100% - 110px);
    }
    .pageWrapper .main-content .view-content .contentView .imgView .mainImg .mainImgFooter .thumbImage {
        width: 50px;
        height: 50px;
    }
    .pageWrapper .main-content .view-content .contentView .imgView .mainImg .mainImgFooter .pagination li a {
        padding: 3px 9px;
    }
    .pageWrapper .main-content .view-content .contentView .imgView .mainImg .mainImgFooter .pagination.my-3 {
        margin: 0.75rem 0;
    }
    .pageWrapper .main-content .view-content .contentView .imgView .similarImg .similarImgContentView {
        padding: 0;
    }
    .pageWrapper .main-content .view-content .contentView .imgView .similarImg #similarImgList .carousel-inner {
        overflow: auto;
    }
    .pageWrapper .main-content .view-content .contentView .imgView .similarImg #similarImgList .carousel-inner .item img {
        height: 70%;
        margin: 0 auto;
        object-fit: scale-down;
        padding-bottom: 5px;
    }
    .pageWrapper .main-content .view-content .contentView .imgView .similarImg #similarImgList .carousel-inner .item .carousel-caption {
        border: 1px solid #dddddd;
        height: 30%;
    }
    .pageWrapper .main-content .view-content .contentView .imgView .similarImg #similarImgList .carousel-control {
        bottom: -10px;
        top: 1px;
        height: 70%;
    }
    .pageWrapper .main-content .view-content .contentView .imgView .similarImg #similarImgList .carousel-control .glyphicon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-top: 0;
        top: 45%;
        background: #000;
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        text-shadow: none;
    }
    .pageWrapper .main-content .view-content .contentView .imgView .similarImg #similarImgList .carousel-control.left,
    .pageWrapper .main-content .view-content .contentView .imgView .similarImg #similarImgList .carousel-control.right {
        background-image: none;
    }
    .pageWrapper .main-content .view-content .contentView .mainEditor .editor .editorTitle,
    .pageWrapper .main-content .view-content .contentView .shortEditor .editor .editorTitle {
        font-size: 12px;
        top: 5px;
        display: inline-block;
    }
    .pageWrapper .main-content .view-content .contentView .mainEditor .note-editor.note-frame .note-editing-area .note-editable,
    .pageWrapper .main-content .view-content .contentView .shortEditor .note-editor.note-frame .note-editing-area .note-editable {
        padding: 5px 10px;
    }
    .pageWrapper .main-content .view-content .contentView .shortEditor.jqx-splitter-panel {
        overflow: auto;
        overflow-x: hidden;
    }
    .pageWrapper .compare_pageContent {
        top: 0px;
    }
}

.similarImgToggle .btn-toggle {
    top: 5px;
    transform: translateY(-50%);
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

.similarImgToggle .btn-toggle:focus,
.similarImgToggle .btn-toggle.focus,
.similarImgToggle .btn-toggle:focus.active,
.similarImgToggle .btn-toggle.focus.active {
    outline: none;
}

.similarImgToggle .btn-toggle:before,
.similarImgToggle .btn-toggle:after {
    line-height: 1rem;
    width: 0;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.similarImgToggle .btn-toggle:before {
    content: " ";
    left: 0;
}

.similarImgToggle .btn-toggle:after {
    content: " ";
    right: 0;
    opacity: 0.5;
}

.similarImgToggle .btn-toggle .handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    transition: left 0.25s;
}

.similarImgToggle .btn-toggle.active {
    transition: background-color 0.25s;
}

.similarImgToggle .btn-toggle.active .handle {
    left: 1.125rem;
    transition: left 0.25s;
}

.similarImgToggle .btn-toggle.active:before {
    opacity: 0.5;
}

.similarImgToggle .btn-toggle.active:after {
    opacity: 1;
}

.similarImgToggle .btn-toggle.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
}

.imgView .imgHeader {
    position: relative;
}

.imgView .imgHeader .imgThumnail {
    position: relative;
    width: 120px;
    height: 120px;
    padding: 5px;
}

.imgView .imgBody {
    height: calc(100% - 240px);
}

.imgView .imgBody .imgMain {
    position: relative;
    height: 95%;
    padding: 15px;
}

.imgView .imgBody .imgMain img {
    max-width: 100% !important;
}

.imgView .imgZoom {
    position: absolute;
    right: 0;
    top: 0;
    display: inline;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.imgView .imgZoom:hover {
    cursor: pointer;
    background: black;
}

.imgView .imgFooter .image-pagination {
    position: relative;
}

.imgView .imgFooter .image-pagination .pageCount {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: calc(100% - 2px);
}

.imgView .mainImg .mainImgView {
    height: calc(100% - 110px);
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
}

.imgView .mainImg .mainImgView img {
    margin: 0px auto;
    max-width: 50%;
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

.imgView .mainImg .mainImgFooter .thumbImage {
    width: 50px;
    height: 50px;
}

.imgView .mainImg .mainImgFooter .pagination li a {
    padding: 3px 9px;
}

.imgView .mainImg .mainImgFooter .pagination.my-3 {
    margin: 0.75rem 0;
}

.imgView .similarImg .similarImgContentView {
    padding: 0;
}

.imgView .similarImg #similarImgList {
    padding-bottom: 10px;
}

.imgView .similarImg #similarImgList .carousel-inner .item img {
    height: 70%;
    margin: 0 auto;
    object-fit: scale-down;
    padding-bottom: 5px;
}

.imgView .similarImg #similarImgList .carousel-inner .item .carousel-caption {
    height: 30%;
}

.imgView .similarImg #similarImgList .carousel-control {
    bottom: -10px;
    top: 1px;
    height: 70%;
}

.imgView .similarImg #similarImgList .carousel-control .glyphicon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 0;
    top: 45%;
    background: #000;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-shadow: none;
}


/********
// Modal
********/


/********************
// Summernote style
********************/

.editorView .mainEditor {
    height: calc(100% - (25% + 20px));
}

.editorView .mainEditor .note-editor .note-editing-area {
    height: 88%;
    overflow: auto;
}

.editorView .mainEditor .complexityLevel .box-body {
    display: inline-block;
    margin-left: 15px;
}

.editorView .mainEditor .complexityLevel .box-body .br-widget a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #000;
}

.editorView .shortEditor {
    height: calc(100% - (75% + 20px));
}

.editorView .shortEditor .note-editor .note-editing-area {
    height: 40px;
    overflow: auto;
}

.mainEditor,
.shortEditor {
    width: 98% !important;
}

.mainEditor .editor,
.shortEditor .editor {
    position: relative;
    height: 90%;
}

.mainEditor .editor .editorTitle,
.shortEditor .editor .editorTitle {
    position: relative;
    /* new updated */
    z-index: 501;
    left: 15px;
    top: 10px;
    /* new updated */
    display: inline-block;
}

.mainEditor .editor .note-editor.note-frame,
.shortEditor .editor .note-editor.note-frame {
    height: calc(100% - 30px);
    width: 100%;
    /* new */
    padding: 1px;
}

.shortEditor.jqx-splitter-panel {
    overflow: auto;
    overflow-x: hidden;
}

.shortEditor .commentView {
    height: calc(100% - 50px);
}

.shortEditor .commentView .commentSection {
    height: 100%;
    overflow: auto;
}

.shortEditor .editor {
    display: none;
}

.shortEditor .editor .note-editor.note-frame {
    height: calc(100% - 20px);
}

.shortEditor.altTxtShortContent .editor {
    display: block;
    height: 110px;
}

.shortEditor.altTxtShortContent .commentView {
    height: calc(100% - 140px);
}

button.note-btn {
    padding: 3px 6px;
    overflow: hidden;
    cursor: pointer;
}

.note-editor {
    position: absolute !important;
    /* new */
    top: 0px;
    /* new */
}

.note-editor .note-toolbar ul.note-table {
    right: 0 !important;
    left: auto;
}

.note-toolbar {
    text-align: right;
}


/**********************
// Quick view styles
**********************/

.main-content .view-content.quickView .contentView {
    width: 70%;
    overflow-y: auto;
}

.main-content .view-content.quickView .contentView .componentData {
    margin-bottom: 0;
}

.main-content .view-content.quickView .contentView .componentData .componentItem {
    max-height: 320px;
    padding: 10px 0;
}

.main-content .view-content.quickView .contentView .componentData .componentItem .media-object {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 30px;
}

.main-content .view-content.quickView .contentView .componentData .componentItem .media-body {
    height: auto;
    padding-right: 10px;
}

.main-content .view-content.quickView .contentView .componentData .componentItem .media-body .mainEditor,
.main-content .view-content.quickView .contentView .componentData .componentItem .media-body .shortEditor {
    position: relative;
    width: 100% !important;
    margin-top: 0px;
}

.main-content .view-content.quickView .contentView .componentData .componentItem .media-body .mainEditor .note-editor,
.main-content .view-content.quickView .contentView .componentData .componentItem .media-body .shortEditor .note-editor {
    position: relative !important;
    margin-bottom: 10px;
    padding: 1px;
}

.main-content .view-content.quickView .contentView .componentData .componentItem .media-body .mainEditor .note-editor .note-editing-area,
.main-content .view-content.quickView .contentView .componentData .componentItem .media-body .shortEditor .note-editor .note-editing-area {
    overflow: auto !important;
}

.main-content .view-content.quickView .contentView .componentData .componentItem .media-body .mainEditor .note-editor .note-editing-area .note-editable,
.main-content .view-content.quickView .contentView .componentData .componentItem .media-body .shortEditor .note-editor .note-editing-area .note-editable {
    overflow: auto !important;
}

.main-content .view-content.quickView .contentView .componentData .componentItem .media-body .mainEditor .note-editor .note-editing-area .note-editable [class^=sel],
.main-content .view-content.quickView .contentView .componentData .componentItem .media-body .shortEditor .note-editor .note-editing-area .note-editable [class^=sel] {
    background: yellow;
}

.main-content .view-content.quickView .contentView .componentData .componentItem .media-body .mainEditor .note-editor .note-editing-area .note-editable [class^=sel].cur,
.main-content .view-content.quickView .contentView .componentData .componentItem .media-body .shortEditor .note-editor .note-editing-area .note-editable [class^=sel].cur {
    background: #81ecec;
}

.main-content .view-content.quickView .contentView .componentData .componentItem .media-body .mainEditor .editorTitle,
.main-content .view-content.quickView .contentView .componentData .componentItem .media-body .shortEditor .editorTitle {
    position: absolute;
    z-index: 1033;
    left: 10px;
    top: 13px;
    font-weight: bold;
}

.main-content .view-content.quickView .contentView .componentData .componentItem .media-body .mainEditor .note-editing-area {
    min-height: 120px;
    height: 120px !important;
    max-height: 120px;
}

.main-content .view-content.quickView .contentView .componentData .componentItem .media-body .mainEditor .note-editing-area .note-editable {
    min-height: 120px;
    height: 120px;
    max-height: 120px;
}

.main-content .view-content.quickView .contentView .componentData .componentItem .media-body .shortEditor .note-editing-area {
    height: 35px;
}

.main-content .view-content.quickView .contentView .componentData .componentItem:nth-child(even) {
    background: #f8f9fa;
}

.main-content .view-content.quickView .contentView .componentData .componentItem:hover {
    background: #e1e1e8;
    transition: background-color 0.5s ease-in-out;
}

@media (max-width: 767px) {
    .main-content .view-content .contentView .componentData .componentItem {
        height: 380px;
    }
    .main-content .view-content .contentView .componentData .componentItem .media-body .mainEditor .editorTitle,
    .main-content .view-content .contentView .componentData .componentItem .media-body .shortEditor .editorTitle {
        position: unset;
    }
}


/**************
typography
**************/


/*****************
Help
*****************/

.help .card .card-img-top {
    height: 200px;
    max-height: 200px;
    min-height: 200px;
}


/************
theamable
*************/

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #ec407a;
}

::-webkit-scrollbar-thumb:hover {
    background: #ec407a;
}


/**********
theme
**********/

.azure-cerulean {
    /***********************
  Work Allocation
  ************************/
    /***********************
  Work Bench
  ************************/
    /**********
  panel
  **********/
    /*******
        Modal
        ********/
    /*******
        Datatable
        ********/
    /*******
        Toggle Switch
        ********/
    /*******
        heading
        ********/
    /*******
  filter
  ********/
    /***********************************
  // Image & Editor View -theme style
  ************************************/
    /*****************
  // Comment Section
  *****************/
    /************************
  // Similar Image Section
  ************************/
    /********************
        // Component List View
        *********************/
    /********************
  // Responsive Layout
  *********************/
}

.azure-cerulean .logo {
    color: #ec407a;
}

.azure-cerulean .mainEditor .common-btn .btn.btn-default {
    background: transparent;
    color: #ec407a;
    border: 1px solid #ec407a;
}

.azure-cerulean .mainEditor .common-btn .btn.btn-default:hover,
.azure-cerulean .mainEditor .common-btn .btn.btn-default:focus {
    background: #ec407a !important;
    color: #fff;
    border: 1px solid #ec407a;
}

.azure-cerulean .mainEditor .common-btn .btn.btn-default.active {
    background: #ec407a;
    color: #fff;
    border: 1px solid #ec407a;
    box-shadow: none;
}

.azure-cerulean .mainEditor .common-btn .btn.btn-default.active:hover,
.azure-cerulean .mainEditor .common-btn .btn.btn-default.active:focus {
    background: #ffffff !important;
    color: #ec407a;
    border: 1px solid #ec407a;
}

.azure-cerulean .mainImgHeadSelect {
    width: auto;
    height: 24px;
}

.azure-cerulean .imgTypeLabel {
    font-size: calc(100% - 1px) !important;
    min-width: 105px;
    font-weight: 500;
    max-width: 105px;
}

@media (min-width: 1450px) {
    .azure-cerulean .imgPickSelect {
        max-width: 210px;
    }
}

.azure-cerulean .listImageType {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.azure-cerulean .toggleMainMenu {
    color: #ec407a;
}

.azure-cerulean .toggle-bar {
    font-size: calc(100% + 6px);
    line-height: 63px;
    display: inline-block;
    cursor: pointer;
}

.azure-cerulean #mySidenav .panel-default a .fa {
    color: #ec407a;
}

.azure-cerulean #mySidenav .active_page a {
    width: 100% !important;
    display: inline-block !important;
    margin: 0 auto;
    background: #ec407a !important;
    box-shadow: 0px 0px 10px 0px #999;
    color: #fff;
}

.azure-cerulean #mySidenav .active_page a span {
    color: #fff;
}

.azure-cerulean .logged-system-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 220px);
}

.azure-cerulean .logged-system-msg .logged-alertmsg {
    font-size: 18px;
    color: #ec407a;
}

.azure-cerulean .main-heading-style,
.shiraz-megenta-cyan .white-bg .azure-cerulean .page-inner-title,
.shiraz-megenta-cyan .common-rightside-panel .azure-cerulean .page-inner-title,
.shiraz-megenta-cyan .common-fixed-header .azure-cerulean .page-inner-title,
.purple-heart-pink .white-bg .azure-cerulean .page-inner-title,
.purple-heart-pink .common-rightside-panel .azure-cerulean .page-inner-title,
.purple-heart-pink .common-fixed-header .azure-cerulean .page-inner-title,
.lavender-cinnabar .white-bg .azure-cerulean .page-inner-title,
.lavender-cinnabar .common-rightside-panel .azure-cerulean .page-inner-title,
.lavender-cinnabar .common-fixed-header .azure-cerulean .page-inner-title,
.tory-blue-green .white-bg .azure-cerulean .page-inner-title,
.tory-blue-green .common-rightside-panel .azure-cerulean .page-inner-title,
.tory-blue-green .common-fixed-header .azure-cerulean .page-inner-title,
.azure-cerulean .white-bg .page-inner-title,
.azure-cerulean .common-rightside-panel .page-inner-title,
.azure-cerulean .common-fixed-header .page-inner-title,
.azure-cerulean h2.title {
    padding: 0 15px 15px 15px;
    margin: 0 0 15px 0;
}

.azure-cerulean .main-heading-style::after,
.shiraz-megenta-cyan .white-bg .azure-cerulean .page-inner-title::after,
.shiraz-megenta-cyan .common-rightside-panel .azure-cerulean .page-inner-title::after,
.shiraz-megenta-cyan .common-fixed-header .azure-cerulean .page-inner-title::after,
.purple-heart-pink .white-bg .azure-cerulean .page-inner-title::after,
.purple-heart-pink .common-rightside-panel .azure-cerulean .page-inner-title::after,
.purple-heart-pink .common-fixed-header .azure-cerulean .page-inner-title::after,
.lavender-cinnabar .white-bg .azure-cerulean .page-inner-title::after,
.lavender-cinnabar .common-rightside-panel .azure-cerulean .page-inner-title::after,
.lavender-cinnabar .common-fixed-header .azure-cerulean .page-inner-title::after,
.tory-blue-green .white-bg .azure-cerulean .page-inner-title::after,
.tory-blue-green .common-rightside-panel .azure-cerulean .page-inner-title::after,
.tory-blue-green .common-fixed-header .azure-cerulean .page-inner-title::after,
.azure-cerulean .white-bg .page-inner-title::after,
.azure-cerulean .common-rightside-panel .page-inner-title::after,
.azure-cerulean .common-fixed-header .page-inner-title::after,
.azure-cerulean h2.title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 3px;
    width: 40px;
    background: #ec407a;
}

.azure-cerulean h2.title {
    padding-left: 0px;
    margin-bottom: 20px;
    position: relative;
}

.azure-cerulean h2.title::after {
    left: 0px;
}

.azure-cerulean .common-white-bg {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px 0px #cccccc;
}

.azure-cerulean .common-fixed-header {
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #dddddd;
}

.azure-cerulean .common-rightside-panel {
    background-color: #ffffff;
    border-radius: 8px;
    clear: both;
    overflow: auto;
    overflow-x: hidden;
    padding: 20px;
    height: calc(100vh - 200px);
}

.azure-cerulean .common-rightside-panel.comparefile {
    height: calc(100vh - 90px);
}

.azure-cerulean .common-rightside-panel select:focus {
    outline: 0 !important;
}

.azure-cerulean .common-rightside-panel #drop-area .upload-section p {
    left: 10%;
}

.azure-cerulean .common-rightside-panel.no-scroll {
    height: auto;
    min-height: auto !important;
    border-radius: 5px;
}

.azure-cerulean .common-rightside-panel.no-scroll .tab-content .tab-pane {
    position: relative;
    /*min-height: calc(100vh - 370px);*/
}

.azure-cerulean .common-rightside-panel.no-scroll .tab-content .tab-pane .button-position {
    border-top: 1px solid #dddddd;
    padding: 15px 0px;
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 500;
}

.azure-cerulean .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content {
    height: calc(100vh - 275px);
    overflow: auto;
}

.azure-cerulean .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .content {
    min-height: calc(100vh - 365px);
    overflow: auto;
    overflow-x: hidden;
}

.azure-cerulean .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .menu_sequence_frm,
.azure-cerulean .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .process_sequence_frm,
.azure-cerulean .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .menuaccess {
    position: relative;
}

.azure-cerulean .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .admin_settings {
    position: relative;
}

.azure-cerulean .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.tab-pane-small-height .menuaccess {
    height: calc(100vh - 360px);
    min-height: auto;
}

.azure-cerulean .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.tab-pane-small-height .button-position {
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 1050;
}

.azure-cerulean .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.tab-cnt-height {
    height: calc(100vh - 335px);
}

.azure-cerulean .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.mul-tab-cnt-height {
    height: calc(100vh - 358px);
}

.azure-cerulean .common-rightside-panel #mainSplitter {
    height: calc(100vh - 150px) !important;
    border: 0px;
}

.azure-cerulean .common-rightside-panel #mainSplitter .jqx-widget-content {
    font-family: "Roboto" !important;
}

.azure-cerulean .common-rightside-panel #mainSplitter .jqx-widget-content .compareFileList .checkbox label {
    font-size: 16px !important;
}

.azure-cerulean .common-rightside-panel #mainSplitter .jqx-splitter-splitbar-vertical {
    border: 0px;
}

.azure-cerulean .common-new-right-panel {
    height: calc(100vh - 112px);
}

.azure-cerulean .scrtabs-tab-container {
    margin-bottom: 20px;
}

.azure-cerulean .scrtabs-tab-container .scrtabs-tab-scroll-arrow {
    border: 0 !important;
}

.azure-cerulean #app-content-section.comparenosidebar .common-rightside-panel {
    height: calc(100vh - 90px) !important;
}

@media (max-width: 1199px) {
    .azure-cerulean .common-rightside-panel {
        height: calc(100vh - 110px);
    }
    .azure-cerulean #app-content-section.comparenosidebar .common-rightside-panel {
        height: calc(100vh - 90px) !important;
    }
    .azure-cerulean .res-btm-space {
        margin-bottom: 3rem !important;
    }
}

.azure-cerulean .top-select label {
    font-size: calc(100% - 2px) !important;
}

.azure-cerulean .top-select select {
    width: auto;
    margin-left: 10px;
}

.azure-cerulean .allocation-scroll {
    min-height: 200px;
    overflow: auto;
    max-height: calc(100vh - 290px);
    clear: both;
}

.azure-cerulean .allocation-scroll.users {
    max-height: calc(100vh - 290px);
}

.azure-cerulean .allocation-scroll .allocation-panel {
    position: relative;
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 15px;
    border: 1px solid #b5b5b5;
}

.azure-cerulean .allocation-scroll .allocation-panel:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.azure-cerulean .allocation-scroll .allocation-panel.users .alloc-body {
    min-height: 55px;
}

.azure-cerulean .allocation-scroll .alloc-header {
    color: #ec407a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0.5rem 1rem;
    position: relative;
}

.azure-cerulean .allocation-scroll .alloc-header .projectName {
    display: block;
}

.azure-cerulean .allocation-scroll .alloc-body {
    min-height: 85px;
}

.azure-cerulean .allocation-scroll .alloc-body .list-group {
    height: 90px;
    overflow: auto;
    margin-bottom: 0;
}

.azure-cerulean .allocation-scroll .alloc-body .list-group .list-group-item {
    padding: 5px 10px;
    border: 0px;
    font-size: calc(100% - 2px);
}

.azure-cerulean .allocation-scroll .alloc-body .list-group .list-group-item .badge {
    border-radius: 3px;
    background: #0097a7;
    color: #f8f9fa;
}

.azure-cerulean .allocation-scroll .alloc-body .right-sec-height {
    height: 90px;
}

.azure-cerulean .allocation-scroll .alloc-body .components {
    min-height: 54px;
}

.azure-cerulean .allocation-scroll .alloc-body .components .allocation-panel {
    padding: 0;
    margin: 0;
    border: 0;
}

.azure-cerulean .allocation-scroll .alloc-body .components .allocation-panel:hover {
    box-shadow: none;
}

.azure-cerulean .allocation-scroll .alloc-body .components .allocation-panel .alloc-body {
    padding: 0px;
    min-height: 45px;
}

.azure-cerulean .allocation-scroll .alloc-body .content-progress {
    height: 82px;
    overflow: auto;
    position: relative;
}

.azure-cerulean .allocation-scroll .alloc-body p {
    font-size: calc(100% - 3px);
    color: #848484;
    margin-bottom: 5px;
}

.azure-cerulean .allocation-scroll .alloc-body p.assigned_to {
    bottom: 50px;
    position: absolute;
}

.azure-cerulean .allocation-scroll .alloc-body .user-split {
    justify-content: flex-end;
    display: flex;
    margin-top: 10px;
}

.azure-cerulean .allocation-scroll .alloc-body .user-split .components {
    position: absolute;
    width: calc(100% - 110px);
    height: 100%;
    bottom: 0;
    left: 0px;
    padding: 12px 30px 18px 65px;
    display: flex;
    align-items: flex-end;
}

.azure-cerulean .allocation-scroll .alloc-body .user-split .components.has-drop {
    padding: 0px 14px;
}

.azure-cerulean .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel {
    width: 100%;
    margin-bottom: 0px;
    border: 0px;
}

.azure-cerulean .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list {
    padding: 0px;
}

.azure-cerulean .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user {
    display: inline;
    padding-left: 55px;
}

.azure-cerulean .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .online,
.azure-cerulean .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .offline {
    left: 32px;
}

.azure-cerulean .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .user_name {
    vertical-align: super;
}

.azure-cerulean .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .user_avatar {
    left: 0px;
}

.azure-cerulean .allocation-scroll .alloc-body .user-split .components .user_avatar {
    top: auto;
    bottom: 10px;
    left: 15px;
}

.azure-cerulean .allocation-scroll .alloc-body .user-split .components .user_badge {
    top: auto;
    bottom: 16px;
    right: 0px;
    border: 0px;
}

.azure-cerulean .allocation-scroll .alloc-body .user-split .components .user_name {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.azure-cerulean .allocation-scroll .alloc-body .user-split .components .online,
.azure-cerulean .allocation-scroll .alloc-body .user-split .components .offline {
    bottom: 40px;
    left: 47px;
    top: auto;
}

.azure-cerulean .allocation-scroll .alloc-body .has-drop .user_name {
    width: 70% !important;
}

.azure-cerulean .allocation-scroll .alloc-body .has-drop .user_badge {
    color: #fff !important;
}

.azure-cerulean .allocation-scroll .alloc-body .has-drop .user_badge::before {
    content: "";
    font-family: FontAwesome !important;
    color: #131313;
}

.azure-cerulean .allocation-scroll .alloc-body.users-list {
    padding: 7px 10px 5px;
    height: auto;
}

.azure-cerulean .allocation-scroll .alloc-body .user {
    position: relative;
    padding: 12px 30px 12px 50px;
    white-space: nowrap;
    overflow: hidden;
    font-size: calc(100% - 1px);
    min-height: 44px;
    text-overflow: ellipsis;
}

.azure-cerulean .allocation-scroll .alloc-body .user .user_avatar {
    position: absolute;
    max-height: 42px;
    max-width: 42px;
    min-height: 42px;
    min-width: 42px;
    width: 100%;
    height: auto;
    border-radius: 50%;
    vertical-align: top;
    top: 0px;
    left: 0px;
}

.azure-cerulean .allocation-scroll .alloc-body .user span.online,
.azure-cerulean .allocation-scroll .alloc-body .user span.offline {
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    top: 0px;
    background: #33bf21;
    left: 34px;
}

.azure-cerulean .allocation-scroll .alloc-body .user span.offline {
    background: #dddddd;
}

.azure-cerulean .allocation-scroll .alloc-body .user span.user_badge {
    position: absolute;
    top: 8px;
    right: 0px;
    font-size: calc(100% + 4px);
    text-align: center;
}

.azure-cerulean .allocation-scroll .alloc-body .content-progress .main {
    display: flex;
}

.azure-cerulean .allocation-scroll .alloc-body .content-progress .main .progress-label {
    font-size: calc(100% - 2px);
    width: 100px;
}

.azure-cerulean .allocation-scroll .alloc-body .content-progress .main .progress {
    background: transparent;
    box-shadow: none;
    height: 6px;
    width: calc(100% - 135px);
    margin: 6px 0px 0px 0px;
    margin-bottom: 12px;
    overflow: visible;
}

.azure-cerulean .allocation-scroll .alloc-body .content-progress .main .progress .progress-bar {
    position: relative;
    border-radius: 20px;
}

.azure-cerulean .allocation-scroll .alloc-body .content-progress .main .progress .progress-bar .sr-only {
    color: #131313;
    width: 27px;
    height: auto;
    clip: inherit;
    text-align: left;
    top: -5px;
    right: -30px;
}

.azure-cerulean .allocation-scroll .alloc-body .content-progress .main:nth-child(1) .progress-bar {
    background: #0097a7;
}

.azure-cerulean .allocation-scroll .alloc-body .content-progress .main:nth-child(2) .progress-bar {
    background: #ec407a;
}

.azure-cerulean .allocation-scroll .alloc-body .content-progress .main:nth-child(3) .progress-bar {
    background: #00bcd4;
}

.azure-cerulean .my-works .alloc-body .list-group {
    height: 65px;
}

.azure-cerulean .my-works .alloc-footer {
    background: rgba(0, 188, 212, 0.1);
    height: 53px;
}

.azure-cerulean .my-works .alloc-footer .btn-default.icon {
    margin-right: 5px;
}

.azure-cerulean .my-works .alloc-footer .groupdiv {
    display: inline-flex;
}

.azure-cerulean .allocation-scroll .panel-default {
    border-color: #00bcd4;
    height: 203px;
}

.azure-cerulean .allocation-scroll .panel-default .panel-heading {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4;
    position: relative;
}

.azure-cerulean .allocation-scroll .panel-default .panel-heading .title {
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.azure-cerulean .allocation-scroll .panel-default .panel-heading .title small {
    color: #f8f9fa;
    font-size: 75%;
}

.azure-cerulean .allocation-scroll .panel-default .panel-heading .status {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: calc(100% - 2.5px);
    color: #131313;
    border-radius: 3px;
    width: 100px;
    text-align: center;
    height: 28px;
    line-height: 28px;
}

.azure-cerulean .allocation-scroll .panel-default .panel-heading .status.ready {
    background-color: #b2de4c;
}

.azure-cerulean .allocation-scroll .panel-default .panel-heading .status.in-progress {
    background-color: #fecb4e;
}

.azure-cerulean .allocation-scroll .panel-default .panel-heading .status.checked-out {
    background-color: #fdb286;
}

.azure-cerulean .allocation-scroll .panel-default .panel-heading .status.error {
    background-color: #f6a0a0;
}

.azure-cerulean .allocation-scroll .panel-default .panel-heading .status.shared {
    background-color: #7ae8f8;
}

.azure-cerulean .allocation-scroll .panel-default .panel-heading .status.paused {
    background-color: #c3d8a5;
}

.azure-cerulean .allocation-scroll .panel-default .panel-heading .status.queued {
    background-color: #d8c5b0;
}

.azure-cerulean .allocation-scroll .panel-default .panel-heading .status.archive {
    background-color: #dba7ae;
}

.azure-cerulean .allocation-scroll .panel-default .panel-heading .status.for-dispatch {
    background-color: #f789b0;
}

.azure-cerulean .allocation-scroll .panel-default .panel-heading .status.on-hold {
    background-color: #dedede;
}

@media (min-width: 1200px) and (max-width: 1750px) {
    .azure-cerulean .allocation-scroll .col-lg-4 {
        width: 50%;
    }
    .azure-cerulean .allocation-scroll .col-lg-3 {
        width: 50%;
    }
    .azure-cerulean .allocation-scroll .col-lg-3.my-works {
        width: 33.33333333% !important;
    }
}

@media (min-height: 411px) {
    .azure-cerulean .allocation-scroll {
        max-height: calc(100vh - 150px);
    }
    .azure-cerulean .allocation-scroll.component {
        max-height: calc(100vh - 280px);
    }
}

.azure-cerulean .modal ul li {
    display: inline-block;
    list-style-type: none;
}

.azure-cerulean .modal ul li.category-level {
    font-size: calc(100% - 3px);
    font-weight: 700;
    margin-right: 10px;
}

.azure-cerulean .modal ul li ul li {
    background-color: #eeeeee;
    color: #131313;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 2px;
    border-radius: 4px;
    box-shadow: 1px 2px 2px 0px #dddddd;
    border: 1px solid #dddddd;
    font-size: calc(100% - 1px);
}

.azure-cerulean .modal ul li ul li.level-filled {
    background-color: #ffcd5d;
}

.azure-cerulean .modal .form-footer {
    border-top: 1px solid #00bcd4;
    margin-top: 20px;
    padding-top: 20px;
}

.azure-cerulean .modal .modal-footer {
    border-top: 1px solid #00bcd4;
}

.azure-cerulean table.dataTable#approvalSummary thead tr th {
    border: 0px;
    height: 43px;
    vertical-align: top;
}

.azure-cerulean table.dataTable#approvalSummary thead tr th .head-txt {
    position: relative;
}

.azure-cerulean table.dataTable#approvalSummary thead tr th .head-txt .sub_heading {
    top: 17px;
    position: absolute;
    left: 0px;
    font-size: 75%;
}

.azure-cerulean table.dataTable#approvalSummary thead tr th::after {
    top: 11px;
}

.azure-cerulean table.dataTable#approvalSummary thead tr th:last-child .head-txt {
    margin: 0px 5px 0px 20px;
}

.azure-cerulean table.dataTable#approvalSummary .br-theme-bars-square {
    display: inline-block;
}

.azure-cerulean table.dataTable#approvalSummary tbody tr td .position-relative {
    position: relative;
}

.azure-cerulean table.dataTable#approvalSummary tbody tr td .position-relative .filterValue.invisible {
    position: absolute;
    visibility: hidden;
}

.azure-cerulean .toggle-section {
    /* Rounded sliders */
}

.azure-cerulean .toggle-section .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
}

.azure-cerulean .toggle-section .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.azure-cerulean .toggle-section .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.azure-cerulean .toggle-section .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.azure-cerulean .toggle-section input:checked+.slider {
    background-color: #0097a7;
}

.azure-cerulean .toggle-section input:focus+.slider {
    box-shadow: 0 0 1px #0097a7;
}

.azure-cerulean .toggle-section input:checked+.slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}

.azure-cerulean .toggle-section .slider.round {
    border-radius: 34px;
}

.azure-cerulean .toggle-section .slider.round:before {
    border-radius: 50%;
}

.azure-cerulean .similarImg #similarImgList .carousel-control.left,
.azure-cerulean .similarImg #similarImgList .carousel-control.right {
    color: #131313;
}

.azure-cerulean .similarImgToggle .btn-toggle.active {
    background: #ec407a;
}

.azure-cerulean .alertify .alertify-button {
    margin-right: 1rem;
    width: 110px;
}

.azure-cerulean .alertify .alertify-button.alertify-button-ok {
    color: #fff;
    background-color: #ec407a;
    border-color: #ec407a;
}

.azure-cerulean .alertify .alertify-button.alertify-button-ok:hover,
.azure-cerulean .alertify .alertify-button.alertify-button-ok:focus {
    color: #ec407a;
    background-color: #fff;
    border-color: #ec407a;
}

.azure-cerulean .alertify .alertify-button.alertify-button-cancel {
    color: #ec407a;
    background-color: #fff;
    border-color: #ec407a;
}

.azure-cerulean .alertify .alertify-button.alertify-button-cancel:hover,
.azure-cerulean .alertify .alertify-button.alertify-button-cancel:focus {
    color: #fff;
    background-color: #ec407a;
    border-color: #ec407a;
}

.azure-cerulean .main-title {
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

.azure-cerulean .main-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 3px;
    width: 40px;
    background: #ec407a;
}

.azure-cerulean .list-group-item.active,
.azure-cerulean .list-group-item.active:hover,
.azure-cerulean .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #ec407a;
    border-color: #ec407a;
}

.azure-cerulean .list-group-item.active .badge,
.azure-cerulean .list-group-item.active:hover .badge,
.azure-cerulean .list-group-item.active:focus .badge {
    color: #ec407a;
    background-color: #fff;
}

.azure-cerulean .list-group-item .badge {
    color: #fff;
    background-color: #ec407a;
    min-width: 24px;
    min-height: 24px;
    line-height: 18px;
    border-radius: 50%;
    margin-top: -2px;
    margin-right: -10px;
}

.azure-cerulean .filterMain .list-group.mainFilter {
    overflow-y: auto;
}

.azure-cerulean .filterMain .list-group .list-group-item {
    padding: 5px 15px;
    font-size: calc(100% - 2px);
}

.azure-cerulean .filterMain .list-group .list-group-item:hover {
    cursor: pointer;
    background: #f8f9fa;
}

.azure-cerulean .filterMain .list-group .list-group-item.active:hover {
    color: #ec407a;
    background-color: #fff;
}

.azure-cerulean .filterMain .list-group .list-group-item.active:hover .badge {
    color: #fff;
    background-color: #ec407a;
}

.azure-cerulean .imgView #thumbList {
    height: calc(100vh - 250px);
    overflow-y: auto;
}

.azure-cerulean .imgView #thumbList .thumbItem {
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    border-collapse: collapse;
    position: relative;
}

.azure-cerulean .imgView #thumbList .thumbItem i {
    position: absolute;
    right: 15px;
    top: 0;
    color: #00bcd4;
}

.azure-cerulean .imgView #thumbList .thumbItem img {
    max-height: 100px;
}

.azure-cerulean .editorView .message {
    color: #00bcd4;
}

.azure-cerulean .comments {
    position: relative;
    overflow: hidden !important;
}

.azure-cerulean .comments .commentSection .commentHeader .addComment {
    cursor: pointer;
    color: #00bcd4;
}

.azure-cerulean .comments .commentSection .commentHeader .addComment:hover {
    color: #ec407a;
}

.azure-cerulean .comments .commentSection .commentBody {
    height: calc(100vh - 310px);
    overflow-y: auto;
    overflow-x: hidden;
}

.azure-cerulean .comments .commentSection .commentBody.commentList {
    overflow-y: auto;
    overflow-x: hidden;
}

.azure-cerulean .comments .commentSection .commentBody .cmtTitle {
    color: #ec407a;
    font-size: 15px;
}

.azure-cerulean .comments .commentSection .commentBody .cmtDate {
    color: #00bcd4;
    line-height: 1.6rem;
}

.azure-cerulean .comments .commentSection .commentBody .cmtText {
    font-size: 14px;
}

.azure-cerulean .comments .commentFooter {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
}

@media (max-width: 1450px) {
    .azure-cerulean .commentBody .btn {
        width: 110px;
    }
}

.azure-cerulean .fontIncDec a,
.azure-cerulean .fontIncDec small {
    color: #00bcd4;
}

.azure-cerulean .fontIncDec a:hover,
.azure-cerulean .fontIncDec small:hover {
    color: #ec407a;
}

.azure-cerulean .similar_img_tab_heading li {
    width: 120px;
}

.azure-cerulean .similar_img_tab_heading li a {
    text-align: center;
    padding: 5px;
}

.azure-cerulean .similar_img_tab_heading li a img {
    object-fit: cover;
    width: 100%;
}

.azure-cerulean .similar_img_tab_heading li.active a {
    background: #ddd;
}

.azure-cerulean .similar_img_tab_content .similar_img {
    max-width: 100%;
}

.azure-cerulean #similar_image_modal img.actualImg,
.azure-cerulean #similar_image_modal img.similarImg {
    max-height: 300px;
    height: 300px;
    object-fit: scale-down;
    width: 100%;
    object-position: right;
}

.azure-cerulean #similar_image_modal img.similarImg {
    object-position: left;
}

.azure-cerulean .content_scroll_section {
    overflow: auto;
    overflow-x: hidden;
    height: calc(100vh - 185px);
}

.azure-cerulean .scroll_section_separator {
    border-bottom: 1px solid #dddddd;
}

.azure-cerulean .br-readonly a {
    cursor: default;
}

.azure-cerulean .component_list_img {
    /*min-height:160px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.azure-cerulean .component_list_img img {
    max-height: 160px;
}

.azure-cerulean .alt-text-type {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
    border: 1px solid #dddddd;
    width: 100%;
    margin: 0px 15px;
}

.azure-cerulean .white_bg {
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    border: 1px solid #dddddd;
}

.azure-cerulean .white_bg .names {
    font-size: calc(100% - 2px);
}

.azure-cerulean .white_bg ul li {
    list-style-type: none;
    display: inline-block;
}

@media (max-width: 1024px) {
    .azure-cerulean .component_list_img {
        min-height: auto;
    }
}

.azure-cerulean .main-content .view-content .filterMenu .filterIcon {
    color: #ec407a;
}

.azure-cerulean .main-content .view-content .comments .commentIcon {
    color: #ec407a;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #2196f3;
}

::-webkit-scrollbar-thumb:hover {
    background: #2196f3;
}


/**********
theme
**********/

.tory-blue-green {
    /***********************
  Work Allocation
  ************************/
    /***********************
  Work Bench
  ************************/
    /**********
  panel
  **********/
    /*******
        Modal
        ********/
    /*******
        Datatable
        ********/
    /*******
        Toggle Switch
        ********/
    /*******
        heading
        ********/
    /*******
  filter
  ********/
    /***********************************
  // Image & Editor View -theme style
  ************************************/
    /*****************
  // Comment Section
  *****************/
    /************************
  // Similar Image Section
  ************************/
    /********************
        // Component List View
        *********************/
    /********************
  // Responsive Layout
  *********************/
}

.tory-blue-green .logo {
    color: #2196f3;
}

.tory-blue-green .mainEditor .common-btn .btn.btn-default {
    background: transparent;
    color: #2196f3;
    border: 1px solid #2196f3;
}

.tory-blue-green .mainEditor .common-btn .btn.btn-default:hover,
.tory-blue-green .mainEditor .common-btn .btn.btn-default:focus {
    background: #2196f3 !important;
    color: #fff;
    border: 1px solid #2196f3;
}

.tory-blue-green .mainEditor .common-btn .btn.btn-default.active {
    background: #2196f3;
    color: #fff;
    border: 1px solid #2196f3;
    box-shadow: none;
}

.tory-blue-green .mainEditor .common-btn .btn.btn-default.active:hover,
.tory-blue-green .mainEditor .common-btn .btn.btn-default.active:focus {
    background: #ffffff !important;
    color: #2196f3;
    border: 1px solid #2196f3;
}

.tory-blue-green .mainImgHeadSelect {
    width: auto;
    height: 24px;
}

.tory-blue-green .imgTypeLabel {
    font-size: calc(100% - 1px) !important;
    min-width: 105px;
    font-weight: 500;
    max-width: 105px;
}

@media (min-width: 1450px) {
    .tory-blue-green .imgPickSelect {
        max-width: 210px;
    }
}

.tory-blue-green .listImageType {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.tory-blue-green .toggleMainMenu {
    color: #2196f3;
}

.tory-blue-green .toggle-bar {
    font-size: calc(100% + 6px);
    line-height: 63px;
    display: inline-block;
    cursor: pointer;
}

.tory-blue-green #mySidenav .panel-default a .fa {
    color: #2196f3;
}

.tory-blue-green #mySidenav .active_page a {
    width: 100% !important;
    display: inline-block !important;
    margin: 0 auto;
    background: #2196f3 !important;
    box-shadow: 0px 0px 10px 0px #999;
    color: #fff;
}

.tory-blue-green #mySidenav .active_page a span {
    color: #fff;
}

.tory-blue-green .logged-system-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 220px);
}

.tory-blue-green .logged-system-msg .logged-alertmsg {
    font-size: 18px;
    color: #2196f3;
}

.tory-blue-green .main-heading-style,
.shiraz-megenta-cyan .white-bg .tory-blue-green .page-inner-title,
.shiraz-megenta-cyan .common-rightside-panel .tory-blue-green .page-inner-title,
.shiraz-megenta-cyan .common-fixed-header .tory-blue-green .page-inner-title,
.purple-heart-pink .white-bg .tory-blue-green .page-inner-title,
.purple-heart-pink .common-rightside-panel .tory-blue-green .page-inner-title,
.purple-heart-pink .common-fixed-header .tory-blue-green .page-inner-title,
.lavender-cinnabar .white-bg .tory-blue-green .page-inner-title,
.lavender-cinnabar .common-rightside-panel .tory-blue-green .page-inner-title,
.lavender-cinnabar .common-fixed-header .tory-blue-green .page-inner-title,
.tory-blue-green .white-bg .page-inner-title,
.tory-blue-green .common-rightside-panel .page-inner-title,
.tory-blue-green .common-fixed-header .page-inner-title,
.tory-blue-green h2.title,
.azure-cerulean .common-fixed-header .tory-blue-green .page-inner-title,
.azure-cerulean .common-rightside-panel .tory-blue-green .page-inner-title,
.azure-cerulean .white-bg .tory-blue-green .page-inner-title {
    padding: 0 15px 15px 15px;
    margin: 0 0 15px 0;
}

.tory-blue-green .main-heading-style::after,
.shiraz-megenta-cyan .white-bg .tory-blue-green .page-inner-title::after,
.shiraz-megenta-cyan .common-rightside-panel .tory-blue-green .page-inner-title::after,
.shiraz-megenta-cyan .common-fixed-header .tory-blue-green .page-inner-title::after,
.purple-heart-pink .white-bg .tory-blue-green .page-inner-title::after,
.purple-heart-pink .common-rightside-panel .tory-blue-green .page-inner-title::after,
.purple-heart-pink .common-fixed-header .tory-blue-green .page-inner-title::after,
.lavender-cinnabar .white-bg .tory-blue-green .page-inner-title::after,
.lavender-cinnabar .common-rightside-panel .tory-blue-green .page-inner-title::after,
.lavender-cinnabar .common-fixed-header .tory-blue-green .page-inner-title::after,
.tory-blue-green .white-bg .page-inner-title::after,
.tory-blue-green .common-rightside-panel .page-inner-title::after,
.tory-blue-green .common-fixed-header .page-inner-title::after,
.tory-blue-green h2.title::after,
.azure-cerulean .common-fixed-header .tory-blue-green .page-inner-title::after,
.azure-cerulean .common-rightside-panel .tory-blue-green .page-inner-title::after,
.azure-cerulean .white-bg .tory-blue-green .page-inner-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 3px;
    width: 40px;
    background: #2196f3;
}

.tory-blue-green h2.title {
    padding-left: 0px;
    margin-bottom: 20px;
    position: relative;
}

.tory-blue-green h2.title::after {
    left: 0px;
}

.tory-blue-green .common-white-bg {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px 0px #cccccc;
}

.tory-blue-green .common-fixed-header {
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #dddddd;
}

.tory-blue-green .common-rightside-panel {
    background-color: #ffffff;
    border-radius: 8px;
    clear: both;
    overflow: auto;
    overflow-x: hidden;
    padding: 20px;
    height: calc(100vh - 200px);
}

.tory-blue-green .common-rightside-panel.comparefile {
    height: calc(100vh - 90px);
}

.tory-blue-green .common-rightside-panel select:focus {
    outline: 0 !important;
}

.tory-blue-green .common-rightside-panel #drop-area .upload-section p {
    left: 10%;
}

.tory-blue-green .common-rightside-panel.no-scroll {
    height: auto;
    min-height: auto !important;
    border-radius: 5px;
}

.tory-blue-green .common-rightside-panel.no-scroll .tab-content .tab-pane {
    position: relative;
    /*min-height: calc(100vh - 370px);*/
}

.tory-blue-green .common-rightside-panel.no-scroll .tab-content .tab-pane .button-position {
    border-top: 1px solid #dddddd;
    padding: 15px 0px;
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 500;
}

.tory-blue-green .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content {
    height: calc(100vh - 275px);
    overflow: auto;
}

.tory-blue-green .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .content {
    min-height: calc(100vh - 365px);
    overflow: auto;
    overflow-x: hidden;
}

.tory-blue-green .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .menu_sequence_frm,
.tory-blue-green .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .process_sequence_frm,
.tory-blue-green .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .menuaccess {
    position: relative;
}

.tory-blue-green .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .admin_settings {
    position: relative;
}

.tory-blue-green .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.tab-pane-small-height .menuaccess {
    height: calc(100vh - 360px);
    min-height: auto;
}

.tory-blue-green .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.tab-pane-small-height .button-position {
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 1050;
}

.tory-blue-green .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.tab-cnt-height {
    height: calc(100vh - 335px);
}

.tory-blue-green .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.mul-tab-cnt-height {
    height: calc(100vh - 358px);
}

.tory-blue-green .common-rightside-panel #mainSplitter {
    height: calc(100vh - 150px) !important;
    border: 0px;
}

.tory-blue-green .common-rightside-panel #mainSplitter .jqx-widget-content {
    font-family: "Roboto" !important;
}

.tory-blue-green .common-rightside-panel #mainSplitter .jqx-widget-content .compareFileList .checkbox label {
    font-size: 16px !important;
}

.tory-blue-green .common-rightside-panel #mainSplitter .jqx-splitter-splitbar-vertical {
    border: 0px;
}

.tory-blue-green .common-new-right-panel {
    height: calc(100vh - 112px);
}

.tory-blue-green .scrtabs-tab-container {
    margin-bottom: 20px;
}

.tory-blue-green .scrtabs-tab-container .scrtabs-tab-scroll-arrow {
    border: 0 !important;
}

.tory-blue-green #app-content-section.comparenosidebar .common-rightside-panel {
    height: calc(100vh - 90px) !important;
}

@media (max-width: 1199px) {
    .tory-blue-green .common-rightside-panel {
        height: calc(100vh - 110px);
    }
    .tory-blue-green #app-content-section.comparenosidebar .common-rightside-panel {
        height: calc(100vh - 90px) !important;
    }
    .tory-blue-green .res-btm-space {
        margin-bottom: 3rem !important;
    }
}

.tory-blue-green .top-select label {
    font-size: calc(100% - 2px) !important;
}

.tory-blue-green .top-select select {
    width: auto;
    margin-left: 10px;
}

.tory-blue-green .allocation-scroll {
    min-height: 200px;
    overflow: auto;
    max-height: calc(100vh - 290px);
    clear: both;
}

.tory-blue-green .allocation-scroll.users {
    max-height: calc(100vh - 290px);
}

.tory-blue-green .allocation-scroll .allocation-panel {
    position: relative;
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 15px;
    border: 1px solid #b5b5b5;
}

.tory-blue-green .allocation-scroll .allocation-panel:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.tory-blue-green .allocation-scroll .allocation-panel.users .alloc-body {
    min-height: 55px;
}

.tory-blue-green .allocation-scroll .alloc-header {
    color: #2196f3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0.5rem 1rem;
    position: relative;
}

.tory-blue-green .allocation-scroll .alloc-header .projectName {
    display: block;
}

.tory-blue-green .allocation-scroll .alloc-body {
    min-height: 85px;
}

.tory-blue-green .allocation-scroll .alloc-body .list-group {
    height: 90px;
    overflow: auto;
    margin-bottom: 0;
}

.tory-blue-green .allocation-scroll .alloc-body .list-group .list-group-item {
    padding: 5px 10px;
    border: 0px;
    font-size: calc(100% - 2px);
}

.tory-blue-green .allocation-scroll .alloc-body .list-group .list-group-item .badge {
    border-radius: 3px;
    background: #00796a;
    color: #f8f9fa;
}

.tory-blue-green .allocation-scroll .alloc-body .right-sec-height {
    height: 90px;
}

.tory-blue-green .allocation-scroll .alloc-body .components {
    min-height: 54px;
}

.tory-blue-green .allocation-scroll .alloc-body .components .allocation-panel {
    padding: 0;
    margin: 0;
    border: 0;
}

.tory-blue-green .allocation-scroll .alloc-body .components .allocation-panel:hover {
    box-shadow: none;
}

.tory-blue-green .allocation-scroll .alloc-body .components .allocation-panel .alloc-body {
    padding: 0px;
    min-height: 45px;
}

.tory-blue-green .allocation-scroll .alloc-body .content-progress {
    height: 82px;
    overflow: auto;
    position: relative;
}

.tory-blue-green .allocation-scroll .alloc-body p {
    font-size: calc(100% - 3px);
    color: #848484;
    margin-bottom: 5px;
}

.tory-blue-green .allocation-scroll .alloc-body p.assigned_to {
    bottom: 50px;
    position: absolute;
}

.tory-blue-green .allocation-scroll .alloc-body .user-split {
    justify-content: flex-end;
    display: flex;
    margin-top: 10px;
}

.tory-blue-green .allocation-scroll .alloc-body .user-split .components {
    position: absolute;
    width: calc(100% - 110px);
    height: 100%;
    bottom: 0;
    left: 0px;
    padding: 12px 30px 18px 65px;
    display: flex;
    align-items: flex-end;
}

.tory-blue-green .allocation-scroll .alloc-body .user-split .components.has-drop {
    padding: 0px 14px;
}

.tory-blue-green .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel {
    width: 100%;
    margin-bottom: 0px;
    border: 0px;
}

.tory-blue-green .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list {
    padding: 0px;
}

.tory-blue-green .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user {
    display: inline;
    padding-left: 55px;
}

.tory-blue-green .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .online,
.tory-blue-green .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .offline {
    left: 32px;
}

.tory-blue-green .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .user_name {
    vertical-align: super;
}

.tory-blue-green .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .user_avatar {
    left: 0px;
}

.tory-blue-green .allocation-scroll .alloc-body .user-split .components .user_avatar {
    top: auto;
    bottom: 10px;
    left: 15px;
}

.tory-blue-green .allocation-scroll .alloc-body .user-split .components .user_badge {
    top: auto;
    bottom: 16px;
    right: 0px;
    border: 0px;
}

.tory-blue-green .allocation-scroll .alloc-body .user-split .components .user_name {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.tory-blue-green .allocation-scroll .alloc-body .user-split .components .online,
.tory-blue-green .allocation-scroll .alloc-body .user-split .components .offline {
    bottom: 40px;
    left: 47px;
    top: auto;
}

.tory-blue-green .allocation-scroll .alloc-body .has-drop .user_name {
    width: 70% !important;
}

.tory-blue-green .allocation-scroll .alloc-body .has-drop .user_badge {
    color: #fff !important;
}

.tory-blue-green .allocation-scroll .alloc-body .has-drop .user_badge::before {
    content: "";
    font-family: FontAwesome !important;
    color: #1e1e1e;
}

.tory-blue-green .allocation-scroll .alloc-body.users-list {
    padding: 7px 10px 5px;
    height: auto;
}

.tory-blue-green .allocation-scroll .alloc-body .user {
    position: relative;
    padding: 12px 30px 12px 50px;
    white-space: nowrap;
    overflow: hidden;
    font-size: calc(100% - 1px);
    min-height: 44px;
    text-overflow: ellipsis;
}

.tory-blue-green .allocation-scroll .alloc-body .user .user_avatar {
    position: absolute;
    max-height: 42px;
    max-width: 42px;
    min-height: 42px;
    min-width: 42px;
    width: 100%;
    height: auto;
    border-radius: 50%;
    vertical-align: top;
    top: 0px;
    left: 0px;
}

.tory-blue-green .allocation-scroll .alloc-body .user span.online,
.tory-blue-green .allocation-scroll .alloc-body .user span.offline {
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    top: 0px;
    background: #33bf21;
    left: 34px;
}

.tory-blue-green .allocation-scroll .alloc-body .user span.offline {
    background: #dddddd;
}

.tory-blue-green .allocation-scroll .alloc-body .user span.user_badge {
    position: absolute;
    top: 8px;
    right: 0px;
    font-size: calc(100% + 4px);
    text-align: center;
}

.tory-blue-green .allocation-scroll .alloc-body .content-progress .main {
    display: flex;
}

.tory-blue-green .allocation-scroll .alloc-body .content-progress .main .progress-label {
    font-size: calc(100% - 2px);
    width: 100px;
}

.tory-blue-green .allocation-scroll .alloc-body .content-progress .main .progress {
    background: transparent;
    box-shadow: none;
    height: 6px;
    width: calc(100% - 135px);
    margin: 6px 0px 0px 0px;
    margin-bottom: 12px;
    overflow: visible;
}

.tory-blue-green .allocation-scroll .alloc-body .content-progress .main .progress .progress-bar {
    position: relative;
    border-radius: 20px;
}

.tory-blue-green .allocation-scroll .alloc-body .content-progress .main .progress .progress-bar .sr-only {
    color: #1e1e1e;
    width: 27px;
    height: auto;
    clip: inherit;
    text-align: left;
    top: -5px;
    right: -30px;
}

.tory-blue-green .allocation-scroll .alloc-body .content-progress .main:nth-child(1) .progress-bar {
    background: #00796a;
}

.tory-blue-green .allocation-scroll .alloc-body .content-progress .main:nth-child(2) .progress-bar {
    background: #2196f3;
}

.tory-blue-green .allocation-scroll .alloc-body .content-progress .main:nth-child(3) .progress-bar {
    background: #00bfa5;
}

.tory-blue-green .my-works .alloc-body .list-group {
    height: 65px;
}

.tory-blue-green .my-works .alloc-footer {
    background: rgba(0, 191, 165, 0.1);
    height: 53px;
}

.tory-blue-green .my-works .alloc-footer .btn-default.icon {
    margin-right: 5px;
}

.tory-blue-green .my-works .alloc-footer .groupdiv {
    display: inline-flex;
}

.tory-blue-green .allocation-scroll .panel-default {
    border-color: #00bfa5;
    height: 203px;
}

.tory-blue-green .allocation-scroll .panel-default .panel-heading {
    color: #fff;
    background-color: #00bfa5;
    border-color: #00bfa5;
    position: relative;
}

.tory-blue-green .allocation-scroll .panel-default .panel-heading .title {
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tory-blue-green .allocation-scroll .panel-default .panel-heading .title small {
    color: #f8f9fa;
    font-size: 75%;
}

.tory-blue-green .allocation-scroll .panel-default .panel-heading .status {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: calc(100% - 2.5px);
    color: #1e1e1e;
    border-radius: 3px;
    width: 100px;
    text-align: center;
    height: 28px;
    line-height: 28px;
}

.tory-blue-green .allocation-scroll .panel-default .panel-heading .status.ready {
    background-color: #b2de4c;
}

.tory-blue-green .allocation-scroll .panel-default .panel-heading .status.in-progress {
    background-color: #fecb4e;
}

.tory-blue-green .allocation-scroll .panel-default .panel-heading .status.checked-out {
    background-color: #fdb286;
}

.tory-blue-green .allocation-scroll .panel-default .panel-heading .status.error {
    background-color: #f6a0a0;
}

.tory-blue-green .allocation-scroll .panel-default .panel-heading .status.shared {
    background-color: #7ae8f8;
}

.tory-blue-green .allocation-scroll .panel-default .panel-heading .status.paused {
    background-color: #c3d8a5;
}

.tory-blue-green .allocation-scroll .panel-default .panel-heading .status.queued {
    background-color: #d8c5b0;
}

.tory-blue-green .allocation-scroll .panel-default .panel-heading .status.archive {
    background-color: #dba7ae;
}

.tory-blue-green .allocation-scroll .panel-default .panel-heading .status.for-dispatch {
    background-color: #f789b0;
}

.tory-blue-green .allocation-scroll .panel-default .panel-heading .status.on-hold {
    background-color: #dedede;
}

@media (min-width: 1200px) and (max-width: 1750px) {
    .tory-blue-green .allocation-scroll .col-lg-4 {
        width: 50%;
    }
    .tory-blue-green .allocation-scroll .col-lg-3 {
        width: 50%;
    }
    .tory-blue-green .allocation-scroll .col-lg-3.my-works {
        width: 33.33333333% !important;
    }
}

@media (min-height: 411px) {
    .tory-blue-green .allocation-scroll {
        max-height: calc(100vh - 150px);
    }
    .tory-blue-green .allocation-scroll.component {
        max-height: calc(100vh - 280px);
    }
}

.tory-blue-green .modal ul li {
    display: inline-block;
    list-style-type: none;
}

.tory-blue-green .modal ul li.category-level {
    font-size: calc(100% - 3px);
    font-weight: 700;
    margin-right: 10px;
}

.tory-blue-green .modal ul li ul li {
    background-color: #eeeeee;
    color: #1e1e1e;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 2px;
    border-radius: 4px;
    box-shadow: 1px 2px 2px 0px #dddddd;
    border: 1px solid #dddddd;
    font-size: calc(100% - 1px);
}

.tory-blue-green .modal ul li ul li.level-filled {
    background-color: #ffcd5d;
}

.tory-blue-green .modal .form-footer {
    border-top: 1px solid #00bfa5;
    margin-top: 20px;
    padding-top: 20px;
}

.tory-blue-green .modal .modal-footer {
    border-top: 1px solid #00bfa5;
}

.tory-blue-green table.dataTable#approvalSummary thead tr th {
    border: 0px;
    height: 43px;
    vertical-align: top;
}

.tory-blue-green table.dataTable#approvalSummary thead tr th .head-txt {
    position: relative;
}

.tory-blue-green table.dataTable#approvalSummary thead tr th .head-txt .sub_heading {
    top: 17px;
    position: absolute;
    left: 0px;
    font-size: 75%;
}

.tory-blue-green table.dataTable#approvalSummary thead tr th::after {
    top: 11px;
}

.tory-blue-green table.dataTable#approvalSummary thead tr th:last-child .head-txt {
    margin: 0px 5px 0px 20px;
}

.tory-blue-green table.dataTable#approvalSummary .br-theme-bars-square {
    display: inline-block;
}

.tory-blue-green table.dataTable#approvalSummary tbody tr td .position-relative {
    position: relative;
}

.tory-blue-green table.dataTable#approvalSummary tbody tr td .position-relative .filterValue.invisible {
    position: absolute;
    visibility: hidden;
}

.tory-blue-green .toggle-section {
    /* Rounded sliders */
}

.tory-blue-green .toggle-section .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
}

.tory-blue-green .toggle-section .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.tory-blue-green .toggle-section .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.tory-blue-green .toggle-section .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.tory-blue-green .toggle-section input:checked+.slider {
    background-color: #00796a;
}

.tory-blue-green .toggle-section input:focus+.slider {
    box-shadow: 0 0 1px #00796a;
}

.tory-blue-green .toggle-section input:checked+.slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}

.tory-blue-green .toggle-section .slider.round {
    border-radius: 34px;
}

.tory-blue-green .toggle-section .slider.round:before {
    border-radius: 50%;
}

.tory-blue-green .similarImg #similarImgList .carousel-control.left,
.tory-blue-green .similarImg #similarImgList .carousel-control.right {
    color: #1e1e1e;
}

.tory-blue-green .similarImgToggle .btn-toggle.active {
    background: #2196f3;
}

.tory-blue-green .alertify .alertify-button {
    margin-right: 1rem;
    width: 110px;
}

.tory-blue-green .alertify .alertify-button.alertify-button-ok {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}

.tory-blue-green .alertify .alertify-button.alertify-button-ok:hover,
.tory-blue-green .alertify .alertify-button.alertify-button-ok:focus {
    color: #2196f3;
    background-color: #fff;
    border-color: #2196f3;
}

.tory-blue-green .alertify .alertify-button.alertify-button-cancel {
    color: #2196f3;
    background-color: #fff;
    border-color: #2196f3;
}

.tory-blue-green .alertify .alertify-button.alertify-button-cancel:hover,
.tory-blue-green .alertify .alertify-button.alertify-button-cancel:focus {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}

.tory-blue-green .main-title {
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

.tory-blue-green .main-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 3px;
    width: 40px;
    background: #2196f3;
}

.tory-blue-green .list-group-item.active,
.tory-blue-green .list-group-item.active:hover,
.tory-blue-green .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}

.tory-blue-green .list-group-item.active .badge,
.tory-blue-green .list-group-item.active:hover .badge,
.tory-blue-green .list-group-item.active:focus .badge {
    color: #2196f3;
    background-color: #fff;
}

.tory-blue-green .list-group-item .badge {
    color: #fff;
    background-color: #2196f3;
    min-width: 24px;
    min-height: 24px;
    line-height: 18px;
    border-radius: 50%;
    margin-top: -2px;
    margin-right: -10px;
}

.tory-blue-green .filterMain .list-group.mainFilter {
    overflow-y: auto;
}

.tory-blue-green .filterMain .list-group .list-group-item {
    padding: 5px 15px;
    font-size: calc(100% - 2px);
}

.tory-blue-green .filterMain .list-group .list-group-item:hover {
    cursor: pointer;
    background: #f8f9fa;
}

.tory-blue-green .filterMain .list-group .list-group-item.active:hover {
    color: #2196f3;
    background-color: #fff;
}

.tory-blue-green .filterMain .list-group .list-group-item.active:hover .badge {
    color: #fff;
    background-color: #2196f3;
}

.tory-blue-green .imgView #thumbList {
    height: calc(100vh - 250px);
    overflow-y: auto;
}

.tory-blue-green .imgView #thumbList .thumbItem {
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    border-collapse: collapse;
    position: relative;
}

.tory-blue-green .imgView #thumbList .thumbItem i {
    position: absolute;
    right: 15px;
    top: 0;
    color: #00bfa5;
}

.tory-blue-green .imgView #thumbList .thumbItem img {
    max-height: 100px;
}

.tory-blue-green .editorView .message {
    color: #00bfa5;
}

.tory-blue-green .comments {
    position: relative;
    overflow: hidden !important;
}

.tory-blue-green .comments .commentSection .commentHeader .addComment {
    cursor: pointer;
    color: #00bfa5;
}

.tory-blue-green .comments .commentSection .commentHeader .addComment:hover {
    color: #2196f3;
}

.tory-blue-green .comments .commentSection .commentBody {
    height: calc(100vh - 310px);
    overflow-y: auto;
    overflow-x: hidden;
}

.tory-blue-green .comments .commentSection .commentBody.commentList {
    overflow-y: auto;
    overflow-x: hidden;
}

.tory-blue-green .comments .commentSection .commentBody .cmtTitle {
    color: #2196f3;
    font-size: 15px;
}

.tory-blue-green .comments .commentSection .commentBody .cmtDate {
    color: #00bfa5;
    line-height: 1.6rem;
}

.tory-blue-green .comments .commentSection .commentBody .cmtText {
    font-size: 14px;
}

.tory-blue-green .comments .commentFooter {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
}

@media (max-width: 1450px) {
    .tory-blue-green .commentBody .btn {
        width: 110px;
    }
}

.tory-blue-green .fontIncDec a,
.tory-blue-green .fontIncDec small {
    color: #00bfa5;
}

.tory-blue-green .fontIncDec a:hover,
.tory-blue-green .fontIncDec small:hover {
    color: #2196f3;
}

.tory-blue-green .similar_img_tab_heading li {
    width: 120px;
}

.tory-blue-green .similar_img_tab_heading li a {
    text-align: center;
    padding: 5px;
}

.tory-blue-green .similar_img_tab_heading li a img {
    object-fit: cover;
    width: 100%;
}

.tory-blue-green .similar_img_tab_heading li.active a {
    background: #ddd;
}

.tory-blue-green .similar_img_tab_content .similar_img {
    max-width: 100%;
}

.tory-blue-green #similar_image_modal img.actualImg,
.tory-blue-green #similar_image_modal img.similarImg {
    max-height: 300px;
    height: 300px;
    object-fit: scale-down;
    width: 100%;
    object-position: right;
}

.tory-blue-green #similar_image_modal img.similarImg {
    object-position: left;
}

.tory-blue-green .content_scroll_section {
    overflow: auto;
    overflow-x: hidden;
    height: calc(100vh - 185px);
}

.tory-blue-green .scroll_section_separator {
    border-bottom: 1px solid #dddddd;
}

.tory-blue-green .br-readonly a {
    cursor: default;
}

.tory-blue-green .component_list_img {
    /*min-height:160px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.tory-blue-green .component_list_img img {
    max-height: 160px;
}

.tory-blue-green .alt-text-type {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
    border: 1px solid #dddddd;
    width: 100%;
    margin: 0px 15px;
}

.tory-blue-green .white_bg {
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    border: 1px solid #dddddd;
}

.tory-blue-green .white_bg .names {
    font-size: calc(100% - 2px);
}

.tory-blue-green .white_bg ul li {
    list-style-type: none;
    display: inline-block;
}

@media (max-width: 1024px) {
    .tory-blue-green .component_list_img {
        min-height: auto;
    }
}

.tory-blue-green .main-content .view-content .filterMenu .filterIcon {
    color: #2196f3;
}

.tory-blue-green .main-content .view-content .comments .commentIcon {
    color: #2196f3;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #e5534b;
}

::-webkit-scrollbar-thumb:hover {
    background: #e5534b;
}


/**********
theme
**********/

.lavender-cinnabar {
    /***********************
  Work Allocation
  ************************/
    /***********************
  Work Bench
  ************************/
    /**********
  panel
  **********/
    /*******
        Modal
        ********/
    /*******
        Datatable
        ********/
    /*******
        Toggle Switch
        ********/
    /*******
        heading
        ********/
    /*******
  filter
  ********/
    /***********************************
  // Image & Editor View -theme style
  ************************************/
    /*****************
  // Comment Section
  *****************/
    /************************
  // Similar Image Section
  ************************/
    /********************
        // Component List View
        *********************/
    /********************
  // Responsive Layout
  *********************/
}

.lavender-cinnabar .logo {
    color: #e5534b;
}

.lavender-cinnabar .mainEditor .common-btn .btn.btn-default {
    background: transparent;
    color: #e5534b;
    border: 1px solid #e5534b;
}

.lavender-cinnabar .mainEditor .common-btn .btn.btn-default:hover,
.lavender-cinnabar .mainEditor .common-btn .btn.btn-default:focus {
    background: #e5534b !important;
    color: #fff;
    border: 1px solid #e5534b;
}

.lavender-cinnabar .mainEditor .common-btn .btn.btn-default.active {
    background: #e5534b;
    color: #fff;
    border: 1px solid #e5534b;
    box-shadow: none;
}

.lavender-cinnabar .mainEditor .common-btn .btn.btn-default.active:hover,
.lavender-cinnabar .mainEditor .common-btn .btn.btn-default.active:focus {
    background: #ffffff !important;
    color: #e5534b;
    border: 1px solid #e5534b;
}

.lavender-cinnabar .mainImgHeadSelect {
    width: auto;
    height: 24px;
}

.lavender-cinnabar .imgTypeLabel {
    font-size: calc(100% - 1px) !important;
    min-width: 105px;
    font-weight: 500;
    max-width: 105px;
}

@media (min-width: 1450px) {
    .lavender-cinnabar .imgPickSelect {
        max-width: 210px;
    }
}

.lavender-cinnabar .listImageType {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.lavender-cinnabar .toggleMainMenu {
    color: #e5534b;
}

.lavender-cinnabar .toggle-bar {
    font-size: calc(100% + 6px);
    line-height: 63px;
    display: inline-block;
    cursor: pointer;
}

.lavender-cinnabar #mySidenav .panel-default a .fa {
    color: #e5534b;
}

.lavender-cinnabar #mySidenav .active_page a {
    width: 100% !important;
    display: inline-block !important;
    margin: 0 auto;
    background: #e5534b !important;
    box-shadow: 0px 0px 10px 0px #999;
    color: #fff;
}

.lavender-cinnabar #mySidenav .active_page a span {
    color: #fff;
}

.lavender-cinnabar .logged-system-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 220px);
}

.lavender-cinnabar .logged-system-msg .logged-alertmsg {
    font-size: 18px;
    color: #e5534b;
}

.lavender-cinnabar .main-heading-style,
.shiraz-megenta-cyan .white-bg .lavender-cinnabar .page-inner-title,
.shiraz-megenta-cyan .common-rightside-panel .lavender-cinnabar .page-inner-title,
.shiraz-megenta-cyan .common-fixed-header .lavender-cinnabar .page-inner-title,
.purple-heart-pink .white-bg .lavender-cinnabar .page-inner-title,
.purple-heart-pink .common-rightside-panel .lavender-cinnabar .page-inner-title,
.purple-heart-pink .common-fixed-header .lavender-cinnabar .page-inner-title,
.lavender-cinnabar .white-bg .page-inner-title,
.lavender-cinnabar .common-rightside-panel .page-inner-title,
.lavender-cinnabar .common-fixed-header .page-inner-title,
.lavender-cinnabar h2.title,
.azure-cerulean .common-fixed-header .lavender-cinnabar .page-inner-title,
.azure-cerulean .common-rightside-panel .lavender-cinnabar .page-inner-title,
.azure-cerulean .white-bg .lavender-cinnabar .page-inner-title,
.tory-blue-green .common-fixed-header .lavender-cinnabar .page-inner-title,
.tory-blue-green .common-rightside-panel .lavender-cinnabar .page-inner-title,
.tory-blue-green .white-bg .lavender-cinnabar .page-inner-title {
    padding: 0 15px 15px 15px;
    margin: 0 0 15px 0;
}

.lavender-cinnabar .main-heading-style::after,
.shiraz-megenta-cyan .white-bg .lavender-cinnabar .page-inner-title::after,
.shiraz-megenta-cyan .common-rightside-panel .lavender-cinnabar .page-inner-title::after,
.shiraz-megenta-cyan .common-fixed-header .lavender-cinnabar .page-inner-title::after,
.purple-heart-pink .white-bg .lavender-cinnabar .page-inner-title::after,
.purple-heart-pink .common-rightside-panel .lavender-cinnabar .page-inner-title::after,
.purple-heart-pink .common-fixed-header .lavender-cinnabar .page-inner-title::after,
.lavender-cinnabar .white-bg .page-inner-title::after,
.lavender-cinnabar .common-rightside-panel .page-inner-title::after,
.lavender-cinnabar .common-fixed-header .page-inner-title::after,
.lavender-cinnabar h2.title::after,
.azure-cerulean .common-fixed-header .lavender-cinnabar .page-inner-title::after,
.azure-cerulean .common-rightside-panel .lavender-cinnabar .page-inner-title::after,
.azure-cerulean .white-bg .lavender-cinnabar .page-inner-title::after,
.tory-blue-green .common-fixed-header .lavender-cinnabar .page-inner-title::after,
.tory-blue-green .common-rightside-panel .lavender-cinnabar .page-inner-title::after,
.tory-blue-green .white-bg .lavender-cinnabar .page-inner-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 3px;
    width: 40px;
    background: #e5534b;
}

.lavender-cinnabar h2.title {
    padding-left: 0px;
    margin-bottom: 20px;
    position: relative;
}

.lavender-cinnabar h2.title::after {
    left: 0px;
}

.lavender-cinnabar .common-white-bg {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px 0px #cccccc;
}

.lavender-cinnabar .common-fixed-header {
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #dddddd;
}

.lavender-cinnabar .common-rightside-panel {
    background-color: #ffffff;
    border-radius: 8px;
    clear: both;
    overflow: auto;
    overflow-x: hidden;
    padding: 20px;
    height: calc(100vh - 200px);
}

.lavender-cinnabar .common-rightside-panel.comparefile {
    height: calc(100vh - 90px);
}

.lavender-cinnabar .common-rightside-panel select:focus {
    outline: 0 !important;
}

.lavender-cinnabar .common-rightside-panel #drop-area .upload-section p {
    left: 10%;
}

.lavender-cinnabar .common-rightside-panel.no-scroll {
    height: auto;
    min-height: auto !important;
    border-radius: 5px;
}

.lavender-cinnabar .common-rightside-panel.no-scroll .tab-content .tab-pane {
    position: relative;
    /*min-height: calc(100vh - 370px);*/
}

.lavender-cinnabar .common-rightside-panel.no-scroll .tab-content .tab-pane .button-position {
    border-top: 1px solid #dddddd;
    padding: 15px 0px;
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 500;
}

.lavender-cinnabar .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content {
    height: calc(100vh - 275px);
    overflow: auto;
}

.lavender-cinnabar .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .content {
    min-height: calc(100vh - 365px);
    overflow: auto;
    overflow-x: hidden;
}

.lavender-cinnabar .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .menu_sequence_frm,
.lavender-cinnabar .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .process_sequence_frm,
.lavender-cinnabar .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .menuaccess {
    position: relative;
}

.lavender-cinnabar .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .admin_settings {
    position: relative;
}

.lavender-cinnabar .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.tab-pane-small-height .menuaccess {
    height: calc(100vh - 360px);
    min-height: auto;
}

.lavender-cinnabar .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.tab-pane-small-height .button-position {
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 1050;
}

.lavender-cinnabar .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.tab-cnt-height {
    height: calc(100vh - 335px);
}

.lavender-cinnabar .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.mul-tab-cnt-height {
    height: calc(100vh - 358px);
}

.lavender-cinnabar .common-rightside-panel #mainSplitter {
    height: calc(100vh - 150px) !important;
    border: 0px;
}

.lavender-cinnabar .common-rightside-panel #mainSplitter .jqx-widget-content {
    font-family: "Roboto" !important;
}

.lavender-cinnabar .common-rightside-panel #mainSplitter .jqx-widget-content .compareFileList .checkbox label {
    font-size: 16px !important;
}

.lavender-cinnabar .common-rightside-panel #mainSplitter .jqx-splitter-splitbar-vertical {
    border: 0px;
}

.lavender-cinnabar .common-new-right-panel {
    height: calc(100vh - 112px);
}

.lavender-cinnabar .scrtabs-tab-container {
    margin-bottom: 20px;
}

.lavender-cinnabar .scrtabs-tab-container .scrtabs-tab-scroll-arrow {
    border: 0 !important;
}

.lavender-cinnabar #app-content-section.comparenosidebar .common-rightside-panel {
    height: calc(100vh - 90px) !important;
}

@media (max-width: 1199px) {
    .lavender-cinnabar .common-rightside-panel {
        height: calc(100vh - 110px);
    }
    .lavender-cinnabar #app-content-section.comparenosidebar .common-rightside-panel {
        height: calc(100vh - 90px) !important;
    }
    .lavender-cinnabar .res-btm-space {
        margin-bottom: 3rem !important;
    }
}

.lavender-cinnabar .top-select label {
    font-size: calc(100% - 2px) !important;
}

.lavender-cinnabar .top-select select {
    width: auto;
    margin-left: 10px;
}

.lavender-cinnabar .allocation-scroll {
    min-height: 200px;
    overflow: auto;
    max-height: calc(100vh - 290px);
    clear: both;
}

.lavender-cinnabar .allocation-scroll.users {
    max-height: calc(100vh - 290px);
}

.lavender-cinnabar .allocation-scroll .allocation-panel {
    position: relative;
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 15px;
    border: 1px solid #b5b5b5;
}

.lavender-cinnabar .allocation-scroll .allocation-panel:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.lavender-cinnabar .allocation-scroll .allocation-panel.users .alloc-body {
    min-height: 55px;
}

.lavender-cinnabar .allocation-scroll .alloc-header {
    color: #e5534b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0.5rem 1rem;
    position: relative;
}

.lavender-cinnabar .allocation-scroll .alloc-header .projectName {
    display: block;
}

.lavender-cinnabar .allocation-scroll .alloc-body {
    min-height: 85px;
}

.lavender-cinnabar .allocation-scroll .alloc-body .list-group {
    height: 90px;
    overflow: auto;
    margin-bottom: 0;
}

.lavender-cinnabar .allocation-scroll .alloc-body .list-group .list-group-item {
    padding: 5px 10px;
    border: 0px;
    font-size: calc(100% - 2px);
}

.lavender-cinnabar .allocation-scroll .alloc-body .list-group .list-group-item .badge {
    border-radius: 3px;
    background: #5f7897;
    color: #f8f9fa;
}

.lavender-cinnabar .allocation-scroll .alloc-body .right-sec-height {
    height: 90px;
}

.lavender-cinnabar .allocation-scroll .alloc-body .components {
    min-height: 54px;
}

.lavender-cinnabar .allocation-scroll .alloc-body .components .allocation-panel {
    padding: 0;
    margin: 0;
    border: 0;
}

.lavender-cinnabar .allocation-scroll .alloc-body .components .allocation-panel:hover {
    box-shadow: none;
}

.lavender-cinnabar .allocation-scroll .alloc-body .components .allocation-panel .alloc-body {
    padding: 0px;
    min-height: 45px;
}

.lavender-cinnabar .allocation-scroll .alloc-body .content-progress {
    height: 82px;
    overflow: auto;
    position: relative;
}

.lavender-cinnabar .allocation-scroll .alloc-body p {
    font-size: calc(100% - 3px);
    color: #848484;
    margin-bottom: 5px;
}

.lavender-cinnabar .allocation-scroll .alloc-body p.assigned_to {
    bottom: 50px;
    position: absolute;
}

.lavender-cinnabar .allocation-scroll .alloc-body .user-split {
    justify-content: flex-end;
    display: flex;
    margin-top: 10px;
}

.lavender-cinnabar .allocation-scroll .alloc-body .user-split .components {
    position: absolute;
    width: calc(100% - 110px);
    height: 100%;
    bottom: 0;
    left: 0px;
    padding: 12px 30px 18px 65px;
    display: flex;
    align-items: flex-end;
}

.lavender-cinnabar .allocation-scroll .alloc-body .user-split .components.has-drop {
    padding: 0px 14px;
}

.lavender-cinnabar .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel {
    width: 100%;
    margin-bottom: 0px;
    border: 0px;
}

.lavender-cinnabar .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list {
    padding: 0px;
}

.lavender-cinnabar .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user {
    display: inline;
    padding-left: 55px;
}

.lavender-cinnabar .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .online,
.lavender-cinnabar .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .offline {
    left: 32px;
}

.lavender-cinnabar .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .user_name {
    vertical-align: super;
}

.lavender-cinnabar .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .user_avatar {
    left: 0px;
}

.lavender-cinnabar .allocation-scroll .alloc-body .user-split .components .user_avatar {
    top: auto;
    bottom: 10px;
    left: 15px;
}

.lavender-cinnabar .allocation-scroll .alloc-body .user-split .components .user_badge {
    top: auto;
    bottom: 16px;
    right: 0px;
    border: 0px;
}

.lavender-cinnabar .allocation-scroll .alloc-body .user-split .components .user_name {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.lavender-cinnabar .allocation-scroll .alloc-body .user-split .components .online,
.lavender-cinnabar .allocation-scroll .alloc-body .user-split .components .offline {
    bottom: 40px;
    left: 47px;
    top: auto;
}

.lavender-cinnabar .allocation-scroll .alloc-body .has-drop .user_name {
    width: 70% !important;
}

.lavender-cinnabar .allocation-scroll .alloc-body .has-drop .user_badge {
    color: #fff !important;
}

.lavender-cinnabar .allocation-scroll .alloc-body .has-drop .user_badge::before {
    content: "";
    font-family: FontAwesome !important;
    color: #282828;
}

.lavender-cinnabar .allocation-scroll .alloc-body.users-list {
    padding: 7px 10px 5px;
    height: auto;
}

.lavender-cinnabar .allocation-scroll .alloc-body .user {
    position: relative;
    padding: 12px 30px 12px 50px;
    white-space: nowrap;
    overflow: hidden;
    font-size: calc(100% - 1px);
    min-height: 44px;
    text-overflow: ellipsis;
}

.lavender-cinnabar .allocation-scroll .alloc-body .user .user_avatar {
    position: absolute;
    max-height: 42px;
    max-width: 42px;
    min-height: 42px;
    min-width: 42px;
    width: 100%;
    height: auto;
    border-radius: 50%;
    vertical-align: top;
    top: 0px;
    left: 0px;
}

.lavender-cinnabar .allocation-scroll .alloc-body .user span.online,
.lavender-cinnabar .allocation-scroll .alloc-body .user span.offline {
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    top: 0px;
    background: #33bf21;
    left: 34px;
}

.lavender-cinnabar .allocation-scroll .alloc-body .user span.offline {
    background: #dddddd;
}

.lavender-cinnabar .allocation-scroll .alloc-body .user span.user_badge {
    position: absolute;
    top: 8px;
    right: 0px;
    font-size: calc(100% + 4px);
    text-align: center;
}

.lavender-cinnabar .allocation-scroll .alloc-body .content-progress .main {
    display: flex;
}

.lavender-cinnabar .allocation-scroll .alloc-body .content-progress .main .progress-label {
    font-size: calc(100% - 2px);
    width: 100px;
}

.lavender-cinnabar .allocation-scroll .alloc-body .content-progress .main .progress {
    background: transparent;
    box-shadow: none;
    height: 6px;
    width: calc(100% - 135px);
    margin: 6px 0px 0px 0px;
    margin-bottom: 12px;
    overflow: visible;
}

.lavender-cinnabar .allocation-scroll .alloc-body .content-progress .main .progress .progress-bar {
    position: relative;
    border-radius: 20px;
}

.lavender-cinnabar .allocation-scroll .alloc-body .content-progress .main .progress .progress-bar .sr-only {
    color: #282828;
    width: 27px;
    height: auto;
    clip: inherit;
    text-align: left;
    top: -5px;
    right: -30px;
}

.lavender-cinnabar .allocation-scroll .alloc-body .content-progress .main:nth-child(1) .progress-bar {
    background: #5f7897;
}

.lavender-cinnabar .allocation-scroll .alloc-body .content-progress .main:nth-child(2) .progress-bar {
    background: #e5534b;
}

.lavender-cinnabar .allocation-scroll .alloc-body .content-progress .main:nth-child(3) .progress-bar {
    background: #7f97b5;
}

.lavender-cinnabar .my-works .alloc-body .list-group {
    height: 65px;
}

.lavender-cinnabar .my-works .alloc-footer {
    background: rgba(127, 151, 181, 0.1);
    height: 53px;
}

.lavender-cinnabar .my-works .alloc-footer .btn-default.icon {
    margin-right: 5px;
}

.lavender-cinnabar .my-works .alloc-footer .groupdiv {
    display: inline-flex;
}

.lavender-cinnabar .allocation-scroll .panel-default {
    border-color: #7f97b5;
    height: 203px;
}

.lavender-cinnabar .allocation-scroll .panel-default .panel-heading {
    color: #fff;
    background-color: #7f97b5;
    border-color: #7f97b5;
    position: relative;
}

.lavender-cinnabar .allocation-scroll .panel-default .panel-heading .title {
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lavender-cinnabar .allocation-scroll .panel-default .panel-heading .title small {
    color: #f8f9fa;
    font-size: 75%;
}

.lavender-cinnabar .allocation-scroll .panel-default .panel-heading .status {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: calc(100% - 2.5px);
    color: #282828;
    border-radius: 3px;
    width: 100px;
    text-align: center;
    height: 28px;
    line-height: 28px;
}

.lavender-cinnabar .allocation-scroll .panel-default .panel-heading .status.ready {
    background-color: #b2de4c;
}

.lavender-cinnabar .allocation-scroll .panel-default .panel-heading .status.in-progress {
    background-color: #fecb4e;
}

.lavender-cinnabar .allocation-scroll .panel-default .panel-heading .status.checked-out {
    background-color: #fdb286;
}

.lavender-cinnabar .allocation-scroll .panel-default .panel-heading .status.error {
    background-color: #f6a0a0;
}

.lavender-cinnabar .allocation-scroll .panel-default .panel-heading .status.shared {
    background-color: #7ae8f8;
}

.lavender-cinnabar .allocation-scroll .panel-default .panel-heading .status.paused {
    background-color: #c3d8a5;
}

.lavender-cinnabar .allocation-scroll .panel-default .panel-heading .status.queued {
    background-color: #d8c5b0;
}

.lavender-cinnabar .allocation-scroll .panel-default .panel-heading .status.archive {
    background-color: #dba7ae;
}

.lavender-cinnabar .allocation-scroll .panel-default .panel-heading .status.for-dispatch {
    background-color: #f789b0;
}

.lavender-cinnabar .allocation-scroll .panel-default .panel-heading .status.on-hold {
    background-color: #dedede;
}

@media (min-width: 1200px) and (max-width: 1750px) {
    .lavender-cinnabar .allocation-scroll .col-lg-4 {
        width: 50%;
    }
    .lavender-cinnabar .allocation-scroll .col-lg-3 {
        width: 50%;
    }
    .lavender-cinnabar .allocation-scroll .col-lg-3.my-works {
        width: 33.33333333% !important;
    }
}

@media (min-height: 411px) {
    .lavender-cinnabar .allocation-scroll {
        max-height: calc(100vh - 150px);
    }
    .lavender-cinnabar .allocation-scroll.component {
        max-height: calc(100vh - 280px);
    }
}

.lavender-cinnabar .modal ul li {
    display: inline-block;
    list-style-type: none;
}

.lavender-cinnabar .modal ul li.category-level {
    font-size: calc(100% - 3px);
    font-weight: 700;
    margin-right: 10px;
}

.lavender-cinnabar .modal ul li ul li {
    background-color: #eeeeee;
    color: #282828;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 2px;
    border-radius: 4px;
    box-shadow: 1px 2px 2px 0px #dddddd;
    border: 1px solid #dddddd;
    font-size: calc(100% - 1px);
}

.lavender-cinnabar .modal ul li ul li.level-filled {
    background-color: #ffcd5d;
}

.lavender-cinnabar .modal .form-footer {
    border-top: 1px solid #7f97b5;
    margin-top: 20px;
    padding-top: 20px;
}

.lavender-cinnabar .modal .modal-footer {
    border-top: 1px solid #7f97b5;
}

.lavender-cinnabar table.dataTable#approvalSummary thead tr th {
    border: 0px;
    height: 43px;
    vertical-align: top;
}

.lavender-cinnabar table.dataTable#approvalSummary thead tr th .head-txt {
    position: relative;
}

.lavender-cinnabar table.dataTable#approvalSummary thead tr th .head-txt .sub_heading {
    top: 17px;
    position: absolute;
    left: 0px;
    font-size: 75%;
}

.lavender-cinnabar table.dataTable#approvalSummary thead tr th::after {
    top: 11px;
}

.lavender-cinnabar table.dataTable#approvalSummary thead tr th:last-child .head-txt {
    margin: 0px 5px 0px 20px;
}

.lavender-cinnabar table.dataTable#approvalSummary .br-theme-bars-square {
    display: inline-block;
}

.lavender-cinnabar table.dataTable#approvalSummary tbody tr td .position-relative {
    position: relative;
}

.lavender-cinnabar table.dataTable#approvalSummary tbody tr td .position-relative .filterValue.invisible {
    position: absolute;
    visibility: hidden;
}

.lavender-cinnabar .toggle-section {
    /* Rounded sliders */
}

.lavender-cinnabar .toggle-section .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
}

.lavender-cinnabar .toggle-section .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.lavender-cinnabar .toggle-section .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.lavender-cinnabar .toggle-section .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.lavender-cinnabar .toggle-section input:checked+.slider {
    background-color: #5f7897;
}

.lavender-cinnabar .toggle-section input:focus+.slider {
    box-shadow: 0 0 1px #5f7897;
}

.lavender-cinnabar .toggle-section input:checked+.slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}

.lavender-cinnabar .toggle-section .slider.round {
    border-radius: 34px;
}

.lavender-cinnabar .toggle-section .slider.round:before {
    border-radius: 50%;
}

.lavender-cinnabar .similarImg #similarImgList .carousel-control.left,
.lavender-cinnabar .similarImg #similarImgList .carousel-control.right {
    color: #282828;
}

.lavender-cinnabar .similarImgToggle .btn-toggle.active {
    background: #e5534b;
}

.lavender-cinnabar .alertify .alertify-button {
    margin-right: 1rem;
    width: 110px;
}

.lavender-cinnabar .alertify .alertify-button.alertify-button-ok {
    color: #fff;
    background-color: #e5534b;
    border-color: #e5534b;
}

.lavender-cinnabar .alertify .alertify-button.alertify-button-ok:hover,
.lavender-cinnabar .alertify .alertify-button.alertify-button-ok:focus {
    color: #e5534b;
    background-color: #fff;
    border-color: #e5534b;
}

.lavender-cinnabar .alertify .alertify-button.alertify-button-cancel {
    color: #e5534b;
    background-color: #fff;
    border-color: #e5534b;
}

.lavender-cinnabar .alertify .alertify-button.alertify-button-cancel:hover,
.lavender-cinnabar .alertify .alertify-button.alertify-button-cancel:focus {
    color: #fff;
    background-color: #e5534b;
    border-color: #e5534b;
}

.lavender-cinnabar .main-title {
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

.lavender-cinnabar .main-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 3px;
    width: 40px;
    background: #e5534b;
}

.lavender-cinnabar .list-group-item.active,
.lavender-cinnabar .list-group-item.active:hover,
.lavender-cinnabar .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #e5534b;
    border-color: #e5534b;
}

.lavender-cinnabar .list-group-item.active .badge,
.lavender-cinnabar .list-group-item.active:hover .badge,
.lavender-cinnabar .list-group-item.active:focus .badge {
    color: #e5534b;
    background-color: #fff;
}

.lavender-cinnabar .list-group-item .badge {
    color: #fff;
    background-color: #e5534b;
    min-width: 24px;
    min-height: 24px;
    line-height: 18px;
    border-radius: 50%;
    margin-top: -2px;
    margin-right: -10px;
}

.lavender-cinnabar .filterMain .list-group.mainFilter {
    overflow-y: auto;
}

.lavender-cinnabar .filterMain .list-group .list-group-item {
    padding: 5px 15px;
    font-size: calc(100% - 2px);
}

.lavender-cinnabar .filterMain .list-group .list-group-item:hover {
    cursor: pointer;
    background: #f8f9fa;
}

.lavender-cinnabar .filterMain .list-group .list-group-item.active:hover {
    color: #e5534b;
    background-color: #fff;
}

.lavender-cinnabar .filterMain .list-group .list-group-item.active:hover .badge {
    color: #fff;
    background-color: #e5534b;
}

.lavender-cinnabar .imgView #thumbList {
    height: calc(100vh - 250px);
    overflow-y: auto;
}

.lavender-cinnabar .imgView #thumbList .thumbItem {
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    border-collapse: collapse;
    position: relative;
}

.lavender-cinnabar .imgView #thumbList .thumbItem i {
    position: absolute;
    right: 15px;
    top: 0;
    color: #7f97b5;
}

.lavender-cinnabar .imgView #thumbList .thumbItem img {
    max-height: 100px;
}

.lavender-cinnabar .editorView .message {
    color: #7f97b5;
}

.lavender-cinnabar .comments {
    position: relative;
    overflow: hidden !important;
}

.lavender-cinnabar .comments .commentSection .commentHeader .addComment {
    cursor: pointer;
    color: #7f97b5;
}

.lavender-cinnabar .comments .commentSection .commentHeader .addComment:hover {
    color: #e5534b;
}

.lavender-cinnabar .comments .commentSection .commentBody {
    height: calc(100vh - 310px);
    overflow-y: auto;
    overflow-x: hidden;
}

.lavender-cinnabar .comments .commentSection .commentBody.commentList {
    overflow-y: auto;
    overflow-x: hidden;
}

.lavender-cinnabar .comments .commentSection .commentBody .cmtTitle {
    color: #e5534b;
    font-size: 15px;
}

.lavender-cinnabar .comments .commentSection .commentBody .cmtDate {
    color: #7f97b5;
    line-height: 1.6rem;
}

.lavender-cinnabar .comments .commentSection .commentBody .cmtText {
    font-size: 14px;
}

.lavender-cinnabar .comments .commentFooter {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
}

@media (max-width: 1450px) {
    .lavender-cinnabar .commentBody .btn {
        width: 110px;
    }
}

.lavender-cinnabar .fontIncDec a,
.lavender-cinnabar .fontIncDec small {
    color: #7f97b5;
}

.lavender-cinnabar .fontIncDec a:hover,
.lavender-cinnabar .fontIncDec small:hover {
    color: #e5534b;
}

.lavender-cinnabar .similar_img_tab_heading li {
    width: 120px;
}

.lavender-cinnabar .similar_img_tab_heading li a {
    text-align: center;
    padding: 5px;
}

.lavender-cinnabar .similar_img_tab_heading li a img {
    object-fit: cover;
    width: 100%;
}

.lavender-cinnabar .similar_img_tab_heading li.active a {
    background: #ddd;
}

.lavender-cinnabar .similar_img_tab_content .similar_img {
    max-width: 100%;
}

.lavender-cinnabar #similar_image_modal img.actualImg,
.lavender-cinnabar #similar_image_modal img.similarImg {
    max-height: 300px;
    height: 300px;
    object-fit: scale-down;
    width: 100%;
    object-position: right;
}

.lavender-cinnabar #similar_image_modal img.similarImg {
    object-position: left;
}

.lavender-cinnabar .content_scroll_section {
    overflow: auto;
    overflow-x: hidden;
    height: calc(100vh - 185px);
}

.lavender-cinnabar .scroll_section_separator {
    border-bottom: 1px solid #dddddd;
}

.lavender-cinnabar .br-readonly a {
    cursor: default;
}

.lavender-cinnabar .component_list_img {
    /*min-height:160px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.lavender-cinnabar .component_list_img img {
    max-height: 160px;
}

.lavender-cinnabar .alt-text-type {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
    border: 1px solid #dddddd;
    width: 100%;
    margin: 0px 15px;
}

.lavender-cinnabar .white_bg {
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    border: 1px solid #dddddd;
}

.lavender-cinnabar .white_bg .names {
    font-size: calc(100% - 2px);
}

.lavender-cinnabar .white_bg ul li {
    list-style-type: none;
    display: inline-block;
}

@media (max-width: 1024px) {
    .lavender-cinnabar .component_list_img {
        min-height: auto;
    }
}

.lavender-cinnabar .main-content .view-content .filterMenu .filterIcon {
    color: #e5534b;
}

.lavender-cinnabar .main-content .view-content .comments .commentIcon {
    color: #e5534b;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #3f51b5;
}

::-webkit-scrollbar-thumb:hover {
    background: #3f51b5;
}


/**********
theme
**********/

.purple-heart-pink {
    /***********************
  Work Allocation
  ************************/
    /***********************
  Work Bench
  ************************/
    /**********
  panel
  **********/
    /*******
        Modal
        ********/
    /*******
        Datatable
        ********/
    /*******
        Toggle Switch
        ********/
    /*******
        heading
        ********/
    /*******
  filter
  ********/
    /***********************************
  // Image & Editor View -theme style
  ************************************/
    /*****************
  // Comment Section
  *****************/
    /************************
  // Similar Image Section
  ************************/
    /********************
        // Component List View
        *********************/
    /********************
  // Responsive Layout
  *********************/
}

.purple-heart-pink .logo {
    color: #3f51b5;
}

.purple-heart-pink .mainEditor .common-btn .btn.btn-default {
    background: transparent;
    color: #3f51b5;
    border: 1px solid #3f51b5;
}

.purple-heart-pink .mainEditor .common-btn .btn.btn-default:hover,
.purple-heart-pink .mainEditor .common-btn .btn.btn-default:focus {
    background: #3f51b5 !important;
    color: #fff;
    border: 1px solid #3f51b5;
}

.purple-heart-pink .mainEditor .common-btn .btn.btn-default.active {
    background: #3f51b5;
    color: #fff;
    border: 1px solid #3f51b5;
    box-shadow: none;
}

.purple-heart-pink .mainEditor .common-btn .btn.btn-default.active:hover,
.purple-heart-pink .mainEditor .common-btn .btn.btn-default.active:focus {
    background: #ffffff !important;
    color: #3f51b5;
    border: 1px solid #3f51b5;
}

.purple-heart-pink .mainImgHeadSelect {
    width: auto;
    height: 24px;
}

.purple-heart-pink .imgTypeLabel {
    font-size: calc(100% - 1px) !important;
    min-width: 105px;
    font-weight: 500;
    max-width: 105px;
}

@media (min-width: 1450px) {
    .purple-heart-pink .imgPickSelect {
        max-width: 210px;
    }
}

.purple-heart-pink .listImageType {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.purple-heart-pink .toggleMainMenu {
    color: #3f51b5;
}

.purple-heart-pink .toggle-bar {
    font-size: calc(100% + 6px);
    line-height: 63px;
    display: inline-block;
    cursor: pointer;
}

.purple-heart-pink #mySidenav .panel-default a .fa {
    color: #3f51b5;
}

.purple-heart-pink #mySidenav .active_page a {
    width: 100% !important;
    display: inline-block !important;
    margin: 0 auto;
    background: #3f51b5 !important;
    box-shadow: 0px 0px 10px 0px #999;
    color: #fff;
}

.purple-heart-pink #mySidenav .active_page a span {
    color: #fff;
}

.purple-heart-pink .logged-system-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 220px);
}

.purple-heart-pink .logged-system-msg .logged-alertmsg {
    font-size: 18px;
    color: #3f51b5;
}

.purple-heart-pink .main-heading-style,
.shiraz-megenta-cyan .white-bg .purple-heart-pink .page-inner-title,
.shiraz-megenta-cyan .common-rightside-panel .purple-heart-pink .page-inner-title,
.shiraz-megenta-cyan .common-fixed-header .purple-heart-pink .page-inner-title,
.purple-heart-pink .white-bg .page-inner-title,
.purple-heart-pink .common-rightside-panel .page-inner-title,
.purple-heart-pink .common-fixed-header .page-inner-title,
.purple-heart-pink h2.title,
.azure-cerulean .common-fixed-header .purple-heart-pink .page-inner-title,
.azure-cerulean .common-rightside-panel .purple-heart-pink .page-inner-title,
.azure-cerulean .white-bg .purple-heart-pink .page-inner-title,
.tory-blue-green .common-fixed-header .purple-heart-pink .page-inner-title,
.tory-blue-green .common-rightside-panel .purple-heart-pink .page-inner-title,
.tory-blue-green .white-bg .purple-heart-pink .page-inner-title,
.lavender-cinnabar .common-fixed-header .purple-heart-pink .page-inner-title,
.lavender-cinnabar .common-rightside-panel .purple-heart-pink .page-inner-title,
.lavender-cinnabar .white-bg .purple-heart-pink .page-inner-title {
    padding: 0 15px 15px 15px;
    margin: 0 0 15px 0;
}

.purple-heart-pink .main-heading-style::after,
.shiraz-megenta-cyan .white-bg .purple-heart-pink .page-inner-title::after,
.shiraz-megenta-cyan .common-rightside-panel .purple-heart-pink .page-inner-title::after,
.shiraz-megenta-cyan .common-fixed-header .purple-heart-pink .page-inner-title::after,
.purple-heart-pink .white-bg .page-inner-title::after,
.purple-heart-pink .common-rightside-panel .page-inner-title::after,
.purple-heart-pink .common-fixed-header .page-inner-title::after,
.purple-heart-pink h2.title::after,
.azure-cerulean .common-fixed-header .purple-heart-pink .page-inner-title::after,
.azure-cerulean .common-rightside-panel .purple-heart-pink .page-inner-title::after,
.azure-cerulean .white-bg .purple-heart-pink .page-inner-title::after,
.tory-blue-green .common-fixed-header .purple-heart-pink .page-inner-title::after,
.tory-blue-green .common-rightside-panel .purple-heart-pink .page-inner-title::after,
.tory-blue-green .white-bg .purple-heart-pink .page-inner-title::after,
.lavender-cinnabar .common-fixed-header .purple-heart-pink .page-inner-title::after,
.lavender-cinnabar .common-rightside-panel .purple-heart-pink .page-inner-title::after,
.lavender-cinnabar .white-bg .purple-heart-pink .page-inner-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 3px;
    width: 40px;
    background: #3f51b5;
}

.purple-heart-pink h2.title {
    padding-left: 0px;
    margin-bottom: 20px;
    position: relative;
}

.purple-heart-pink h2.title::after {
    left: 0px;
}

.purple-heart-pink .common-white-bg {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px 0px #cccccc;
}

.purple-heart-pink .common-fixed-header {
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #dddddd;
}

.purple-heart-pink .common-rightside-panel {
    background-color: #ffffff;
    border-radius: 8px;
    clear: both;
    overflow: auto;
    overflow-x: hidden;
    padding: 20px;
    height: calc(100vh - 200px);
}

.purple-heart-pink .common-rightside-panel.comparefile {
    height: calc(100vh - 90px);
}

.purple-heart-pink .common-rightside-panel select:focus {
    outline: 0 !important;
}

.purple-heart-pink .common-rightside-panel #drop-area .upload-section p {
    left: 10%;
}

.purple-heart-pink .common-rightside-panel.no-scroll {
    height: auto;
    min-height: auto !important;
    border-radius: 5px;
}

.purple-heart-pink .common-rightside-panel.no-scroll .tab-content .tab-pane {
    position: relative;
    /*min-height: calc(100vh - 370px);*/
}

.purple-heart-pink .common-rightside-panel.no-scroll .tab-content .tab-pane .button-position {
    border-top: 1px solid #dddddd;
    padding: 15px 0px;
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 500;
}

.purple-heart-pink .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content {
    height: calc(100vh - 275px);
    overflow: auto;
}

.purple-heart-pink .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .content {
    min-height: calc(100vh - 365px);
    overflow: auto;
    overflow-x: hidden;
}

.purple-heart-pink .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .menu_sequence_frm,
.purple-heart-pink .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .process_sequence_frm,
.purple-heart-pink .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .menuaccess {
    position: relative;
}

.purple-heart-pink .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .admin_settings {
    position: relative;
}

.purple-heart-pink .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.tab-pane-small-height .menuaccess {
    height: calc(100vh - 360px);
    min-height: auto;
}

.purple-heart-pink .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.tab-pane-small-height .button-position {
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 1050;
}

.purple-heart-pink .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.tab-cnt-height {
    height: calc(100vh - 335px);
}

.purple-heart-pink .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.mul-tab-cnt-height {
    height: calc(100vh - 358px);
}

.purple-heart-pink .common-rightside-panel #mainSplitter {
    height: calc(100vh - 150px) !important;
    border: 0px;
}

.purple-heart-pink .common-rightside-panel #mainSplitter .jqx-widget-content {
    font-family: "Roboto" !important;
}

.purple-heart-pink .common-rightside-panel #mainSplitter .jqx-widget-content .compareFileList .checkbox label {
    font-size: 16px !important;
}

.purple-heart-pink .common-rightside-panel #mainSplitter .jqx-splitter-splitbar-vertical {
    border: 0px;
}

.purple-heart-pink .common-new-right-panel {
    height: calc(100vh - 112px);
}

.purple-heart-pink .scrtabs-tab-container {
    margin-bottom: 20px;
}

.purple-heart-pink .scrtabs-tab-container .scrtabs-tab-scroll-arrow {
    border: 0 !important;
}

.purple-heart-pink #app-content-section.comparenosidebar .common-rightside-panel {
    height: calc(100vh - 90px) !important;
}

@media (max-width: 1199px) {
    .purple-heart-pink .common-rightside-panel {
        height: calc(100vh - 110px);
    }
    .purple-heart-pink #app-content-section.comparenosidebar .common-rightside-panel {
        height: calc(100vh - 90px) !important;
    }
    .purple-heart-pink .res-btm-space {
        margin-bottom: 3rem !important;
    }
}

.purple-heart-pink .top-select label {
    font-size: calc(100% - 2px) !important;
}

.purple-heart-pink .top-select select {
    width: auto;
    margin-left: 10px;
}

.purple-heart-pink .allocation-scroll {
    min-height: 200px;
    overflow: auto;
    max-height: calc(100vh - 290px);
    clear: both;
}

.purple-heart-pink .allocation-scroll.users {
    max-height: calc(100vh - 290px);
}

.purple-heart-pink .allocation-scroll .allocation-panel {
    position: relative;
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 15px;
    border: 1px solid #b5b5b5;
}

.purple-heart-pink .allocation-scroll .allocation-panel:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.purple-heart-pink .allocation-scroll .allocation-panel.users .alloc-body {
    min-height: 55px;
}

.purple-heart-pink .allocation-scroll .alloc-header {
    color: #3f51b5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0.5rem 1rem;
    position: relative;
}

.purple-heart-pink .allocation-scroll .alloc-header .projectName {
    display: block;
}

.purple-heart-pink .allocation-scroll .alloc-body {
    min-height: 85px;
}

.purple-heart-pink .allocation-scroll .alloc-body .list-group {
    height: 90px;
    overflow: auto;
    margin-bottom: 0;
}

.purple-heart-pink .allocation-scroll .alloc-body .list-group .list-group-item {
    padding: 5px 10px;
    border: 0px;
    font-size: calc(100% - 2px);
}

.purple-heart-pink .allocation-scroll .alloc-body .list-group .list-group-item .badge {
    border-radius: 3px;
    background: #0277bd;
    color: #f8f9fa;
}

.purple-heart-pink .allocation-scroll .alloc-body .right-sec-height {
    height: 90px;
}

.purple-heart-pink .allocation-scroll .alloc-body .components {
    min-height: 54px;
}

.purple-heart-pink .allocation-scroll .alloc-body .components .allocation-panel {
    padding: 0;
    margin: 0;
    border: 0;
}

.purple-heart-pink .allocation-scroll .alloc-body .components .allocation-panel:hover {
    box-shadow: none;
}

.purple-heart-pink .allocation-scroll .alloc-body .components .allocation-panel .alloc-body {
    padding: 0px;
    min-height: 45px;
}

.purple-heart-pink .allocation-scroll .alloc-body .content-progress {
    height: 82px;
    overflow: auto;
    position: relative;
}

.purple-heart-pink .allocation-scroll .alloc-body p {
    font-size: calc(100% - 3px);
    color: #848484;
    margin-bottom: 5px;
}

.purple-heart-pink .allocation-scroll .alloc-body p.assigned_to {
    bottom: 50px;
    position: absolute;
}

.purple-heart-pink .allocation-scroll .alloc-body .user-split {
    justify-content: flex-end;
    display: flex;
    margin-top: 10px;
}

.purple-heart-pink .allocation-scroll .alloc-body .user-split .components {
    position: absolute;
    width: calc(100% - 110px);
    height: 100%;
    bottom: 0;
    left: 0px;
    padding: 12px 30px 18px 65px;
    display: flex;
    align-items: flex-end;
}

.purple-heart-pink .allocation-scroll .alloc-body .user-split .components.has-drop {
    padding: 0px 14px;
}

.purple-heart-pink .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel {
    width: 100%;
    margin-bottom: 0px;
    border: 0px;
}

.purple-heart-pink .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list {
    padding: 0px;
}

.purple-heart-pink .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user {
    display: inline;
    padding-left: 55px;
}

.purple-heart-pink .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .online,
.purple-heart-pink .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .offline {
    left: 32px;
}

.purple-heart-pink .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .user_name {
    vertical-align: super;
}

.purple-heart-pink .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .user_avatar {
    left: 0px;
}

.purple-heart-pink .allocation-scroll .alloc-body .user-split .components .user_avatar {
    top: auto;
    bottom: 10px;
    left: 15px;
}

.purple-heart-pink .allocation-scroll .alloc-body .user-split .components .user_badge {
    top: auto;
    bottom: 16px;
    right: 0px;
    border: 0px;
}

.purple-heart-pink .allocation-scroll .alloc-body .user-split .components .user_name {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.purple-heart-pink .allocation-scroll .alloc-body .user-split .components .online,
.purple-heart-pink .allocation-scroll .alloc-body .user-split .components .offline {
    bottom: 40px;
    left: 47px;
    top: auto;
}

.purple-heart-pink .allocation-scroll .alloc-body .has-drop .user_name {
    width: 70% !important;
}

.purple-heart-pink .allocation-scroll .alloc-body .has-drop .user_badge {
    color: #fff !important;
}

.purple-heart-pink .allocation-scroll .alloc-body .has-drop .user_badge::before {
    content: "";
    font-family: FontAwesome !important;
    color: #101010;
}

.purple-heart-pink .allocation-scroll .alloc-body.users-list {
    padding: 7px 10px 5px;
    height: auto;
}

.purple-heart-pink .allocation-scroll .alloc-body .user {
    position: relative;
    padding: 12px 30px 12px 50px;
    white-space: nowrap;
    overflow: hidden;
    font-size: calc(100% - 1px);
    min-height: 44px;
    text-overflow: ellipsis;
}

.purple-heart-pink .allocation-scroll .alloc-body .user .user_avatar {
    position: absolute;
    max-height: 42px;
    max-width: 42px;
    min-height: 42px;
    min-width: 42px;
    width: 100%;
    height: auto;
    border-radius: 50%;
    vertical-align: top;
    top: 0px;
    left: 0px;
}

.purple-heart-pink .allocation-scroll .alloc-body .user span.online,
.purple-heart-pink .allocation-scroll .alloc-body .user span.offline {
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    top: 0px;
    background: #33bf21;
    left: 34px;
}

.purple-heart-pink .allocation-scroll .alloc-body .user span.offline {
    background: #dddddd;
}

.purple-heart-pink .allocation-scroll .alloc-body .user span.user_badge {
    position: absolute;
    top: 8px;
    right: 0px;
    font-size: calc(100% + 4px);
    text-align: center;
}

.purple-heart-pink .allocation-scroll .alloc-body .content-progress .main {
    display: flex;
}

.purple-heart-pink .allocation-scroll .alloc-body .content-progress .main .progress-label {
    font-size: calc(100% - 2px);
    width: 100px;
}

.purple-heart-pink .allocation-scroll .alloc-body .content-progress .main .progress {
    background: transparent;
    box-shadow: none;
    height: 6px;
    width: calc(100% - 135px);
    margin: 6px 0px 0px 0px;
    margin-bottom: 12px;
    overflow: visible;
}

.purple-heart-pink .allocation-scroll .alloc-body .content-progress .main .progress .progress-bar {
    position: relative;
    border-radius: 20px;
}

.purple-heart-pink .allocation-scroll .alloc-body .content-progress .main .progress .progress-bar .sr-only {
    color: #101010;
    width: 27px;
    height: auto;
    clip: inherit;
    text-align: left;
    top: -5px;
    right: -30px;
}

.purple-heart-pink .allocation-scroll .alloc-body .content-progress .main:nth-child(1) .progress-bar {
    background: #0277bd;
}

.purple-heart-pink .allocation-scroll .alloc-body .content-progress .main:nth-child(2) .progress-bar {
    background: #3f51b5;
}

.purple-heart-pink .allocation-scroll .alloc-body .content-progress .main:nth-child(3) .progress-bar {
    background: #03a9f4;
}

.purple-heart-pink .my-works .alloc-body .list-group {
    height: 65px;
}

.purple-heart-pink .my-works .alloc-footer {
    background: rgba(3, 169, 244, 0.1);
    height: 53px;
}

.purple-heart-pink .my-works .alloc-footer .btn-default.icon {
    margin-right: 5px;
}

.purple-heart-pink .my-works .alloc-footer .groupdiv {
    display: inline-flex;
}

.purple-heart-pink .allocation-scroll .panel-default {
    border-color: #03a9f4;
    height: 203px;
}

.purple-heart-pink .allocation-scroll .panel-default .panel-heading {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
    position: relative;
}

.purple-heart-pink .allocation-scroll .panel-default .panel-heading .title {
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.purple-heart-pink .allocation-scroll .panel-default .panel-heading .title small {
    color: #f8f9fa;
    font-size: 75%;
}

.purple-heart-pink .allocation-scroll .panel-default .panel-heading .status {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: calc(100% - 2.5px);
    color: #101010;
    border-radius: 3px;
    width: 100px;
    text-align: center;
    height: 28px;
    line-height: 28px;
}

.purple-heart-pink .allocation-scroll .panel-default .panel-heading .status.ready {
    background-color: #b2de4c;
}

.purple-heart-pink .allocation-scroll .panel-default .panel-heading .status.in-progress {
    background-color: #fecb4e;
}

.purple-heart-pink .allocation-scroll .panel-default .panel-heading .status.checked-out {
    background-color: #fdb286;
}

.purple-heart-pink .allocation-scroll .panel-default .panel-heading .status.error {
    background-color: #f6a0a0;
}

.purple-heart-pink .allocation-scroll .panel-default .panel-heading .status.shared {
    background-color: #7ae8f8;
}

.purple-heart-pink .allocation-scroll .panel-default .panel-heading .status.paused {
    background-color: #c3d8a5;
}

.purple-heart-pink .allocation-scroll .panel-default .panel-heading .status.queued {
    background-color: #d8c5b0;
}

.purple-heart-pink .allocation-scroll .panel-default .panel-heading .status.archive {
    background-color: #dba7ae;
}

.purple-heart-pink .allocation-scroll .panel-default .panel-heading .status.for-dispatch {
    background-color: #f789b0;
}

.purple-heart-pink .allocation-scroll .panel-default .panel-heading .status.on-hold {
    background-color: #dedede;
}

@media (min-width: 1200px) and (max-width: 1750px) {
    .purple-heart-pink .allocation-scroll .col-lg-4 {
        width: 50%;
    }
    .purple-heart-pink .allocation-scroll .col-lg-3 {
        width: 50%;
    }
    .purple-heart-pink .allocation-scroll .col-lg-3.my-works {
        width: 33.33333333% !important;
    }
}

@media (min-height: 411px) {
    .purple-heart-pink .allocation-scroll {
        max-height: calc(100vh - 150px);
    }
    .purple-heart-pink .allocation-scroll.component {
        max-height: calc(100vh - 280px);
    }
}

.purple-heart-pink .modal ul li {
    display: inline-block;
    list-style-type: none;
}

.purple-heart-pink .modal ul li.category-level {
    font-size: calc(100% - 3px);
    font-weight: 700;
    margin-right: 10px;
}

.purple-heart-pink .modal ul li ul li {
    background-color: #eeeeee;
    color: #101010;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 2px;
    border-radius: 4px;
    box-shadow: 1px 2px 2px 0px #dddddd;
    border: 1px solid #dddddd;
    font-size: calc(100% - 1px);
}

.purple-heart-pink .modal ul li ul li.level-filled {
    background-color: #ffcd5d;
}

.purple-heart-pink .modal .form-footer {
    border-top: 1px solid #03a9f4;
    margin-top: 20px;
    padding-top: 20px;
}

.purple-heart-pink .modal .modal-footer {
    border-top: 1px solid #03a9f4;
}

.purple-heart-pink table.dataTable#approvalSummary thead tr th {
    border: 0px;
    height: 43px;
    vertical-align: top;
}

.purple-heart-pink table.dataTable#approvalSummary thead tr th .head-txt {
    position: relative;
}

.purple-heart-pink table.dataTable#approvalSummary thead tr th .head-txt .sub_heading {
    top: 17px;
    position: absolute;
    left: 0px;
    font-size: 75%;
}

.purple-heart-pink table.dataTable#approvalSummary thead tr th::after {
    top: 11px;
}

.purple-heart-pink table.dataTable#approvalSummary thead tr th:last-child .head-txt {
    margin: 0px 5px 0px 20px;
}

.purple-heart-pink table.dataTable#approvalSummary .br-theme-bars-square {
    display: inline-block;
}

.purple-heart-pink table.dataTable#approvalSummary tbody tr td .position-relative {
    position: relative;
}

.purple-heart-pink table.dataTable#approvalSummary tbody tr td .position-relative .filterValue.invisible {
    position: absolute;
    visibility: hidden;
}

.purple-heart-pink .toggle-section {
    /* Rounded sliders */
}

.purple-heart-pink .toggle-section .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
}

.purple-heart-pink .toggle-section .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.purple-heart-pink .toggle-section .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.purple-heart-pink .toggle-section .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.purple-heart-pink .toggle-section input:checked+.slider {
    background-color: #0277bd;
}

.purple-heart-pink .toggle-section input:focus+.slider {
    box-shadow: 0 0 1px #0277bd;
}

.purple-heart-pink .toggle-section input:checked+.slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}

.purple-heart-pink .toggle-section .slider.round {
    border-radius: 34px;
}

.purple-heart-pink .toggle-section .slider.round:before {
    border-radius: 50%;
}

.purple-heart-pink .similarImg #similarImgList .carousel-control.left,
.purple-heart-pink .similarImg #similarImgList .carousel-control.right {
    color: #101010;
}

.purple-heart-pink .similarImgToggle .btn-toggle.active {
    background: #3f51b5;
}

.purple-heart-pink .alertify .alertify-button {
    margin-right: 1rem;
    width: 110px;
}

.purple-heart-pink .alertify .alertify-button.alertify-button-ok {
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.purple-heart-pink .alertify .alertify-button.alertify-button-ok:hover,
.purple-heart-pink .alertify .alertify-button.alertify-button-ok:focus {
    color: #3f51b5;
    background-color: #fff;
    border-color: #3f51b5;
}

.purple-heart-pink .alertify .alertify-button.alertify-button-cancel {
    color: #3f51b5;
    background-color: #fff;
    border-color: #3f51b5;
}

.purple-heart-pink .alertify .alertify-button.alertify-button-cancel:hover,
.purple-heart-pink .alertify .alertify-button.alertify-button-cancel:focus {
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.purple-heart-pink .main-title {
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

.purple-heart-pink .main-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 3px;
    width: 40px;
    background: #3f51b5;
}

.purple-heart-pink .list-group-item.active,
.purple-heart-pink .list-group-item.active:hover,
.purple-heart-pink .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.purple-heart-pink .list-group-item.active .badge,
.purple-heart-pink .list-group-item.active:hover .badge,
.purple-heart-pink .list-group-item.active:focus .badge {
    color: #3f51b5;
    background-color: #fff;
}

.purple-heart-pink .list-group-item .badge {
    color: #fff;
    background-color: #3f51b5;
    min-width: 24px;
    min-height: 24px;
    line-height: 18px;
    border-radius: 50%;
    margin-top: -2px;
    margin-right: -10px;
}

.purple-heart-pink .filterMain .list-group.mainFilter {
    overflow-y: auto;
}

.purple-heart-pink .filterMain .list-group .list-group-item {
    padding: 5px 15px;
    font-size: calc(100% - 2px);
}

.purple-heart-pink .filterMain .list-group .list-group-item:hover {
    cursor: pointer;
    background: #f8f9fa;
}

.purple-heart-pink .filterMain .list-group .list-group-item.active:hover {
    color: #3f51b5;
    background-color: #fff;
}

.purple-heart-pink .filterMain .list-group .list-group-item.active:hover .badge {
    color: #fff;
    background-color: #3f51b5;
}

.purple-heart-pink .imgView #thumbList {
    height: calc(100vh - 250px);
    overflow-y: auto;
}

.purple-heart-pink .imgView #thumbList .thumbItem {
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    border-collapse: collapse;
    position: relative;
}

.purple-heart-pink .imgView #thumbList .thumbItem i {
    position: absolute;
    right: 15px;
    top: 0;
    color: #03a9f4;
}

.purple-heart-pink .imgView #thumbList .thumbItem img {
    max-height: 100px;
}

.purple-heart-pink .editorView .message {
    color: #03a9f4;
}

.purple-heart-pink .comments {
    position: relative;
    overflow: hidden !important;
}

.purple-heart-pink .comments .commentSection .commentHeader .addComment {
    cursor: pointer;
    color: #03a9f4;
}

.purple-heart-pink .comments .commentSection .commentHeader .addComment:hover {
    color: #3f51b5;
}

.purple-heart-pink .comments .commentSection .commentBody {
    height: calc(100vh - 310px);
    overflow-y: auto;
    overflow-x: hidden;
}

.purple-heart-pink .comments .commentSection .commentBody.commentList {
    overflow-y: auto;
    overflow-x: hidden;
}

.purple-heart-pink .comments .commentSection .commentBody .cmtTitle {
    color: #3f51b5;
    font-size: 15px;
}

.purple-heart-pink .comments .commentSection .commentBody .cmtDate {
    color: #03a9f4;
    line-height: 1.6rem;
}

.purple-heart-pink .comments .commentSection .commentBody .cmtText {
    font-size: 14px;
}

.purple-heart-pink .comments .commentFooter {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
}

@media (max-width: 1450px) {
    .purple-heart-pink .commentBody .btn {
        width: 110px;
    }
}

.purple-heart-pink .fontIncDec a,
.purple-heart-pink .fontIncDec small {
    color: #03a9f4;
}

.purple-heart-pink .fontIncDec a:hover,
.purple-heart-pink .fontIncDec small:hover {
    color: #3f51b5;
}

.purple-heart-pink .similar_img_tab_heading li {
    width: 120px;
}

.purple-heart-pink .similar_img_tab_heading li a {
    text-align: center;
    padding: 5px;
}

.purple-heart-pink .similar_img_tab_heading li a img {
    object-fit: cover;
    width: 100%;
}

.purple-heart-pink .similar_img_tab_heading li.active a {
    background: #ddd;
}

.purple-heart-pink .similar_img_tab_content .similar_img {
    max-width: 100%;
}

.purple-heart-pink #similar_image_modal img.actualImg,
.purple-heart-pink #similar_image_modal img.similarImg {
    max-height: 300px;
    height: 300px;
    object-fit: scale-down;
    width: 100%;
    object-position: right;
}

.purple-heart-pink #similar_image_modal img.similarImg {
    object-position: left;
}

.purple-heart-pink .content_scroll_section {
    overflow: auto;
    overflow-x: hidden;
    height: calc(100vh - 185px);
}

.purple-heart-pink .scroll_section_separator {
    border-bottom: 1px solid #dddddd;
}

.purple-heart-pink .br-readonly a {
    cursor: default;
}

.purple-heart-pink .component_list_img {
    /*min-height:160px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.purple-heart-pink .component_list_img img {
    max-height: 160px;
}

.purple-heart-pink .alt-text-type {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
    border: 1px solid #dddddd;
    width: 100%;
    margin: 0px 15px;
}

.purple-heart-pink .white_bg {
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    border: 1px solid #dddddd;
}

.purple-heart-pink .white_bg .names {
    font-size: calc(100% - 2px);
}

.purple-heart-pink .white_bg ul li {
    list-style-type: none;
    display: inline-block;
}

@media (max-width: 1024px) {
    .purple-heart-pink .component_list_img {
        min-height: auto;
    }
}

.purple-heart-pink .main-content .view-content .filterMenu .filterIcon {
    color: #3f51b5;
}

.purple-heart-pink .main-content .view-content .comments .commentIcon {
    color: #3f51b5;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #206087;
}

::-webkit-scrollbar-thumb:hover {
    background: #206087;
}


/**********
theme
**********/

.shiraz-megenta-cyan {
    /***********************
  Work Allocation
  ************************/
    /***********************
  Work Bench
  ************************/
    /**********
  panel
  **********/
    /*******
        Modal
        ********/
    /*******
        Datatable
        ********/
    /*******
        Toggle Switch
        ********/
    /*******
        heading
        ********/
    /*******
  filter
  ********/
    /***********************************
  // Image & Editor View -theme style
  ************************************/
    /*****************
  // Comment Section
  *****************/
    /************************
  // Similar Image Section
  ************************/
    /********************
        // Component List View
        *********************/
    /********************
  // Responsive Layout
  *********************/
}

.shiraz-megenta-cyan .logo {
    color: #206087;
}

.shiraz-megenta-cyan .mainEditor .common-btn .btn.btn-default {
    background: transparent;
    color: #206087;
    border: 1px solid #206087;
}

.shiraz-megenta-cyan .mainEditor .common-btn .btn.btn-default:hover,
.shiraz-megenta-cyan .mainEditor .common-btn .btn.btn-default:focus {
    background: #206087 !important;
    color: #fff;
    border: 1px solid #206087;
}

.shiraz-megenta-cyan .mainEditor .common-btn .btn.btn-default.active {
    background: #206087;
    color: #fff;
    border: 1px solid #206087;
    box-shadow: none;
}

.shiraz-megenta-cyan .mainEditor .common-btn .btn.btn-default.active:hover,
.shiraz-megenta-cyan .mainEditor .common-btn .btn.btn-default.active:focus {
    background: #ffffff !important;
    color: #206087;
    border: 1px solid #206087;
}

.shiraz-megenta-cyan .mainImgHeadSelect {
    width: auto;
    height: 24px;
}

.shiraz-megenta-cyan .imgTypeLabel {
    font-size: calc(100% - 1px) !important;
    min-width: 105px;
    font-weight: 500;
    max-width: 105px;
}

@media (min-width: 1450px) {
    .shiraz-megenta-cyan .imgPickSelect {
        max-width: 210px;
    }
}

.shiraz-megenta-cyan .listImageType {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.shiraz-megenta-cyan .toggleMainMenu {
    color: #206087;
}

.shiraz-megenta-cyan .toggle-bar {
    font-size: calc(100% + 6px);
    line-height: 63px;
    display: inline-block;
    cursor: pointer;
}

.shiraz-megenta-cyan #mySidenav .panel-default a .fa {
    color: #206087;
}

.shiraz-megenta-cyan #mySidenav .active_page a {
    width: 100% !important;
    display: inline-block !important;
    margin: 0 auto;
    background: #206087 !important;
    box-shadow: 0px 0px 10px 0px #999;
    color: #fff;
}

.shiraz-megenta-cyan #mySidenav .active_page a span {
    color: #fff;
}

.shiraz-megenta-cyan .logged-system-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 220px);
}

.shiraz-megenta-cyan .logged-system-msg .logged-alertmsg {
    font-size: 18px;
    color: #206087;
}

.shiraz-megenta-cyan .main-heading-style,
.shiraz-megenta-cyan .white-bg .page-inner-title,
.shiraz-megenta-cyan .common-rightside-panel .page-inner-title,
.shiraz-megenta-cyan .common-fixed-header .page-inner-title,
.shiraz-megenta-cyan h2.title,
.azure-cerulean .common-fixed-header .shiraz-megenta-cyan .page-inner-title,
.azure-cerulean .common-rightside-panel .shiraz-megenta-cyan .page-inner-title,
.azure-cerulean .white-bg .shiraz-megenta-cyan .page-inner-title,
.tory-blue-green .common-fixed-header .shiraz-megenta-cyan .page-inner-title,
.tory-blue-green .common-rightside-panel .shiraz-megenta-cyan .page-inner-title,
.tory-blue-green .white-bg .shiraz-megenta-cyan .page-inner-title,
.lavender-cinnabar .common-fixed-header .shiraz-megenta-cyan .page-inner-title,
.lavender-cinnabar .common-rightside-panel .shiraz-megenta-cyan .page-inner-title,
.lavender-cinnabar .white-bg .shiraz-megenta-cyan .page-inner-title,
.purple-heart-pink .common-fixed-header .shiraz-megenta-cyan .page-inner-title,
.purple-heart-pink .common-rightside-panel .shiraz-megenta-cyan .page-inner-title,
.purple-heart-pink .white-bg .shiraz-megenta-cyan .page-inner-title {
    padding: 0 15px 15px 15px;
    margin: 0 0 15px 0;
}

.shiraz-megenta-cyan .main-heading-style::after,
.shiraz-megenta-cyan .white-bg .page-inner-title::after,
.shiraz-megenta-cyan .common-rightside-panel .page-inner-title::after,
.shiraz-megenta-cyan .common-fixed-header .page-inner-title::after,
.shiraz-megenta-cyan h2.title::after,
.azure-cerulean .common-fixed-header .shiraz-megenta-cyan .page-inner-title::after,
.azure-cerulean .common-rightside-panel .shiraz-megenta-cyan .page-inner-title::after,
.azure-cerulean .white-bg .shiraz-megenta-cyan .page-inner-title::after,
.tory-blue-green .common-fixed-header .shiraz-megenta-cyan .page-inner-title::after,
.tory-blue-green .common-rightside-panel .shiraz-megenta-cyan .page-inner-title::after,
.tory-blue-green .white-bg .shiraz-megenta-cyan .page-inner-title::after,
.lavender-cinnabar .common-fixed-header .shiraz-megenta-cyan .page-inner-title::after,
.lavender-cinnabar .common-rightside-panel .shiraz-megenta-cyan .page-inner-title::after,
.lavender-cinnabar .white-bg .shiraz-megenta-cyan .page-inner-title::after,
.purple-heart-pink .common-fixed-header .shiraz-megenta-cyan .page-inner-title::after,
.purple-heart-pink .common-rightside-panel .shiraz-megenta-cyan .page-inner-title::after,
.purple-heart-pink .white-bg .shiraz-megenta-cyan .page-inner-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 3px;
    width: 40px;
    background: #206087;
}

.shiraz-megenta-cyan h2.title {
    padding-left: 0px;
    margin-bottom: 20px;
    position: relative;
}

.shiraz-megenta-cyan h2.title::after {
    left: 0px;
}

.shiraz-megenta-cyan .common-white-bg {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px 0px #cccccc;
}

.shiraz-megenta-cyan .common-fixed-header {
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #dddddd;
}

.shiraz-megenta-cyan .common-rightside-panel {
    background-color: #ffffff;
    border-radius: 8px;
    clear: both;
    overflow: auto;
    overflow-x: hidden;
    padding: 20px;
    height: calc(100vh - 200px);
}

.shiraz-megenta-cyan .common-rightside-panel.comparefile {
    height: calc(100vh - 90px);
}

.shiraz-megenta-cyan .common-rightside-panel select:focus {
    outline: 0 !important;
}

.shiraz-megenta-cyan .common-rightside-panel #drop-area .upload-section p {
    left: 10%;
}

.shiraz-megenta-cyan .common-rightside-panel.no-scroll {
    height: auto;
    min-height: auto !important;
    border-radius: 5px;
}

.shiraz-megenta-cyan .common-rightside-panel.no-scroll .tab-content .tab-pane {
    position: relative;
    /*min-height: calc(100vh - 370px);*/
}

.shiraz-megenta-cyan .common-rightside-panel.no-scroll .tab-content .tab-pane .button-position {
    border-top: 1px solid #dddddd;
    padding: 15px 0px;
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 500;
}

.shiraz-megenta-cyan .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content {
    height: calc(100vh - 275px);
    overflow: auto;
}

.shiraz-megenta-cyan .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .content {
    min-height: calc(100vh - 365px);
    overflow: auto;
    overflow-x: hidden;
}

.shiraz-megenta-cyan .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .menu_sequence_frm,
.shiraz-megenta-cyan .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .process_sequence_frm,
.shiraz-megenta-cyan .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .menuaccess {
    position: relative;
}

.shiraz-megenta-cyan .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content .admin_settings {
    position: relative;
}

.shiraz-megenta-cyan .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.tab-pane-small-height .menuaccess {
    height: calc(100vh - 360px);
    min-height: auto;
}

.shiraz-megenta-cyan .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.tab-pane-small-height .button-position {
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 1050;
}

.shiraz-megenta-cyan .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.tab-cnt-height {
    height: calc(100vh - 335px);
}

.shiraz-megenta-cyan .common-rightside-panel.no-scroll .tab-content .tab-pane .tab-pane-content.mul-tab-cnt-height {
    height: calc(100vh - 358px);
}

.shiraz-megenta-cyan .common-rightside-panel #mainSplitter {
    height: calc(100vh - 150px) !important;
    border: 0px;
}

.shiraz-megenta-cyan .common-rightside-panel #mainSplitter .jqx-widget-content {
    font-family: "Roboto" !important;
}

.shiraz-megenta-cyan .common-rightside-panel #mainSplitter .jqx-widget-content .compareFileList .checkbox label {
    font-size: 16px !important;
}

.shiraz-megenta-cyan .common-rightside-panel #mainSplitter .jqx-splitter-splitbar-vertical {
    border: 0px;
}

.shiraz-megenta-cyan .common-new-right-panel {
    height: calc(100vh - 112px);
}

.shiraz-megenta-cyan .scrtabs-tab-container {
    margin-bottom: 20px;
}

.shiraz-megenta-cyan .scrtabs-tab-container .scrtabs-tab-scroll-arrow {
    border: 0 !important;
}

.shiraz-megenta-cyan #app-content-section.comparenosidebar .common-rightside-panel {
    height: calc(100vh - 90px) !important;
}

@media (max-width: 1199px) {
    .shiraz-megenta-cyan .common-rightside-panel {
        height: calc(100vh - 110px);
    }
    .shiraz-megenta-cyan #app-content-section.comparenosidebar .common-rightside-panel {
        height: calc(100vh - 90px) !important;
    }
    .shiraz-megenta-cyan .res-btm-space {
        margin-bottom: 3rem !important;
    }
}

.shiraz-megenta-cyan .top-select label {
    font-size: calc(100% - 2px) !important;
}

.shiraz-megenta-cyan .top-select select {
    width: auto;
    margin-left: 10px;
}

.shiraz-megenta-cyan .allocation-scroll {
    min-height: 200px;
    overflow: auto;
    max-height: calc(100vh - 290px);
    clear: both;
}

.shiraz-megenta-cyan .allocation-scroll.users {
    max-height: calc(100vh - 290px);
}

.shiraz-megenta-cyan .allocation-scroll .allocation-panel {
    position: relative;
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 15px;
    border: 1px solid #b5b5b5;
}

.shiraz-megenta-cyan .allocation-scroll .allocation-panel:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.shiraz-megenta-cyan .allocation-scroll .allocation-panel.users .alloc-body {
    min-height: 55px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-header {
    color: #206087;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0.5rem 1rem;
    position: relative;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-header .projectName {
    display: block;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body {
    min-height: 85px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .list-group {
    height: 90px;
    overflow: auto;
    margin-bottom: 0;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .list-group .list-group-item {
    padding: 5px 10px;
    border: 0px;
    font-size: calc(100% - 2px);
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .list-group .list-group-item .badge {
    border-radius: 3px;
    background: #e4590d;
    color: #f8f9fa;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .right-sec-height {
    height: 90px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .components {
    min-height: 54px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .components .allocation-panel {
    padding: 0;
    margin: 0;
    border: 0;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .components .allocation-panel:hover {
    box-shadow: none;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .components .allocation-panel .alloc-body {
    padding: 0px;
    min-height: 45px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .content-progress {
    height: 82px;
    overflow: auto;
    position: relative;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body p {
    font-size: calc(100% - 3px);
    color: #848484;
    margin-bottom: 5px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body p.assigned_to {
    bottom: 50px;
    position: absolute;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .user-split {
    justify-content: flex-end;
    display: flex;
    margin-top: 10px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .user-split .components {
    position: absolute;
    width: calc(100% - 110px);
    height: 100%;
    bottom: 0;
    left: 0px;
    padding: 12px 30px 18px 65px;
    display: flex;
    align-items: flex-end;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .user-split .components.has-drop {
    padding: 0px 14px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel {
    width: 100%;
    margin-bottom: 0px;
    border: 0px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list {
    padding: 0px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user {
    display: inline;
    padding-left: 55px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .online,
.shiraz-megenta-cyan .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .offline {
    left: 32px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .user_name {
    vertical-align: super;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .user-split .components.has-drop .allocation-panel .users-list .user .user_avatar {
    left: 0px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .user-split .components .user_avatar {
    top: auto;
    bottom: 10px;
    left: 15px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .user-split .components .user_badge {
    top: auto;
    bottom: 16px;
    right: 0px;
    border: 0px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .user-split .components .user_name {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .user-split .components .online,
.shiraz-megenta-cyan .allocation-scroll .alloc-body .user-split .components .offline {
    bottom: 40px;
    left: 47px;
    top: auto;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .has-drop .user_name {
    width: 70% !important;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .has-drop .user_badge {
    color: #fff !important;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .has-drop .user_badge::before {
    content: "";
    font-family: FontAwesome !important;
    color: #1E1E1E;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body.users-list {
    padding: 7px 10px 5px;
    height: auto;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .user {
    position: relative;
    padding: 12px 30px 12px 50px;
    white-space: nowrap;
    overflow: hidden;
    font-size: calc(100% - 1px);
    min-height: 44px;
    text-overflow: ellipsis;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .user .user_avatar {
    position: absolute;
    max-height: 42px;
    max-width: 42px;
    min-height: 42px;
    min-width: 42px;
    width: 100%;
    height: auto;
    border-radius: 50%;
    vertical-align: top;
    top: 0px;
    left: 0px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .user span.online,
.shiraz-megenta-cyan .allocation-scroll .alloc-body .user span.offline {
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    top: 0px;
    background: #33bf21;
    left: 34px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .user span.offline {
    background: #dddddd;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .user span.user_badge {
    position: absolute;
    top: 8px;
    right: 0px;
    font-size: calc(100% + 4px);
    text-align: center;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .content-progress .main {
    display: flex;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .content-progress .main .progress-label {
    font-size: calc(100% - 2px);
    width: 100px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .content-progress .main .progress {
    background: transparent;
    box-shadow: none;
    height: 6px;
    width: calc(100% - 135px);
    margin: 6px 0px 0px 0px;
    margin-bottom: 12px;
    overflow: visible;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .content-progress .main .progress .progress-bar {
    position: relative;
    border-radius: 20px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .content-progress .main .progress .progress-bar .sr-only {
    color: #1E1E1E;
    width: 27px;
    height: auto;
    clip: inherit;
    text-align: left;
    top: -5px;
    right: -30px;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .content-progress .main:nth-child(1) .progress-bar {
    background: #e4590d;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .content-progress .main:nth-child(2) .progress-bar {
    background: #206087;
}

.shiraz-megenta-cyan .allocation-scroll .alloc-body .content-progress .main:nth-child(3) .progress-bar {
    background: #f3851c;
}

.shiraz-megenta-cyan .my-works .alloc-body .list-group {
    height: 65px;
}

.shiraz-megenta-cyan .my-works .alloc-footer {
    background: rgba(243, 133, 28, 0.1);
    height: 53px;
}

.shiraz-megenta-cyan .my-works .alloc-footer .btn-default.icon {
    margin-right: 5px;
}

.shiraz-megenta-cyan .my-works .alloc-footer .groupdiv {
    display: inline-flex;
}

.shiraz-megenta-cyan .allocation-scroll .panel-default {
    border-color: #f3851c;
    height: 203px;
}

.shiraz-megenta-cyan .allocation-scroll .panel-default .panel-heading {
    color: #fff;
    background-color: #f3851c;
    border-color: #f3851c;
    position: relative;
}

.shiraz-megenta-cyan .allocation-scroll .panel-default .panel-heading .title {
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shiraz-megenta-cyan .allocation-scroll .panel-default .panel-heading .title small {
    color: #f8f9fa;
    font-size: 75%;
}

.shiraz-megenta-cyan .allocation-scroll .panel-default .panel-heading .status {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: calc(100% - 2.5px);
    color: #1E1E1E;
    border-radius: 3px;
    width: 100px;
    text-align: center;
    height: 28px;
    line-height: 28px;
}

.shiraz-megenta-cyan .allocation-scroll .panel-default .panel-heading .status.ready {
    background-color: #b2de4c;
}

.shiraz-megenta-cyan .allocation-scroll .panel-default .panel-heading .status.in-progress {
    background-color: #fecb4e;
}

.shiraz-megenta-cyan .allocation-scroll .panel-default .panel-heading .status.checked-out {
    background-color: #fdb286;
}

.shiraz-megenta-cyan .allocation-scroll .panel-default .panel-heading .status.error {
    background-color: #f6a0a0;
}

.shiraz-megenta-cyan .allocation-scroll .panel-default .panel-heading .status.shared {
    background-color: #7ae8f8;
}

.shiraz-megenta-cyan .allocation-scroll .panel-default .panel-heading .status.paused {
    background-color: #c3d8a5;
}

.shiraz-megenta-cyan .allocation-scroll .panel-default .panel-heading .status.queued {
    background-color: #d8c5b0;
}

.shiraz-megenta-cyan .allocation-scroll .panel-default .panel-heading .status.archive {
    background-color: #dba7ae;
}

.shiraz-megenta-cyan .allocation-scroll .panel-default .panel-heading .status.for-dispatch {
    background-color: #f789b0;
}

.shiraz-megenta-cyan .allocation-scroll .panel-default .panel-heading .status.on-hold {
    background-color: #dedede;
}

@media (min-width: 1200px) and (max-width: 1750px) {
    .shiraz-megenta-cyan .allocation-scroll .col-lg-4 {
        width: 50%;
    }
    .shiraz-megenta-cyan .allocation-scroll .col-lg-3 {
        width: 50%;
    }
    .shiraz-megenta-cyan .allocation-scroll .col-lg-3.my-works {
        width: 33.33333333% !important;
    }
}

@media (min-height: 411px) {
    .shiraz-megenta-cyan .allocation-scroll {
        max-height: calc(100vh - 150px);
    }
    .shiraz-megenta-cyan .allocation-scroll.component {
        max-height: calc(100vh - 280px);
    }
}

.shiraz-megenta-cyan .modal ul li {
    display: inline-block;
    list-style-type: none;
}

.shiraz-megenta-cyan .modal ul li.category-level {
    font-size: calc(100% - 3px);
    font-weight: 700;
    margin-right: 10px;
}

.shiraz-megenta-cyan .modal ul li ul li {
    background-color: #eeeeee;
    color: #1E1E1E;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 2px;
    border-radius: 4px;
    box-shadow: 1px 2px 2px 0px #dddddd;
    border: 1px solid #dddddd;
    font-size: calc(100% - 1px);
}

.shiraz-megenta-cyan .modal ul li ul li.level-filled {
    background-color: #ffcd5d;
}

.shiraz-megenta-cyan .modal .form-footer {
    border-top: 1px solid #f3851c;
    margin-top: 20px;
    padding-top: 20px;
}

.shiraz-megenta-cyan .modal .modal-footer {
    border-top: 1px solid #f3851c;
}

.shiraz-megenta-cyan table.dataTable#approvalSummary thead tr th {
    border: 0px;
    height: 43px;
    vertical-align: top;
}

.shiraz-megenta-cyan table.dataTable#approvalSummary thead tr th .head-txt {
    position: relative;
}

.shiraz-megenta-cyan table.dataTable#approvalSummary thead tr th .head-txt .sub_heading {
    top: 17px;
    position: absolute;
    left: 0px;
    font-size: 75%;
}

.shiraz-megenta-cyan table.dataTable#approvalSummary thead tr th::after {
    top: 11px;
}

.shiraz-megenta-cyan table.dataTable#approvalSummary thead tr th:last-child .head-txt {
    margin: 0px 5px 0px 20px;
}

.shiraz-megenta-cyan table.dataTable#approvalSummary .br-theme-bars-square {
    display: inline-block;
}

.shiraz-megenta-cyan table.dataTable#approvalSummary tbody tr td .position-relative {
    position: relative;
}

.shiraz-megenta-cyan table.dataTable#approvalSummary tbody tr td .position-relative .filterValue.invisible {
    position: absolute;
    visibility: hidden;
}

.shiraz-megenta-cyan .toggle-section {
    /* Rounded sliders */
}

.shiraz-megenta-cyan .toggle-section .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
}

.shiraz-megenta-cyan .toggle-section .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.shiraz-megenta-cyan .toggle-section .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.shiraz-megenta-cyan .toggle-section .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.shiraz-megenta-cyan .toggle-section input:checked+.slider {
    background-color: #e4590d;
}

.shiraz-megenta-cyan .toggle-section input:focus+.slider {
    box-shadow: 0 0 1px #e4590d;
}

.shiraz-megenta-cyan .toggle-section input:checked+.slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}

.shiraz-megenta-cyan .toggle-section .slider.round {
    border-radius: 34px;
}

.shiraz-megenta-cyan .toggle-section .slider.round:before {
    border-radius: 50%;
}

.shiraz-megenta-cyan .similarImg #similarImgList .carousel-control.left,
.shiraz-megenta-cyan .similarImg #similarImgList .carousel-control.right {
    color: #1E1E1E;
}

.shiraz-megenta-cyan .similarImgToggle .btn-toggle.active {
    background: #206087;
}

.shiraz-megenta-cyan .alertify .alertify-button {
    margin-right: 1rem;
    width: 110px;
}

.shiraz-megenta-cyan .alertify .alertify-button.alertify-button-ok {
    color: #fff;
    background-color: #206087;
    border-color: #206087;
}

.shiraz-megenta-cyan .alertify .alertify-button.alertify-button-ok:hover,
.shiraz-megenta-cyan .alertify .alertify-button.alertify-button-ok:focus {
    color: #206087;
    background-color: #fff;
    border-color: #206087;
}

.shiraz-megenta-cyan .alertify .alertify-button.alertify-button-cancel {
    color: #206087;
    background-color: #fff;
    border-color: #206087;
}

.shiraz-megenta-cyan .alertify .alertify-button.alertify-button-cancel:hover,
.shiraz-megenta-cyan .alertify .alertify-button.alertify-button-cancel:focus {
    color: #fff;
    background-color: #206087;
    border-color: #206087;
}

.shiraz-megenta-cyan .main-title {
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

.shiraz-megenta-cyan .main-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 3px;
    width: 40px;
    background: #206087;
}

.shiraz-megenta-cyan .list-group-item.active,
.shiraz-megenta-cyan .list-group-item.active:hover,
.shiraz-megenta-cyan .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #206087;
    border-color: #206087;
}

.shiraz-megenta-cyan .list-group-item.active .badge,
.shiraz-megenta-cyan .list-group-item.active:hover .badge,
.shiraz-megenta-cyan .list-group-item.active:focus .badge {
    color: #206087;
    background-color: #fff;
}

.shiraz-megenta-cyan .list-group-item .badge {
    color: #fff;
    background-color: #206087;
    min-width: 24px;
    min-height: 24px;
    line-height: 18px;
    border-radius: 50%;
    margin-top: -2px;
    margin-right: -10px;
}

.shiraz-megenta-cyan .filterMain .list-group.mainFilter {
    overflow-y: auto;
}

.shiraz-megenta-cyan .filterMain .list-group .list-group-item {
    padding: 5px 15px;
    font-size: calc(100% - 2px);
}

.shiraz-megenta-cyan .filterMain .list-group .list-group-item:hover {
    cursor: pointer;
    background: #f8f9fa;
}

.shiraz-megenta-cyan .filterMain .list-group .list-group-item.active:hover {
    color: #206087;
    background-color: #fff;
}

.shiraz-megenta-cyan .filterMain .list-group .list-group-item.active:hover .badge {
    color: #fff;
    background-color: #206087;
}

.shiraz-megenta-cyan .imgView #thumbList {
    height: calc(100vh - 250px);
    overflow-y: auto;
}

.shiraz-megenta-cyan .imgView #thumbList .thumbItem {
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    border-collapse: collapse;
    position: relative;
}

.shiraz-megenta-cyan .imgView #thumbList .thumbItem i {
    position: absolute;
    right: 15px;
    top: 0;
    color: #f3851c;
}

.shiraz-megenta-cyan .imgView #thumbList .thumbItem img {
    max-height: 100px;
}

.shiraz-megenta-cyan .editorView .message {
    color: #f3851c;
}

.shiraz-megenta-cyan .comments {
    position: relative;
    overflow: hidden !important;
}

.shiraz-megenta-cyan .comments .commentSection .commentHeader .addComment {
    cursor: pointer;
    color: #f3851c;
}

.shiraz-megenta-cyan .comments .commentSection .commentHeader .addComment:hover {
    color: #206087;
}

.shiraz-megenta-cyan .comments .commentSection .commentBody {
    height: calc(100vh - 310px);
    overflow-y: auto;
    overflow-x: hidden;
}

.shiraz-megenta-cyan .comments .commentSection .commentBody.commentList {
    overflow-y: auto;
    overflow-x: hidden;
}

.shiraz-megenta-cyan .comments .commentSection .commentBody .cmtTitle {
    color: #206087;
    font-size: 15px;
}

.shiraz-megenta-cyan .comments .commentSection .commentBody .cmtDate {
    color: #f3851c;
    line-height: 1.6rem;
}

.shiraz-megenta-cyan .comments .commentSection .commentBody .cmtText {
    font-size: 14px;
}

.shiraz-megenta-cyan .comments .commentFooter {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
}

@media (max-width: 1450px) {
    .shiraz-megenta-cyan .commentBody .btn {
        width: 110px;
    }
}

.shiraz-megenta-cyan .fontIncDec a,
.shiraz-megenta-cyan .fontIncDec small {
    color: #f3851c;
}

.shiraz-megenta-cyan .fontIncDec a:hover,
.shiraz-megenta-cyan .fontIncDec small:hover {
    color: #206087;
}

.shiraz-megenta-cyan .similar_img_tab_heading li {
    width: 120px;
}

.shiraz-megenta-cyan .similar_img_tab_heading li a {
    text-align: center;
    padding: 5px;
}

.shiraz-megenta-cyan .similar_img_tab_heading li a img {
    object-fit: cover;
    width: 100%;
}

.shiraz-megenta-cyan .similar_img_tab_heading li.active a {
    background: #ddd;
}

.shiraz-megenta-cyan .similar_img_tab_content .similar_img {
    max-width: 100%;
}

.shiraz-megenta-cyan #similar_image_modal img.actualImg,
.shiraz-megenta-cyan #similar_image_modal img.similarImg {
    max-height: 300px;
    height: 300px;
    object-fit: scale-down;
    width: 100%;
    object-position: right;
}

.shiraz-megenta-cyan #similar_image_modal img.similarImg {
    object-position: left;
}

.shiraz-megenta-cyan .content_scroll_section {
    overflow: auto;
    overflow-x: hidden;
    height: calc(100vh - 185px);
}

.shiraz-megenta-cyan .scroll_section_separator {
    border-bottom: 1px solid #dddddd;
}

.shiraz-megenta-cyan .br-readonly a {
    cursor: default;
}

.shiraz-megenta-cyan .component_list_img {
    /*min-height:160px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.shiraz-megenta-cyan .component_list_img img {
    max-height: 160px;
}

.shiraz-megenta-cyan .alt-text-type {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
    border: 1px solid #dddddd;
    width: 100%;
    margin: 0px 15px;
}

.shiraz-megenta-cyan .white_bg {
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    border: 1px solid #dddddd;
}

.shiraz-megenta-cyan .white_bg .names {
    font-size: calc(100% - 2px);
}

.shiraz-megenta-cyan .white_bg ul li {
    list-style-type: none;
    display: inline-block;
}

@media (max-width: 1024px) {
    .shiraz-megenta-cyan .component_list_img {
        min-height: auto;
    }
}

.shiraz-megenta-cyan .main-content .view-content .filterMenu .filterIcon {
    color: #206087;
}

.shiraz-megenta-cyan .main-content .view-content .comments .commentIcon {
    color: #206087;
}


/*# sourceMappingURL=master.css.map */