﻿@charset "utf-8";
/* CSS Document */
/***/
body {
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -ms-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}

a:focus, .btn:focus {
    outline: none;
    outline-offset: 0px;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

    ul li {
        list-style-type: none;
        color: #fff;
    }

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

.relative {
    position: relative;
}
/*::-webkit-input-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}*/
section {
    position: relative;
    overflow: hidden;
}

#toTop {
    position: fixed;
    bottom: 0px;
    right: 10px;
    height: 40px;
    width: 40px;
    background: #d35400;
    color: #fff;
    text-shadow: 0 0 1px #00587a;
    line-height: 20px;
    /*border-radius: 0%;*/
    cursor: pointer;
    display: none;
    font-size: 20px;
    z-index: 1111;
}

    #toTop:after {
        position: absolute;
        left: 0;
        top: 0px;
        content: '';
        z-index: -1;
        border-top: 38px solid #f5b041;
        border-right: 38px solid transparent;
    }

    #toTop:before {
        position: absolute;
        left: 0;
        top: 0px;
        content: '';
        z-index: -1;
        border-top: 38px solid #e67e22;
        border-left: 38px solid transparent;
    }
/*---sticky header------*/
@-webkit-keyframes top-animation {
    0% {
        top: -82px;
    }

    100% {
        top: 0px;
    }
}

@-moz-keyframes top-animation {
    0% {
        top: -82px;
    }

    100% {
        top: 0px;
    }
}

@-o-keyframes top-animation {
    0% {
        top: -82px;
    }

    100% {
        top: 0px;
    }
}

@keyframes top-animation {
    0% {
        top: -82px;
    }

    100% {
        top: 0px;
    }
}
/*---------------Hack css for Safari-----------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
}
/*---------------Hack css for Google Chrome-----------*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
}
/*---------------custome-checkbox-------------*/
.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        color: #353535;
        font-weight: 500;
        font-size: 13px;
    }

        .styled-checkbox + label:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 18px;
            height: 18px;
            /*background: rgba(255,255,255,0.5);*/
            background: rgba(22,73,136,0.8);
        }

    .styled-checkbox:hover + label:before {
        background: rgba(22,73,136,0.5);
    }

    .styled-checkbox:focus + label:before {
        /*box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);*/
    }

    .styled-checkbox:checked + label:before {
        background: rgba(22,73,136,0.8);
    }

    .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 4px;
        top: 9px;
        background: #FFFFFF;
        width: 3px;
        height: 3px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.color-red {
    color: #fe2b03 !important;
}
/*-----------cust-radio-buttons-----------*/

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label {
        color: #7b7b7b;
        cursor: pointer;
        font-family: 'Maven Pro', sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
    }

        input[type="radio"] + label span {
            display: inline-block;
            width: 16px;
            height: 16px;
            margin: -1px 4px 0 0;
            vertical-align: middle;
            cursor: pointer;
            /*-moz-border-radius:  50%;*/
            /*border-radius:  50%;*/
        }

        input[type="radio"] + label span {
            background-color: #b3b4b5;
        }

    input[type="radio"]:checked + label span {
        background-color: #96cc57;
    }

    input[type="radio"] + label span,
    input[type="radio"]:checked + label span {
        -webkit-transition: background-color 0.4s linear;
        -o-transition: background-color 0.4s linear;
        -moz-transition: background-color 0.4s linear;
        transition: background-color 0.4s linear;
    }
