/* new design */
.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

*+html .clearfix {
    display: inline-block;
}

html,
body {
    overflow-x: hidden;
}

/* normalize css*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 16px;
    font-family: 'Zoho_Puvi_Regular';
}

section,
section * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
footer,
header,
section {
    display: block;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none !important;
    color: #4CA9F5;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-family: 'Zoho_Puvi_Medium';
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

p {
    margin: 0 0 25px;
    line-height: 1.8;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-blue {
    color: #243A5D;
}

.text-light {
    color: #fff !important;
}

.text-dark {
    color: #000 !important;
}

.top-margin {
    margin-top: 25px !important;
}

.bottom-margin {
    margin-bottom: 25px !important;
}

.space-large {
    height: 50px;
}

.space-medium {
    height: 25px;
}

.space-small {
    height: 10px;
}

.margin-0 {
    margin: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.non-click {
    cursor: default;
    pointer-events: none;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none;
    padding: 0px;
}

strong,
b {
    font-family: 'Zoho_Puvi_Medium';
}

.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    clear: both;
}

.rows {
    margin-right: -10px;
    margin-left: -10px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1200px;
}

.container-fluid {
    width: 100%;
    max-width: 100%;
    position: relative
}

.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.cols-2 {
    width: 12.5%;
}

.cols-25 {
    width: 20%;
}

.cols-3 {
    width: 25%;
}

.cols-4 {
    width: 33.3%;
}

.cols-6 {
    width: 50%;
}

.cols-8 {
    width: 66.6%;
}

.cols-9 {
    width: 75%;
}

.cols-10 {
    width: 87.5%;
}

.cols-12 {
    width: 100%;
}

.cols-center {
    margin: 0 auto;
    float: none;
}

@media only screen and (max-width: 1025px) {
    .cols-md-12 {
        width: 100%;
    }

    .cols-md-9 {
        width: 75%;
    }

    .cols-md-6 {
        width: 50%;
    }

    .cols-md-3 {
        width: 25%;
    }
}

@media only screen and (max-width: 650px) {
    .cols-sd-12 {
        width: 100%;
    }

    .cols-sd-9 {
        width: 75%;
    }

    .cols-sd-6 {
        width: 50%;
    }

    .cols-sd-3 {
        width: 25%;
    }
}

/* Solution banner */
.banner {
    padding: 80px 0;
    position: relative;
}

.clouds-banner,
.azure-banner {
    padding: 150px 0 130px 0;
}

.page-title {
    font-family: 'Zoho_Puvi_SemiBold';
    ;
    font-size: 2em;
    margin-bottom: 10px;
    line-height: 1.4;
}

.clouds-banner .page-title {
    color: #fff;
    font-size: 2em;
}

.azure-banner .page-title {
    font-size: 2em;
}

.azure-banner {
    color: #fff;
}

.clouds-banner .banner-note {
    color: #FFD800;
    margin-bottom: 10px;
}

.azure-banner .banner-note {
    color: #FFD800;
    margin-bottom: 10px;
}

.page-descr {
    color: #04093E;
}

.solution-banner ul {
    padding-left: 35px;
    z-index: 9;
    position: relative;
}

.solution-banner ul li {
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    color: #000;
}

.solution-banner ul.dark-list li {
    color: #fff;
}

.tick-ico {
    border: 1px solid #0817a6;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: -35px;
    background: #0817a6;
}

.dark-list .tick-ico {
    background: #015bbc;
    border-color: #015bbc;
}

.tick-ico:before {
    background: #ffffff;
    width: 2px;
    height: 5px;
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.tick-ico:after {
    background: #ffffff;
    width: 2px;
    height: 9px;
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.tab-container {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.tab-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tab-container::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    display: none;
}

.tab-container::-webkit-scrollbar-thumb {
    display: none;
}

#controls {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

#controls .arrow {
    position: absolute;
    width: 25px;
    height: 100%;
    background: #e0e0e0;
    cursor: pointer;
}

#controls .arrow.prev {
    left: -25px;
}

#controls .arrow.next {
    right: -25px;
}

span.arrow:before {
    content: "";
    transition: all ease 0.4s;
    border: solid #64626c;
    border-width: 0 2px 2px 0;
    padding: 3px;
    width: 2px;
    display: block;
    height: 2px;
    margin: 0 auto;
    position: relative;
    top: 45%;
}

span.arrow.prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 2px;
}

span.arrow.next:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 2px;
}

#tab-secondary-menu {
    box-shadow: 2px 2px 10px #c5c5c5;
    position: relative;
}

#secondary-header.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 50px;
    background: #243c87;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    z-index: 999;
}

.secondary-tab-menu {
    margin-bottom: -2px;
    margin-top: 0;
    position: relative;
}

.secondary-tab-menu li {
    display: inline-block;
    float: left;
    margin-left: 0px;
}

.secondary-tab-menu li a {
    display: inline-block;
    position: relative;
    padding: 18px;
    line-height: 1.4;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align: left;
    width: 100%;
    text-decoration: none;
    font-family: 'Zoho_Puvi_Medium'
}

#MEaws .secondary-tab-menu,
#MEazure .secondary-tab-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#MEaws .secondary-tab-menu li,
#MEazure .secondary-tab-menu li {
    float: none;
    display: block;
}

#MEaws .secondary-tab-menu li a,
#MEazure .secondary-tab-menu li a {
    padding: 18px 12px;
}

.secondary-tab-menu li a:hover,
.secondary-tab-menu li.active-tab-menu a {
    color: #50AD70;
}

.secondary-tab-menu li a:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 32px;
    transform: translate(0, -50%);
    top: 50%;
    background: #000;
    position: absolute;
    right: 0px;
}

.secondary-tab-menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #dfdfdf;
    visibility: visible;
    position: relative;
    bottom: 2px;
    z-index: 1;
}

.secondary-tab-menu li:last-child a:after {
    display: none;
}

.active-tab-menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #50AD70;
    margin-bottom: -2px;
    position: relative;
    bottom: 2px;
    z-index: 9;
}

#tab-secondary-menu.fixed {
    position: fixed;
    left: 0;
    top: 54px;
    width: 100%;
    z-index: 9999;
    background: #020426;
}

.fixed .secondary-tab-menu li a {
    color: #fff;
}

.fixed .secondary-tab-menu li a:after {
    background: #acacac;
}

.fixed .secondary-tab-menu li.active-tab-menu a,
.fixed .secondary-tab-menu li a:hover {
    color: #FFD800;
}

.fixed .active-tab-menu:after {
    background: #FFD800;
}

.page-section {
    padding: 60px 0;
}

.sol-row {
    padding: 50px 0;
}

.sol-row:nth-child(even) {
    background: #fff;
}

.cloud-title {
    color: #04093E;
    line-height: 1.4;
    font-family: 'Zoho_Puvi_Medium';
    margin-top: 0;
    margin-bottom: 50px;
}

.section-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Zoho_Puvi_SemiBold';
    color: #04093E;
    font-size: 1.6em;
    line-height: 1.2;
}

.sub-section {
    font-size: 1.1em;
    font-family: 'Zoho_Puvi_SemiBold';
    color: #04093E;
}

.clouds-lists {
    color: #04093E;
    line-height: 1.6;
    margin-left: -10px;
    margin-right: -10px;
}

.clouds-lists li {
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    width: 33.3%;
    float: left;
    padding: 0 10px;
    min-height: 104px;
}

.clouds-lists li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-bottom: 6px;
    background: url(https://www.manageengine.com/css/../images/circle-tick.svg) no-repeat;
    background-size: 100%;
    background-position: center;
}

.prod-title {
    margin-bottom: 30px;
    padding-left: 65px;
    padding-bottom: 4px;
    position: relative;
    border-bottom: 2px solid #cdcccc;
}

.sol-ico {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 5px;
    left: 0;
}

.sol-ico.key-sol-ico {
    background: url("https://www.manageengine.com/css/../images/me-key-solutions.svg") no-repeat;
    background-size: 750px;
}

.key-sol-ico.sm-1-ico {
    background-position: 0px 6px;
}

.key-sol-ico.sm-2-ico {
    background-position: -68px 4px;
}

.key-sol-ico.sm-3-ico {
    background-position: -125px 4px;
    width: 55px;
}

.key-sol-ico.msp-1-sol-ico {
    background-position: -135px -58px;
}

.key-sol-ico.siem-sol-1-ico {
    background-position: -570px -4px;
}

.key-sol-ico.it-analytics-1-ico {
    background-position: -70px -62px;
}

.key-sol-ico.iam-sol-1-ico {
    background-position: -210px 4px;
}

.key-sol-ico.iam-sol-2-ico {
    background-position: -282px 4px;
}

.key-sol-ico.iam-sol-3-ico {
    background-position: -370px 2px;
    background-size: 800px;
}

.key-sol-ico.uem-sol-1-ico {
    background-position: -418px 4px
}

.key-sol-ico.uem-sol-2-ico {
    background-position: -494px -2px
}

.key-sol-ico.itom-sol-1-ico {
    background-position: -628px -2px;
    width: 55px;
}

.key-sol-ico.itom-sol-2-ico {
    background-position: -707px 0px
}

.key-sol-ico.itom-sol-3-ico {
    background-position: 4px -57px
}

.sol-ico.sm-ico {
    background: url(https://www.manageengine.com/css/../images/itsm-ico.svg) no-repeat;
    background-size: 90%;
    background-position: center;
}

#aws-prod .sol-ico,
#azure-prod .sol-ico {
    top: -10px;
}

