@charset "UTF-8";

/* -------------------------------------- Reset styles -------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em {
    font-family: "Zoho_Puvi_RegularItalic";
    font-style: oblique;
}

.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";
    color: #000;
}

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;
    color: #3131ff;
    cursor: pointer;
}

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: -0.5em;
}

sub {
    bottom: -0.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%;
    height: auto;
}

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-light {
    color: #fff;
}

.text-dark {
    color: #000;
}

.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_SemiBold";
}

.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: -15px;
    margin-left: -15px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1200px;
}

.container-fluid {
    width: 100%;
    max-width: 100%;
}

.fl {
    float: left !important;
}

.pr {
    position: relative;
}

.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-12 {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.cols-2 {
    width: 12.5%;
}

.cols-3 {
    width: 25%;
}

.cols-4 {
    width: 33.3%;
}

.cols-5 {
    width: 40%;
}

.cols-6 {
    width: 50%;
}

.cols-7 {
    width: 60%;
}

.cols-8 {
    width: 66.6%;
}

.cols-9 {
    width: 75%;
}

.cols-10 {
    width: 87.5%;
}

.cols-12 {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .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-8 {
        width: 66.6%;
    }

    .cols-sd-6 {
        width: 50%;
    }

    .cols-sd-4 {
        width: 33.3%;
    }

    .cols-sd-3 {
        width: 25%;
    }
}

.brand-logo {
    display: block;
    width: 200px;
}

.light {
    color: #fff !important;
}

section {
    padding: 80px 0;
    background: #fff;
    position: relative;
}

.container-fluid.copyright {
    text-align: center;
}

.container-fluid.copyright p {
    margin: 0;
    font-size: 0.95em;
    color: #fff;
    padding: 15px 0;
}

.container-fluid.copyright p a {
    color: #fff;
}

.container-fluid.copyright p a:hover {
    text-decoration: underline;
}

/*Banner css start*/
#commonHeader {
    position: relative;
}

#banner {
    padding: 0;
    margin: 0px;
    color: #000;
    height: calc(100vh - 96px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    max-height: 2000px;
}

#banner .cols-12 {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 37%;
    z-index: 1;
}

.finder_banner_img {
    position: absolute;
    width: 65%;
    height: auto;
    bottom: 15px;
    animation: rotate 200s infinite linear;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.page-title {
    color: #000;
    line-height: 1.4;
    font-size: 2.3em;
    font-family: "Zoho_Puvi_Bold";
}

.getstart_btn {
    background: #ffc538;
    color: #000;
    border-radius: 5px;
    display: inline-block;
    padding: 15px 20px;
    margin-top: 30px;
    font-family: "Zoho_Puvi_SemiBold";
    cursor: pointer;
}

.getstart_btn:hover {
    background: #ffce55;
}

p {
    font-size: 16px;
}

.search-content {
    font-size: 1.1em;
    font-family: "Zoho_Puvi_Medium";
    line-height: 3;
}

img.solution-banner-img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.find_title {
    font-size: 2em;
    font-family: "Zoho_Puvi_SemiBold";
    margin-bottom: 70px;
    text-align: center;
}

/*-------Drop down start------*/
.filterdropdown {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    line-height: normal;
    vertical-align: middle;
}

.me-solutions-dynamic {
    margin: 0;
}

.filterdropdown .me_solitionslistssearch_input {
    display: block;
    cursor: pointer;
    padding: 12px 45px 12px 25px;
    color: #7e7e9e;
    position: relative;
    border: 0;
    outline: 0;
    height: 100%;
    resize: none;
    font-size: 0.9em;
    -webkit-appearance: none;
    font-family: "Zoho_Puvi_SemiBold";
    box-shadow: 0px 0px 10px 7px #f0f0f0;
    border-radius: 50px;
    min-width: 200px;
    filter: grayscale(1);
}

.filterdropdown .me_solitionslistssearch_input.active {
    color: #0048d1;
}

.filterdropdown .me_solitionslistssearch_input.active:after,
.filterdropdown .me_solitionslistssearch_input.open,
.filterdropdown .me_solitionslistssearch_input.active {
    filter: grayscale(0);
}

.filterdropdown .me_solitionslistssearch_input.open:after {
    transform: translate(-50%, -50%) rotate(-180deg);
}

.filterdropdown .me_solitionslistssearch_input:after {
    content: "";
    display: block;
    position: absolute;
    background: url("https://www.manageengine.com/latam/images/down-arrow.svg") no-repeat;
    background-position: 94% 56%;
    background-size: 17px;
    width: 16px;
    height: 16px;
    right: 6px;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: grayscale(1);
    transition: all ease 0.5s;
}

.inactive {
    pointer-events: none;
    filter: grayscale(1);
}

.filterdropdown .dropdown-container {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    width: 100%;
    left: 0;
    font-size: inherit;
    display: none;
    z-index: 1;
    top: 55px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url("drop-down-bg.png") no-repeat;
    background: #fff;
    background-size: cover;
    box-shadow: 0 0 10px #c6b8b8;
}

.filterdropdown ul li {
    margin: 0;
    color: #000;
    cursor: pointer;
    padding: 12px 20px;
    border: none;
    font-size: 0.8em;
    line-height: 1.4;
}

.filterdropdown ul li span {
    content: "";
    background: url(solution-drop-icon.svg) no-repeat;
    background: cover;
    width: 20px;
    height: 20px;
}

.filterdropdown ul li:last-child {
    border-bottom: 0;
}

.filterdropdown ul li:hover {
    background: #0149d1;
    color: #fff;
}

.result_container {
    min-height: 200px;
    margin: 100px 0 0;
    position: relative;
}

.loader_img {
    display: block;
    margin: 15% auto 0;
    width: 150px;
}

#product-wrap {
    display: none;
}