/*--------------sticky-header----------*/
.sticky-header .custome-navbar {
    animation: 0.6s ease 0s normal none 1 running top-animation;
    background-color: #ffffff;
    box-shadow: 0 0 5px #e5e5e5;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
/*----changing top header background color-----*/
#nav-bar.navbar-default {
    background-color: #2B3643 !important;
    padding-right: 50px;
    padding-left: 50px;
}
/*-------------login page start-----------------*/
.user-banner {
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

    .user-banner::after {
        background-color: rgba(0, 0, 0, 0.5);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.log-wrap {
    margin: 0 auto;
    width: 60%;
}

.contact-form {
    background-color: rgba(255, 255, 255, 1);
    /*border-radius: 12px;*/
    margin: 20% auto 0;
    padding: 7% 2%;
    position: relative;
    z-index: 5;
}

.user-logo {
    background-color: #ffffff;
    border-radius: 50%;
    height: 150px;
    left: 0;
    line-height: 130px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -70px;
    width: 150px;
    padding: 15px;
    overflow: hidden;
}

    .user-logo > a {
        display: block;
    }

    .user-logo img {
        width: 100%;
    }

.log-form {
    float: left;
    padding: 15px;
    width: 50%;
    position: relative;
}

.custom-form h1 {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0 20px;
}

.logo-color {
    color: #E22426;
}

.custom-form .form-control {
    height: 50px;
}

.custom-form span.icon {
    color: #cccccc;
    font-size: 16px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    pointer-events: none;
}

span i.fa.fa-sort-down {
    font-size: 24px;
}

.custom-form select option {
    padding: 5px;
}

span.icon .fa.fa-envelope {
    font-size: 14px;
}

.cust-btn {
    background-color: #164988;
    color: #ffffff;
    font-size: 16px;
    height: 50px;
    width: 100%;
}

    .cust-btn:hover, .cust-btn:focus {
        color: #ffffff;
    }

.log-form.social-block {
    width: 45%;
    float: right;
}

.custom-form span a {
    color: #353535;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px;
}

.fb-button {
    background-color: #3b5998;
}

.tw-button {
    background-color: #0084b4;
}

.google-button {
    background-color: #E22426;
}

.social-logins span.icon {
    box-shadow: 0 0 1px #e5e5e5;
    color: #ffffff;
    font-size: 18px;
    left: 0;
    right: inherit;
    width: 40px;
}

span.or {
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px #e5e5e5;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    position: absolute;
    right: -44px;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 50px;
}

    span.or::after {
        background-color: #e5e5e5;
        content: "";
        height: 100px;
        margin-top: -100px;
        position: absolute;
        right: 50%;
        top: -10px;
        width: 1px;
    }

    span.or::before {
        background-color: #e5e5e5;
        bottom: -10px;
        content: "";
        height: 100px;
        margin-bottom: -100px;
        position: absolute;
        right: 50%;
        width: 1px;
    }
/*--------------Registration------------------*/
.log-form.registration-form {
    float: none;
    width: 100%;
}

p.return-to-log {
    font-size: 18px;
    line-height: 50px;
    text-align: right;
}

    p.return-to-log > a {
        color: #E22426;
        border-bottom: 1px solid transparent;
    }

        p.return-to-log > a:hover {
            color: #E22426;
            border-bottom: 1px solid #E22426;
        }
/*---------forgot password-------------*/
.forgot-pass .log-form {
    width: 100%;
}

.log-wrap.forgot-pass {
    margin: 0 auto;
    width: 35%;
}

.forgot-pass .contact-form {
    margin: 35% 0 0;
}
/*---------Dashboard page start here--------*/
header.dashboard-header {
    background-color: #2b3643;
    /*border-bottom: 1px solid #505050;*/
    box-shadow: 0 0 5px #808080;
    left: 0;
    padding: 10px 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.dash-logo {
    float: left;
    line-height: initial;
}

    .dash-logo a {
        color: #ffffff;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        .dash-logo a img {
            width: 100px;
            box-shadow: 1px 1px #ec6f6f, 2px 2px 1px 1px #ec6f6f, 3px 3px #ec6f6f;
        }

.dash-right-panel {
    float: right;
}

.dash-user-wrap li {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
    vertical-align: middle;
}

.dash-user-wrap a {
    color: #ffffff;
    display: block;
}

.profiler-blk span {
    vertical-align: middle;
    display: inline-block;
}

.dash-user-wrap li a > span > img {
    border-radius: 50%;
    height: 40px;
    margin-left: 10px;
    width: 40px;
}

span.dash-icon {
    font-size: 18px;
}

.sub-menu {
    background-color: #1b1e24;
    /*border-radius: 5px;*/
    right: 0;
    padding: 15px;
    position: absolute;
    top: 70px;
    width: 200px;
    box-shadow: 0 0 5px #2b3643;
    visibility: hidden;
    opacity: 0;
}

    .sub-menu::after {
        border-bottom: 10px solid #000;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: "";
        position: absolute;
        right: 20px;
        top: -8px;
    }

    .sub-menu > ul > li {
        border-bottom: 1px solid #192533;
        display: block;
        padding: 0;
    }

        .sub-menu > ul > li:last-child {
            border: medium none;
        }

    .sub-menu a {
        color: #8b91a0;
        display: block;
        font-size: 16px;
        padding: 6px 0;
        text-align: right;
        transition: all 300ms linear 0s;
        -moz-transition: all 400ms linear 0s;
        -ms-transition: all 400ms linear 0s;
        -o-transition: all 400ms linear 0s;
        -webkit-transition: all 400ms linear 0s;
    }

        .sub-menu a:hover {
            color: #e5e5e5;
        }

li.profiler-blk:hover .sub-menu {
    opacity: 1;
    top: 48px;
    visibility: visible;
}

.notifc {
    margin-left: -5px;
    margin-top: -20px;
    position: absolute;
}

    .notifc .scale-effe {
        position: absolute;
        top: -25px;
        right: -18px;
        height: 35px;
        width: 35px;
        z-index: 10;
        border: 5px solid #fb9678;
        border-radius: 50%;
        -moz-animation: scale-effe 1s ease-out;
        -moz-animation-iteration-count: infinite;
        -o-animation: scale-effe 1s ease-out;
        -o-animation-iteration-count: infinite;
        -webkit-animation: scale-effe 1s ease-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .notifc .point {
        background-color: #fff;
        border: 2px solid #ff9600;
        border-radius: 50%;
        color: #000;
        font-size: 8px;
        height: 18px;
        line-height: 14px;
        position: absolute;
        right: -9px;
        text-align: center;
        top: -16px;
        width: 18px;
    }

@-moz-keyframes scale-effe {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes scale-effe {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
/*------Dashboard panel---------*/
.dashboard-block {
    position: relative;
    background-color: #F2F2F2;
}

.dash-left-panel {
    background-color: #ffffff;
    box-shadow: 0 0 5px #e5e5e5;
    height: 100%;
    padding-top: 61px;
    left: 0;
    position: fixed;
    top: 0;
    width: 250px;
}

    .dash-left-panel > ul > li {
        /*border-bottom: 1px solid #192533;*/
        position: relative;
        width: 100%;
    }

.dash-nav-heading {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0 18px;
    text-transform: uppercase;
}

.dash-left-panel > ul > li > a {
    border-left: 4px solid /*#3b5998*/ transparent;
    color: #777;
    display: block;
    font-size: 16px;
    line-height: 50px;
    position: relative;
    z-index: 5;
    padding: 0 20px 0 30px;
}

    .dash-left-panel > ul > li > a::after {
        background-color: #f5f5f5;
        content: "";
        height: 100%;
        left: 0px;
        position: absolute;
        top: 0;
        width: 0%;
        z-index: -1;
        transition: all 300ms ease-in 0s;
        -moz-transition: all 300ms ease-in 0s;
        -ms-transition: all 300ms ease-in 0s;
        -o-transition: all 300ms ease-in 0s;
        -webkit-transition: all 300ms ease-in 0s;
    }

    .dash-left-panel > ul > li > a:hover::after, .dash-left-panel > ul > li.active a::after {
        width: 100%;
    }

    .dash-left-panel > ul > li > a > i {
        font-size: 16px;
        margin-right: 10px;
    }

.dash-left-panel ul li.active > a {
    border-color: #3b5998;
    color: #353535;
}

.dash-left-panel a span.icon-style {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
}

.nav-identity {
    display: inline-block;
}
/*.dash-left-panel .nav-identity {
  background-color: #2b3643;
  border-bottom: 1px solid #505050;
  border-left: 1px solid #505050;
  color: #ffffff;
  font-size: 16px;
  height: 100%;
  left: -200px;
  line-height: 70px;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 200px;
  z-index: 1;
  transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  -webkit-transition: all 300ms ease-in 0s;
}
.dash-left-panel > ul > li:hover .nav-identity{
  visibility: visible;
  opacity: 1;
  left: 100%;
}*/
.dash-rightside-panel {
    padding: 50px 15px 15px 265px;
}

h2.main-dash-heading {
    font-size: 20px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.document-block {
    display: table;
    height: 100px;
    width: 100%;
    padding: 0 15px;
}

.document-hold {
    display: table-cell;
    vertical-align: middle;
}

.dash-counter-icon {
    float: left;
    text-align: center;
    width: 25%;
}

.dash-counter-icon {
    font-size: 40px;
}

.dash-counter-desp {
    float: right;
    padding: 20px 0 0 10px;
    text-align: right;
    width: 75%;
}

.with-counter .dash-counter-desp {
    padding-top: 5px;
}

.dash-counter-desp span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    vertical-align: middle;
}

.upload-files {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

    .upload-files input {
        cursor: pointer;
        height: 100%;
        width: 100%;
    }

.dash-counter-desp span i {
    font-size: 22px;
    vertical-align: top;
}

.document-holder {
    background-color: #3b5998;
    /*border-radius: 5px;*/
    color: #ffffff;
    display: block;
    position: relative;
}

    .document-holder a {
        display: block;
        color: #ffffff;
    }
/****color change***/
.bg-blue {
    background-color: #3B5998;
}

.bg-red {
    background-color: #E32124;
}

.bg-lightblue {
    background-color: #0084B4;
}

.bg-green {
    background-color: #4caf50;
}

.blue-clr {
    color: #3B5998;
}

.red-clr {
    color: #E32124;
}

.lightblue-clr {
    color: #0084B4;
}

.green-clr {
    color: #4caf50;
}

/*ul.document-block {
  margin: 0 -15px;
}
ul.document-block > li {
  float: left;
  padding:0 15px;
  width: 25%;
  margin:0 0 30px;
}
.document-holder {
  background-color: #2b3643;
  color: #ffffff;
  position: relative;
  text-align: center;
  display: table;
  width: 100%;
  height: 200px;
}
.document-cell {
  display: table-cell;
  vertical-align: middle;
}*/

/*---------------Dashboard inner page start here------------*/
.cust-tab .tab-content {
    padding: 15px;
}

.progress-doc-list ul {
    margin: 0 -15px;
}

    .progress-doc-list ul li {
        float: left;
        padding: 15px;
        width: 33.33%;
    }

.cust-tab .nav.nav-tabs a {
    color: #777;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -ms-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}

.cust-tab .nav.nav-tabs > li.active a {
    color: #2B3643;
    border-bottom: 2px solid #2b3643;
}

span.doc-counter {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
}

.progress-info-holder {
    border: 1px solid #ccc;
    /*border-radius: 5px;*/
    box-shadow: 0 0 5px #d5d5d5;
    background-color: #ffffff;
    padding: 15px 15px 0;
    position: relative;
    overflow: hidden;
}

p.editing-day {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.document-description {
    /*border-bottom: 1px dashed #e5e5e5;*/
    border-top: 1px dashed #e5e5e5;
    margin: 15px 0 0;
    padding: 15px 0;
    height: 120px;
}

    .document-description > a {
        color: #353535;
    }

.document-content {
    float: left;
    width: 75%;
}

    .document-content h5 {
        margin-bottom: 5px;
        text-transform: uppercase;
    }

.doc-content {
    font-size: 14px;
    line-height: 20px;
}

.document-alert {
    display: table;
    float: right;
    height: 100%;
    text-align: center;
    width: 25%;
}

    .document-alert > span {
        border-left: 1px solid #f1f1f1;
        display: table-cell;
        font-size: 30px;
        font-weight: 500;
        vertical-align: middle;
        width: 100%;
    }

.hover-operation ul {
    margin: 0 -15px;
    /*border-top: 1px dashed #e5e5e5;*/
}

    .hover-operation ul li {
        /*border-right: 1px dashed #e5e5e5;*/
        float: left;
        padding: 0;
        text-align: center;
        width: 25%;
        transition: all 300ms ease-in 0s;
        -moz-transition: all 300ms ease-in 0s;
        -ms-transition: all 300ms ease-in 0s;
        -webkit-transition: all 300ms ease-in 0s;
        -o-transition: all 300ms ease-in 0s;
    }

        .hover-operation ul li:last-child {
            border-right: 0px;
        }

        .hover-operation ul li:hover {
            background-color: #e5e5e5;
        }

.hover-operation a {
    color: #ffffff;
    /*display: inline-block;*/
    margin: 0 1px;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    display: block;
    font-size: px;
    transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -ms-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}

    .hover-operation a:hover {
        color: #353535;
    }
/*Copy editor li width 100%*/
#CopyEditor .hover-operation ul li {
    width: 100%;
}

.load-more a {
    color: #353535;
    font-size: 14px;
    padding-right: 60px;
    position: relative;
    text-transform: uppercase;
}

span.load-methods1, span.load-methods2, span.load-methods3 {
    background-color: #0084b4;
    height: 5px;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
}

span.load-methods1 {
    /*animation:0.6s ease-in-out infinite running mooving-dot;
  animation-delay: 0.6s;*/
    background-color: #e32124;
    right: 45px;
}

.load-more.text-right a.relative span {
    animation: 1.5s ease-in-out infinite running mooving-dot;
}

    .load-more.text-right a.relative span:nth-child(2) {
        animation-delay: .5s;
    }

    .load-more.text-right a.relative span:nth-child(3) {
        animation-delay: 1s;
    }

span.load-methods2 {
    /*animation:0.8s ease-in-out infinite running mooving-dot;
  animation-delay: 1.0s;*/
    background-color: #0084b4;
    right: 30px;
}

span.load-methods3 {
    /*animation:1.0s ease-in-out infinite running mooving-dot;
  animation-delay: 1.2s;*/
    background-color: #4caf50;
    right: 15px;
}
/*------loading keyframe-------*/
@keyframes mooving-dot {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1.0);
    }
}

@-webkit-keyframes mooving-dot {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1.0);
    }
}
/*---------------21.03.2018-------------------*/
.super-user-block {
    background-color: #ffffff;
    /*border-radius: 5px 5px 0 0;*/
    /*border-top: 3px solid #164988;*/
    box-shadow: 0 0 10px #e5e5e5;
    padding: 33px 15px 15px;
}

/*casper tool Loder*/
.xmlLoader {
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 15;
    display: none;
}

    .xmlLoader.active {
        display: block;
    }
/*---------Modal for sample container-------*/
/*.simplemodal-container {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  box-shadow: 0 20px 20px 0 #e5e5e5;
  height: 400px;
  margin: 0 auto;
  padding: 15px;
  width: 40%;
}
.simplemodal-container h3 {
    color: #ffffff;
    font-size: 18px;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
}
.simplemodal-container p code {
  border-radius: 1px;
  box-shadow: 0 3px 2px #353535;
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  width: 100% !important;
}*/
.dash-rightside-panel .custom-form .form-control {
    height: 40px;
}

.dash-rightside-panel .custom-form .cust-btn {
    height: 40px;
    width: 200px;
}

.dash-rightside-panel .custom-form span.icon {
    line-height: 35px;
    background-color: #ffffff;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
}
/*--------------22.03.2018--------------------*/
.custom-table {
    background-color: #ffffff;
    padding: 0 15px;
}

    .custom-table thead tr th {
        border-bottom: 0 none;
        color: #353535;
        font-size: 14px;
        font-weight: 600;
        height: 50px;
        vertical-align: middle;
    }

    .custom-table tbody tr td {
        font-size: 14px;
        height: 50px;
        vertical-align: middle;
    }

.form-group.table-check {
    margin: 0;
    text-align: center;
    position: relative;
}

.table-check .styled-checkbox + label::before {
    margin-right: 0;
}

.select-all .styled-checkbox + label {
    margin-bottom: 0px;
}

a.btn.status-btn, button.btn.status-btn {
    border: 0 none;
    box-shadow: none;
    color: #ffffff;
    line-height: 18px;
    padding: 4px 10px;
    vertical-align: top;
    min-width: 70px;
}

    a.btn.status-btn.active, button.btn.status-btn.active {
        background-color: #dfba49;
    }

    a.btn.status-btn.inactive, button.btn.status-btn.Inactive {
        background-color: #45b6af;
    }

}

a.btn.casp-icon-link, button.btn.casp-icon-link {
    min-width: inherit;
}

.custom-table a.btn, .custom-table button.btn {
    line-height: 18px !important;
    padding: 4px 10px !important;
}

.del-color {
    background-color: #f3565d;
    color: #ffffff;
}

.update-color {
    background-color: #428bca;
    color: #ffffff;
}

.link-color {
    background-color: #45b6af;
    color: #ffffff;
}
/*-----------------table tools-------------------*/
.table-tools {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}

    .table-tools ul li {
        display: inline-block;
        margin-right: 15px;
        vertical-align: middle;
    }

.add-nw {
    background-color: #008000;
    color: #ffffff;
    text-transform: uppercase;
}

.sel-record {
    position: relative;
    width: 150px;
}

    .sel-record::before {
        background-color: #ffffff;
        content: "";
        font-family: fontawesome;
        line-height: 30px;
        pointer-events: none;
        position: absolute;
        right: 2px;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 20px;
    }

.searching-box .form-control {
    width: 500px;
}

#ajaxBusy {
    margin: 0px;
    padding: 0px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    z-index: 2024;
}

    #ajaxBusy img {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
/***27.03.2018***/
span.h-custom-alert {
    display: inline-block;
    padding: 5px;
    /*border-radius: 5px;*/
    width: 100%;
}
/*********custom modal design*******/
.custom-modal .modal-header {
    font-size: 18px;
    text-align: center;
    background-color: #2b3643;
    color: #ffffff;
}

    .custom-modal .modal-header .close {
        margin-top: -20px;
    }

.custom-modal .close {
    font-size: 21px;
    color: #ffffff;
    opacity: 1;
}

.custom-modal button.btn.cust-btn {
    display: inline-block;
    width: auto;
}

.custom-modal .custom-form .cust-btn {
    height: 40px;
}

.button-search.form-control {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    background-color: #008000;
    border-radius: 0px 5px 5px 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}

/***************casper tool css start here - 29.03.2018******************/
.edit-tool-option {
    background-color: #2b3643;/* h*/
    
    box-shadow: 0 0 15px 5px #dadada;
    color: #ffffff;
    font-weight: 600 !important;
    height: 60px;
    letter-spacing: 0.5px;
    /*line-height: 30px;*/
    position: fixed;
    right: -70px;
    text-align: center;
    top: 50%;
    transform: rotate(-90deg) translateY(-50%);
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -moz-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    -o-transform: rotate(-90deg) translateY(-50%);
    vertical-align: middle;
    /*width: auto;*/
    width: 120px;
    padding: 0px 15px;
    cursor: pointer;
    /*text-transform: uppercase;*/
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .edit-tool-option i {
        display: block;
        vertical-align: middle;
        font-size: 20px;
        font-weight: 400;
        transition: all 300ms ease-in 0s;
        -webkit-transition: all 300ms ease-in 0s;
        -ms-transition: all 300ms ease-in 0s;
        -moz-transition: all 300ms ease-in 0s;
        -o-transition: all 300ms ease-in 0s;
    }

.edit-tool-menu .edit-tool-option i {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}
/*.edit-tool-menu .edit-tool-option {
  right: 0px;
}*/
.edit-tool-menu .edit-tool-option {
    right: 25px;
    font-weight: 500 !important;
}

.edit-tool-menu .casper-right-panel {
    right: 0;
}

.casper-right-panel {
    background-color: #2B3643;
    box-shadow: 0 0 5px -3px #e5e5e5;
    border-left: 1px solid #545f6c;
    height: 100%;
    padding: 42px 0 0;
    position: fixed;
    right: -100px;
    top: 0;
    width: 100px;
    z-index: 5;
    transition: all 300ms ease-in 0s;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -ms-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
    /*transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);*/
}

    .casper-right-panel .nav.nav-tabs li {
        border-bottom: 1px solid #545f6c;
        display: block;
        position: relative;
        text-align: center;
        width: 100%;
    }

        .casper-right-panel .nav.nav-tabs li a {
            background-color: transparent;
            border: 0 none;
            color: #d5d5d5;
            display: block;
            font-size: 26px;
            height: 100%;
            padding: 10px 0 !important;
            text-align: center;
            cursor: pointer;
            border-radius: 0;
            line-height: 8px;
            transition: all 300ms ease-in 0s;
            -moz-transition: all 300ms ease-in 0s;
            -ms-transition: all 300ms ease-in 0s;
            -o-transition: all 300ms ease-in 0s;
            -webkit-transition: all 300ms ease-in 0s;
        }

            .casper-right-panel .nav.nav-tabs li a span {
                display: block;
                transition: all 300ms ease-in 0s;
                -moz-transition: all 300ms ease-in 0s;
                -ms-transition: all 300ms ease-in 0s;
                -o-transition: all 300ms ease-in 0s;
                -webkit-transition: all 300ms ease-in 0s;
            }

        .casper-right-panel .nav.nav-tabs li.active a {
            background-color: #00bfff;
            color: #ffffff;
        }

    .casper-right-panel > .nav.nav-tabs > li.active > a > p {
        color: #ffffff;
    }

    .casper-right-panel > .nav.nav-tabs > li > a > p, .casper-right-panel .nav.nav-tabs li a p {
        color: #d5d5d5;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 500;
        margin-top: 10px;
        transition: all 300ms ease-in 0s;
        -webkit-transition: all 400ms ease-in 0s;
        -moz-transition: all 400ms ease-in 0s;
        -ms-transition: all 400ms ease-in 0s;
        -o-transition: all 400ms ease-in 0s;
    }

.casper-tab .tab-pane {
    background-color: #2B3643;
    padding: 42px 0 0;
    height: 100%;
    /*position: absolute;*/
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    display: block !important;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    -ms-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
}

    .casper-tab .tab-pane.active {
        right: 100px;
    }

.block-header h5 {
    color: #ffffff;
    font-size: 20px;
    padding: 15px;
    text-transform: uppercase;
    background-color: #000000;
    display: block;
    margin: 0;
}

    .block-header h5 span {
        font-size: 30px;
        margin-right: 10px;
        vertical-align: middle;
    }



/*Changes for Edit History START by Hemangi*/

.block-headerEH h5 {
    color: #ffffff;
    font-size: 20px;
    padding: 0px;
    text-transform: uppercase;
    background-color: #000000;
    display: block;
    margin: 0;
    padding-right: 0px;
}

.two-column-div {
    overflow: auto;
}

.column50pleft, .column50pright {
    background-color: #000000;
    height: 52px;
}

.column50pleft {
    float: left;
    width: 215px;
    padding-top: 15px;
    padding-left: 3px;
}

.column50pright {
    color: #c58f61;
    float: right;
    width: 85px;
    padding-left: 4px;
    padding-top: 8px;
}
/*for Edit history sorting start */
.ehTS:before {
    visibility: visible;
    padding: 5px;
    font-size: 25px;
}


.ehT {
    margin-right: 15px !important;
}

.ehTS:checked:before {
    color: #9acd32;
    border-color: #719ECE;
    box-shadow: 0 0 20px #719ECE;
}

.ehTS:focus {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}

.ehTS {
    visibility: hidden;
}
/*for Edit history sorting end */

/*Changes for Edit History END By Hemangi*/




/*--------cust accordion-------------*/
.cust-scrollbar {
    height: 100%;
    max-height: 100%;
    padding-bottom: 80px;
}

.cust-accordion .panel-group .panel, .cust-accordion.panel-group {
    border-radius: 0 !important;
}

.panel-group .panel {
    margin-bottom: 0 !important;
    border-radius: 0px !important;
    border-color: #545f6c !important;
}

.cust-accordion .panel-default {
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #545f6c;
    border-style: none none solid;
    border-width: 0 0 1px;
    border-radius: 0px;
    padding: 0;
}

    .cust-accordion .panel-default > .panel-heading {
        background-color: transparent;
        border: 0px;
        color: #ffffff;
        padding: 0;
    }

.cust-accordion .panel-title > a {
    color: #d5d5d5;
    display: block;
    padding: 10px 15px 10px 45px;
    text-transform: uppercase;
}

.cust-accordion .panel-body {
    border-top-color: #545f6c !important;
}

.cust-accordion .styled-checkbox + label {
    color: #d5d5d5;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.acco-check {
    left: 15px;
    position: absolute;
    top: 10px;
}

.cust-accordion .styled-checkbox:checked + label::after {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    content: "";
    height: 3px;
    left: 4px;
    position: absolute;
    top: 9px;
    transform: rotate(45deg);
    width: 3px;
}

.right-panel-content > p, .right-panel-content p {
    background-color: #47525f /*#5d6875*/;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 2px 5px;
    padding: 2px 10px;
    vertical-align: top;
    transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    -ms-transition: all 300ms ease-in 0s;
}

    .right-panel-content p:hover {
        background-color: #00bfff;
        color: #ffffff;
    }

.edit-history {
    padding: 5px;
}

    .edit-history > ul > li {
        margin-bottom: 5px;
        padding: 10px 15px;
        background-color: #47525f;
        border-radius: 2px;
        cursor: pointer;
    }

.edited-info {
    color: #ffffff;
    position: relative;
}

.edited-time {
    font-size: 10px;
    text-align: right;
    text-transform: uppercase;
}

p.changed-word {
    font-size: 14px;
    display: block;
    word-wrap: break-word;
}

    p.changed-word > i {
        margin: 0 5px;
        vertical-align: middle;
    }

.author-query > p.query-heading, .same-heading {
    color: #D1D5DB;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.author-query p.query-heading {
    color: #D1D5DB;/*h 0.15*/
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.author-query p {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}

ul.quick-links-ul > li {
    padding-left: 10px;
    position: relative;
}

.quick-links-ul > li::before {
    color: #00bfff;
    /* content: ""; */
    font-family: fontawesome;
    font-size: 8px;
    left: 10px;
    line-height: 40px;
    position: absolute;
    top: 0;
}

ul.quick-points li {
    padding-left: 10px;
    position: relative;
}

.quick-points > li::after {
    color: #ffffff;
    /* content: ""; */
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 2px;
}

ul.quick-points li p {
    color: #ffffff;
    font-size: 14px;
    padding-left: 0px;
    position: relative;
    margin: 0 0 5px;
}

ul.quick-points li:last-child p {
    margin: 0px;
}
/*****************tool content***********/
.casper-tool-block {
    padding: 100px 30px;
    transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -ms-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}

.tool-description h1 {
    font-size: 27px;
}

p.sub-head {
    font-weight: 600;
    margin: 10px 0;
}

.cust-scrollbar .panel-title {
    padding: 8px 15px;
    display: block;
}
/*.casper-tab .styled-checkbox + label:before {
  background-color:#d5d5d5 !important;
}
.casper-tab .styled-checkbox:checked + label::after{
  background-color:#00BFFF;
  box-shadow: 2px 0 0 #00BFFF, 4px 0 0 #00BFFF, 4px -2px 0 #00BFFF, 4px -4px 0 #00BFFF, 4px -6px 0 #00BFFF, 4px -8px 0 #00BFFF;
}*/
/*---------custom scrollbar--------*/
.cust-scrollbar .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.cust-scrollbar .mCSB_scrollTools {
    width: 6px;
}
/*p.rightpanelhyperlink-link-p {
    color: #353535;
}*/
/*---------equation block css here - 09.04.2018---------*/
ul.equations-links-ul {
    counter-reset: li;
    text-indent: 12px;
    color:white; /*0044709: OUP - Points in Navigation Panel(3rd point)*/
}

    ul.equations-links-ul > li {
        padding: 10px 10px 10px 10px;
        position: relative;
        background-color: #ffffff;
    }

.equations-links-ul > li::before {
    color: #D1D5DB;
    /*content: "1";*/
    font-family: fontawesome;
    font-size: 14px;
    left: 10px;
    /*position: absolute;*/
    top: 5px;
    counter-increment: li;
    /*content:"Equation " counter(li) "";*/
    letter-spacing: 0.5px;
}

.equations-links-img > img {
    /*width: 100%;*/
    max-width: 265px;
}

.equations-links-img p {
    color: #ffffff;
    font-size: 14px;
    text-align: left;
}
/*.equations-links-img {
  padding-top: 20px;
}*/
.equations-links-img img {
    width: 100%;
}
/*---------figurs links---------*/
ul#commentspanel.figures-links-ul > li {
    background-color: #47525f;
    opacity: 1;
}

ul.figures-links-ul {
    counter-reset: li;
    text-indent: 12px;
    color:white; /*0044709: OUP - Points in Navigation Panel(3rd point)/*
}

    ul.figures-links-ul > li {
        padding: 5px 5px 5px;
        position: relative;
        background-color: #ffffff;
    }

.figures-links-ul > li::before {
    /*color: #00bfff;
  content: "1";
  font-family: fontawesome;
  font-size: 14px;
  left: 10px;
  position: absolute;
  top: 5px;
  counter-increment:li;
  content:"";
  letter-spacing: 0.5px;*/
}

.figures-links-img > img {
    width: 100%;
}

.figures-links-img p {
    color: white;
    font-size: 14px;
    text-align: left;
    padding-bottom: 5px;
}

 /*0031659: All Publisher - Figure/Table captions have text box*/
    .figures-links-img p span.p {
        outline: 0px solid transparent !important;
    }

#tablepanel a[ref-type="table"] {
    pointer-events: none;
}

#imagespanel a[ref-type="table"] {
    pointer-events: none;
}

#tablepanel a[ref-type="fig"] {
    pointer-events: none;
}