.sol-ico.iam-sol-ico {
    background: url(https://www.manageengine.com/css/../images/iam-ico.svg) no-repeat;
    background-size: 64%;
    background-position: center;
}

.sol-ico.uem-sol-ico {
    background: url(https://www.manageengine.com/css/../images/uem-ico.svg) no-repeat;
    background-size: 90%;
    background-position: center;
}

.sol-ico.siem-sol-ico {
    background: url(https://www.manageengine.com/css/../images/siem-ico.svg) no-repeat;
    background-size: 85%;
    background-position: center;
}

.sol-ico.itom-sol-ico {
    background: url(https://www.manageengine.com/css/../images/itom-ico.svg) no-repeat;
    background-size: 90%;
    background-position: center;
}

.sol-ico.it-analytics-ico {
    background: url(https://www.manageengine.com/css/../images/analytics-ico.svg) no-repeat;
    background-size: 90%;
    background-position: center;
}

.sol-ico.business-app-ico {
    background: url(https://www.manageengine.com/css/../images/business-app-ico.svg) no-repeat;
    background-size: 90%;
    background-position: center;
}

.sol-ico.msp-sol-ico {
    background: url(https://www.manageengine.com/css/../images/msp-ico.svg) no-repeat;
    background-size: 90%;
    background-position: center;
}

.section-descr {
    margin-bottom: 0;
}

.sol-row>.rows>div {
    margin-bottom: 20px;
}

.sol-box {
    text-decoration: none !important;
    display: block;
    padding: 20px 30px;
    color: #04093E;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 14%);
    height: 100%;
}

.sol-box h2 {
    font-family: 'Zoho_Puvi_SemiBold';
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 1.3em;
    color: #2DA76F;
}

.sol-box p {
    position: relative;
    margin-bottom: 45px;
}

.sol-box p:after {
    content: "";
    display: block;
    width: 100px;
    height: 2.5px;
    background: #2ea76f;
    position: absolute;
    bottom: -19.5px;
}

.sol-box p:before {
    content: "";
    display: block;
    width: 85%;
    height: 1px;
    background: #3ed38e;
    position: absolute;
    bottom: -18.5px;
}

.prod-ico {
    display: inline-block;
    width: 50px;
    height: 40px;
    background: url(https://www.manageengine.com/css/../images/prod-sprite.svg);
    background-size: 440px;
    vertical-align: middle;
    background-repeat: no-repeat;
    transform: scale(0.9);
}

.prod-ico.sdp-ico {
    background-position: -4px 0px;
}

.prod-ico.scp-ico {
    background-position: -67px 1px;
}

.prod-ico.asset-exp-ico {
    background-position: -127px -2px;
}

.prod-ico.admp-ico {
    background-position: -127px -52px;
    height: 43px;
}

.prod-ico.adssp-ico {
    background-position: -197px -52px
}

.prod-ico.erp-ico {
    background-position: -263px -53px;
}

.prod-ico.rmp-ico {
    background-position: -332px -56px;
}

.prod-ico.ad360-ico {
    background-position: 3px -113px;
}

.prod-ico.o365-ico {
    background-position: -62px -118px;
}

.prod-ico.imp-ico {
    background-position: -126px -237px;
}

.prod-ico.pam360-ico {
    background-position: -123px -118px;
}

.prod-ico.pmp-ico {
    background-position: -194px -118px;
}

.prod-ico.kmp-ico {
    background-position: -264px -116px;
}

.prod-ico.amp-ico {
    background-position: -326px -112px;
}

.prod-ico.log360-ico {
    background-position: -197px 0px;
}

.prod-ico.eventlog-ico {
    background-position: -265px -1px;
}

.prod-ico.firewall-ico {
    background-position: -324px -4px;
}

.prod-ico.adap-ico {
    background-position: -393px -1px;
}

.prod-ico.smp-ico {
    background-position: -394px -56px;
}

.prod-ico.m365-ico {
    background-position: -58px -352px;
    width: 60px;
}

.prod-ico.csp-ico {
    background-position: 3px -54px;
    width: 60px;
}

.prod-ico.dsp-ico {
    background-position: 2px -236px;
}

.prod-ico.fileanalysis-ico {
    background-position: -125px -356px;
}

.prod-ico.dc-ico {
    background-position: -188px -232px
}

.prod-ico.mdmp-ico {
    background-position: -267px -236px;
    height: 42px;
}

.prod-ico.osdeployer-ico {
    background-position: -328px -236px;
}

.prod-ico.rap-ico {
    background-position: -390px -234px;
}

.prod-ico.patchmanager-ico {
    background-position: -387px -113px;
}

.prod-ico.patchconnect-ico {
    background-position: 2px -177px;
}

.prod-ico.bsp-ico {
    background-position: -328px -173px
}

.prod-ico.acp-ico {
    background-position: -260px -179px;
}

.prod-ico.vmp-ico {
    background-position: -63px -53px;
}

.prod-ico.dcp-ico {
    background-position: -70px -236px;
}

.prod-ico.opmp-ico {
    background-position: 1px -295px;
}

.prod-ico.opm-ico {
    background-position: -61px -296px;
}

.prod-ico.netflow-ico {
    background-position: -124px -296px;
}

.prod-ico.ncm-ico {
    background-position: -60px -178px;
}

.prod-ico.oputils-ico {
    background-position: -123px -179px;
}

.prod-ico.appmanager-ico {
    background-position: -193px -298px;
}

.prod-ico.site24-ico {
    background-position: -262px -298px
}

.prod-ico.apminsight-ico {
    background-position: -330px -298px;
}

.prod-ico.alarmsone-ico {
    background-position: -196px -177px;
}

.prod-ico.statusiq-ico {
    background-position: -390px -172px;
}

.prod-ico.analyticsplus-ico {
    background-position: -388px -292px;
}

.prod-ico.cloudspend-ico {
    background-position: 1px -351px;
    width: 55px;
}

.prod-ico.rmmcentral-ico {
    background-position: -198px -354px;
}

.new-prd-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url("https://www.manageengine.com/css/../images/new-prod-sprite.svg") 0/520px no-repeat;
    vertical-align: middle;
}

.new-prd-icon.admp-icon {
    background-position: -18px -18px
}

.new-prd-icon.adap-icon {
    background-position: -75px -18px
}

.new-prd-icon.adssp-icon {
    background-position: -130px -18px
}

.new-prd-icon.erp-icon {
    background-position: -181px -18px
}

.new-prd-icon.rmp-icon {
    background-position: -239px -18px
}

.new-prd-icon.ad360-icon {
    background-position: -295px -18px
}

.new-prd-icon.id360-icon {
    background-position: -352px -18px
}

.new-prd-icon.m365m-icon {
    background-position: -407px -18px
}

.new-prd-icon.pam360-icon {
    background-position: -460px -18px
}

.new-prd-icon.psmp-icon {
    background-position: -17px -87px
}

.new-prd-icon.amp-icon {
    background-position: -71px -87px
}

.new-prd-icon.kmp-icon {
    background-position: -123px -87px
}

.new-prd-icon.sdp-icon {
    background-position: -174px -87px
}

.new-prd-icon.scp-icon {
    background-position: -229px -87px
}

.new-prd-icon.aex-icon {
    background-position: -284px -87px
}

.new-prd-icon.ec-icon {
    background-position: -340px -87px
}

.new-prd-icon.ptmp-icon {
    background-position: -17px -366px
}

.new-prd-icon.pcp-icon {
    background-position: -18px -18px
}

.new-prd-icon.mdmp-icon {
    background-position: -18px -156px
}

.new-prd-icon.rap-icon {
    background-position: -74px -156px
}

.new-prd-icon.od-icon {
    background-position: -73px -366px;
}

.new-prd-icon.rmmc-icon {
    background-position: -230px -367px
}

.new-prd-icon.vmp-icon {
    background-position: -131px -156px
}

.new-prd-icon.acp-icon {
    background-position: -395px -87px
}

.new-prd-icon.dcp-icon {
    background-position: -182px -365px
}

.new-prd-icon.bsp-icon {
    background-position: -450px -87px
}

.new-prd-icon.edp-icon {
    background-position: -129px -366px
}

.new-prd-icon.rpp-icon {
    background-position: -18px -18px
}

.new-prd-icon.mpp-icon {
    background-position: -18px -18px
}

.new-prd-icon.opmp-icon {
    background-position: -73px -295px
}

.new-prd-icon.site24-icon {
    background-position: -232px -295px
}

.new-prd-icon.appm-icon {
    background-position: -176px -229px
}

.new-prd-icon.dra-icon {
    background-position: -345px -226px
}

.new-prd-icon.opm-icon {
    background-position: -18px -295px
}

.new-prd-icon.netflow-icon {
    background-position: -404px -226px
}

.new-prd-icon.ncm-icon {
    background-position: -460px -226px
}

.new-prd-icon.firewall-icon {
    background-position: -402px -156px
}

.new-prd-icon.opu-icon {
    background-position: -184px -295px
}

.new-prd-icon.aone-icon {
    background-position: -121px -226px
}

.new-prd-icon.siq-icon {
    background-position: -283px -295px
}

.new-prd-icon.cdns-icon {
    background-position: -234px -229px
}

.new-prd-icon.ddic-icon {
    background-position: -291px -226px
}

.new-prd-icon.cloudspend-icon {
    background-position: -128px -300px
}

.new-prd-icon.log360-icon {
    background-position: -458px -156px
}

.new-prd-icon.eventlog-icon {
    background-position: -291px -156px
}

.new-prd-icon.smp-icon {
    background-position: -68px -226px
}

.new-prd-icon.m365sp-icon {
    background-position: -18px -226px
}

.new-prd-icon.csp-icon {
    background-position: -179px -160px
}

.new-prd-icon.dsp-icon {
    background-position: -236px -158px
}

.new-prd-icon.fileanlysis-icon {
    background-position: -346px -158px
}

.new-prd-icon.anp-icon {
    background-position: -340px -295px
}

.new-prd-icon.saasmp-icon {
    background-position: -398px -295px
}

.new-prd-icon.appc-icon {
    background-position: -456px -295px
}

.product-in-title {
    font-family: 'Zoho_Puvi_Medium';
    margin-bottom: 10px;
}

.lists {
    padding-left: 18px;
    line-height: 1.8;
}

.lists li {
    margin-bottom: 15px;
    position: relative;
}

.lists li:before {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #2ea76f;
    border-radius: 100%;
    top: 8px;
    left: -15px;
}

ul.sol-cat {
    margin: 30px 0 0;
}

.sol-cat li {
    display: inline-block;
}

.sol-cat li a {
    color: #0817a6;
    padding: 0 10px;
}

.sol-cat li:first-child a {
    padding-left: 0;
}

.sol-cat li a:hover {
    color: #28b372;
}

.cta-links {
    display: inline-block;
    color: #28B273;
    font-size: 1.1em;
    margin-top: 10px;
    text-decoration: none !important;
}

.cta-links b {
    font-size: 1.2em;
    transition: all ease 0.6s;
    position: relative;
    bottom: 1px;
}

.cta-links:hover b {
    margin-left: 8px;
}

.cloud-box.cloud-box-half {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: -1px;
    width: 66.8%;
}

.cloud-box h2 {
    color: #ffffff;
    font-size: 1em;
    font-family: 'Zoho_Puvi_Medium';
    margin: 0;
    padding: 18px 20px;
    background: #243C87;
    line-height: 1.4;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.cloud-box h2.twoLine-head {
    min-height: 80px;
    display: flex;
    align-items: center;
}

.box-3,
.box-2,
.box-1 {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.cloud-boxed {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #b9b9b9;
    min-height: 390px;
    overflow: hidden;
    position: relative;
}

.cloud-in-box {
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.box-3 .cloud-in-box {
    width: 33.3%;
}

.box-2 .cloud-in-box {
    width: 50%;
}

.box-1 .cloud-in-box {
    width: 100%;
}

.cloud-in-box a:not(.cta-links) {
    color: #04093E;
    text-decoration: none !important;
    display: block;
}

.cloud-in-box h3 {
    margin-top: 5px;
    font-size: 19px;
    margin-bottom: 10px;
    font-family: 'Zoho_Puvi_SemiBold';
}

.cloud-in-box p {
    margin-bottom: 15px;
}

.cross-verticle .cloud-in-box,
.cross-verticle-plus .cloud-in-box {
    min-height: 395px;
}

.cloud-in-box p span {
    display: block;
    margin-bottom: 10px;
}

.cloud-in-box .cta-links {
    color: #fff;
    font-size: 1em;
    margin: 0;
    background: #50AD70;
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0;
    text-align: center;
    padding: 15px;
    transition: all ease 0.3s;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
}

.cloud-in-box:hover .cta-links {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

#aws-prod {
    background: rgb(228 238 251 / 32%);
}

#azure-prod {
    background: linear-gradient(to bottom, rgb(204 204 204 / 9%), rgb(94 218 229 / 12%));
}

#mobapp-sec,
#casestudy-sec,
#freetool-sec {
    padding-top: 20px;
    font-size: 15px;
}

.division-title {
    margin-top: 0;
    font-size: 2.2em;
    color: #04093E;
    font-family: 'Zoho_Puvi_SemiBold';
    margin-bottom: 50px;
}

.mob-box {
    margin-bottom: 20px;
    cursor: pointer;
    height: 130px;
    box-shadow: 0 0 10px #00000029;
}

.mob-app-ico {
    float: left;
    width: 135px;
    height: 100%;
}

.app-icon {
    width: 124px;
    height: 121px;
    background: url(https://www.manageengine.com/css/../images/app-icons.png) no-repeat left top;
    display: block;
    margin: 4px auto 4px auto;
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
}

.app-ad {
    background-position: -132px top;
}

.app-sdp {
    background-position: -268px top;
}

.app-fm {
    background-position: -405px top
}

.app-am {
    background-position: -538px top
}

.app-nfa {
    background-position: -676px top
}

.app-dc {
    background-position: -812px top
}

.mob-box:hover .opm {
    background-position: left bottom;
}

.mob-box:hover .app-ad {
    background-position: -132px bottom;
}

.mob-box:hover .app-sdp {
    background-position: -268px bottom;
}

.mob-box:hover .app-fm {
    background-position: -405px bottom;
}

.mob-box:hover .app-am {
    background-position: -538px bottom;
}

.mob-box:hover .app-nfa {
    background-position: -676px bottom;
}

.mob-box:hover .app-dc {
    background-position: -812px bottom;
}

.mob-app-det {
    width: calc(100% - 135px);
    float: left;
    padding: 15px;
}

.app-icon-new {
    width: 124px;
    height: 121px;
    background: url(../images/app-icons-new.png) no-repeat left top;
    display: block;
    margin: 4px auto 4px auto;
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
}

.app-oputils {
    background-position: 0 top;
}

.mob-box:hover .app-oputils {
    background-position: 0 bottom;
}

.app-pmp {
    background-position: -132px top;
}

.mob-box:hover .app-pmp {
    background-position: -132px bottom;
}

.mob-app-det h3 {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.2;
    font-size: 1.3em;
    font-family: 'Zoho_Puvi_Medium';
    color: #2EA86F;
}

.mob-box:hover h3 {
    color: #000;
}

.mob-app-det p {
    margin: 0;
    line-height: 1.6;
}

.tool-box {
    border: 1px solid #C1C0C0;
    padding: 15px;
    cursor: pointer;
    overflow: hidden;
    height: 200px;
    box-shadow: 0 0 2px rgb(0 0 0 / 25%);
}

.tool-front h3,
.tool-back h3 {
    font-size: 1em;
    font-family: 'Zoho_Puvi_Medium';
    color: #000;
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
}

.tool-front img {
    height: 60px;
}

.tool-back h3:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #2ea76f;
    margin: 10px auto 10px auto;
}

.tool-back p {
    margin-bottom: 10px;
}

.tool-back .cta-links {
    margin: 0;
}

.tool-front {
    padding-top: 30px;
    transition: all ease 0.7s;
    -webkit-transition: all ease 0.7s;
}

.tool-back {
    opacity: 0;
    transition: all ease 0.7s;
    -webkit-transition: all ease 0.7s;
    transform: translateY(140px);
    -webkit-transform: translateY(140px);
}

.tool-box:hover .tool-front {
    opacity: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
}

.tool-box:hover .tool-back {
    opacity: 1;
    transform: translateY(-148px);
    -webkit-transform: translateY(-148px);
}

.casestudy-box {
    background: rgb(34 33 33 / 89%);
    color: #fff;
    padding: 35px 25px;
    border-radius: 5px;
}

.casestudy-box.testimonial-box {
    padding-bottom: 0px;
}

.casestudy-box img {
    height: 24px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: text-bottom;
}

.casestudy-box h3 {
    font-family: 'Zoho_Puvi_SemiBold';
    margin-bottom: 15px;
    margin-top: 0;
}

.casestudy-box h3:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #ECD900;
    margin-top: 10px;
}

.casestudy-lists li {
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 28px;
}

.casestudy-box .cta-links {
    color: #FFD800;
    margin-top: 4px;
    font-size: 1em;
}

.casestudy-lists li a {
    color: #fff;
    text-decoration: none;
    position: relative;
}

.casestudy-lists li a:hover {
    color: #ffd800;
}

.casestudy-lists li a:before {
    content: "";
    width: 16px;
    height: 18px;
    display: inline-block;
    background: url(https://www.manageengine.com/css/../images/pdf-ico.svg) no-repeat;
    background-size: 14px;
    background-position: center;
    position: absolute;
    top: 2px;
    left: -27px;
}

.casestudy-lists li.page-ico a:before {
    background: url(https://www.manageengine.com/css/../images/page-ico.svg) no-repeat;
    background-size: 17px;
    background-position: center;
    top: -1px;
}

.casestudy-lists li.vid-ico a:before {
    background: url(https://www.manageengine.com/css/../images/vid-ico.svg) no-repeat;
    background-size: 16px;
    background-position: center;
    top: 0;
}

.testimonial-box .cta-links {
    position: relative;
    margin-top: 0;
    bottom: 20px;
}

ul.casestudy-lists {
    min-height: 120px;
}

.abheader .download-btn {
    width: 180px;
}

p.callback-text {
    margin: 0 0 10px 0;
    color: #1f1e1e;
    font-size: 0.8em;
    position: relative;
    bottom: 7px;
    padding-left: 50%;
}

.lbl b.sup {
    font-size: 0.8em;
    position: relative;
    bottom: 5px;
    left: 2px;
}

.prod-ico {
    display: block;
    width: 60px;
    height: 40px;
    background: url("https://www.manageengine.com/css/../images/prod-sprite.svg");
    background-size: 440px;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.prod-ico.sdp-ico {
    background-position: -4px 0px;
}

.prod-ico.scp-ico {
    background-position: -67px 1px;
}

.prod-ico.asset-exp-ico {
    background-position: -127px -2px;
}

.prod-ico.admp-ico {
    background-position: -127px -52px;
    height: 43px;
}

.prod-ico.adssp-ico {
    background-position: -197px -52px
}

.prod-ico.erp-ico {
    background-position: -263px -53px;
}

.prod-ico.rmp-ico {
    background-position: -332px -56px;
}

.prod-ico.ad360-ico {
    background-position: 3px -113px;
}

.prod-ico.o365-ico {
    background-position: -62px -118px;
}

.prod-ico.imp-ico {
    background-position: -126px -237px;
}

.prod-ico.pam360-ico {
    background-position: -123px -118px;
}

.prod-ico.pmp-ico {
    background-position: -194px -118px;
}

.prod-ico.kmp-ico {
    background-position: -264px -116px;
}

.prod-ico.amp-ico {
    background-position: -326px -112px;
}

.prod-ico.log360-ico {
    background-position: -197px 0px;
}

.prod-ico.eventlog-ico {
    background-position: -265px -1px;
}

.prod-ico.firewall-ico {
    background-position: -324px -1px;
}

.prod-ico.firewall1-ico {
    background-position: -358px -352px;
}

.prod-ico.adap-ico {
    background-position: -393px -1px;
}

.prod-ico.adap1-ico {
    background-position: -302px -352px;
}

.prod-ico.smp-ico {
    background-position: -394px -56px;
}

.prod-ico.m365-ico {
    background-position: -58px -352px;
}

.prod-ico.csp-ico {
    background-position: 3px -54px;
}

.prod-ico.dsp-ico {
    background-position: 2px -235px;
}

.prod-ico.fileanalysis-ico {
    background-position: -125px -356px;
}

.prod-ico.dc-ico {
    background-position: -188px -232px
}

.prod-ico.mdmp-ico {
    background-position: -267px -236px;
    height: 42px;
}

.prod-ico.osdeployer-ico {
    background-position: -328px -236px;
}

.prod-ico.rap-ico {
    background-position: -390px -234px;
}

.prod-ico.patchmanager-ico {
    background-position: -387px -113px;
}

.prod-ico.patchconnect-ico {
    background-position: 2px -177px;
}

.prod-ico.bsp-ico {
    background-position: -328px -173px
}

.prod-ico.edp-ico {
    background-position: -244px -352px
}

.prod-ico.acp-ico {
    background-position: -260px -179px;
}

.prod-ico.vmp-ico {
    background-position: -63px -53px;
}

.prod-ico.dcp-ico {
    background-position: -70px -236px;
}

.prod-ico.opmp-ico {
    background-position: 1px -295px;
}

.prod-ico.opm-ico {
    background-position: -61px -296px;
}

.prod-ico.netflow-ico {
    background-position: -124px -296px;
}

.prod-ico.ncm-ico {
    background-position: -60px -178px;
}

.prod-ico.oputils-ico {
    background-position: -123px -179px;
}

.prod-ico.appmanager-ico {
    background-position: -193px -298px;
}

.prod-ico.site24-ico {
    background-position: -262px -298px
}

.prod-ico.apminsight-ico {
    background-position: -330px -298px;
}

.prod-ico.alarmsone-ico {
    background-position: -196px -177px;
}

.prod-ico.statusiq-ico {
    background-position: -390px -172px;
}

.prod-ico.analyticsplus-ico {
    background-position: -388px -292px;
}

.prod-ico.zoho-analytics-ico {
    background: url("https://www.manageengine.com/images/zoho-analytics-logo.png") no-repeat;
    background-size: 65%;
}

.prod-ico.zoho-projects-ico {
    background: url("https://www.manageengine.com/images/zoho-projects-logo.png") no-repeat;
    background-size: 65%;
}

.prod-ico.zoho-sprints-ico {
    background: url("https://www.manageengine.com/images/zoho-sprints-logo.png") no-repeat;
    background-size: 65%;
}

/*------------  window active directory tools css start---------*/
.banner {
    background: url("https://www.manageengine.com/css/../images/aws-banner.svg") no-repeat, url("https://www.manageengine.com/images/new-solutions-banner.jpg") no-repeat #203b85;
    background-size: 34%, cover;
    background-position: 85% center, center;
}

.banner.window-ad-banner {
    background: url("https://www.manageengine.com/css/../images/window-ad-banner.svg") no-repeat, url("https://www.manageengine.com/images/new-solutions-banner.jpg") no-repeat #203b85;
    background-size: 21%, cover;
    background-position: 77% center, center;
}

.ad-banner-show {
    display: none;
}

.ad-banner-show img.banner-img {
    display: block;
    width: 45%;
    margin: 35px auto 0;
}

#active_directory_tools #fixedbtn {
    display: none !important;
}

#active_directory_tools #secondary-header.fixed {
    box-shadow: 0 0 10px rgb(255 255 255 / 16%);
    z-index: 9999;
}

#active_directory_tools section:not(.banner):not(#form-sec),
#active_directory_tools .sol-row:nth-child(even) {
    background: rgb(249, 250, 255);
}

#active_directory_tools #form-sec {
    background: #1f3d88;
    color: #fff;
}

#active_directory_tools .form-control.btn-submit-new {
    padding: 0;
    margin: 0;
}

#active_directory_tools .sol-row {
    padding: 25px 0;
}

.ad-innerwhite-box {
    padding: 80px;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.cwv-lists {
    margin-top: 50px;
}

.resources {
    display: block;
    color: #000;
    text-align: left;
    font-size: 16px;
    line-height: normal;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 1px 11px #e0e0e0;
}

a.resources:hover {
    text-decoration: none;
}

.resources>div {
    padding: 30px 25px;
}

.source-title {
    display: block;
    font-size: 0.9em;
    font-family: "Zoho_Puvi_SemiBold";
    margin-bottom: 7px;
    color: #50ad70;
}

.resources p {
    line-height: 1.6;
    margin-top: 0px;
    min-height: 100px;
    margin-bottom: 0;
}

.resources span.learn-btn b.arr {
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}

.cwv-lists a.resources:hover span.learn-btn b.arr {
    margin-left: 7px;
}

.resources span.learn-btn {
    display: block;
    font-family: 'Zoho_Puvi_SemiBold';
    color: #26398d;
}

.resources-images {
    display: block;
    height: 200px;
    width: 100%;
}

.sec1-res-img1 {
    background: url("https://www.manageengine.com/css/../images/wad-sec1-wp.jpg") #039ae3 no-repeat;
    background-position: center;
    background-size: 100%;
}

.sec1-res-img2 {
    background: url("https://www.manageengine.com/css/../images/wad-sec1-cs.jpg");
    background-position: center;
    background-size: cover;
}

.sec1-res-img3 {
    background: url("https://www.manageengine.com/css/../images/wad-sec1-video.jpg");
    background-position: center;
    background-size: cover;
}

.sec2-res-img1 {
    background: url("https://www.manageengine.com/css/../images/wad-sec2-cs.jpg");
    background-position: left;
    background-size: cover;
}

.sec2-res-img2 {
    background: url("https://www.manageengine.com/css/../images/wad-sec2-wp.jpg");
    background-position: right;
    background-size: cover;
}

.sec2-res-img3 {
    background: url("https://www.manageengine.com/css/../images/wad-sec2-video.jpg");
    background-position: right;
    background-size: cover;
}

.sec3-res-img1 {
    background: url("https://www.manageengine.com/css/../images/wad-sec3-cs.jpg");
    background-position: center;
    background-size: cover;
}

.sec3-res-img2 {
    background: url("https://www.manageengine.com/css/../images/wad-sec3-wp.jpg");
    background-position: center;
    background-size: cover;
}

.sec3-res-img3 {
    background: url("https://www.manageengine.com/css/../images/wad-sec3-gd.jpg");
    background-position: left;
    background-size: cover;
}

.sec4-res-img1 {
    background: url("https://www.manageengine.com/css/../images/wad-sec4-gd1.jpg");
    background-position: center;
    background-size: cover;
}

.sec4-res-img2 {
    background: url("https://www.manageengine.com/css/../images/wad-sec4-gd2.jpg");
    background-position: center;
    background-size: cover;
}

.sec4-res-img3 {
    background: url("https://www.manageengine.com/css/../images/wad-sec4-gd3.jpg");
    background-position: center;
    background-size: cover;
}

.sec5-res-img1 {
    background: url("https://www.manageengine.com/css/../images/wad-sec5-gd1.jpg");
    background-position: center;
    background-size: cover;
}

.sec5-res-img2 {
    background: url("https://www.manageengine.com/css/../images/wad-sec5-cs.jpg");
    background-position: center;
    background-size: cover;
}

.sec5-res-img3 {
    background: url("https://www.manageengine.com/css/../images/wad-sec56-gd2.jpg");
    background-position: center;
    background-size: cover;
}

.sec6-res-img1 {
    background: url("https://www.manageengine.com/css/../images/wad-sec6-video1.jpg");
    background-position: center;
    background-size: cover;
}

.sec6-res-img2 {
    background: url("https://www.manageengine.com/css/../images/wad-sec6-video2.jpg");
    background-position: center;
    background-size: cover;
}

.sec6-res-img3 {
    background: url("https://www.manageengine.com/css/../images/wad-sec6-gd.jpg");
    background-position: center;
    background-size: cover;
}

.ad-videos .resources-images {
    position: relative;
}

.ad-videos .resources-images img.previwbutton {
    position: absolute;
    width: 60px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.video-popup {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    z-index: 99999;
}

.video-show {
    position: absolute;
    width: 800px;
    transform: translate(-50%, -50%);
    top: 45%;
    left: 50%;
    background: #fff;
    padding: 8px;
    padding-bottom: 1px;
    max-width: 90%;
}

.video-close {
    position: absolute;
    z-index: 999;
    top: -8px;
    right: -9px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    background: #ffffff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}

#form-sec .section-title,
#form-sec p.callback-text,
#form-sec p.privacy-policy,
#form-sec p.privacy-policy a,
#form-sec #meGDPRMessage {
    color: #fff;
}

#form-sec .section-title {
    margin-bottom: 20px;
}

#active_directory_tools #form-sec .section-title {
    margin-bottom: 10px;
}

#fixedbtn_ad {
    position: fixed;
    right: 0;
    top: initial;
    top: 300px;
    z-index: 999;
    display: none;
}

#fixedbtn_ad a {
    display: block;
    position: relative;
    background: #29b373;
    cursor: pointer;
    height: 50px;
    color: #fff !important;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transform: translateX(126px);
    -webkit-transform: translateX(126px);
}

#fixedbtn_ad a:hover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

#fixedbtn_ad a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -46px;
    width: 48px;
    height: 50px;
    text-align: center;
    transform: translate(0%, -50%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: -5px 2px 6px rgb(0 0 0 / 35%);
}

#fixedbtn_ad .contact:before {
    margin-bottom: 5px;
    background: url("https://www.manageengine.com/css/../images/req-demo.svg") no-repeat #29b373;
    background-size: 45%;
    background-position: center;
}

/*------------------- Success msg css----------*/
.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    display: none;
}

.ad-success-msg {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    z-index: 999999;
    width: 400px;
    max-width: 90%;
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    color: #000000;
    font-size: 1.4em;
    line-height: 1.8;
    font-weight: 400;
    border-radius: 10px;
}

.ad-success-msg p {
    line-height: 1.6;
    margin: 30px 0 0;
    color: #000;
    display: block;
    font-size: 20px;
    font-family: 'Zoho_Puvi_SemiBold';
}

.ad-success-msg p b {
    display: block;
}

span.tick-icon {
    display: block;
    width: 50px;
    padding: 20px;
    background: #003795;
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: -50px;
}

.ad-success-msg span.close {
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    color: #5b82c7;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 14px;
    padding: 2px 10px;
}

.ad-success-msg span.close:hover {
    color: #000;
}

/*------ form section css--------*/
.form-control.btn-submits {
    background: transparent;
    text-align: center;
}

.form-control {
    height: 55px;
    margin-bottom: 12px;
}

.dropdown1,
.dropdt1 {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.dropdown1::-webkit-scrollbar,
.dropdt1::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    display: none;
}

p.privacy-policy {
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
}

.popup p.privacy-policy {
    margin-bottom: 10px;
}

p.privacy-policy a {
    color: #000000;
    text-decoration: underline !important;
}

#meGDPRMessage {
    color: #000000;
    font-size: 14px;
    width: 100%;
    line-height: 1.6;
}