.product-box-wrap {
    float: left;
    width: 33.33%;
    position: relative;
    padding: 15px;
    display: none;
}

.sec-title {
    color: #262634;
    font-family: "Zoho_Puvi_Bold";
    margin-bottom: 50px;
    font-size: 1.3em;
    position: relative;
    text-align: center;
}

.space-add {
    margin-bottom: 40px;
}

.sec-title span {
    font-family: "Zoho_Puvi_SemiBold";
    margin: 50px 0;
    position: relative;
    background: #fff;
    padding: 0 30px;
}

.sec-title:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #d2d2d2;
}

.product-report-box {
    position: relative;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #dfdfdf;
    -moz-box-shadow: 0 0 10px #dfdfdf;
    -o-box-shadow: 0 0 10px #dfdfdf;
    box-shadow: 0 0 10px #dfdfdf;
    border-radius: 10px;
    color: #000;
    padding: 20px 40px;
}

.product_logo {
    display: flex;
    align-items: center;
    min-height: 80px;
    justify-content: left;
    cursor: pointer;
}

.product_logo img {
    width: 40px;
    margin-right: 12px;
}

.prod-ico {
    display: inline-block;
    width: 60px;
    height: 40px;
    background: url(https://www.manageengine.com/latam/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: -362px -349px;
}

.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: -53px -316px;
    background-size: 395px;
}

.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;
    width: 50px;
}

.prod-ico.osdeployer-ico {
    background-position: -328px -236px;
}

.prod-ico.rap-ico {
    background-position: -390px -234px;
}