#imagespanel a[ref-type="fig"] {
    pointer-events: none;
}

/*0031659: All Publisher - Figure/Table captions have text box*/

.figures-links-img a, .figures-links-img ins {
    color: #000000 !important;
    text-decoration: none !important;
}

.table-links-ul a, .table-links-ul ins {
    text-decoration: none !important;
}
/*---------tables links---------*/
ul.table-links-ul {
    counter-reset: li;
    text-indent: 12px;
   color:white; /*0044709: OUP - Points in Navigation Panel(3rd point)*/
}


    ul.table-links-ul > li {
        padding: 30px 10px 10px;
        position: relative;
    }

        ul.table-links-ul > li a {
            color: #FFFFFF !important;
        }
/*---------Dinesh 29-08-2018---------*/
#Tables-linked ul li {
    padding: 10px;
}
/*Hemangi:0033831: RS - Equation Image in Navigation Panel, label will be hide 29 June2021*/
p.hideEqutionHeadingForRS {
    display: none !important;
}
p.rightpanelhyperlink-link-p {
    color: #D1D5DB;
    font-family: fontawesome;
    font-size: 14px;
    left: 10px;
    /*position: absolute;*/
    top: 5px;
    text-align: center;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 0;
}

.table-links-ul > li::before {
    color: #00bfff;
    /*content: "1";*/
    font-family: fontawesome;
    font-size: 14px;
    left: 10px;
    position: absolute;
    top: 5px;
    counter-increment: li;
    /*content:"Table " counter(li) "";*/
    text-align: center;
    letter-spacing: 0.5px;
}
/*---------end 29-08-2018---------*/