.dropdt1 .hida1 {
    padding-top: 16px;
}

.hide_field {
    display: none;
}

/* form css  */
.form-control,
#form-sec .captcha-input.form-field {
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: none;
    position: relative;
    margin-bottom: 16px;
    transition: border ease 1.5s;
    -webkit-transition: border ease 1.5s;
    -moz-transition: border ease 1.5s;
}

.dropdown-control {
    background: url(https://www.manageengine.com/images/submenu-sel-arrow.png) no-repeat;
    background-position: 95% center;
}

.form-control.dropdown-control.uscountry,
.form-control.dropdown-control.ukcountry {
    background: #fff;
}

.form-control.active-row {
    border: 1px solid #fff;
}

.form-control.btn-submits {
    border: none;
    margin-bottom: 45px;
    padding-left: 0;
}

.form-control.form-comments {
    height: 85px;
}

.form-control:after,
.form-control:before {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 5px;
    pointer-events: none;
}

.form-control:before {
    top: 0px;
    left: 0px;
}

.form-control:after {
    bottom: 0;
    right: 0;
}

.form-control .error {
    position: absolute;
    bottom: -8px;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 12px;
    z-index: 8;
    opacity: 1;
    background: linear-gradient(to bottom, #fff, #f3f3f3);
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}

.form-control .error.phone_codeerror {
    line-height: 1.2;
    bottom: -18px;
    left: 14px;
    margin-right: 8px;
}

.form-control * {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-control .label {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 16px;
    z-index: 8;
    opacity: 0.7;
}

.form-comments.form-control .label {
    top: 35%;
}

.form-control input,
.form-control select,
.form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    background: none !important;
    height: 100%;
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    opacity: 0.6;
    resize: none;
    font-family: "ZohoPuvi";
}

.form-control select {
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat !important;
    background-position: 98% !important;
}

.eval-popup .zc-solution-group select {
    opacity: 0;
}

.eval-popup .zc-solution-group.active-row select {
    opacity: 1;
}

.form-control.active-row select {
    opacity: 1;
    color: #7c7979;
}

.enquiry-popup .form-control {
    height: 48px;
    border: 1px solid #c9c6c6;
    transition: border ease .9s;
    -webkit-transition: border ease .9s;
    -moz-transition: border ease .9s;
}

.enquiry-popup .active-row.form-control {
    border-color: #fff;
}

.form-control.btn-submits {
    border: none;
}

.btn-submits button {
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #ff4a36;
    background: #ff4a36;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 40px;
    margin: 0 0 20px 0;
}

.btn-submits button:hover {
    background: #1c1c1c;
    border-color: #1c1c1c;
}

p.callback-text {
    margin: 0 0 12px 0;
    color: #3b3b3b;
    font-size: 0.9em;
    position: relative;
    bottom: 7px;
}

b.sup {
    font-size: 0.8em;
    position: relative;
    bottom: 5px;
    left: 2px;
}

.form-control.btn-submit,
.form-control.btn-submit-new {
    background: transparent;
    border: none;
    height: auto;
    text-align: center;
}

.btn-submit-new button {
    font-size: 18px;
    font-weight: 400;
    border: 2px solid #e04d3b;
    border-radius: 5px;
    background: #e04d3b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 50px;
    margin: 20px 0;
}

.btn-submit-new button:hover {
    background: #222222;
    border-color: #222222;
}

.active-row.form-control::before {
    border-top-color: #3754ff;
    border-right-color: #3754ff;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    width: 100%;
    height: 100%;
}

.active-row.form-control::after {
    border-bottom-color: #3754ff;
    border-left-color: #3754ff;
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s,
        height 0.15s ease-out 0.45s;
    width: 100%;
    height: 100%;
}

.form-control.active-row .label {
    top: 0;
    background: linear-gradient(to bottom, #f1f5ff, #fff);
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}

.popup .form-control.active-row .label {
    background: #fff;
}

.uscountry.form-control,
.ukcountry.form-control {
    height: auto;
    background: transparent;
    padding: 0;
    border-color: transparent;
}

.uscountry.form-control:before,
.uscountry.form-control:after,
.ukcountry.form-control:before,
.ukcountry.form-control:after {
    display: none;
}

.uscountry select#contact_country,
.uscountry select#zc-country,
.ukcountry select#contact_country,
.ukcountry select#zc-country {
    height: 60px;
    border: 2px solid #3754ff;
    border-radius: 4px;
    opacity: 1;
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat #fff !important;
    background-position: 95% !important;
}

.popup .uscountry select#contact_country,
.popup .uscountry select#zc-country,
.popup .ukcountry select#contact_country,
.popup .ukcountry select#zc-country {
    height: 48px;
}

.uscountry.form-control.active-row .label,
.ukcountry.form-control.active-row .label {
    z-index: 99;
}

.uscountry select#country_state,
.ukcountry select#ukcountry_region {
    height: 60px;
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat #fff !important;
    background-position: 95% !important;
    margin-top: 15px;
    border-radius: 4px;
    opacity: 1;
    border: 2px solid #3754ff;
}