.prod-ico.patchmanager-ico {
    background-position: -392px -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: -66px -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.appcreator-ico {
    background: url(https://www.manageengine.com/latam/images/prod-sprite2.svg);
    background-size: 440px;
    background-repeat: no-repeat;
    background-position: -6px -5px;
}

.prod-ico.cloudspend-ico {
    background-position: 1px -351px;
}

.prod-ico.rmmcentral-ico {
    background-position: -197px -352px;
}

.prod-ico-new {
    display: inline-block;
    width: 60px;
    height: 40px;
    background: url("https://www.manageengine.com/latam/images/prod-sprite-new.svg");
    background-size: 440px;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.prod-ico-new.clouddns-ico {
    background-position: -6px -6px;
}

.pro-name {
    font-size: 1.1em;
    font-family: "Zoho_Puvi_SemiBold";
    line-height: 1.3;
}

.pro_desc {
    margin: 15px 0;
    line-height: 1.5;
    font-family: "Zoho_Puvi_Medium";
    min-height: 50px;
}

.pro-name span {
    font-size: 0.8em;
    font-family: "Zoho_Puvi_Medium";
    margin-bottom: 5px;
    display: inline-block;
}

.pro-name span b {
    font-family: "Zoho_Puvi_Bold";
}

.cate-con {
    color: #0069d0;
    margin: 0;
}

.cate-con a {
    padding: 0 10px;
    color: #0069d0;
}

.cate-con a:first-child {
    padding-left: 0;
}

.previous_products {
    padding: 15px 10px 0;
    height: 300px;
    overflow-y: scroll;
}

.previous_products::-webkit-scrollbar {
    display: block;
    height: 10px;
    width: 4px;
    background: #f2f2f2;
}

.previous_products::-webkit-scrollbar-thumb {
    background: #0069d0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.manage_title {
    font-size: 1em;
    margin: 0 0 20px;
    font-family: "Zoho_Puvi_Medium";
    line-height: 1.5;
}

.manage_title::first-letter {
    text-transform: capitalize;
}

a.preview_pro {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px #e9e7e7;
    -moz-box-shadow: 0 3px 10px #e9e7e7;
    -o-box-shadow: 0 3px 10px #e9e7e7;
    box-shadow: 0 3px 10px #e9e7e7;
    border-radius: 10px;
    padding: 30px 25px;
    display: block;
    color: #000;
    margin-bottom: 20px;
    text-decoration: none;
}

.preview_pro .product_logo {
    min-height: auto;
}

.preview-arrow {
    position: absolute;
    width: 20px;
    top: 50%;
    right: 4%;
    transform: translate(-50%, -50%);
    transition: all ease 0.5s;
}

.preview_pro:hover .preview-arrow {
    transform: translate(-30%, -70%);
}

#backToTop {
    position: fixed;
    right: 20px;
    bottom: 50px;
    color: #000;
    background: rgba(0, 0, 0, 0.7) url(https://www.manageengine.com/latam/images/up-arrow.png) no-repeat 16px 17px;
    font-size: 12px;
    display: none;
    cursor: pointer;
    transition: all 0.1s ease 0s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
    z-index: 99999;
}

#ui-datepicker-div {
    z-index: 9999999 !important;
}

p.callback-text {
    margin: 0 0 13px 0;
    color: #fff;
    font-size: 0.9em;
    position: relative;
    bottom: 7px;
}

.label b.sup {
    font-size: 0.9em;
    position: relative;
    bottom: 5px;
    left: 2px;
}

/* footer */
a.ftr-brand {
    display: block;
    width: 200px;
    margin-bottom: 20px;
}

.address li,
.address li a {
    color: #f0f0f0;
    line-height: 1.6;
    font-size: 0.9em;
}

p.copyright {
    color: #fff;
    font-size: 0.95em;
    margin: 5px 0;
}

.zlogo {
    height: auto;
    width: 55px;
    text-indent: -9999em;
    background: url(https://www.manageengine.com/latam/images/zoho.svg) 0 0 no-repeat;
    display: inline-block;
    margin: 0 3px;
}

/*------------------- Success msg css----------*/
.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 95%);
    display: none;
}

.ad-success-msg {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 999999;
    width: 650px;
    max-width: 90%;
    background: url("https://www.manageengine.com/latam/images/popup-bg-img.png") no-repeat center;
    background-size: contain;
    padding: 200px 0;
    text-align: center;
    color: #000000;
    line-height: 1.8;
}

.ad-success-msg p {
    line-height: 1.6;
    margin: 20px 0 0;
    padding: 0 150px;
    color: #fff;
    display: block;
    font-size: 1.1em;
    font-family: "Zoho_Puvi_Regular";
}

.ad-success-msg p b {
    display: block;
    font-family: "Zoho_Puvi_ExtraBold";
    margin-bottom: 10px;
    font-size: 1.4em;
}

.tick-icon {
    display: block;
    width: 50px;
    margin: 0 auto;
}

.ad-success-msg span.close {
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 6px;
    color: #000;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    font-size: 1.2em;
    font-family: "Zoho_Puvi_Regular";
    padding: 2px 13px;
    box-shadow: 0 0 10px #c2bdbd;
    background: #fff;
    transition: all ease 0.4s;
}

.ad-success-msg span.close:hover {
    transform: rotate(360deg);
    color: #0069d0;
}

/*------ form section css--------*/
.code_box {
    padding-left: 0;
}

.phone-num {
    padding: 0;
}

.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-sec {
    display: none;
    margin-top: 50px;
}

.form-control,
#form-sec .captcha-input.form-field:not(.field-group) {
    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 #707070;
    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;
}