.edited-info.table-links {
    font-size: 14px;
}
/*---------referances links---------*/
ul.references-linked-ul {
    counter-reset: li;
}

    ul.references-linked-ul > li {
        /*padding: 30px 10px 10px;*/
        position: relative;
    }

.references-linked-ul > li::before {
    color: #00bfff;
    /*content: "1";*/
    font-family: fontawesome;
    font-size: 14px;
    left: 10px;
    /*position: absolute;*/
    top: 5px;
    counter-increment: li;
    /*content:"Reference " counter(li) "";*/
    text-align: center;
    letter-spacing: 0.5px;
}

.edited-info.references-link {
    font-size: 14px;
}
/*---------after clicking on edit tool---------*/
/*.edit-tool-menu .casper-tool-block {
  margin-right: 100px;
}*/
#cke_editor {
    transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -ms-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
}

.edit-tool-menu #cke_editor {
    width: 88%;
}

.edit-tool-on #cke_editor {
    width: 72%;
}

.edit-tool-on .casper-tool-block {
    margin-right: 360px;
}

.edit-tool-on .casper-right-panel {
    width: 60px;
}

    .edit-tool-on .casper-right-panel li {
        height: 60px;
        min-height: 60px;
    }

.casper-right-panel .nav.nav-tabs li a {
    font-size: 20px;
}