.uscountry .state-label {
    top: unset !important;
    bottom: 38px;
}

.dropdown1 {
    position: relative;
    z-index: 99;
    font-size: 12px;
    padding: 0;
    height: 55px;
}

.dropdown1.sol {
    z-index: 999;
}

.dropdown1 .dropdt1 {
    width: 100%;
    height: 100%;
}

.clicks {
    display: block;
    width: 100%;
    height: 100%;
}

.dropdt1 .hida1 {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 16px;
    padding-left: 30px;
    font-size: 16px;
    color: #7a7878;
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 96%;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}

.active-row .dropdt1 .hida1 {
    background: linear-gradient(to bottom, #f3f3f3, #fff);
    width: auto;
    display: inline-block;
    position: absolute;
    height: auto;
    padding: 0 6px;
    top: -8px;
    left: 15px;
    z-index: 9;
    color: #555;
}

.multiSel1 {
    padding: 12px 10px 5px 10px;
    height: 53px;
    overflow: scroll;
    display: none;
}

.dropdown1 .dropdd1 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

div.dropdownsearch1 {
    width: 100%;
    background: #fff;
    display: none;
    z-index: 9999;
    position: relative;
}

.dropdown1 .dropdd1 input {
    width: 96%;
    padding: 10px;
    font-size: 14px;
    margin: 15px 10px 5px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    opacity: 1;
}

.dropdown1 .dropdd1 ul {
    color: #2e2d2d;
    display: none;
    left: 0;
    padding: 15px 0 2px 0;
    position: absolute;
    top: 50px;
    width: 100%;
    list-style: none;
    height: 175px;
    overflow: auto;
    background: #fff;
    text-align: left;
    overflow: scroll !important;
}

.dropdown .dropdd ul li,
.dropdown1 .dropdd1 ul li {
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    cursor: pointer;
}

.dropdown1 .dropdd1 ul li:hover {
    background: #f0f0f0;
}

.multiSel1 span {
    border: 1px solid #333;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: 0.9em;
    line-height: 20px;
    display: inline-block;
}

.multiSel1 span strong {
    margin: 0 0 0 10px;
    color: #898383;
    font-weight: 700;
    cursor: pointer;
}

#form-sec .captcha-input {
    vertical-align: middle;
}