#form-sec .cols-center {
    margin: 0 auto;
    float: none;
}

.dropdown-control {
    background: url(/latam/images/submenu-sel-arrow.png) no-repeat;
    background-position: 95% center;
}

.form-control.dropdown-control.uscountry {
    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: 126px;
}

.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: 1;
    opacity: 0.7;
}

.form-comments.form-control .label {
    top: 30%;
}

.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: 1;
    opacity: 0.6;
    resize: none;
    font-family: "ZohoPuvi";
}

.form-control select {
    opacity: 0;
    background: url(https://cdn.manageengine.com/government/images/arrow.png) no-repeat !important;
    background-position: 98% !important;
}

.form-control.active-row select {
    opacity: 1;
    color: #7c7979;
}

.enquiry-popup .form-control {
    height: 48px;
    border: 1px solid #c9c6c6;
    transition: border ease 0.9s;
    -webkit-transition: border ease 0.9s;
    -moz-transition: border ease 0.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;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
}

.btn-submit-new button,
.speak-btn {
    font-size: 1.1em;
    font-weight: 400;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    font-family: "Zoho_Puvi_SemiBold";
    padding: 16px 40px;
    border-radius: 30px;
    background: #1539d0;
}

.btn-submit-new button:hover,
.speak-btn:hover {
    background: #112b94;
}

.reset_talk_btn {
    margin: 50px 0 25px;
}

.find_more {
    margin-right: 80px;
}

.speak-btn img,
button img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: auto;
    transition: all ease 0.5s;
}

.speak-btn:hover img,
.btn-submit-new button:hover img {
    transform: scale(1.1);
}

.form_cancel_btn {
    background: transparent;
    border: 1px solid #fac000;
    padding: 12px 40px;
    margin-left: 10px;
}

.form_cancel_btn:hover {
    background: #fac000;
}

.finder-submit-btn {
    margin: 0 0 40px;
}

.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: #fff;
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}

.popup .form-control.active-row .label {
    background: #fff;
}

.uscountry.form-control {
    height: auto;
    background: transparent;
    padding: 0;
    border-color: transparent;
}

.uscountry.form-control:before,
.uscountry.form-control:after {
    display: none;
}

.uscountry select#contact_country,
.uscountry select#zc-country {
    height: 60px;
    border: 2px solid #3754ff;
    border-radius: 4px;
    opacity: 1;
    background: url(https://cdn.manageengine.com/government/images/arrow.png) no-repeat #fff !important;
    background-position: 95% !important;
}

.popup .uscountry select#contact_country,
.popup .uscountry select#zc-country {
    height: 48px;
}

.uscountry.form-control.active-row .label {
    z-index: 99;
}

.uscountry select#country_state,
.uscountry #ukcountry_region {
    height: 60px;
    background: url(https://cdn.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://cdn.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;
    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;
    padding: 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/latam/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;
}

@media only screen and (max-width: 1450px) {
    #banner {
        margin: 0;
    }

    .cols-6.text-right {
        text-align: center;
    }

    .left-right-img {
        margin: 90px 0 0;
    }

    #banner .cols-12 {
        top: 42%;
    }
}

@media only screen and (max-width: 1300px) {
    .container {
        max-width: 90%;
    }

    .me_solitionslistssearch_input.manage_input,
    .me_solitionslistssearch_input.focus_input {
        max-width: 90vw;
    }

    img.solution-banner-img {
        width: 75%;
    }
}

@media only screen and (max-width: 1250px) {
    .finder_banner_img {
        width: 100%;
    }
}

@media only screen and (max-width: 1220px) {
    #commonHeader {
        min-height: 64px;
        height: 64px;
    }

    .cate-con {
        min-height: 60px;
    }

    .pro-name {
        margin-left: 5px;
    }

    .product-report-box {
        padding: 20px 25px;
    }
}