.edit-tool-on .open-panel li a {
    display: block;
    /*overflow: hidden;*/
}

.edit-tool-on .casper-right-panel .nav.nav-tabs li a span {
    padding-top: 10px;
}

.edit-tool-on .open-panel li a p {
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    visibility: hidden;
}

.edit-tool-on .casper-tab .tab-pane.active {
    right: 60px;
}

rref.set_position.adjust {
    padding: 0 !important;
    width: 100% !important;
}
/*------------setting panel for on off panel options 11.04.2018----------------*/
/*---setting icon------*/
@-webkit-keyframes run-rotation {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes run-rotation {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes run-rotation {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes run-rotation {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.set-option-visibility {
    position: fixed;
    /*right: 68px;*/
    right: 15px;
    top: 0px;
    z-index: 10000;
    background-color: #2B3643;
}

    .set-option-visibility > a {
        color: #ffffff !important;
        font-size: 25px;
        line-height: 50px;
        display: block;
        text-decoration: none !important;
    }

    .set-option-visibility a span.icon-settings {
        display: inline-block;
        line-height: 0px !important;
    }

.run-animation {
    animation: linear 3s infinite run-rotation;
}

ul.visibility-creator {
    background-color: #2b3643;
    border-radius: 5px;
    /*box-shadow: 0 5px 5px 0 #d5d5d5;*/
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 100px;
    visibility: hidden;
    width: 300px;
    max-height: 370px;
    transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -ms-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
}

    ul.visibility-creator::before {
        border-bottom: 15px solid #353535;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        content: "";
        position: absolute;
        right: 3px;
        top: -10px;
    }

.open-set-visibility ul.visibility-creator {
    top: 60px;
    opacity: 1;
    visibility: visible;
}

.set-option-visibility ul.visibility-creator li {
    border-bottom: 1px dashed #4d4d4d;
    padding: 12px 0;
}

    .set-option-visibility ul.visibility-creator li:last-child {
        border-bottom: 0px;
    }

.setting-heading {
    color: #ffffff;
    float: left;
    max-width: 70%;
    width: 70%;
    font-size: 14px;
}
/*----------switch button css here-------------*/
.onoffswitch {
    position: relative;
    width: 70px;
    float: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #00BFFF;
    border-radius: 20px;
    margin-bottom: 0px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 20px;
        padding: 0;
        line-height: 20px;
        font-size: 11px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #00BFFF;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #00BFFF;
        text-align: right;
    }

.onoffswitch-switch {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #00bfff;
    border-radius: 20px;
    bottom: 0;
    display: block;
    height: 15px;
    margin: 5px;
    position: absolute;
    right: 46px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 15px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
/*----------end switch button css here-------------*/

/**********modal manage*********/
.modal-dialog {
    left: 0 !important;
    right: 0 !important;
    width: 900px !important;
    margin: 30px auto;
}
/*-----------left side panel-----------*/
/*#leftdiv {
    height: 100% !important;
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: 500px !important;
    z-index: 99 !important;
}*/
/*.sidebar.sidebar-left{
  height: 100% !important;
  left: 0% !important;
  position: fixed !important;
  top: 0 !important;
  width: 500px !important;
  z-index: 99 !important;
}*/
.closing-button {
    position: fixed;
    width: 20px;
    height: 50px;
    cursor: pointer;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #ffffff;
    background-color: #2b3643;/*h 0.5*/
    /*transition: all 600ms ease-in 0s;-moz-transition: all 600ms ease-in 0s;-ms-transition: all 600ms ease-in 0s;-o-transition: all 600ms ease-in 0s;-webkit-transition: all 600ms ease-in 0s;*/
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.left-panel-toggle .closing-button i.fa.fa-angle-right {
    transform: rotate(-180deg);
}

.left-panel-toggle .closing-button {
    left: 300px;
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/*.left-panel-toggle .closing-button {
  left: 300px;
  background-color: #2B3643;
}*/
.closing-button span {
    position: absolute;
    background: #00bfff;
    top: 50%;
    left: 10px;
    width: 25px;
    transform: translateY(-50%);
    height: 2px;
    transition: all 600ms ease-in 0s;
    -moz-transition: all 600ms ease-in 0s;
    -ms-transition: all 600ms ease-in 0s;
    -o-transition: all 600ms ease-in 0s;
    -webkit-transition: all 600ms ease-in 0s;
}

    .closing-button span::before, .closing-button span::after {
        position: absolute;
        background: #00bfff;
        left: 0;
        width: 25px;
        height: 2px;
        content: "";
        transition: all 600ms ease-in 0s;
        -moz-transition: all 600ms ease-in 0s;
        -ms-transition: all 600ms ease-in 0s;
        -o-transition: all 600ms ease-in 0s;
        -webkit-transition: all 600ms ease-in 0s;
    }

    .closing-button span::before {
        top: -8px;
    }

    .closing-button span::after {
        top: 8px;
    }

.left-panel-toggle .closing-button span {
    width: 0;
}

    .left-panel-toggle .closing-button span::before {
        transform: rotate(45deg);
        top: 0;
    }

    .left-panel-toggle .closing-button span::after {
        transform: rotate(-45deg);
        top: 0;
    }

.left-hand-details {
    max-height: 100%;
    overflow: auto;
}

.casper-left-option {
    width: 300px;
    height: 100%;
    max-height: 100%;
    padding: 100px 0 0;
    left: -300px;
    top: 0;
    position: fixed;
    background-color: #2B3643;
    /*transition: all 300ms ease-in 0s;-moz-transition: all 300ms ease-in 0s;-webkit-transition: all 300ms ease-in 0s;-ms-transition: all 300ms ease-in 0s;-o-transition: all 300ms ease-in 0s;*/
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.left-panel-toggle .casper-left-option {
    left: 0;
}

.btn.btn-default.same-clr-btn, .btn.btn-success {
    background-color: #0f3886 !important;
  /*h 0.4*/  border-color: #0f3886 !important;
    border-radius: 0;
    color: #ffffff !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.show-left-hand-info > li {
    border-bottom: 1px dashed #545f6c;
    font-size: 14px;
    padding: 10px;
    color: #ffffff;
}

p.header-name {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0px;
}

.show-left-hand-info p {
    padding: 0 0 0 10px;
    font-size: 14px;
}
/*--------16.04.2018---------*/
.navbar-default .navbar-nav > li > a {
    border-right: 0px !important;
}

.modal-content {
    border-radius: 0px !important;
    /*border: 1px solid #2B3643;*/
    border: 0px !important;
    overflow: hidden;
}

.modal-header {
    background-color: #2B3643 !important;
    color: #ffffff !important;
    padding: 5px 10px !important;
    text-align: center;
}

.modal-body {
    padding: 30px 20px 15px;
}

.modal-footer {
    margin-top: 0;
    padding: 10px;
    text-align: right;
}

.modal-header h4 {
    font-size: 16px;
    margin: 8px 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-horizontal .control-label {
    padding-top: 7px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
}

.modal-header .close {
    color: #ffffff !important;
    opacity: 1 !important;
    margin: 4px 0 !important;
}

.modal-content.ui-draggable {
    background-color: #f1f1f1;
}

.tool-tiping {
    display: inline-block;
}

#leftdiv {
    color: #ffffff;
    padding: 0 15px 15px;
}

.bt-border {
    padding: 15px;
    border-bottom: 1px dashed #545f6c;
}

    .bt-border:first-child {
        padding-top: 0;
    }

.left-hand-details.cust-scrollbar {
    padding-bottom: 20px;
}
/*.btn.btn-default:hover, .btn-sm.same-clr-btn:hover {
    background-color: #e5e5e5 !important;
    color: #353535 !important;
}*/
.btn.btn-default:hover, .btn.btn-default:focus, .btn-sm.same-clr-btn:hover, .btn-sm.same-clr-btn:focus {
    background-color: #e5e5e5 !important;
    color: #353535 !important;
}
/*23.04.2018*/
/*#equationpanel.equations-links-ul {
  padding: 0 5px;
}
#equationpanel > li {
  background-color: #ffffff !important;
}*/
.form-control {
    border-radius: 0px !important;
}

.custom-modal-search #search_text_value.form-control, #replace_text_value.form-control {
    border-radius: 0px !important;
    box-shadow: none !important;
    border: 1px solid #dedddd !important;
}

.custom-modal-search .modal-dialog {
    width: 600px !important;
}

#btn_aq_del {
}
/*********header manage dt - 02.05.2018**********/
#cke_1_top {
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 999;
    padding-left: 200px;
}

#cke_editor {
    width: 96%;
    margin-top: 40px;
}

.edit-genie-logo {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    height: 41px;
    line-height: 42px;
    width: 150px;
    padding: 0 0 0 15px;
}

    .edit-genie-logo a {
        font-size: 24px;
        color: #353535;
        font-weight: 600;
        letter-spacing: 0.5px;
        display: block;
    }

span#cke_36 {
    padding-right: 50px;
}

#commentspanel.figures-links-ul .panelItem {
    background-color: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.edit-tool-menu#main {
    margin-right: 100px;
}

.edit-tool-on#main {
    margin-right: 318px;
}
/*pop up color*/
.modal-header {
    position: relative;
    background-color: rgb(196, 211, 243) !important;
    color: black !important;
}

    .modal-header .close {
        margin-top: -26px !important;
    }

.form-horizontal {
    padding-top: 20px !important;
}

#EditableModal .modal-header .close, #model_make_tblfootnotemarker .modal-header .close {
    margin-top: 5px !important;
}
.spAQMax {
    position:absolute;
    margin-left: 245px;
    color: #47525f;
}