#form-sec .captcha-input,
div.form-group .form-field {
    position: relative;
}

#form-sec .captcha-input.form-field {
    margin: 0;
}

#form-sec .captcha-input {
    margin: 0;
}

#form-sec .form-group.captcha-group {
    margin: 0 0 10px 0;
}

#form-sec #WrongCaptchaError {
    position: absolute;
    bottom: -8px;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 12px;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
    width: auto;
    top: inherit;
}

#form-sec .CaptchaWrap {
    position: relative;
    vertical-align: middle;
    width: auto;
    float: none;
    margin: 0;
}

#form-sec #CaptchaImageCode {
    text-align: center;
    padding: 0 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 10px;
}

#form-sec .CaptchaTxtField {
    display: block;
    box-sizing: border-box;
}

#form-sec div.reload {
    width: 8%;
    vertical-align: middle;
}

#form-sec .CaptchaWrap:after,
#form-sec .CaptchaWrap:before,
#form-sec .captcha-input:after,
#form-sec .captcha-input:before {
    content: "";
    display: table;
    clear: both;
}

#form-sec .capcode {
    font-size: 46px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: "Zoho_Puvi_ThinItalic";
    font-style: italic;
}

#form-sec div.form-group input.ReloadBtn {
    background: url(https://www.manageengine.com/images/captcha-reload.svg) left top no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    text-indent: -99px;
    position: relative;
    left: 7px;
    top: 15px;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    filter: invert(1);
}

/*------------  active directory tools css end---------*/

@media only screen and (max-width: 1200px) {
    .cloud-in-box h3 {
        font-size: 15px;
    }

    #commonHeader {
        min-height: 64px;
        height: 64px;
    }

    .abheader #MEmobPanel {
        top: 64px;
    }

    #MEdropPanel ul {
        margin-bottom: 0;
    }

    #active_directory_tools .container:not(#secondary-header .container) {
        width: 90%;
    }

    #MEaws .secondary-tab-menu li a,
    #MEazure .secondary-tab-menu li a {
        padding: 18px 10px;
    }
}

@media only screen and (max-width: 1100px) {
    .ad-innerwhite-box {
        padding: 45px;
    }
}

@media only screen and (max-width: 1025px) {

    .banner,
    .banner.window-ad-banner {
        background: url("https://www.manageengine.com/images/new-solutions-banner.jpg") no-repeat #203b85;
        padding: 50px 0 190px 0;
        background-position: bottom;
        background-size: cover;
        text-align: center;
    }

    .banner:before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url("https://www.manageengine.com/css/../images/aws-banner.svg") no-repeat;
        background-size: 40%;
        background-position: bottom;
        pointer-events: none;
    }

    .banner.window-ad-banner {
        padding: 60px 0;
        background-position: initial;
    }

    .banner.window-ad-banner:before {
        display: none;
    }

    .ad-banner-show {
        display: block;
    }

    .foot-sec>ul.regional-countries-drop {
        width: 75%;
    }

    .tool-box {
        margin-bottom: 20px;
    }

    .casestudy-box {
        margin-bottom: 20px;
    }

    .banner.dark-banner:after {
        background: rgb(3 9 62 / 70%);
    }

    .page-descr,
    .page-title,
    .banner-note {
        position: relative;
        z-index: 9;
    }

    .page-descr br {
        display: none;
    }

    .clouds-lists li {
        width: 50%;
    }

    .cols-12 {
        width: 100%;
    }

    #secondary-header {
        display: none;
    }

    #section1 {
        margin-top: 20px;
    }

    .box-3 .cloud-in-box {
        width: 50%;
    }

    .banner {
        margin-bottom: 0 !important;
    }

    .cwv-lists .cols-4:not(.cwv-lists .cols-4:last-child) {
        margin-bottom: 20px;
    }

    #active_directory_tools #aws-prod .cloud-title {
        margin-bottom: 0;
    }

    #MEaws .cloud-box h2.twoLine-head {
        min-height: auto;
    }
}

