﻿.gradient-body {
    font-family: 'Poppins', sans-serif;
    background: #9c2791; /* Old browsers */
    background: -moz-linear-gradient(45deg, #9c2791 0%, #2e4ea2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #9c2791 0%,#2e4ea2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #9c2791 0%,#2e4ea2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c2791', endColorstr='#2e4ea2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-attachment: fixed;
}

.mar-top-bot {
    /*margin-top: 50px;*/
    padding-top: 50px !important;
}

.pad-top-50 {
    padding-top: 50px;
}

.btn-border {
    border: solid 1px #fff;
    border-radius: 5px;
    color: #000;
}

.content {
    color: #fff !important;
    text-align: right;
    margin: 100px 0 0;
}

    .content h1 {
        color: #fff !important;
        font-weight: bold;
        font-size: 55px;
        margin: 0 0 30px 0;
        text-transform: uppercase;
    }

    .content h6 {
        font-size: 22px;
    }

    .content p {
        font-size: 14px;
        line-height: 18px;
        width: 80%;
        float: right;
        clear: both;
        margin-bottom: 20px;
    }

.icon-tb {
    position: absolute;
    z-index: 999;
    right: 0;
    color: #000;
}

.hollow-btn {
    color: #fff;
    background: transparent !important;
    float: right;
    clear: both;
    border: solid 1px #fff !important;
    box-shadow: 0 0 5px #000;
    text-decoration: none;
    font-weight: bold !important;
    letter-spacing: 1px;
    -webkit-transition: 0.3s all ease;
    font-size: 16px !important;
    transition: 0.3s ease all;
    text-transform: uppercase;
    padding: 10px 20px !important;
}

    .hollow-btn:visited, .hollow-btn:focus {
        color: #fff !important;
    }

    .hollow-btn:hover {
        color: #000 !important;
        box-shadow: 0 0 5px #000;
        background: #fff !important;
        transition: 0.3s ease all;
        text-decoration: none;
    }

.content .panel-default > .panel-heading {
    color: #fff;
    background-color: transparent;
    border: none;
}

.content .panel {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

#myDIV {
    margin-top: 5px;
}

.col-exp-icon {
    left: 242px;
}

.powered {
    width: 160px;
    padding: 5px;
    float: right;
    text-align: right;
}

.pad-rt-0 {
    padding-right: 0 !important;
}

.form-inline .form-control {
    width: 100% !important;
    border-radius: 8px;
    height: 36px;
    border: none;
    padding: 5px;
}

.pad-0 {
    padding: 0 !important;
}

.pad-lt-0 {
    padding-left: 0 !important;
}

.input-wrapper {
    talk position: relative;
}

.login-icon-bg {
    height: 36px;
    width: 28px;
    position: absolute;
    right: 14px;
    top: 0;
    border-radius: 0 5px 5px 0;
}

.icon-tb {
    top: 10px;
    right: 5px;
}
/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
    .login-icon-bg {
        top: 0;
    }
}

/*.error-bubble {
    position: absolute;
    background: #ffdf6b;
    border-radius: 5px;
    padding: 10px 10px 5px 10px;
    z-index: 99;
    box-shadow: 0 0 10px #000;
    width: 250px;
    margin: -5px 20px;
}*/
.error-bubble {
    position: relative;
    /*z-index: 99;
    bottom: 180px;
    right: 52px;*/
}

    .error-bubble label {
        color: coral;
        font-size: 12px;
    }

.talk-bubble {
    margin: 0px 20px 0;
    display: inline-block;
    position: absolute;
    width: 250px;
    height: auto;
    background-color: #04bfff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 31px #2d3e71;
}

.tri-right.border.left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}

.tri-right.left-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -12px;
    right: auto;
    top: 8px;
    bottom: auto;
    border: 12px solid;
    border-color: #04bfff #04bfff transparent transparent;
}

.custom-nav {
    float: right;
}

    .custom-nav ul li a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
    }

        .custom-nav ul li a:hover {
            background: transparent !important;
        }

        .custom-nav ul li a:active {
            font-weight: bold;
        }

.active {
    font-weight: bold !important;
}
/*---------Header and Left Menu css overwritten-----------*/
.menu-position-side.menu-w.menu-side-left .logo-w:first-child {
    background: #3a3a3a !important;
    border-radius: 0 !important;
}

.menu-w.color-scheme-light .logo-w .logo-label {
    color: #FFF !important;
}

/*.mythead {
    background: #9c2791;  Old browsers 
    background: -moz-linear-gradient(45deg, #9c2791 0%, #2e4ea2 100%);  FF3.6-15 
    background: -webkit-linear-gradient(45deg, #9c2791 0%,#2e4ea2 100%);  Chrome10-25,Safari5.1-6 
    background: linear-gradient(45deg, #9c2791 0%,#2e4ea2 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c2791', endColorstr='#2e4ea2',GradientType=1 );  IE6-9 fallback on horizontal gradient 
    color: #fff;
    text-align: left;
}*/

.mythead {
    background: #3f3b6b; /* Old browsers */
    color: #fff;
    text-align: left;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: none !important;
}

.nav > li {
    position: relative;
    display: inline-block !important;
}

.navbar {
    width: 100%;
}

.navbar-nav {
    float: right !important;
    margin: 0;
}

/*.btn-primary {
    background: #354ca1 !important;
    border-radius: 20px;
}*/

/*.btn-danger {
    background: #e13131 !important;
    border-radius: 20px;
}*/


.btn-primary {
    background: #3F3B6B !important;
    border-radius: 5px;
    border: none;
    padding: 10px 60px;
    text-align: center;
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    /* "White" */
    color: #FEFDFF;
}

.btn-primaryDisabled {
    background: #c5c5c5;
    border-radius: 5px;
    border: none;
    padding: 10px 60px;
    text-align: center;
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #3c2b4d;
}

.btn-primary-table {
    background: #354ca1 !important;
    color: #fff;
}