.spCMMax {
    position: absolute;
    margin-left: 215px;
    color: #47525f;
    margin-top: 10px;
}
.spResolve {
    font-size:12px !important;
    padding-top: 3px;
    position: absolute;
}

/*-------------------------------------------------------12-11-1988------------------------------------------------------------------------*/
.casper-tab-edited .tab-pane {
    background-color: #2b3643;
    display: block !important;
    height: 100%;
    padding: 42px 0 0;
    position: fixed;
    right: -318px;
    top: 0;
    transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -ms-transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    width: 318px;
}

.edit-tool-opt .casper-tab-edited .tab-pane {
    right: 0;
}

.casper-tab-edited .panel-title > a {
    color: #d5d5d5;
    display: block;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}

.opt-ic {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 14px;
}

.right-panel-content li {
    background-color: #47525f;
    border-radius: 2px;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px 10px;
    display: block;
}

    .right-panel-content li a {
        color: #ffffff;
        position: relative;
        display: block;
        width: 100%;
        text-decoration: none;
    }

.right-panel-content a span {
    position: absolute;
    right: 15px;
    top: 0;
}
/*.edit-tool-opt .edit-tool-option-bk {
  transform: translateY(-313px);
}
.edit-tool-menu .edit-tool-option{
  transform: translateY(-100px);
}*/