@media only screen and (max-width: 992px) {

    .sol-row .rows>.cols-6,
    .ad-sec2 .cols-6 {
        width: 100%;
        height: auto !important;
    }

    p.callback-text {
        padding: 0;
        margin: 0;
    }

    .resources p {
        min-height: 115px;
    }

    .ad-innerwhite-box .section-descr,
    .md-btm-space {
        margin-bottom: 15px;
    }

    .cwv-lists {
        margin-top: 30px;
    }

    .ad-innerwhite-box .space-small {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .video-popup .video-show iframe {
        height: 300px;
    }

    .cwv-lists .cols-sd-12 {
        width: 100%;
    }

    .resources p {
        min-height: auto;
        padding-bottom: 15px;
    }

    .ad-success-msg {
        max-width: 85%;
    }
}

@media only screen and (max-width: 650px) {
    .container {
        width: 90%;

    }

    .banner:before {
        background: url("images/aws-banner.svg") no-repeat;
        background-size: 80%;
        background-position: bottom;
    }

    .banner {
        padding: 70px 0 50px 0;
    }

    .ad-banner-show img.banner-img {
        width: 100%;
    }

    .banner.light-banner:after {
        background: rgb(255 255 255 / 45%);
    }

    .tri-box .cloud-in-box.dbl-box:last-child {
        border: none;
    }

    #tab-secondary-menu,
    .cloud-title br {
        display: none;
    }

    .clouds-banner,
    .azure-banner {
        text-align: center;
    }

    .clouds-banner .page-title,
    .azure-banner .page-title {
        font-size: 1.6em;
        font-family: 'Zoho_Puvi_SemiBold';
    }

    .cloud-in-box p {
        min-height: auto;
    }

    .sol-row>.rows>div {
        height: auto !important;
    }

    .sol-box {
        height: auto;
    }

    #aws-prod .large-title .sol-ico,
    #azure-prod .large-title .sol-ico {
        top: 0;
    }

    .box-3 .cloud-in-box,
    .box-2 .cloud-in-box {
        width: 100%;
    }

    .cloud-boxed {
        min-height: auto;
        padding-bottom: 60px;
    }

    .cloud-in-box .cta-links {
        transform: none;
    }

    .section-title {
        font-size: 1.4em;
    }

    .prod-title {
        border-bottom: 0;
    }

    .clouds-lists li {
        width: 100%;
        min-height: auto;
    }

    .cloud-title {
        margin-bottom: 0;
    }

    .ad-innerwhite-box {
        padding: 40px 25px;
    }

    #fixedbtn_ad a {
        transform: none;
        text-indent: -999px;
        padding: 0;
    }

    .cloud-box h2.twoLine-head {
        min-height: auto;
        display: block;
    }
}

/* evaluator form*/
.eval-popup * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

div.eval-popup {
    width: 800px;
    height: auto;
    display: block;
    border-radius: 5px;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: none
}

div.eval-popup .scroll-div {
    overflow-y: scroll;
    max-height: 95vh
}

.eval-popup h3.headlines {
    font-size: 1.6em;
    color: #e04b39;
    margin-top: 10px;
    font-family: 'Zoho_Puvi_SemiBold';
    text-align: center
}

.fm-center {
    text-align: center
}

.eval-popup .fm-center div.form-group {
    width: 50%
}

.eval-popup .text-label {
    margin-top: 10px;
    margin-bottom: 3px
}

.eval-popup div.wrapper a img {
    width: 200px;
    margin: 0 auto;
    display: block
}

.eval-popup p.headlines {
    font-size: 13px;
    text-align: center;
    width: 90%;
    margin: 10px auto 10px auto;
    line-height: 18px
}

.eval-popup div.form-group {
    width: 100%;
    height: auto;
    clear: both;
    margin: 5px 0 20px 0;
    display: inline-block;
    position: relative;
    vertical-align: top
}

.grey-bg .form-group {
    margin-bottom: 5px
}

.fm-left div.form-group {
    width: 45%;
    margin-right: 4%
}

.fm-left div.form-group+.form-group {
    width: 49%;
    margin-right: 0
}

.eval-popup .form-group.zc-dropdown-group:after {
    background: 0 0
}

.captcha-group.form-group:after,
.eval-popup .form-group.zc-phone-group:after,
.zc-submitandreset-group:after {
    display: none
}

.eval-popup .inline-field {
    position: relative
}

.eval-popup img.imgs {
    width: 25%;
    position: absolute;
    left: 20px;
    bottom: 10px
}

.eval-popup div.form-group label {
    width: 350px;
    float: left;
    display: none
}

.eval-popup div.form-group label p {
    margin: 0 auto
}

.form-field * {
    outline: 0
}

div.form-group label p span.fieldMandate {
    color: #ff0004
}

.captcha-input,
div.form-group .form-field {
    position: relative
}

.captcha-input.form-field {
    margin: 0
}

.captcha-input {
    margin: 0
}

.eval-popup .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    position: relative;
    margin-bottom: 20px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    transition: border ease .9s;
    -webkit-transition: border ease .9s;
    -moz-transition: border ease .9s;
    box-shadow: none
}

.form-group.captcha-group {
    margin: 0 0 10px 0
}

.active-sec .form-control,
.form-control.active-sec {
    border-color: #fff
}

.eval-popup .form-control.zc_textareacomments {
    height: 80px;
    width: 98%
}

.eval-popup div.form-control input,
.eval-popup div.form-control textarea {
    width: 100%;
    outline: 0;
    border: none;
    height: 100%;
    background: 0 0;
    padding-left: 0;
    font-size: 13px;
    position: relative;
    z-index: 9;
    opacity: .5;
    resize: none
}

.eval-popup .form-control:before,
.form-control:after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 5px;
    pointer-events: none
}

.eval-popup .form-control:before {
    top: 0;
    left: 0
}

.eval-popup .form-control:after {
    bottom: 0;
    right: 0
}

.eval-popup .active-sec .form-control::before,
.eval-popup .active-sec.form-control::before {
    border-top-color: #34ad65;
    border-right-color: #34ad65;
    transition: width .15s ease-out, height .15s ease-out .15s;
    width: 100%;
    height: 100%
}

.eval-popup .active-sec .form-control::after,
.eval-popup .active-sec.form-control::after {
    border-bottom-color: #34ad65;
    border-left-color: #34ad65;
    transition: border-color 0s ease-out .3s, width .15s ease-out .3s, height .15s ease-out .45s;
    width: 100%;
    height: 100%
}

.eval-popup div.form-control textarea {
    height: 50px;
    resize: none;
    outline: 0
}

.eval-popup div.zc-submitandreset-group .form-field {
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center
}

.eval-popup div.form-group input[type=submit] {
    background: #e04b3a;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 0;
    padding: 14px 50px;
    font-size: 16px;
    text-align: center;
    text-indent: 0;
    -webkit-appearance: none;
    float: none;
    cursor: pointer
}

.eval-popup div.form-group input[type=reset] {
    width: 150px;
    background: #f66a63;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin: 0 15px;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    text-indent: 0
}

.eval-popup div.form-group input[type=submit]:hover {
    background: #dd002c
}

.eval-popup div.form-group input[type=reset]:hover {
    cursor: pointer
}