@media only screen and (max-width: 1100px) {
    .product-box-wrap {
        width: 50%;
    }

    #form-sec .form-group.captcha-group {
        width: 100%;
    }

    #banner {
        height: calc(70vh - 62px);
    }

    .page-title {
        font-size: 1.9em;
    }

    .product-report-box {
        padding: 20px 40px;
    }

    .cate-con {
        min-height: auto;
    }
}

@media only screen and (min-width: 1024px) {
    .product-report-box {
        height: 280px
    }
}

@media only screen and (max-width: 1024px) {
    .popup-content {
        width: 80%;
    }

    .abheader #MEmobPanel {
        top: 62px;
    }
}

@media only screen and (max-width: 1000px) {
    h1.page-title {
        margin: 0;
        font-size: 1.5em;
        text-align: center;
    }

    img.solution-banner-img {
        max-width: 50%;
        margin: 35px auto 0;
    }

    .search-content br {
        display: none;
    }

    .product-report-box {
        padding: 20px 25px;
    }
}

@media only screen and (max-width: 800px) {
    .pro_desc {
        min-height: 75px;
    }

    .product-report-box {
        padding: 20px;
    }
}

@media only screen and (max-width: 750px) {
    .product-box-wrap {
        width: 100%;
        padding: 0 0 20px;
    }

    .pro_desc {
        min-height: auto;
    }
}

@media only screen and (max-width: 650px) {
    body {
        font-size: 14px;
    }

    #banner {
        background: url("https://www.manageengine.com/latam/images/it-solution-finder.png") no-repeat;
        background-size: cover;
        background-position: center;
        padding: 200px 0;
        height: auto;
    }

    .ad-success-msg p {
        padding: 0;
        max-width: 90%;
        margin: 20px auto 0;
    }

    .ad-success-msg {
        background-size: cover;
    }

    #banner .cols-12 {
        position: static;
        transform: none;
    }

    img.solution-banner-img {
        max-width: 100%;
        margin: 20px auto 0;
    }

    p.copyright {
        text-align: center;
        margin-bottom: 22px;
    }

    h1,
    h3 {
        font-size: 26px;
    }

    h1,
    h4,
    h3 {
        line-height: 1.2;
    }

    p {
        font-size: 15px;
    }

    .filterdropdown.area_focus_filter ul,
    .filterdropdown.manage_managefilter ul {
        max-width: 100%;
    }

    .filterdropdown {
        margin: 10px 0;
        display: block;
    }

    .btn-submit-new button {
        width: 100%;
        text-align: center;
    }

    .form_cancel_btn {
        margin-left: 0;
    }

    .me_solitionslistssearch_input.manage_input {
        min-width: 350px;
    }

    .form-control.form-comments {
        height: 85px;
    }

    .speak-btn {
        display: block;
    }

    .find_more {
        margin: 0 0 30px;
    }

    .finder_banner_img {
        display: none;
    }

    .search-content {
        text-align: center;
    }

    .filterdropdown .me_solitionslistssearch_input {
        padding: 12px 40px 12px 20px;
    }
}

@media only screen and (max-width: 390px) {

    .me_solitionslistssearch_input.manage_input,
    .me_solitionslistssearch_input.focus_input {
        min-width: 90vw;
    }
}

@media only screen and (min-width: 1080px) and (max-height: 850px) {
    #banner {
        height: calc(90vh - 0px);
    }

    #banner .cols-12 {
        top: 45%;
    }
}

@media only screen and (max-height: 720px) and (min-width: 1200px) {
    #banner .cols-12 {
        top: 36%;
    }
}

/* 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: 0.5px 0.5px 0 #c8c8c8;
    -webkit-box-shadow: 0.5px 0.5px 3px #eee;
    -moz-box-shadow: 0.5px 0.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: 32px;
    height: 32px;
    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 {
    cursor: 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: 0.5px 0 3px #c8c8c8;
    -webkit-box-shadow: 0.5px 0 3px #c8c8c8;
    -moz-box-shadow: 0.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: -0.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: -0.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;
}