#accordion-edit a.collapsed span.opt-ic .fa-plus:before {
    content: "\f067";
}

#accordion-edit a span.opt-ic .fa-plus:before {
    content: "\f068";
}

.edito-option li.activer i {
    transform: rotate(90deg);
}

.toputi {
    margin-top: 187px;
}

.casper-tab-edited .tab-pane {
    padding-top: 0px !important;
}

.cust-s {
    max-height: 450px !important;
}

.panel-group.cust-accordion {
    max-height: 450px;
}

.right-panel-content .panel-group.cust-accordion {
    margin: 0 -15px;
}

#edit-utility .right-panel-content .cust-scrollbar .panel-title {
    padding: 5px 15px;
}
/*.edit-tool-option-bk i {
    display: block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 400;
    transition: all 300ms ease-in 0s;
}*/
/*.edit-tool-option-bk {
    line-height: 20px !important;
    transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -ms-transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
}*/
/*.edit-tool-opt .edit-tool-option-bk i {
  transform:rotateX(180deg);
}*/
.edit-tool-opt#main {
    margin-right: 318px;
    transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -ms-transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
}

h5.head-opt-heading {
    padding-top: 60px;
}
/**********02.08.2018***********/
.edit-tool-option-bk, .edit-tool-option {
    position: absolute;
    right: -50px;
    width: 150px;
    height: 50px;
    background-color: #2b3643;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -ms-transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
}

    .edit-tool-option-bk p, .edit-tool-option p {
        margin: 0px;
    }

.edit-tool-option-bk {
    bottom: 50%;
    margin-bottom: -120px;
}

.edit-tool-option {
    top: 50%;
    margin-top: -120px;
}

.edit-tool-opt .edit-tool-option-bk {
    right: 260px;
}

.edit-tool-menu .edit-tool-option {
    right: 50px;
}

.edit-tool-option-bk i {
    display: block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 400;
    transition: all 300ms ease-in 0s;
}

.edit-tool-opt .edit-tool-option-bk i {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}
/*.cke_bottom cke_reset_all .cke_bottom.cke_reset_all {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #353535;
    border-color: #353535;
}
.cke_bottom cke_reset_all a.cke_path_item {
    background-color: #000;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 11px !important;
    letter-spacing: 0;
    color: #ffffff !important;
    font-weight: 400;
    text-transform: capitalize;
}*/
.cke_bottom {
    display: none;
}

.cke_bottom {
    padding: 6px 8px 2px;
    border-top: 1px solid #2B3643 !important;
    background: #2B3643 !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    display: none !important;
}

a.cke_path_item {
    display: inline-block !important;
    padding: 2px 5px !important;
    color: #000 !important;
    background-color: rgb(0, 191, 255) !important;
    border-radius: 2px;
    font-style: italic !important;
    font-weight: 600 !important;
    font-size: 10px !important;
    letter-spacing: 0.5px !important;
}
/*span.cke_button_icon.cke_button__trackdeletion_icon {
    width: 35px;
    height: 25px;
}*/
span.cke_button_icon.cke_button__trackdeletion_icon {
    width: 30px;
    height: 25px !important;
    /*BACKGROUND-SIZE: 100% !important;*/
    background-size: 100% !important;
    margin-top: -5px;
}
/*---05.09.2018-*/
.cke_bottom {
    /*padding: 6px 8px 2px;
    border-top: 1px solid #2B3643 !important;
    background: #ffffff !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;*/
    /*width: 140px !important;*/
    /*width: 84px !important;*/
    /*display: none !important;
    height: 92% !important;
    padding-top: 50px !important;
    overflow:auto !important;
    box-shadow:0 0 10px #e5d5d5;*/
    /*border-radius: 2px !important;
     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 3px -3px 20px 3px rgba(0,0,0,0.20) !important;
     transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1) !important;
     box-shadow: 4px 0px 15px 4px #E6E6e6 !important;
     border-radius: 5px!important;
     border-bottom-left-radius: 5px!important;
     border-bottom-right-radius: 5px !important;
     background-color: white !important;*/
}

.opt-para-in {
    /*margin-left:140px;*/
    /*margin-left:83px;*/
}

/*.closing-button-elementpath {
    position: fixed;
    width: 20px;
    height: 50px;
    cursor: pointer;
    left: 0px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 99999;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #ffffff;
    background-color: #00bfff;
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}*/
/*.casper-left-option-elementpath {
  width:0px;
  height:100%;
  max-height:100%;
  padding: 100px 0 0;
  margin-top:100px;
  left:0;
  top:0;
  position:fixed;
  background-color:#2B3643;
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);-o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);-moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.left-panel-toggle-elementpath .casper-left-option-elementpath{
  left: 0;
}

.left-panel-toggle-elementpath .closing-button-elementpath i.fa.fa-angle-right {
    transform: rotate(-180deg);
}
.left-panel-toggle-elementpath .closing-button-elementpath {
  left:90px;
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);-o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);-moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}*/
/*.left-panel-toggle .closing-button {
  left: 300px;
  background-color: #2B3643;
}*/
.closing-button-elementpath span {
    position: absolute;
    background: #00bfff;
    top: 50%;
    left: 10px;
    width: 25px;
    transform: translateY(-50%);
    height: 2px;
    transition: all 600ms ease-in 0s;
    -moz-transition: all 600ms ease-in 0s;
    -ms-transition: all 600ms ease-in 0s;
    -o-transition: all 600ms ease-in 0s;
    -webkit-transition: all 600ms ease-in 0s;
}

    .closing-button-elementpath span::before, .closing-button-elementpath span::after {
        position: absolute;
        background: #00bfff;
        left: 0;
        width: 25px;
        height: 2px;
        content: "";
        transition: all 600ms ease-in 0s;
        -moz-transition: all 600ms ease-in 0s;
        -ms-transition: all 600ms ease-in 0s;
        -o-transition: all 600ms ease-in 0s;
        -webkit-transition: all 600ms ease-in 0s;
    }

    .closing-button-elementpath span::before {
        top: -8px;
    }

    .closing-button-elementpath span::after {
        top: 8px;
    }