.eval-popup div.form-group input.zc-businessemail_input {
    background-image: url(https://www.manageengine.com/images/form_emailicon.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 97% 50%
}

.eval-popup div.form-group input.zc-CallbackDateandTime_input {
    background-image: url(https://www.manageengine.com/images/form_calendaricon.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 97% 50%
}

.eval-popup div.nature-of-query {
    border: none;
    width: 400px;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 99999999;
    top: 38px
}

.eval-popup div.nature-of-query ul {
    list-style: none;
    height: 250px;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid #d7e4e6
}

.eval-popup div.nature-of-query ul li {
    color: #000;
    padding: 10px;
    font-size: 13px
}

.eval-popup div.nature-of-query ul li:hover {
    background: #34ad65;
    color: #fff
}

.eval-popup div.form-group input.nature-of-query_input {
    background-image: url(https://www.manageengine.com/images/form_dropdownarrows.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 97% 50%
}

.eval-popup div.countrylists {
    border: none;
    width: 400px;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9999999;
    top: 38px;
    border: 1px solid #d7e4e6
}

.eval-popup div.countrylists ul {
    list-style: none;
    height: 300px;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    margin: 0;
    padding: 0
}

.eval-popup div.countrylists ul li {
    color: #787878;
    padding: 10px;
    font-size: 13px
}

.eval-popup div.countrylists ul li:hover {
    background: #34ad65;
    color: #fff
}

.eval-popup div.form-group input.countrylists_input {
    background-image: url(https://www.manageengine.com/images/form_dropdownarrows.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 97% 50%
}

.eval-popup div.me_countrylist_search {
    width: 380px;
    background: #fff;
    padding: 15px 10px 15px 10px;
    float: left
}

.eval-popup div.form-group input.me_countrylist_search_input {
    width: 380px;
    border: 1px solid #ccc;
    border: 1px solid #e8eeef
}

.eval-popup div.me_solutions {
    border: none;
    width: 400px;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999999;
    top: 38px;
    border: 1px solid #d7e4e6
}

.eval-popup div.me_solutions ul {
    list-style: none;
    height: 300px;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid #d7e4e6
}

.eval-popup div.me_solutions ul li {
    color: #000;
    padding: 10px;
    font-size: 13px
}

.eval-popup div.me_solutions ul li:hover {
    background: #34ad65;
    color: #fff
}

.eval-popup div.form-group input.me_solutions_input {
    background-image: url(https://www.manageengine.com/images/form_dropdownarrows.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 97% 50%
}

.eval-popup div.me_productslists {
    width: 100%;
    display: none;
    position: relative;
    background: #fff;
    z-index: 99999;
    top: 0
}

.eval-popup div.me_productslists.opn {
    top: 0
}

.eval-popup div.me_productslists ul {
    list-style: none;
    height: 230px;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    margin: 0;
    padding: 0
}

.eval-popup div.me_productslists ul li {
    color: #000;
    padding: 10px;
    font-size: 13px;
    cursor: pointer
}

.eval-popup div.me_productslists ul li:hover {
    background: #34ad65;
    color: #fff
}

.eval-popup div.form-group input.me_productslists_input {
    background-image: url(https://www.manageengine.com/images/form_dropdownarrows.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    cursor: pointer
}

.eval-popup div.me_productslistssearch {
    width: calc(100% - 20px);
    background: #fff;
    padding: 15px 10px 15px 10px;
    float: left
}

.eval-popup div.form-group input.me_productslistssearch_input {
    width: 100%;
    border: 1px solid #d7e4e6;
    font-size: 1em;
    padding: 8px
}

input.me_productslistssearch_input::-webkit-search-cancel-button {
    opacity: 0;
}

.eval-popup p.me_productslists_multiSel {
    width: 100%;
    padding: 3px;
    position: relative;
    background: #fff;
    display: none;
    z-index: 99999;
    border-radius: 5px;
    height: auto;
    overflow: scroll;
    max-height: 115px
}

.eval-popup p.me_productslists_multiSel span {
    border: 1px solid #c2cacc;
    border-radius: 5px;
    font-size: 12px;
    margin: 2px 5px 2px 0;
    padding: 5px 5px;
    display: inline-block
}

.eval-popup p.me_productslists_multiSel span strong {
    color: #ff1e1e;
    font-family: 'Zoho_Puvi_Bold';
    margin: 0 0 0 10px;
    cursor: pointer
}

.eval-popup div.me_productslist_inner {
    border: 1px solid #d7e4e6;
    width: 100%;
    float: left;
    position: absolute;
    z-index: 9999;
    top: 4px;
    background: #fff
}

div.zc-Phonenumber-group input.Phonenumbercode_input {
    width: 100px;
    margin: 0 5px 0 0
}

div.zc-Phonenumber-group input.Phonenumberonly_input {
    width: 291px
}

div.fieldinactive {
    opacity: .1;
    display: none !important
}

p.evalform_error_msg {
    font-size: 11px;
    color: #f63f3f;
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    min-width: 300px
}

p.evalform_disclaimer {
    font-size: 12px;
    color: #818f92;
    font-family: 'Zoho_Puvi_RegularItalic';
    font-style: oblique
}

.eval-popup p.evalform_disclaimer strong {
    font-family: 'Zoho_Puvi_SemiBold';
}

.eval-popup select#country_state,
.eval-popup select#zc-country {
    background: transparent url(https://www.manageengine.com/images/form_dropdownarrows.png) no-repeat 97% center;
    background-size: 14px;
    border: none;
    width: 100%;
    font-size: 13px;
    color: #6f6c6c;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    margin: 0
}

.eval-popup .uscountry select#country_state,
.eval-popup .uscountry select#zc-country {
    height: 45px
}

.sol_rec .fm-left div.form-group.uscountry {
    margin-bottom: -48px
}

.eval-popup div.zc-Preferredcallbackdateandtime span {
    font-size: 14px;
    color: #000
}

.eval-popup div.zc-Preferredcallbackdateandtime input {
    width: auto;
    vertical-align: middle;
    margin: 1px 10px 0 0
}

.eval-popup div.form-group label.form-check-label {
    display: block;
    font-size: 13px
}

.eval-popup div#meGDPRMessage {
    margin: 10px 0
}

.eval-popup p.privacy-policy {
    font-size: 11px;
    margin: 12px 0;
    line-height: 1.4
}

.eval-popup p.privacy-policy a {
    color: #138cd6
}

.eval-popup div.form-group div#meGDPRMessage label {
    font-size: 11px;
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
    color: #000;
}

.success-msg,
.success-msg-cosedevent,
.success-msg2 {
    background: #f8fdee;
    border: 1px solid #b6db95;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 1px 0;
    padding: 10px 0;
    text-align: center;
    color: #5c8707;
    font-family: 'Zoho_Puvi_Bold';
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    display: none
}

.eval-popup .zc-dropdown-group .form-field {
    width: 100%
}

.eval-popup .zc-dropdown-group select {
    background: #fff url(https://www.manageengine.com/images/form_dropdownarrows.png) no-repeat 97% center;
    background-size: 14px;
    border: none;
    width: 100%;
    font-size: 13px;
    color: #6f6c6c;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    margin: 0
}

.eval-popup .form-control.zc-dropdown-group {
    background: #fff
}

.eval-popup .error {
    color: red;
    font-size: 12px;
    display: none
}

#WrongCaptchaError {
    position: relative;
    top: 14px;
    line-height: 1;
    width: 300px
}

.eval-popup .inline-field {
    display: inline-block
}

.eval-popup .field-4.inline-field {
    width: 28%;
    padding-right: 2%;
    margin: 0
}

.eval-popup .field-8.inline-field {
    width: 70%;
    margin: 0;
    margin-left: 2%
}

.shapes {
    position: absolute
}

.dots1 {
    background-image: radial-gradient(hsla(209, 100%, 47%, 1) 5%, transparent 0);
    background-size: 30px 30px;
    width: 300px;
    height: 150px;
    right: -75px;
    top: -25px;
    opacity: .5;
    position: absolute;
    z-index: 999999;
    pointer-events: none;
    transform: rotate(40deg);
    opacity: .35;
    display: none
}

.second-col .form-in {
    margin: 0
}

.second-col .form-in.grey-bg {
    background: #f2f1f0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #fff;
    padding: 10px 50px
}

.CaptchaWrap {
    position: relative
}

#CaptchaImageCode {
    text-align: center;
    padding: 0 0;
    width: 100%;
    overflow: hidden
}

.CaptchaTxtField {
    display: block;
    box-sizing: border-box
}

.CaptchaWrap:after,
.CaptchaWrap:before,
.captcha-input:after,
.captcha-input:before {
    content: "";
    display: table;
    clear: both
}

.capcode {
    font-size: 46px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Zoho_Puvi_RegularItalic';
    font-style: oblique
}

div.form-group input.ReloadBtn {
    background: url(https://www.manageengine.com/images/captcha-reload.svg) left top no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    position: relative;
    left: 7px;
    top: 8px;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s
}

.eval-popup div.form-group.zc-submitandreset-group {
    margin: 5px 0 5px 0
}

.eval-popup div.form-group.hide_field {
    display: none
}

.eval-popup span.lbl {
    pointer-events: none;
    font-size: 13px;
    color: #6b6a6a;
    padding: 0 4px;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    border-radius: 5px;
    display: block;
    font-family: 'Zoho_Puvi_Medium';
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2
}

.form-group.active-row span.lbl {
    top: -8px;
    background: #fff
}

.field-4 span.lbl,
.zc-countrylists-group span.lbl {
    opacity: 0
}

.form-group.active-row .field-4 span.lbl,
.zc-countrylists-group.form-group.active-row span.lbl {
    opacity: 1
}

.form-group .field-4 span.lbl,
.form-group.zc-countrylists-group span.lbl {
    top: -8px;
    background: #fff;
    opacity: 1
}

.zc-me_productslists-group .lbl {
    z-index: 100000
}

.captcha-group:after,
.captcha-group:before,
.form-row:after,
.form-row:before,
.rows:after,
.rows:before {
    content: "";
    display: table;
    clear: both
}

div.form-group.group-half {
    width: 49%;
    float: left;
    clear: none
}

.form-row>.group-half:first-child {
    padding-right: 1%
}

.form-row>.group-half:last-child {
    padding-left: 1%
}

.CaptchaWrap {
    width: 250px;
    float: left;
    margin: 0 0 0 15px
}

.reload {
    width: 8%;
    float: left;
    margin: 0
}

.captcha-input.form-field {
    width: 42%;
    float: left;
    padding-right: 2%
}

span.eval-close {
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -99999999999em;
    background: url(https://www.manageengine.com/happyholidays/2019/images/popup-close-black.svg) #f2f1f0 no-repeat 0 0;
    width: 23px;
    height: 23px;
    background-size: 10px;
    background-position: center;
    text-align: center;
    color: #fff;
    line-height: 26px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s
}

span.eval-close:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.eval-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: none
}

.eval-popup form {
    height: 100%
}

.eval-popup .form-col {
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0
}

.eval-popup .form-in {
    padding: 10px 20px
}

.second-col .form-in {
    padding: 20px 50px
}

.eval-popup .rows {
    height: 100%;
    position: relative;
    border-radius: 5px;
    background: #fff
}

.eval-popup .form-group:after,
.eval-popup .form-group:both,
.form-field:after,
.form-field:before {
    display: table;
    clear: both;
    content: ""
}

@media only screen and (max-width:1400px) {
    .form-group.zc-countrylists-group {
        margin-bottom: 15px
    }

    div.form-group textarea {
        height: 35px
    }
}

@media only screen and (max-width:1100px) {
    .eval-popup div.wrapper a img {
        width: 300px
    }

    .eval-popup div.wrapper {
        width: 90%
    }

    .eval-popup div.form-group label.form-check-label {
        font-size: 15px;
        width: 90%
    }

    .eval-popup div.form-group textarea {
        padding: 5px 0 0 5px;
        margin: 20px 0 0 0
    }

    .eval-popup div.form-group input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0
    }

    .eval-popup .form-control.zc_textareacomments {
        width: 100%
    }

    .eval-popup div.form-group textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0
    }

    .eval-popup div.zc-Preferredcallbackdateandtime input {
        width: auto;
        padding: 0;
        -webkit-appearance: checkbox;
        -moz-appearance: checkbox;
        appearance: checkbox;
        outline: 0;
        border-radius: 0
    }

    .eval-popup div.form-group {
        clear: both;
        margin: 20px auto;
        display: table
    }

    .first-col div.form-group {
        margin: 0
    }

    .eval-popup p.me_productslists_multiSel {
        width: 97%
    }

    .eval-popup p.headlines {
        font-size: 15px
    }

    .eval-popup .fm-left div.form-group,
    .eval-popup .fm-left div.form-group+.form-group {
        width: 100%
    }

    .sol_rec .fm-left div.form-group.uscountry {
        margin-bottom: 0
    }

    .sol_rec .form-group.zc-me_productslists-group {
        display: none
    }
}

@media only screen and (max-width:900px) {
    div.eval-popup {
        width: 90%
    }
}

@media only screen and (max-width:650px) {
    .eval-popup div.wrapper a img {
        width: 250px
    }

    .eval-popup .img.imgs {
        display: none
    }

    .eval-popup .form-col,
    .eval-popup .form-col.first-col {
        width: 100%
    }

    .eval-popup .form-in {
        padding: 20px
    }

    .eval-popup h3.headlines {
        margin: 0 0 10px 0
    }

    .second-col .form-in {
        padding: 20px 20px;
        margin: 0
    }

    .captcha-input.form-field {
        width: 100%
    }

    .CaptchaWrap {
        width: 90%;
        margin: 15px 0 0 0
    }

    .eval-popup {
        max-height: 90vh;
        overflow-y: scroll
    }

    .eval-popup .fm-center div.form-group {
        width: 100%
    }
}

.eval-success-msg {
    background: #f8fdee;
    border: 1px solid #b6db95;
    padding: 10px;
    text-align: center;
    color: #5c8707;
    font-family: 'Zoho_Puvi_Medium';
    position: fixed;
    width: 100%;
    display: none;
    z-index: 9999999;
    top: 0;
    left: 0;
    font-size: 1em;
}

.top-links {
    position: fixed;
    right: 0;
    top: initial;
    bottom: 300px;
    z-index: 4;
}

#fixedbtn {
    position: fixed;
    right: 0;
    top: initial;
    top: 300px;
    z-index: 4;
}

#fixedbtn span {
    display: block;
    position: relative;
    background: #29b373;
    cursor: pointer;
    height: 50px;
    color: #fff !important;
    margin-bottom: 5px;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 14px;
    line-height: 30px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transform: translateX(135px);
    -webkit-transform: translateX(135px);
}

#fixedbtn span:hover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