.btn-primaryrounded {
    color: #3f3b6b;
    border-radius: 5px;
    border-color: #3f3b6b;
    padding: 10px 60px;
    border: 2px solid #3f3b6b;
}
/*--------------New----------------*/
.dashboard-box {
    background: #fff;
    padding: 0;
    border-radius: 8px;
    text-align: center;
    min-height: 100px;
    max-height: 150px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

    .dashboard-box span {
        background: #b41f8d; /* Old browsers */
        background: -moz-linear-gradient(45deg, #b41f8d 0%, #364ba1 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #b41f8d 0%,#364ba1 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #b41f8d 0%,#364ba1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b41f8d', endColorstr='#364ba1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        width: 10px;
        border-radius: 0 10px 10px 0;
        width: 14px;
        border-radius: 0 8px 8px 0;
        float: right;
        min-height: 100px;
    }

    .dashboard-box h6 {
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #3e4e61;
        font-size: 14px;
        padding: 15px 10px 0 10px;
        font-weight: normal;
    }

    .dashboard-box h2 {
        text-transform: uppercase;
        color: #2c4ea0;
        font-size: 32px;
        position: absolute;
        bottom: 0;
        width: 90%;
        text-align: center;
    }

.flex-col {
    display: flex;
}

.sop-table {
    border: 0;
}

.pink-purple {
    background: #e7098b; /* Old browsers */
    background: -moz-linear-gradient(left, #e7098b 0%, #94288c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e7098b 0%,#94288c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e7098b 0%,#94288c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7098b', endColorstr='#94288c',GradientType=1 ); /* IE6-9 */
}

.pink-blue {
    background: #e20b8c; /* Old browsers */
    background: -moz-linear-gradient(left, #e20b8c 0%, #354b9f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e20b8c 0%,#354b9f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e20b8c 0%,#354b9f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20b8c', endColorstr='#354b9f',GradientType=1 ); /* IE6-9 */
}

.blue-green {
    background: #354b9f; /* Old browsers */
    background: -moz-linear-gradient(left, #354b9f 0%, #02a252 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #354b9f 0%,#02a252 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #354b9f 0%,#02a252 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#354b9f', endColorstr='#02a252',GradientType=1 ); /* IE6-9 */
}

.mar-bot-20 {
    margin-bottom: 20px !important;
}

.sop-table td {
    border-top: none;
    padding: 5px 0px;
    font-size: 12px;
    text-align: center;
}

.white-text {
    color: #fff
}

.left-round-cor {
    border-radius: 20px 0 0 0;
}

.col-70 {
    width: 70px;
}

.col-100 {
    width: 100px;
}

.col-150 {
    width: 150px;
}

.col-200 {
    width: 200px;
}

.white-bg {
    background: #fff;
}

.col-shadow {
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.right-round-cor {
    border-radius: 0 20px 0 0;
}

.text-11 {
    font-size: 11px;
}

.green-circle-solid {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #6baa44;
    display: block;
    margin: 0 auto;
}

.green-circle-blinking {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #6baa44;
    display: block;
    margin: 0 auto;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.blink span {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    display: block;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes glowing {
    0% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -webkit-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -moz-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

.green-tag {
    background: #b0ed88;
    padding: 15px;
    border-radius: 0 0 8px 8px;
    margin-top: 0;
    width: 200px;
    display: inherit;
    text-align: center;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.over-flow-text {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.brown-circle-solid {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #dd8c3a;
    display: block;
    margin: 0 auto;
}

.brown-tag {
    background: #ffb980;
    padding: 15px;
    border-radius: 0 0 8px 8px;
    margin-top: 0;
    width: 150px;
    display: block;
    text-align: center;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.gray-circle-solid {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #c4c4c4;
    display: block;
    margin: 0 auto;
}

.gray-tag {
    background: #d3d2d2;
    padding: 15px;
    border-radius: 0 0 8px 8px;
    margin-top: 0;
    width: 150px;
    display: block;
    text-align: center;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.mar-top-30 {
    margin-top: 30px;
}

.bot-table td {
    border: 0;
    margin: 0;
}

@-webkit-keyframes clockwise {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes clockwise {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes counter-clockwise {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-moz-keyframes counter-clockwise {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


.gearbox {
    background: #111;
    height: 150px;
    width: 200px;
    position: relative;
    border: none;
    overflow: hidden;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
}

    .gearbox .overlay {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        -moz-box-shadow: inset 0px 0px 20px white;
        -webkit-box-shadow: inset 0px 0px 20px white;
        box-shadow: inset 0px 0px 20px white;
        -moz-transition: background 0.2s;
        -o-transition: background 0.2s;
        -webkit-transition: background 0.2s;
        transition: background 0.2s;
    }

    .gearbox.turn .overlay {
        background: black;
    }

.gear {
    position: absolute;
    height: 30px;
    width: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

    .gear.large {
        height: 120px;
        width: 120px;
        -moz-border-radius: 60px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
    }

        .gear.large:after {
            height: 96px;
            width: 96px;
            -moz-border-radius: 48px;
            -webkit-border-radius: 48px;
            border-radius: 48px;
            margin-left: -48px;
            margin-top: -48px;
        }

    .gear.one {
        top: 0px;
        left: -10px;
    }

    .gear.two {
        top: 21px;
        left: 11px;
    }

    .gear.three {
        top: 30px;
        left: -18px;
    }

    .gear.four {
        top: 13px;
        left: 128px;
    }

    .gear:after {
        content: "";
        position: absolute;
        height: 16px;
        width: 14px;
        -moz-border-radius: 36px;
        -webkit-border-radius: 36px;
        border-radius: 36px;
        background: #f2f4f8;
        margin-left: 16px;
        margin-top: -4px;
        -moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 2px 0px 0px #090909, inset 0px -1px 0px 0px #888888;
        -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 2px 0px 0px #090909, inset 0px -1px 0px 0px #888888;
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 2px 0px 0px #090909, inset 0px -1px 0px 0px #888888;
    }

.gear-inner {
    position: relative;
    height: 13px;
    width: 11px;
    background: #555;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 33px;
    top: 11px;
}

.large .gear-inner {
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}

.gear.one .gear-inner {
    -webkit-animation: counter-clockwise 3s infinite linear;
    -moz-animation: counter-clockwise 3s infinite linear;
}

.gear.two .gear-inner {
    -webkit-animation: clockwise 3s infinite linear;
    -moz-animation: clockwise 3s infinite linear;
}

.gear.three .gear-inner {
    -webkit-animation: counter-clockwise 3s infinite linear;
    -moz-animation: counter-clockwise 3s infinite linear;
}

.gear.four .gear-inner {
    -webkit-animation: counter-clockwise 6s infinite linear;
    -moz-animation: counter-clockwise 6s infinite linear;
}

.gear-inner .bar {
    background: #555;
    height: 6px;
    width: 28px;
    position: absolute;
    left: 143%;
    margin-left: -23px;
    top: -9px;
    margin-top: 11px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.large .gear-inner .bar {
    margin-left: -68px;
    width: 136px;
}

.gear-inner .bar:nth-child(2) {
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.gear-inner .bar:nth-child(3) {
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.gear-inner .bar:nth-child(4) {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.gear-inner .bar:nth-child(5) {
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.gear-inner .bar:nth-child(6) {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}
/*------red Gears Rotational-------*/
.gearbox {
    background: #111;
    height: 150px;
    width: 200px;
    position: relative;
    border: none;
    overflow: hidden;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
}

    .gearbox .overlay {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        -moz-box-shadow: inset 0px 0px 20px white;
        -webkit-box-shadow: inset 0px 0px 20px white;
        box-shadow: inset 0px 0px 20px white;
        -moz-transition: background 0.2s;
        -o-transition: background 0.2s;
        -webkit-transition: background 0.2s;
        transition: background 0.2s;
    }

    .gearbox.turn .overlay {
        background: black;
    }

.red-gear {
    position: absolute;
    height: 30px;
    width: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

    .red-gear.large {
        height: 120px;
        width: 120px;
        -moz-border-radius: 60px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
    }

        .red-gear.large:after {
            height: 96px;
            width: 96px;
            -moz-border-radius: 48px;
            -webkit-border-radius: 48px;
            border-radius: 48px;
            margin-left: -48px;
            margin-top: -48px;
        }

    .red-gear.one {
        top: 0px;
        left: 10px;
    }

    .red-gear.two {
        top: 21px;
        left: 31px;
    }

    .red-gear.three {
        top: 30px;
        left: 2px;
    }

    .red-gear.four {
        top: 13px;
        left: 128px;
    }

    .red-gear:after {
        content: "";
        position: absolute;
        height: 16px;
        width: 14px;
        -moz-border-radius: 36px;
        -webkit-border-radius: 36px;
        border-radius: 36px;
        background: #f2f4f8;
        margin-left: 1px;
        margin-top: -4px;
        -moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 2px 0px 0px #090909, inset 0px -1px 0px 0px #888888;
        -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 2px 0px 0px #090909, inset 0px -1px 0px 0px #888888;
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 2px 0px 0px #bf0000, inset 0px -1px 0px 0px #888;
    }

.red-gear-inner {
    position: relative;
    height: 13px;
    width: 11px;
    background: #401616;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 18px;
    top: 11px;
}

.large .red-gear-inner {
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}

.red-gear.one .red-gear-inner {
    -webkit-animation: counter-clockwise 3s infinite linear;
    -moz-animation: counter-clockwise 3s infinite linear;
}

.red-gear.two .red-gear-inner {
    -webkit-animation: clockwise 3s infinite linear;
    -moz-animation: clockwise 3s infinite linear;
}

.red-gear.three .red-gear-inner {
    -webkit-animation: counter-clockwise 3s infinite linear;
    -moz-animation: counter-clockwise 3s infinite linear;
}

.red-gear.four .red-gear-inner {
    -webkit-animation: counter-clockwise 6s infinite linear;
    -moz-animation: counter-clockwise 6s infinite linear;
}

.red-gear-inner .bar {
    background: #f00;
    height: 6px;
    width: 28px;
    position: absolute;
    left: 143%;
    margin-left: -23px;
    top: -9px;
    margin-top: 11px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.large .red-gear-inner .bar {
    margin-left: -68px;
    width: 136px;
}

.red-gear-inner .bar:nth-child(2) {
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.red-gear-inner .bar:nth-child(3) {
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.red-gear-inner .bar:nth-child(4) {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.red-gear-inner .bar:nth-child(5) {
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.red-gear-inner .bar:nth-child(6) {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}


/*----------Red Gears End-------*/
/*------Static Gears-------*/
.gearbox {
    background: #111;
    height: 150px;
    width: 200px;
    position: relative;
    border: none;
    overflow: hidden;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
}

    .gearbox .overlay {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        -moz-box-shadow: inset 0px 0px 20px white;
        -webkit-box-shadow: inset 0px 0px 20px white;
        box-shadow: inset 0px 0px 20px white;
        -moz-transition: background 0.2s;
        -o-transition: background 0.2s;
        -webkit-transition: background 0.2s;
        transition: background 0.2s;
    }

    .gearbox.turn .overlay {
        background: black;
    }

.static-gear {
    position: absolute;
    height: 30px;
    width: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.static-gear-inner {
    position: relative;
    height: 13px;
    width: 11px;
    background: #7e7e7e;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 18px;
    top: 11px;
}

.static-gear.large {
    height: 120px;
    width: 120px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}

    .static-gear.large:after {
        height: 96px;
        width: 96px;
        -moz-border-radius: 48px;
        -webkit-border-radius: 48px;
        border-radius: 48px;
        margin-left: -48px;
        margin-top: -48px;
    }

.static-gear.one {
    top: -5px;
    left: -10px;
}


.static-gear.two {
    top: 11px;
    left: 14px;
}


.static-gear.three {
    top: 24px;
    left: -13px;
}


.static-gear.four {
    top: 13px;
    left: 128px;
}

.static-gear:after {
    content: "";
    position: absolute;
    height: 16px;
    width: 14px;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    background: #f2f4f8;
    margin-left: 16px;
    margin-top: -4px;
    -moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 2px 0px 0px #090909, inset 0px -1px 0px 0px #888888;
    -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 2px 0px 0px #090909, inset 0px -1px 0px 0px #888888;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 2px 0px 0px #2d2d2d, inset 0px -1px 0px 0px #888;
}

.static-gear-inner .bar {
    background: #797979;
    height: 6px;
    width: 28px;
    position: absolute;
    left: 143%;
    margin-left: -23px;
    top: -9px;
    margin-top: 11px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.large .static-gear-inner .bar {
    margin-left: -68px;
    width: 136px;
}

.static-gear-inner .bar:nth-child(2) {
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.static-gear-inner .bar:nth-child(3) {
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.static-gear-inner .bar:nth-child(4) {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.static-gear-inner .bar:nth-child(5) {
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.static-gear-inner .bar:nth-child(6) {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}

/*----------Red Gears End-------*/

.wrap {
    width: 100%;
    height: 100%;
}


.top-left {
    position: relative;
    transform: rotate(-90deg) scaleX(-1);
    transform-origin: top left;
    color: #364ba1;
    /*top: -15px;*/
    left: 29px;
}

    .top-left .content-ver {
        transform: scaleX(-1);
        color: #364ba1;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
    }

.top-bar.color-scheme-light .logo-w .logo-label, .top-bar.color-scheme-transparent .logo-w .logo-label {
    color: #fff !important;
}

@media (min-width: 768px) {
    .ten-columns > .col-lg-2-5, .col-md-2-5 {
        width: 20% !important;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 537px) and (max-width:767px) {
    .talk-bubble {
        margin: -4px 20px 0;
        position: absolute;
        z-index: 9;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .talk-bubble {
        margin: -4px 20px 0;
        position: absolute;
        z-index: 9;
    }
}

@media (min-width: 1366px) {
    .wrap {
        text-align: right;
        right: -12px;
        position: relative;
    }

    .left-powered-img {
        bottom: 100px;
    }
}

@media (min-width: 600px) and (max-width:1200px) {
    .responsive_div1 {
        width: 33.33%;
        float: left;
    }

        .responsive_div1 .form-group {
            width: 100% !important
        }

    .SumoSelect {
        width: 100% !important
    }

    .responsive_div1 .form-control {
        width: 100% !important
    }

    .Media-lender {
        display: contents !important
    }
}



.red-circle-solid {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #FF0000;
    display: block;
    margin: 0 auto;
}

.col-45 {
    width: 45px;
}

.col-50 {
    width: 50px;
}

.col-60 {
    width: 60px;
}

.col-70 {
    width: 70px;
}

.col-80 {
    width: 80px;
}

.col-100 {
    width: 100px;
}

.col-180 {
    width: 180px;
}

.col-10 {
    width: 10% !important;
}

.col-20 {
    width: 20% !important;
}

.disp-inh {
    display: inherit;
}

.pink-bg {
    background: #e60a8b;
}

.purple-bg {
    background: #96278b;
}

.green-bg {
    background: #08995a;
}

.blue-bg {
    background: #42469e;
}

.text-white {
    color: #fff;
}

.bot-table {
    width: 100%;
    height: 60px;
}

.table-100 {
    width: 100%;
}

.mar-bot-80 {
    margin-bottom: 80px !important;
}

.menu-w.menu-layout-compact ul.main-menu {
    padding: 0 1.5rem !important;
    margin-bottom: 0px;
}

.btn-hollow {
    border: solid 3px white;
    padding: 10px 20px;
    border-radius: 30px;
}

.menu-w.menu-layout-compact ul.main-menu > li .icon-w {
    padding: 0px 10px 0px 0px !important;
}

.menu-w.menu-layout-compact ul.main-menu > li.sub-header {
    padding-top: 20px;
}

.menu-w.sub-menu-style-over.sub-menu-color-bright ul.main-menu > li.active > a:hover {
    cursor: pointer !important;
}

.required {
    font-weight: bold;
    color: red;
}

/*-----------------------Common Modal Styles---------*/
/*-----------------------Changes May2020---------*/
/*.show {
    background: rgba(0,0,0,0.4);
}*/

.close.focus, .close:focus, .close:hover {
    border: none;
    text-decoration: none;
    outline: none;
    outline-offset: unset;
}

.text-error {
    color: #ff0500;
}

.btn .os-icon + span, .all-wrapper .fc-button .os-icon + span {
    margin-top: -4px;
}



.pad-top-100 {
    padding-top: 100px;
}

.pad-top-120 {
    padding-top: 130px;
}

.layout-w {
    position: relative;
}

.login-icon-bg {
    background: #ddd;
    height: 36px;
    width: 28px;
    position: absolute;
    right: 14px;
    border-radius: 0 5px 5px 0;
    top: 0px;
}
/*New Style Added on 11th June 2020*/
/*body:before {
    min-height: fit-content;
}*/

.modal-header {
    background: #eee;
}

.left-powered-img {
    width: 200px;
    position: relative;
    left: 20px;
    bottom: 10px;
    margin-top: 30px;
    margin-bottom: 100px;
}

.content-box-p {
    padding: 1em;
}

.btn-gray {
    background: #eee;
}

.img-responsive {
    width: 90%;
}

/*
body{overflow:hidden;}
.modal-header {
    padding: 15px;
    border-bottom: 0px solid #354b9f;
    background-color: #9c2791;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px 5px 0 0;
}.modal-header .close {
    color: white;     opacity: 0.6;
}
.gradient-body{overflow:hidden;}

.btn-purple{background-color: #9c2791;
    color: white;
    text-transform: uppercase;}
.btn-purple.active, .btn-purple:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0px 5px rgba(0,0,0,.125);
    box-shadow: 0 0 0px 5px rgba(0,0,0,.125);
}
.btn-purple.focus, .btn-purple:focus, .btn-purple:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
    outline-offset: unset;
}



.login-input{    background: transparent !important;
    border: none !important;
    border-bottom: solid 1px rgba(255,255,255,0.8) !important;
    border-radius: 0 !important;
    box-shadow: none !important; color:#fff;

}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 20px #743597 inset !important;
   box-shadow: 0 0 0px 20px #743597 inset !important;
-webkit-text-fill-color: #fff !important;
  background-color: transparent  !important;
}

.menu-w
{
 max-height:92vh; overflow:visible !important;
}
.content-box {
    height: 92vh;
    z-index: 0;
position:relative;
}
*/
/*Customization of DataTable*/
.table.table-v2 tbody tr td {
    border-bottom: 1px solid #3c3866 !important;
    padding: 15px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 15px 18px;
    border-bottom: 1px solid #111;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #FEFDFF;
}

th.sorting:first-child {
    border-radius: 5px 0 0 0;
}

th.sorting:last-child {
    border-radius: 0 5px 0 0;
}

.table tr td:first-child {
    border-left: none !important;
}

.table tr td:last-child {
    border-right: none !important;
}

th.sorting {
    border: solid 1px #fff !important;
    text-align: left !important;
}

.dataTables_wrapper .row:first-child {
    border-bottom: none !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    background: white;
    border-radius: 5px;
    width: 328px;
    height: 33px;
    font-family: inherit;
    border: 2px solid #717173;
    box-sizing: border-box;
}

.table.table-v2 tbody tr td {
    border-color: #d1d8e6;
    border-right: solid 1px #d1d8e6;
}

.dataTables_wrapper .row:last-child {
    border-top: none !important;
}

select.form-control.input-sm {
    border: solid 2px #717173 !important;
    padding: 0px;
    height: 25px !important;
}

.avatar-w {
    border-radius: 5px !important;
}

.fixed-top {
    position: fixed;
}
/*Modal Changes*/
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #FEFDFF;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    margin: 0 auto;
}

.modal-header {
    background: #3F3B6B;
    text-align: center;
}

    .modal-header .close {
        border: white solid 1px;
        padding: 2px 0px 4px 5px;
        border-radius: 50%;
        opacity: 1;
        font-size: 21px;
        font-weight: normal;
        height: 30px;
        width: 30px;
        line-height: 12px;
        margin: 0 !important;
    }

/*Form COntrol changes*/
.form-control {
    font-family: inherit !important;
    border: 2px solid #717173 !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
}
/*Top Bar changes*/
.top-bar .logged-user-w .logged-user-menu .logged-user-info-w .logged-user-name {
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 140px;
}

.logged-user-menu.color-style-bright {
    width: 300px;
}

.h1 {
    font-weight: bold;
}
/*Form COntrol Changes*/
.form-control:focus, input:focus {
    border: 2px solid #047bf8 !important;
}

.btn:hover, .btn-primary:hover {
    background: #F87B77 !important;
    color: white !important;
    /*border: #F87B77 solid 2px !important;*/
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    color: white;
}

input.form-control.input-sm {
    border: none;
}

.top-bar > ul li a:after {
    border: none;
    background: none;
}

a.nav-link:hover {
    color: #f87b77 !important;
}

.sub-menu-custom {
    display: inline;
    font-size: 14px;
    padding: 10px;
    color: #3f3b6b !important;
}

    .sub-menu-custom:hover, .sub-menu-custom:focus {
        text-decoration: none;
        color: #f87b77 !important;
    }
/*vin*/
.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-family: Poppins;
    height: 33px;
    /* position: inherit; */
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    margin-top: -7px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #F87B77;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: #3F3B6B !important;
        text-decoration: none !important;
        background: none !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        outline: none;
        background-color: white !important;
        background: none;
        box-shadow: none !important;
        color: coral !important;
    }

.upload-help {
    color: #F87B77;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .03em;
}

.file-upload .file-select {
    display: block;
    border: 2px #34495D dashed;
    color: #34495e;
    text-align: center;
    background: #2474BB;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    min-height: 250px;
}

.file-name {
    font-size: 12px;
    text-align: left;
}

.color-style-transparent_ifiler {
    background: transparent !important;
}
/*Arqam*/
[data-letters]:before {
    content: attr(data-letters);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    width: 33px;
    height: 33px;
    line-height: 21px;
    border-radius: 5px;
    background: #E6C1C1;
    vertical-align: middle;
    margin-right: 1em;
    color: #D86868;
    font-weight: bold;
    text-transform: uppercase;
}

h1.element-header.element-inner-header {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 36pt;
}

use.trash-1 {
    fill: white;
    cursor: pointer;
}

    use.trash-1:hover {
        fill: #f87b77;
        cursor: pointer;
    }

use.trashMediaCabinet-1 {
    fill: white;
    cursor: pointer;
}

    use.trashMediaCabinet-1:hover {
        fill: #f87b77;
        cursor: pointer;
    }

use.edit-1 {
    fill: none;
    cursor: pointer;
}

    use.edit-1:hover {
        fill: #f87b77;
        cursor: pointer;
    }

use.view-1 {
    fill: none;
    cursor: pointer;
}

    use.view-1:hover {
        fill: #f87b77;
        cursor: pointer;
    }

.accordions {
    background-color: white;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

/*.active, .accordions:hover {
        background-color: #f87b77;
    }*/

.panelaccor {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.multi-column {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

.color-change-link {
    color: #f87b77 !important
}

.custom-arrow {
    display: inline-block !important;
    margin-left: .5em;
    vertical-align: .255em;
    content: "";
    border-right: 0;
    border-bottom: 0;
    transform: rotate(361deg);
    height: 16px;
    width: 16px;
    border-radius: 1px;
}

.top-5 {
    top: 5px;
}

.top-10 {
    top: 10px;
}

.top-15 {
    top: 15px;
}

.top-20 {
    top: 20px;
}

.top-25 {
    top: 25px;
}

.custom-time {
    /* Wednesday, August 23 */
    position: initial;
    width: 374px;
    height: 28px;
    left: 62px;
    top: 224px;
    font-family: Poppins-bold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    /* "Black" */
    color: #3F3B6B;
}

.header-custom {
    border-bottom: 1px solid #717173;
    margin-bottom: 20px;
}

.circle-plus {
    color: #3F3B6B;
    margin-left: 10px;
    border: solid #3F3B6B 1.5px;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 20px;
    padding: 0px 3px;
    line-height: 22px;
}

.Doc-Details-Font {
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #000000;
}

ul, li {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #3F3B6B;
}

.accordionWrapper .according-box a.tabs.active {
    border-bottom: solid 1px #3F3B6B;
}

.according-box a.tabs {
    border-bottom: 0px;
}

.accordionWrapper .according-box a.tabs {
    border-bottom: 0px;
}


.file-table table.media-table tr th:first-child {
    padding-left: 42px !important;
}

.file-detail .modal-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media all and (max-width: 1024px) {
    .menu-w {
        /*display: none;*/
    }
}

@media (max-width: 1024px) {
    .menu-w {
    }
}

.menus-w {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
}

.container-login {
    width: 100%;
    min-height: 100vh;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.header-custom a {
    font-size: 14px !important;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #3f3b6b
}

.grid-icon:hover path {
    box-sizing: border-box;
    stroke: #F87B77;
}

use.trashdisable-1 {
    fill: white;
    opacity: 0.3;
}

use.viewdisable-1 {
    fill: white;
    opacity: 0.3;
}

.top-header-space {
    position: fixed;
    top: 98px;
    background: #fff !important;
    height: 50px !important;
    width: 100%;
    z-index: 9;
}

.top-menu-controls {
    margin-left: 0 !important;
}

.nav-item svg.white-icon {
    margin-top: 8px;
}

.explorationContainer .exploreCanvas .canvasFlexBox .outspacePane.outspacePaneCollapsed .paneHeader h2.title {
    padding-left: 35px !important;
}

.explorationContainer .exploreCanvas .canvasFlexBox .outspacePane.outspacePaneCollapsed .paneHeader .btn.collapseIcon.pbi-borderless-button {
    margin-top: 42px !important;
}

.explorationContainer .exploreCanvas .canvasFlexBox outspace-pane {
    padding: 45px 30px 0 0px;
}


div#embedContainer {
    margin-top: 0 !important;
    height: 98vh;
}

.top-bar.h-menu-98.navbar.fixed-top ul.navbar-nav.nav-hr li.dropdown.show {
    background: transparent;
}

    .top-bar.h-menu-98.navbar.fixed-top ul.navbar-nav.nav-hr li.dropdown.show ul.dropdown-menu.sub-menu-custom.show {
        display: none;
    }

.btn:hover {
    transition: none !important;
}

.doc-reader-section {
    border: 5px solid #717173;
    min-height: 355px;
}

.file-table table.media-table tr th, .file-table table.media-table tr > td {
    /*width: 1% !important;*/
    text-align: left;
}

    .file-table table.media-table tr > td:first-child {
        text-align: left;
        padding-left: 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 380px;
        width: 380px;
    }

    .file-table table.media-table tr th:first-child {
        text-align: left;
    }

.details-sec table tr:last-child td {
    border-bottom: none;
}

.file-table {
    max-height: 355px;
    overflow-x: auto;
    overflow-y: auto;
}

/*Media Cabinet CSS*/
/*.collapse {
    width: 15px;
    background-image: url('../Images/ui-icons_454545_256x240.png');
    background-repeat: no-repeat;
    background-position: -36px -17px;
    display: inline-block;
    cursor: pointer;
}

.expand {
    width: 15px;
    background-image: url('../Images/ui-icons_454545_256x240.png');
    background-repeat: no-repeat;
    background-position: -50px -17px;
    display: inline-block;
    cursor: pointer;
}*/

.treeview ul {
    font: 14px Arial, Sans-Serif;
    margin: 0px;
    padding-left: 20px;
    list-style: none;
}

.treeview > li > a {
    font-weight: bold;
}

.treeview li a {
    padding: 4px;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    width: auto;
}

.b, strong {
    font-weight: 800;
}

.active {
    font-weight: bold !important;
    /*background-color: #3F3B6B;*/
}

    .active a {
        color: #FEFDFF;
    }

        .active a:hover {
            background-color: #3F3B6B;
        }

.btn-secondary {
    color: #fff;
    background-color: #3F3B6B;
    border-color: #3F3B6B;
}

.according-box {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

    .according-box::after {
        content: '';
        display: block;
        clear: both;
    }

    .according-box a.tabs {
        display: block;
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 36px;
        color: #212529;
        cursor: pointer;
        padding: 5px;
        padding-left: 45px;
        background: rgb(63 59 107 / 36%);
        border-bottom: solid 1px #3F3B6B;
    }

    .according-box a.active {
        transition: all 0.5s ease;
    }

.details-sec {
    width: 100%;
    float: left;
    padding: 0rem 0px;
}

.according-box a span {
    position: relative;
}

    .according-box a span.icon-plu {
        position: relative;
        line-height: normal;
    }

        .according-box a span.icon-plu::after {
            content: '+';
            font-size: 18px;
            color: #000;
            line-height: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: -35px;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #3F3B6B;
            border-radius: 50%;
        }

    .according-box a span.icon-minu {
        position: relative;
        line-height: normal;
    }

.according-box a:hover {
    text-decoration: none;
}

.according-box a span.icon-minu::after {
    content: '-';
    font-size: 18px;
    padding: 1px 0px 0px 4px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -42px;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #3F3B6B;
    border-radius: 50%;
}

table tr td.table-tab-sec {
    padding: 0;
}

.modal-body table.dataTable tbody tr td:first-child {
    width: 30px;
    padding: 10px 5px;
}



td.table-tab-sec {
    padding: 0 !important;
}

.modal-body table.dataTable tbody tr td {
    color: #3E4B5B;
    border-right: 0px;
    font-weight: normal;
}

.daterangepicker .calendar .input-mini.active {
    border: 1px solid #3F3B6B;
}

.pad-rt-0 .btn.btn-primary {
    border: 2px solid transparent;
}
/*.daterangepicker .calendar .form-control:focus, .daterangepicker .calendar input:focus {
    border: 1px solid #3F3B6B !important;
}*/

.form-group .select2-container.form-control {
    padding: 0.25rem 0.75rem;
}

.Media-lender a#btnSearch {
    width: 35px;
    height: 35px;
    padding: 5px;
}

    .Media-lender a#btnSearch svg {
        width: 26px;
        height: 24px;
        margin-top: -2px;
        margin-left: -1px;
    }

/* breadcrum tabs */
.header-for-tbl ul.bread-scm-list li {
    display: inline-block;
}

    .header-for-tbl ul.bread-scm-list li a {
        padding: 0 8px 5px;
        display: block;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.03em;
        color: #3F3B6B;
        align-items: center;
        position: relative;
    }

        .header-for-tbl ul.bread-scm-list li a.active {
            color: #ED645F;
        }

            .header-for-tbl ul.bread-scm-list li a.active:hover {
                text-decoration: none;
            }

.header-for-tbl {
    border-bottom: 1px solid #717173;
    margin-bottom: 20px;
}

    .header-for-tbl ul.bread-scm-list {
        width: 100%;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

        .header-for-tbl ul.bread-scm-list li:first-child a.breadcrum-tab:after {
            content: '>';
            position: absolute;
            background-color: transparent;
            color: #3F3B6B;
            font-size: 20px;
            height: 100%;
            right: -4px;
            top: 1px;
        }

        .header-for-tbl ul.bread-scm-list li > span {
            display: block;
            padding: 0 8px 5px;
            font-size: 14px;
            line-height: 21px;
            color: #ED645F;
        }

div.dataTables_paginate ul.pagination li.paginate_button.active a {
    color: #F87B77;
}

div.dataTables_paginate ul.pagination li.paginate_button a:hover {
    border: none;
    background: transparent;
    text-decoration: none;
    color: #F87B77;
}

div.dataTables_paginate ul.pagination li.paginate_button:hover {
    color: #F87B77;
}

ul.select2-results__options li.select2-results__option {
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    color: #3F3B6B;
}

.form-group .select2-container.form-control span.selection {
    outline: none;
}

.select2-container--default .select2-selection--single:focus {
    outline: none !important;
}

.form-group div#ms-list-1 button {
    font-family: inherit;
    border: 2px solid #717173;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 7px 10px;
    margin: 0;
}

.ms-options-wrap .ms-options ul li {
    display: block;
    width: 50%;
}

.ms-options-wrap .ms-options ul {
    display: flex;
    flex-wrap: wrap;
}

    .ms-options-wrap .ms-options ul li.selected label {
        background: transparent;
    }

    .ms-options-wrap .ms-options ul li > label {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.03em;
        color: #3F3B6B;
    }

.form-group .ms-options-wrap > .ms-options {
    background: #FEFDFF;
    box-shadow: 4px 4px 4px rgba(0,0,0.25,0);
    border-radius: 3px;
    min-height: 150px !important;
    padding: 15px;
    border: 0.5px solid #717173;
}
/*css update for scroll remove */
h1.element-header.element-inner-header {
    font-size: 20pt;
    padding-bottom: 0px;
    margin-bottom: 0rem;
}

.Media-lender a#btnSearch {
    /*margin-left: 10px;*/
}

.element-box-tp .filters.row {
    margin: 0;
    padding: 0;
}

.element-box-tp .filters.row {
    margin: 0;
}

.filter-col > .spnmediaType {
    font-size: 12px;
    line-height: 21px;
}

.content-i {
    background: #ffffff !important;
    padding: 1.5rem;
}

.nav-hr .dropdown-menu.sub-menu-custom a.dropdown-item.sub-menu-custom:hover {
    background: #F87B77 !important;
    color: #fff !important;
}

.top-header-space {
    display: none;
}

.content-i.element-top-9 {
    padding: 1.5rem 1.5rem 0rem;
    padding-top: 5rem;
    background: #ffffff !important;
}

.controls-above-table {
    margin-bottom: 0;
}

.dataTables_wrapper.form-inline > .row {
    margin: 0rem 0;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
}

.table.table-v2 thead tr th, .table.table-v2 tfoot tr th {
    text-align: left;
}

.table.table-v2 tbody tr td {
    text-align: left;
    padding: 10px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #3F3B6B;
}

    .table.table-v2 tbody tr td a {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.03em;
        color: #3F3B6B;
    }

.dataTables_wrapper .row:last-child {
    margin: 0;
    padding-top: 0;
}

.dataTables_wrapper .row:nth-child(2) {
    width: 100%;
    max-height: 330px;
    overflow: auto;
}

.content-box .element-wrapper {
    padding-bottom: 0px;
}

.content-i .content-box {
    padding: 0 1.5rem;
    margin-bottom: 1rem;
}

.header-for-tbl h1 {
    font-size: 24px;
}

.media-cb-wrapper {
    padding-bottom: 0;
}

span#btnDownloadIndividual {
    margin: 0 !important;
    padding: 6.5px 20px !important;
    display: block;
    /* height: 50px; */
    text-align: center !important;
}

.media-content .file-table {
    max-height: 52vh;
    overflow: auto;
    height: 50vh !important;
}

.file-preview-frame {
    min-height: 150px !important;
    /*max-height: 70vh !important;*/
    overflow: auto;
    height: 78vh !important;
}

    .file-preview-frame .file-preview {
        /*  min-height: 100% !important;
    max-height: 60vh !important; */
        height: 100% !important;
        min-height: auto;
    }

a#btnDownloadAll {
    margin-left: 5px;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.1em;
    padding: 2.5px 10px;
    height: 37px;
}

.Media-lender a#btnSearch {
    width: 30px;
    height: 36px;
    padding: 6px 4px;
}
/*data picker*/
.daterangepicker.ltr .calendar.left .daterangepicker_input input.input-mini.form-control {
    border: none;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #3F3B6B;
    border-right: 0.5px solid #717173;
    border-radius: 0px;
}

.daterangepicker.ltr .calendar.right .daterangepicker_input input.input-mini.form-control {
    border: none;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #3F3B6B;
    border-radius: 0px;
}

.daterangepicker.ltr .calendar.left:after {
    content: '';
    display: block;
    position: absolute;
    top: 63px;
    left: 0px;
    width: 100%;
    height: 0.5px;
    background: #717173;
}

.daterangepicker .calendar .form-control:focus, .daterangepicker .calendar input:focus {
    border: none !important;
}

body .daterangepicker .calendar-table table.table-condensed tr th.month {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #3F3B6B;
}

.daterangepicker button.applyBtn.btn.btn-sm.btn-success {
    background: #3F3B6B;
    border-radius: 5px;
    border-color: #3F3B6B;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 20px;
    box-shadow: none;
}

.daterangepicker button.cancelBtn.btn.btn-sm.btn-default {
    background: transparent;
    border-color: #3F3B6B;
    color: #3F3B6B;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 20px;
    margin-left: 10px;
    box-shadow: none;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #3F3B6B;
    border: none;
}

body .daterangepicker .calendar td.active, body .daterangepicker .calendar td.active:hover {
    background-color: #3F3B6B;
    color: #fff;
    border-color: #fff;
    border-radius: 2px;
}

body .daterangepicker .calendar td.in-range {
    background-color: #3F3B6B;
    color: #fff;
    border-color: #fff;
    border-radius: 2px;
}

body .daterangepicker .calendar td {
    border: none;
}

.daterangepicker.ltr .ranges {
    margin: 0;
}

body .daterangepicker thead tr:first-child th {
    border-bottom: none;
}

.daterangepicker.ltr .ranges {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.os-dropdown.message-list li > a {
    white-space: break-spaces !important;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #3F3B6B !important;
    text-transform: none;
    display: block;
    padding: 12px 12px 20px;
}

.ex3.os-dropdown.light.message-list {
    padding: 0;
    box-shadow: 6px 8px 14px rgba(0, 0, 0, 0.16);
}

.os-dropdown.light.message-list li a {
    background: #FEFDFF;
}

.os-dropdown.message-list li > a.medianotification-line {
    background: rgb(215 217 242 / 50%);
    border-bottom: 0.75px solid #C9C9CC;
}

.ex3.os-dropdown.light.message-list {
    height: auto !important;
    max-height: 300px;
    overflow: auto;
}

input#btnGoToDownload {
    padding: 8px 15px;
    border: 2px solid #3F3B6B;
    box-sizing: border-box;
    border-radius: 5px;
    color: #3F3B6B;
    background: transparent !important;
}

    input#btnGoToDownload:hover {
        background: #F87B77 !important;
        color: white !important;
        border: #F87B77 solid 2px !important;
    }

table.dataTable th, .file-table table th, table.table th {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 21px;
}

.acc-row span.txt-titl {
    font-weight: 600;
    font-size: 13px;
}

.crt-date-row span.txt-titl {
    font-weight: 600;
    font-size: 13px;
}

.form-group .select2.select2-container {
    width: 100% !important;
}

.acc-row span.txt-titl b {
    font-weight: 600;
}

.media-content .file-table tr td, .media-content .file-table tr td > a {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #3F3B6B;
    overflow-wrap: inherit;
    word-break: break-all;
}

.help-inner.text-capitalize .media-cb-wrapper {
    padding-bottom: 0;
}

div.dataTables_paginate ul.pagination li.paginate_button a {
    color: #717173;
    font-size: 13px;
}

.dataTables_info {
    font-size: 13px;
}

.top-bar .logged-user-w .logged-user-menu ul li a span {
    font-size: 12px;
}

.top-bar .logged-user-w .logged-user-menu ul li a {
    font-size: 12px !important;
    display: block;
    padding: 8px 15px;
}

.top-bar .logged-user-w .logged-user-menu .logged-user-avatar-info {
    margin-bottom: 0;
}

h1.element-header.element-inner-header.text-capitalize {
    font-size: 24px;
}

.panel-body .custom-time {
    font-size: 14px;
}

.content-box .element-wrapper .element-box {
    padding: 0;
    box-shadow: none;
}

.top-bar .logged-user-w .logged-user-menu {
    padding: 1rem 0 0.5rem;
    right: 1.8rem !important;
    top: 2.2rem;
}

.content-box .element-wrapper .header-custom {
    margin-bottom: 10px;
}

.table.table-v2 tbody tr td svg.icon {
    /* height: 25px;
    width: 25px;
    margin: 0;
    */
}

.doc-slipt-titl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
}

    .doc-slipt-titl > .right-btn {
        width: 50%;
        display: flex;
        justify-content: flex-end;
    }

        .doc-slipt-titl > .right-btn button {
            margin-left: 0;
            margin-right: 0;
            padding: 3px 30px;
            margin-top: 0;
            font-size: 13px;
        }

    .doc-slipt-titl > h1.element-header.element-inner-header {
        display: none;
        width: 50%;
    }

.form-register .wizard .content {
    padding-bottom: 10px;
}

table.table-doc-section tr td {
    padding: 5px 10px;
    border-color: #717173;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #000000;
}

    table.table-doc-section tr td > .Doc-Details-Font {
        font-weight: 600;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.03em;
        color: #000000;
    }

table.table-bordered.table-doc-section {
    margin-bottom: 15px;
}

.table-responsive.doc-spli-tbl .table.table-bordered tr th:first-child {
    width: 8% !important;
}

.table-responsive.doc-spli-tbl .table.table-bordered tr th:nth-child(2) {
    width: 8% !important;
}

.table-responsive.doc-spli-tbl .table.table-bordered tr th, .table-responsive.doc-spli-tbl .table.table-bordered tr td {
    font-size: 13px;
    padding: 5px 7px;
    line-height: 18px;
    border: none;
    border-bottom: 1px solid #3F3B6B;
}

.table-responsive.doc-spli-tbl .table.table-bordered {
    border: none;
}

    .table-responsive.doc-spli-tbl .table.table-bordered tr td .form-control {
        padding: 2px 5px;
        height: auto;
        line-height: 18px;
        font-size: 13px;
    }

    .table-responsive.doc-spli-tbl .table.table-bordered tr td .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 18px;
    }

    .table-responsive.doc-spli-tbl .table.table-bordered tr td .select2-container .select2-selection--single {
        height: auto;
        min-height: 20px;
    }

    .table-responsive.doc-spli-tbl .table.table-bordered tr td .form-control.pages-width {
        min-width: 55px;
    }

.button-split-sec button.btn.btn-primary {
    margin: 0;
    padding: 3px 30px;
    font-size: 13px;
}

.form-register .steps li a .title span {
    font-size: 13px;
}

.top-bar.h-menu-98.navbar.fixed-top {
    height: auto;
    z-index: 9;
}

.form-register .steps li a .title .step-icon {
    width: 22px;
    height: 22px;
}

.form-register .steps li::before {
    position: absolute;
    content: "";
    width: 190px;
}

.form-register .content {
    padding: 10px 50px 0;
}

a.back-btn {
    display: block;
    width: 30px;
}

.doc-slip-red-sec iframe {
    max-height: 362px;
    overflow: auto;
}

.top-bar.navbar.fixed-top.color-scheme-light {
    align-items: baseline;
}

.top-bar.color-style-bright ul.navbar-nav ul.dropdown-menu.sub-menu-custom li a.dropdown-item.sub-menu-custom {
    border-bottom: 0px;
}

.top-bar .logged-user-w .avatar-w {
    vertical-align: bottom;
}

.top-bar.color-style-bright ul.navbar-nav.ml-auto li.nav-item a {
    padding: 5px 5px 0;
    margin: 0;
}

    .top-bar.color-style-bright ul.navbar-nav.ml-auto li.nav-item a svg {
        width: 30px;
        height: 25px;
    }

.top-bar.color-style-bright ul.navbar-nav.ml-auto li.nav-item {
    vertical-align: bottom;
}
/*table.table.table-uniqueheaderfont.dataTable.no-footer {
    margin-top: 0 !important;
}*/
table tr td .warn.warning {
    top: 5px;
}

.btn.btn-primary {
    font-size: 13px;
    line-height: 18px;
    padding: 5px 30px;
}

.element-box-tp .panel.panel-info .row.float-right {
    display: flex;
    float: unset !important;
    width: 100%;
    justify-content: flex-end;
    align-items: baseline;
    margin-bottom: 12px;
}

    .element-box-tp .panel.panel-info .row.float-right a#btnUploadNewFile {
        margin: 0;
        box-shadow: none;
    }

a.btn.btn-primaryrounded.bootbox-accept {
    padding: 7px 35px;
    margin-right: 15px;
}

.element-box {
    padding: 0;
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
}

.element-box-tp .controls-above-table .modal-body {
    padding: 0 0 5px;
}

.top-bar.color-style-bright ul.navbar-nav li ul.dropdown-menu.sub-menu-custom li a {
    padding: 3px 8px;
}

.top-bar.color-style-bright ul.navbar-nav li ul.dropdown-menu.sub-menu-custom {
    margin-left: -8px;
    min-width: 500px;
}

.logo-iPerform > a {
    display: block;
    line-height: 16px;
}

    .logo-iPerform > a svg {
        width: 160px;
        height: 20px;
    }

.top-bar.color-style-bright ul.navbar-nav > li.nav-item.dropdown > a.nav-link {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.element-wrapper .element-box {
    padding: 0;
    margin: 0;
}

div#AddDocumentModal .modal-content .modal-body .table-responsive {
    overflow: auto;
}

fieldset.table-bordered {
    margin-top: 10px;
}

    fieldset.table-bordered legend.tdfont {
        line-height: 1.2;
        color: #334152;
        font-size: 14px;
    }

.modal-header span {
    color: #fff;
}

.modal-content .modal-header {
    padding: 0.5rem 1rem;
}

    .modal-content .modal-header .modal-title {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 18px;
        padding: 6px 0;
    }

    .modal-content .modal-header span {
        color: #fff;
    }

table tr td select.form-control {
    margin-bottom: 5px;
}
/*header css*/
.top-bar.navbar.fixed-top .logged-user-w .logged-user-menu {
    background: #FEFDFF !important;
    border: 1px solid #E8E6E6;
    box-sizing: border-box;
    box-shadow: 2px 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 5px 5px;
    right: 10px;
    z-index: 99999;
}

.top-bar .logged-user-w .logged-user-menu .avatar-w {
    border-color: #3F3B6B;
    margin-right: 0px;
}

.top-bar .logged-user-w .logged-user-menu .logged-user-info-w .logged-user-name {
    font-size: 13px;
    line-height: 19px;
    color: #3F3B6B;
}

.top-bar .logged-user-w .logged-user-menu ul li a {
    color: #3F3B6B;
    padding: 9px 15px;
}

.top-bar .logged-user-w .logged-user-menu .logged-user-info-w .logged-user-role {
    font-size: 10px;
    letter-spacing: 0.03em;
    color: #3F3B6B;
}

.top-bar .logged-user-w .logged-user-menu ul li {
    border-bottom: 1px solid #E8E6E6;
}

.logged-user-menu.color-style-bright {
    width: 255px;
}

.top-bar .logged-user-w .logged-user-menu ul li a:hover span {
    -webkit-transform: none;
    transform: none;
}

.top-bar .logged-user-w .logged-user-menu ul li a:hover i {
    -webkit-transform: none;
    transform: none;
}

.top-bar .logged-user-w .logged-user-menu ul li a:hover {
    color: #f87b77 !important;
}

.row.button-split-sec {
    padding-bottom: 12px;
}

.table-responsive.doc-spli-tbl .table.table-bordered tr.trmain td table tr td {
    min-width: auto;
}
/*abhi dashboard css */
.element-wrapper div#embedContainer {
    height: 90vh !important;
}

.table-responsive div#embedContainer {
    height: 120vh !important;
}

.col-md-12 > .panel.panel-default {
    margin-bottom: 0 !important;
}

.top-bar .logged-user-w .logged-user-menu ul li a span img {
    width: 22px;
    margin-right: 15px;
}

div#dvFirmDetails1 {
    margin-top: 0;
    margin-bottom: 5px;
}

.col-5.p-0 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.table-responsive.doc-spli-tbl .table.table-bordered tr td span.select2.select2-container.select2-container--default.form-control {
    width: 100% !important;
}

.table-responsive.doc-spli-tbl .table.table-bordered tr td:nth-child(3) {
    min-width: 180px;
}

.table-responsive.doc-spli-tbl .table.table-bordered tr td:nth-child(4) {
    min-width: 164px;
}

.table-responsive.doc-spli-tbl .table.table-bordered tr td select.form-control {
    width: 100%;
}
/* doc split css */
.e-file-contener {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .e-file-contener .c-4.doc-slip-red-sec {
        width: 450px;
        background: #717173;
        border-radius: 5px;
        padding: 12px 5px 30px;
    }

.e-file-table-contener.c-8 {
    width: calc(100% - 450px);
    padding-left: 15px;
}

.doc-spli-wrap {
    background: #ffffff;
}

.table-responsive.doc-spli-tbl table.dataTable tr td > .sel-box.fmtbl {
    width: 50px;
}

table tr td .sel-box select.form-control {
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #3F3B6B;
}

table tr td .sel-box.action-box {
    min-width: 100px;
}

.table-responsive.doc-spli-tbl table.table tr td:first-child {
    min-width: 50px;
}

.table-responsive.doc-spli-tbl table.dataTable tr td > .sel-box select.form-control {
    padding: 0px;
    border: none;
}

table tr td .actiob-option {
    display: flex;
    flex-wrap: wrap;
    min-width: 180px;
}

    table tr td .actiob-option .option-secl {
        display: block;
        text-align: center;
        padding: 0 2.5px;
    }

        table tr td .actiob-option .option-secl lable {
            display: block;
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.03rem;
            color: #3F3B6B;
        }

.ref-btn-contener {
    padding-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .ref-btn-contener .ref-left-btn {
        width: 465px;
    }

.ref-left-btn a.ref-btn {
    display: inline-block;
}

.button-split-sec {
    display: flex;
    justify-content: flex-end;
}

.table-responsive.doc-spli-tbl {
    max-height: 70vh;
    overflow: auto;
    margin-bottom: 10px;
}

.doc-slip-red-sec .doc-spli-wrap iframe {
    max-height: 69vh;
    overflow: auto;
    height: 69vh;
}

.ref-left-btn a.ref-btn {
    display: flex;
    align-items: end;
}

    .ref-left-btn a.ref-btn > span.rf-tit {
        margin-left: 10px;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.03em;
        color: #3F3B6B;
    }

.bt-id-tit p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #3F3B6B;
    margin-bottom: 0;
}

.table-responsive.doc-spli-tbl .table.dataTable {
    margin-top: 0 !important;
}

    .table-responsive.doc-spli-tbl .table.dataTable tr th, .table-responsive.doc-spli-tbl .table.dataTable tr td {
        padding: 5px 5px;
    }

.data-max-wrap {
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td.tdDocDesc .data-max-wrap {
    max-width: 100px;
}

.file-table table.media-table tr > th:first-child {
    text-align: left;
    max-width: 380px;
    width: 380px;
}

.help-inner.text-capitalize .media-cb-wrapper .file-preview-frame .file-preview {
    min-height: auto;
}

.btn.btn-primary.downloadbutton i.os-icon.os-icon-download {
    font-size: 26px;
}

.btn.btn-primary.downloadbutton {
    color: #3F3B6B;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    width: auto;
}

    .btn.btn-primary.downloadbutton:hover, .btn.btn-primary.downloadbutton:focus {
        border: none !important;
        color: #3F3B6B !important;
        background: transparent !important;
    }

.media-content span#btnDownloadIndividual {
    display: inline-block;
    padding: 0 !important;
}

.calendar-table table.table-condensed th.prev.available i.fa.fa-chevron-left {
    border: 1.5px solid #3F3B6B;
    border-radius: 50px !important;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-table table.table-condensed th.next.available i.fa.fa-chevron-right {
    border: 1.5px solid #3F3B6B;
    border-radius: 50px !important;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.daterangepicker.ltr .ranges .range_inputs button.cancelBtn.btn.btn-sm.btn-default {
    display: none;
}*/
body .daterangepicker .calendar td {
    font-weight: 500 !important;
}

    body .daterangepicker .calendar td.off.available, body .daterangepicker .calendar td.off.end-date.in-range.available {
        background-color: transparent;
        color: #c5c5c5;
    }

    body .daterangepicker .calendar td.off.disabled {
        background-color: transparent;
        color: #c5c5c5;
    }

.row.efile-wrap {
    display: flex;
    flex-wrap: wrap;
}

    .row.efile-wrap .cl-3 {
        width: 25%;
        padding: 0 7.5px;
    }

        .row.efile-wrap .cl-3.col-or {
            display: flex;
            flex-wrap: wrap;
        }

.form-group.tale-dwn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .form-group.tale-dwn-wrap .dwn-box-rw .os-icon {
        font-size: 30px;
    }

    .form-group.tale-dwn-wrap .srch-box-rw {
        padding-right: 25px;
        width: 60%;
    }

.row.efile-wrap .cl-3.col-or span.before {
    width: 20%;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.row.efile-wrap .cl-3.col-or .form-group {
    width: 80%;
}

.form-group.tale-dwn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 8px;
}

.top-bar.color-style-bright ul.navbar-nav.ml-auto li.nav-item > a.cln-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 10px;
}

    .top-bar.color-style-bright ul.navbar-nav.ml-auto li.nav-item > a.cln-title span:last-child {
        max-width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: 5px;
    }

.top-bar.color-style-bright ul.navbar-nav.ml-auto li.nav-item ul.sub-menu-wrap li {
    display: block;
    text-align: left;
    color: #3F3B6B !important;
    padding: 3px 10px;
    border-bottom: 3px solid transparent;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-transform: none;
}

.top-bar.color-style-bright ul.navbar-nav.ml-auto li.nav-item ul.sub-menu-wrap {
    display: block;
    background: #FEFDFF !important;
    border: 1px solid #E8E6E6;
    box-sizing: border-box;
    box-shadow: 2px 10px 25px rgb(0 0 0 / 15%);
    border-radius: 0px 0px 5px 5px;
    padding: 5px 0;
    position: absolute;
    top: 45px;
    overflow: hidden;
    padding: 1rem;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-height: 415px;
    overflow: auto;
}

.top-bar.color-style-bright ul.navbar-nav.ml-auto {
    display: flex;
    align-items: center;
}

/*Org Setup css*/

.form-group.center-titl label {
    padding-left: 10px;
    padding-top: 6px;
}

.row.pd-rw-tp {
    padding: 10px 0;
}

.form-group.center-titl {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.left-pd {
    margin-right: 10px;
}

.top-bar.color-style-bright ul.navbar-nav.ml-auto li.nav-item ul.sub-menu-wrap li:hover {
    background: #E8E6E6;
}

.top-bar.color-style-bright ul.navbar-nav.ml-auto li.nav-item.client-list:hover ul.sub-menu-wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.top-bar.color-style-bright ul.navbar-nav.ml-auto li.nav-item a > span > svg {
    width: 16px;
}

.top-bar.color-style-bright ul.navbar-nav.ml-auto li.nav-item ul.sub-menu-wrap li.more-itm > span {
    height: 5px;
    width: 5px;
    display: inline-block;
    border-radius: 50px;
    background-color: #3F3B6B;
    margin-right: 5px;
}

    .top-bar.color-style-bright ul.navbar-nav.ml-auto li.nav-item ul.sub-menu-wrap li.more-itm > span:first-child {
        margin-right: 2px;
    }

.top-bar.color-style-bright ul.navbar-nav.ml-auto li.nav-item ul.sub-menu-wrap li.more-itm {
    text-align: center;
    cursor: pointer;
}

    .top-bar.color-style-bright ul.navbar-nav.ml-auto li.nav-item ul.sub-menu-wrap li.more-itm:hover {
        background-color: transparent;
    }

.element-box-tp .row.efile-wrap .form-group .text-danger {
    color: #e65252 !important;
    position: absolute;
    bottom: -18px;
    font-size: 12px;
}

.element-box-tp .row.efile-wrap .form-group {
    position: relative;
}

.element-box-tp .row.efile-wrap a.btn.btn-primary.add-btn {
    margin: 0px 0 0;
    width: 138px;
}

.element-box-tp .row.efile-wrap .col-3.pad-rt-0.text-right {
    display: flex;
    align-items: center;
}

    .element-box-tp .row.efile-wrap .col-3.pad-rt-0.text-right span#buttons {
        display: inline-block;
        float: unset !important;
    }

.dataTables_wrapper .row {
    width: 100%;
}

.btn.btn-primary:focus {
    background: #F87B77 !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    border-color: #F87B77 !important;
}

.element-box-tp .row.efile-wrap .form-group .form-control {
    margin-bottom: 15px;
}

.col-6.chk-def {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.table.table-v2 tbody tr td.actions {
}

    .table.table-v2 tbody tr td.actions > a {
        display: inline-block;
    }

.table.table-v2 tbody tr td svg.icon {
    height: 33px;
    width: 28px;
    margin: 0 0px;
}

.table.table-v2 tbody tr td svg.icontrash {
    height: 33px;
    width: 19px;
    margin: 0 0px;
}

.os-dropdown.message-list ul li > a {
    position: relative;
}

    .os-dropdown.message-list ul li > a span.time-noft {
        display: block;
        position: absolute;
        right: 12px;
        bottom: 5px;
        font-size: 10px;
        color: #3F3B6B !important;
    }

#rcorners2 {
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    padding: 20px;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    background: #f9f9f9;
}


@media (min-width: 1100px) {
    .content-i .content-box {
        padding: 0 0.5rem;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 1199px) {
    .form-register .content {
        padding: 15px 75px 10px 75px;
    }
}

@media screen and (min-width:1368px) {
    .element-wrapper div#embedContainer {
        height: 90vh !important;
    }

    .table-responsive div#embedContainer {
        height: 120vh !important;
    }

    .table-responsive.doc-spli-tbl {
        max-height: 70vh;
    }

    .doc-slip-red-sec .doc-spli-wrap iframe {
        max-height: 69vh;
        height: 69vh;
    }
}

@media screen and (max-width: 1599px) and (min-width:1380px) {
    .file-preview-frame {
        min-height: 150px !important;
        max-height: 70vh !important;
        height: 70vh !important;
    }

    .table-responsive.doc-spli-tbl .table.table-bordered tr td:nth-child(3) {
        min-width: 200px;
    }

    .table-responsive.doc-spli-tbl .table.table-bordered tr td:nth-child(4) {
        min-width: 180px;
    }
}

@media screen and (max-width: 1920px) and (min-width:1600px) {
    .file-preview-frame {
        min-height: 150px !important;
        max-height: 80vh !important;
        height: 80vh !important;
    }

    .media-content .file-table {
        max-height: 67vh;
        overflow: auto;
        height: 67vh !important;
    }


    .doc-slip-red-sec iframe {
        max-height: 462px;
        overflow: auto;
    }

    .element-wrapper div#embedContainer {
        height: 90vh !important;
    }

    .table-responsive div#embedContainer {
        height: 120vh !important;
    }

    .table-responsive.doc-spli-tbl .table.table-bordered tr td:nth-child(3) {
        min-width: 210px;
    }

    .table-responsive.doc-spli-tbl .table.table-bordered tr td:nth-child(4) {
        min-width: 200px;
    }

    .table-responsive.doc-spli-tbl {
        max-height: 78vh;
    }

    .doc-slip-red-sec .doc-spli-wrap iframe {
        max-height: 74vh;
    }

    .e-file-table-contener.c-8 {
        width: calc(100% - 500px);
    }

    .e-file-contener .c-4.doc-slip-red-sec {
        width: 500px;
        padding: 15px 10px 45px;
    }
}

@media screen and (min-width:1920px) {
    .file-preview-frame {
        min-height: 150px !important;
        max-height: 80vh !important;
        height: 80vh !important;
    }

    .media-content .file-table {
        max-height: 67vh;
        overflow: auto;
        height: 67vh !important;
    }

    .doc-slip-red-sec iframe {
        max-height: 462px;
        overflow: auto;
    }

    .element-wrapper div#embedContainer {
        height: 90vh !important;
    }

    .table-responsive div#embedContainer {
        height: 120vh !important;
    }

    .table-responsive.doc-spli-tbl .table.table-bordered tr td:nth-child(3) {
        min-width: 210px;
    }

    .table-responsive.doc-spli-tbl .table.table-bordered tr td:nth-child(4) {
        min-width: 200px;
    }

    .table-responsive.doc-spli-tbl {
        max-height: 80vh;
    }

    .doc-slip-red-sec .doc-spli-wrap iframe {
        max-height: 78vh;
    }

    .e-file-table-contener.c-8 {
        width: calc(100% - 500px);
    }

    .e-file-contener .c-4.doc-slip-red-sec {
        width: 500px;
        padding: 15px 10px 45px;
    }
}

​​​​​
/* css for table acc section */
/*Media Cabinet CSS*/
svg.EdltHover-1 {
    fill: white;
    cursor: pointer;
}

svg.EdltHover:hover {
    fill: #f87b77;
    cursor: pointer;
}

.imageUpload {
    width: 45%;
}

#tblEmployeeAudit_wrapper .bottom {
    position: fixed;
    bottom: 0;
    left: 0;
}

.notification_idno {
    font-size: 14px;
    font-style: normal;
}

.mail_listing {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    /*max-height: 592px;
    overflow: hidden;*/
    position: relative;
    padding-bottom: 20px !important;
}

/*responsive css work*/
@media only screen and (min-width : 1024px) and (max-width : 1200px) {
    #tblEmployeeAudit_wrapper table.dataTable thead th {
        /*padding: 11px 0px !important;*/
        font-size: 10px !important
    }
}

@media only screen and (min-width : 1300px) and (max-width : 2000px) {



    div.Readsticky {
        padding: 1px !important
    }

    #divMsgNotificationAgency {
        height: 32px;
    }
}



@media only screen and (min-width : 1250px) and (max-width : 1900px) {
    #tblExceptionData_wrapper table.dataTable thead th {
        font-size: 13px !important
    }


    #tblEmployeeAudit_wrapper table.dataTable thead th {
        font-size: 13px !important
    }
}