.left-panel-toggle-elementpath .closing-button-elementpath span {
    width: 0;
}

    .left-panel-toggle-elementpath .closing-button-elementpath span::before {
        transform: rotate(45deg);
        top: 0;
    }

    .left-panel-toggle-elementpath .closing-button-elementpath span::after {
        transform: rotate(-45deg);
        top: 0;
    }

.left-panel-toggle-elementpath .closing-button {
    z-index: -1;
}

.left-panel-toggle-elementpath {
    /*margin-left:140px;*/
    margin-left: 0px;
}

.left-panel-toggle .closing-button-elementpath {
    z-index: -1;
}

.left-panel-toggle-elementpath .closing-button-elementpath {
}

.cke_reset_all .cke_path a {
    position: absolute !important;
}
/*::-webkit-scrollbar {
   display: none;
}*/
.left-panel-toggle-elementpath {
    margin-left: 100px;
}
/*add author names[Seema-11 Sept 2018]*/
.modal-header-author {
    background-color: #2B3643 !important;
    color: #ffffff !important;
    padding: 5px 10px !important;
    text-align: center;
}

    .modal-header-author .close {
        color: #ffffff !important;
        opacity: 1 !important;
        margin: -26px 0 !important;
    }

.top-insert {
    position: fixed;
    top: 0;
    right: 10%;
    z-index: 999;
}

    .top-insert a.btn.insert-btn {
        background-color: rgba(0,0,0,0.62);
        color: #ffffff;
        font-size: 14px;
        padding: 2px 10px;
        margin-top: 9px;
        border-radius: 3px;
        letter-spacing: 0.5px;
        font-weight: 600;
        padding: 0;
        width: 50px;
        height: 22px;
        line-height: 20px;
    }


#model_make_reference_insert,
#model_update_aff,
#model_Update_contact,
#model_Add_contact,
#model_Add_history,
#model_Add_keyword,
#modal_article_type .modal-header .close {
    margin-top: -26px !important;
}

/*#model_update_aff .modal-header .close {
    margin-top: -26px !important;
}

#model_Update_contact .modal-header .close {
    margin-top: -26px !important;
}

#model_Add_contact .modal-header .close {
    margin-top: -26px !important;
}

#model_Add_history .modal-header .close {
    margin-top: -26px !important;
}

#model_Add_keyword .modal-header .close {
    margin-top: -26px !important;
}
#modal_article_type .modal-header .close {
    margin-top: -26px !important;
}*/
/*--01.10.2018--*/

div.statement {
    background-color: #d5f4fb;
}
a[ref-type="corresp"] {
    background-color: #d5f4fb;
}
/*.input-wrap! .help > input[type=text]:focus { display: block; }*/


 /*a[ref-type="corresp"]:parent {
     background-color: #d5f4fb;
}*/

.other-popup .modal-header > h3, .other-popup .modal-header h4, .modal-header b.modal-title {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 5px 0;
}

.other-popup .modal-header {
    background-color: #000000 !important;
    position: relative;
}

.other-popup button.close {
    color: #ffffff !important;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 10px;
    margin: 0 !important;
}

.other-popup .modal-body {
    position: relative;
    padding: 15px;
}

/*.edit-tool-menu#main {
    padding-right: 100px;
}*/

/*.edit-tool-on#main {
    padding-right: 318px;
}*/

/*.edit-tool-opt#main {
    padding-right: 318px;
}*/


.other-popup .modal-header > h3, .other-popup .modal-header h4, .modal-header b.modal-title {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 5px 0;
}

.other-popup .modal-header {
    background-color: #000000 !important;
    position: relative;
}

.other-popup button.close {
    color: #ffffff !important;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 10px;
    margin: 0 !important;
}

.other-popup .modal-body {
    position: relative;
    padding: 15px;
}

/*New Pop Up Design CSS Here*/
.hj-popup .modal-dialog {
    width: 600px !important;
    margin: 30px auto;
}

.hj-popup .modal-header {
    background-color: #2b3643 !important;
    color: #ffffff !important;
}

    .hj-popup .modal-header h4 {
        font-size: 18px;
        margin: 0;
        font-weight: 600;
        letter-spacing: 0;
        text-transform: uppercase;
    }

.hj-popup .modal-body {
    position: relative;
    padding: 15px;
}
.calendar-wrapper.picker {
    left:50% !important;
}

.chat-box-btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: rgb(0, 191, 255);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    cursor:pointer;
    font-size:30px;
}
.chat-box-blk {
    position: fixed;
    bottom: -120%;
    opacity: 0;
    visibility: hidden;
    right: 0;
    transition:all 0.3s ease-in 0s;-moz-transition:all 0.3s ease-in 0s;-ms-transition:all 0.3s ease-in 0s;-webkit-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;
}
.open-chat-bx .chat-box-blk {
    opacity:1;
    visibility:visible;
    bottom:0;
}
.chat-close {
    position: absolute;
    right: 15px;
    top: 5%;
    color: #ffffff;
    font-size: 20px;
}

/*Backmatter heading before/After -- Added by Priya -- 24/06/2019  --11/07/2019*/
.disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Disabled Edit Panel Options    --Priya   --28/06/2019  -10/07/2019*/
/*a[href="#frontmatter"], a[href="#insert-section-no"] {
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 0.5;
}*/

#id_standard_heading_after, #add-bulletlist {
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 0.5 !important;
}

/*0007795: In Chicago Style References - For more than 10 Author name. 7 Author name with et.al. is not clicking. --Priya //19/09/2019*/
.custom-swal-wide .sa-icon.sa-custom {
    width: 150px !important;
}

/*Hemangi:0033567: RS - Performance slow when moving between the items, when closing the panel and reopening                */

body[customer='RS'], [customer='RS'] .casper-right-panel, [customer='RS'] .edit-tool-option i, [customer='RS'] .casper-tab .tab-pane, [customer='RS'] .edit-tool-option {
    transition: all ease-in 0s !important;
    -webkit-transition: all ease-in 0s !important;
    -moz-transition: all ease-in 0s !important;
    -ms-transition: all ease-in 0s !important;
    -o-transition: all ease-in 0s !important;
}

/* Edit Attachment popup purpose*/
.cke_dialog_background_cover {
    z-index: -1 !important;
}
/*h 0.2*/
.sa-confirm-button-container button.confirm {
    background-color: #0F3886 !important;
}

/* h 0.3*/
.sa-icon.sa-warning.pulseWarning {
    border-color: darkred !important;
}
span.sa-body.pulseWarningIns, span.sa-dot.pulseWarningIns {
    background-color: darkred !important;
}


/*h 0.3*/
.sa-confirm-button-container button.confirm {
    background-color: #0F3886 !important;
}

p[positionid] b {
    color: #D1D5DB !important;
}

p[positionid] b {
    color: #D1D5DB !important;
}

ul#equationpanel .rightpanelhyperlink-link-p {
    color: darkred !important;
}