#fixedbtn span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -46px;
    width: 48px;
    height: 50px;
    text-align: center;
    transform: translate(0%, -50%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: -5px 2px 6px rgb(0 0 0 / 35%);
}

#fixedbtn .contact:before {
    margin-bottom: 5px;
    background: url("https://www.manageengine.com/css/../images/req-demo.svg") no-repeat #29B373;
    background-size: 45%;
    background-position: center;
}

#fixedbtn .demo:before {
    background: url("https://www.manageengine.com/css/../images/req-callback.svg") no-repeat #29B373;
    background-size: 50%;
    background-position: center;
}

#fixedbtn .contact,
.top-links .req-call:hover {
    cursor: pointer;
}

.global-success-msg {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 99999;
    width: 100%;
    background: #f8fdee;
    border: 1px solid #b6db95;
    padding: 10px;
    text-align: center;
    color: #5c8707;
    font-size: 1em;
    display: none;
    font-family: 'Zoho_Puvi_Medium';
}

/* testimonial slider */
.testimonial_slider_2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.testimonial_slider_2 input {
    display: none;
}

.testimonial_slider_2 #slide_2_1:checked~.boo_inner {
    margin-left: 0;
}

.testimonial_slider_2 #slide_2_2:checked~.boo_inner {
    margin-left: -100%;
}

.testimonial_slider_2 #slide_2_3:checked~.boo_inner {
    margin-left: -200%;
}

.testimonial_slider_2 #slide_2_4:checked~.boo_inner {
    margin-left: -300%;
}

.testimonial_slider_2 .boo_inner {
    width: 400%;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    /* easeInOutQuart */

    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    /* easeInOutQuart */
}

.testimonial_slider_2 .slide_content {
    width: 25%;
    float: left;
}

.testimonial_slider_2 #controls {
    text-align: right;
    margin-top: 15px;
}

.testimonial_slider_2 #controls label {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    display: inline-block;
    background: #686868;
    /* Change controls background color */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}

.testimonial_slider_2 #slide_2_1:checked~#controls label:nth-child(1),
.testimonial_slider_2 #slide_2_2:checked~#controls label:nth-child(2),
.testimonial_slider_2 #slide_2_3:checked~#controls label:nth-child(3),
.testimonial_slider_2 #slide_2_4:checked~#controls label:nth-child(4) {
    background: #ecd900;
    /* Change controls background color when mouse click */
}

.content_2 {
    position: relative;
    min-height: 169px;
}

.content_2:before,
.content_2:after {
    content: "";
    height: 15px;
    width: 19px;
    position: absolute;
}

.testimonial_2 p {
    margin-bottom: 5px;
    line-height: 1.7;
    font-size: 0.9em;
}

.testimonial_2 h4 {
    font-size: 0.9em;
    margin-left: 0;
    margin-top: 10px;
    color: #FFD800;
}

.author_2 {
    margin-left: 30px;
}

.author_2 h3 {
    color: #333;
    /* Change author text color */
    font-size: 13px;
    font-family: 'Zoho_Puvi_SemiBold';
    padding: 0 0 5px;
}

.author_2 h4 {
    color: #333;
    /* Change author text color */
    font-size: 12px;
    font-family: 'Zoho_Puvi_Medium';
    padding: 0 0 5px;
}

.author_2 h4 a {
    color: #999;
    /* Change company text link color */
    text-decoration: none;
    position: relative;
    padding-bottom: 1px;
    overflow: hidden;
    border-bottom: 1px solid;
}

.author_2 h4 a:after {
    background: #999;
    /* Change company border link background color */
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.author_2 h4 a:hover {
    color: #000;
    /* Change company text link color when mouse over */
    border: none;
}

.author_2 h4 a:hover:after {
    border-color: #000;
    width: 100%;
}

/* datepicker */
.datepicker {
    position: relative;
    display: inline-block;
    font: 15px/1.5 "Helvetica Neue", mplus-2c, Helvetica, Arial, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    font-weight: 300;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: .5px .5px 0 #c8c8c8;
    -webkit-box-shadow: .5px .5px 3px #eee;
    -moz-box-shadow: .5px .5px 3px #eee
}

.datepicker>.datepicker_header {
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #eee;
    color: #3f3f3f;
    text-align: center;
    font-size: 9pt;
    font-weight: 700;
    min-height: 30px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none
}

.datepicker>.datepicker_header>span {
    display: inline-block;
    margin-top: -2px
}

.datepicker>.datepicker_header>a {
    color: #3b7796;
    cursor: pointer;
    font-size: 20px;
    padding: 3px 16px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    vertical-align: initial
}

.datepicker>.datepicker_header>a:hover {
    color: #303030;
    background-color: #c8c8c8
}

.datepicker>.datepicker_header>a:active {
    color: #fff;
    background-color: grey
}

.datepicker>.datepicker_header>span {
    margin-left: 20px;
    margin-right: 20px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none
}

.datepicker>.datepicker_header>.icon-home {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    padding: 8px;
    top: 0;
    left: 0
}

.datepicker>.datepicker_header>.icon-close {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    padding: 8px;
    top: 0;
    right: 0
}

.datepicker>.datepicker_header>.icon-home>a {
    cutsor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAepJREFUSEudk71Kw2AUhnVxVnCyN1EcCjXUujmKF1AoRRCcNU4OIg5dtXF36tAb6B107qjg0iC4STt0EdTnTU8+v5rGNh54aM7Pe/J+abLmR3AZ7QeXD0+WZkI9zViaiXq9vg+5evU0Y+ksgjCqsrgPA2jBOzQs91FNPc0o70vLQtGHAbTgHRqW+6imnmaUS1PVqWL4SgijJr8juHK1H1Qb2Uxai1kivowmjODKq6Wopp5m0losA95Noh43ONXi+XpCPOsx49W9ZaIHp+CbSlFNPc24+i8DxfGX/YeZgTDqQrsgXc9AF9oFkcY9gQN7J3MjuOhs2WUS0ngGluqZmdNLs7IBTltmZsrvsZUKGaBfhik4vTSw3EBwfrdBfwhvwcX9tpVXNkBvA4bwBk4vDSw2UD27WbdLnf42mQmjIysl8ZeBWq3m9PRubWZOL43qGQOccpf8lc9tj5tWuP7g+tHaLqSR1pY7Pde78Ap7UIEPyOip5RgIOzvkzzCGF4gxtWltF9LAIgM78AxjeAF9/xk9tfy/gBuWOLVMfPIUDq08F3kGFOQlkIlPWKiXBvJfQl6+EjdvWJqJvwwoqMlErl4aabVowmmvbWEBEs2EJeLaFhZBmone8hMtAj2JIkykZYmQifRprAqa+sk3UgBXF8VWaxMAAAAASUVORK5CYII=)
}

.datepicker>.datepicker_header>.icon-close>a {
    cutsor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAfhJREFUSEvNVEtKA0EUHHBhsvZ7D0HF4PRMnERxI+hCQ4xuBE/g5yLRA+il/CCIXkDElRGt6qkZO91j1JUW1KJf1XvVn2Gif4XGUX986aRf0zIANXq0DBBv7Iwvb+192U+NHi2H0Tg+O2ycnN2DV+CcyiVQW5B2T6/KJUxr7dAkySN4bVbaiyqXMM1s3mr0wKtyDgytgQ/gu/gKbkumvgsOpJH0lieNN3s1O9iYd/EN657kyJikZ2uFDi97JDOgX8fAWyeg2MQO6IeT8Pbrao+Wtw/qJklvywBnE5ZuOAkve9SeA0PnQT+Ia7/2BoZXnK0uBkH5Oqxl4RNZYHAH9ANdMnxP9gA42X5FoMuhp6kEAnjlDPpVeIERm0B4+m0/N9AFq26Bta5sX0JvPvDCycFPTs+PbtQTUOvIHgAhu+DoJ4BH9mFgcAzyy3cDee3+c9ATq60ErjfDcP/kDPQ3hJtIM7XlwMAJ8FoBBe2bi/4m6J1QO34yrWlc740XxDffr/wm6EWP2u0GJsEnDS/DJVPvge7T0DspmT+aGQx+cUKGPriKTcCbzEhGwOn5GAZegM/gHdiSVAK1VBo9F+yRFJn2+hgGXtrBSXpn0mbQb5orbavl4ZfskZRDm5gGp1QKQM16nPACdhNpczZur3+ezAM1eoLwv0MUfQBkquZISGUUwgAAAABJRU5ErkJggg==)
}

.datepicker>.datepicker_header>a:hover>div {
    background-position: -16px 0
}

.datepicker>.datepicker_inner_container {
    margin: -2px 0 -2px 0;
    background-color: #d2d2d2;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: .5px 0 3px #c8c8c8;
    -webkit-box-shadow: .5px 0 3px #c8c8c8;
    -moz-box-shadow: .5px 0 3px #c8c8c8
}

.datepicker>.datepicker_inner_container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.datepicker>.datepicker_inner_container>.datepicker_calendar {
    float: left;
    width: 18.3em;
    margin-top: -.5px;
    margin-left: -1px;
    margin-bottom: -2px;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-top: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>table {
    padding: 10px
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>th {
    color: #646464;
    width: 18px;
    font-size: small;
    font-weight: 400;
    text-align: center
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td {
    color: #000;
    font-size: small;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer;
    padding: 10px
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.today {
    border-bottom: #bfbfbf solid 2px;
    margin-bottom: -2px
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.wday_sat {
    color: #04a
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.wday_sun {
    color: #e13b00
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.day_another_month {
    color: #ccc
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.day_in_past {
    cursor: default;
    color: #ccc
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.day_in_unallowed {
    cursor: default;
    color: #ccc
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.out_of_range {
    cursor: default;
    color: #ccc
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.active {
    color: #fff;
    background-color: grey
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.hover {
    color: #000;
    background-color: #c8c8c8
}

.datepicker>.datepicker_inner_container>.datepicker_timelist {
    float: left;
    margin-top: -.5px;
    padding: 5px 0;
    overflow: auto;
    overflow-x: hidden;
    background-color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    text-align: right;
    width: 4.9em
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar {
    overflow: hidden;
    width: 6px;
    background: #fafafa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar:horizontal {
    height: 1px
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-button {
    display: none
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-piece {
    background: #eee
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-piece:start {
    background: #eee
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-corner {
    background: #333
}

.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: small;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer
}

.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.time_in_past {
    cursor: default;
    color: #ccc
}

.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.out_of_range {
    cursor: default;
    color: #ccc
}

.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.active {
    color: #fff;
    background-color: grey
}

.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.hover {
    color: #000;
    background-color: #c8c8c8
}