/* 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: 15px;
	font-family: 'ZohoPuvi';
	font-weight: 300;
}
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;
	color: #4CA9F5;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 500;
}
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-weight: 500;
}
.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-5,
.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%;
}
.bg-blue .cols-4 {
	    width: 25.3%;
}
.cols-4 {
	width: 33.3%;
}
.cols-5 {
	    width: 43.7%;
}
.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: 1190px)
{ 
.cols-5 {
	    width: 42.7%;
}
}
@media only screen and (max-width: 1025px)
{
	.bg-blue .cols-md-12  {
		width: 100%;
	}
	.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: 140px 0 110px 0;
	position: relative;
}
.financial-page .banner {
    background: url(https://cdn.manageengine.com/images/financial-service-banner.svg) no-repeat #2f445c;
    background-size: 24%;
    background-position: 75% center;
}
.government-page .banner {
			background: url(https://cdn.manageengine.com/images/government-banner.svg) no-repeat #003e6a;
			background-size: 20%;
			background-position: 75% center;
		}
.manufacturing-page .banner 
	{
		    background: url("https://cdn.manageengine.com/images/manufacturing-banner.svg") no-repeat #97d7c2;
          background-size: 34%;
    background-position: 81% bottom;
	}
.education-page .banner 
	{
		    background: url("https://cdn.manageengine.com/images/education-banner.svg") no-repeat #FED400;
          background-size: 34%;
    background-position: 85% center;
	}
.healthcare-page .banner {
            background: url("https://cdn.manageengine.com/images/healthcare-banner.svg") no-repeat #03004d;
            background-size: 30%;
            background-position: 82% center;
        }
.page-title {
    font-weight: 600;
    font-size: 2.1em;
    margin-bottom: 15px;
	    line-height: 1.4;
	color: #000;
}
.financial-page .page-title, .healthcare-page .page-title,.government-page .page-title
{
	color: #fff;
}
.healthcare-page .CaptchaWrap {
	
}
.banner-note
{
	font-size: 1.2em;
}
.financial-page .banner-note, .healthcare-page .banner-note, .government-page .banner-note
{
	color: #fff;
}
.page-descr {
    color: #04093E;
}
section {
    padding: 60px 0;
}
.sol-row {
    margin-bottom: 50px;
}
.sol-row:last-child {
    margin-bottom: 0;
}
.cloud-title {
    color: #04093E;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 50px;
}
.section-title {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 600;
    color: #000;
    font-size: 1.8em;
    line-height: 1.4;
}
.bold-hdng {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.sub-section {
    font-size: 1.1em;
    font-weight: 600;
    color: #04093E;
}
#shortdescr
{
	    background: #f7f7f7;
}
.hdng-descr {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-left: 0;
}
.clouds-lists {
    line-height: 1.6;
}
.clouds-lists li:after, .clouds-lists li:before
{
	content: "";
	display: table;
	clear: both;
}
.clouds-lists li {
    margin-bottom: 40px;
    position: relative;
}
.clouds-lists li.single-line {
    margin-bottom: 62px;
}
.clouds-lists li img {
    display: block;
    width: auto;
    height: 28px;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
}
.clouds-lists li span:not(.list-icon) {
    display: block;
    padding-left: 60px;
}
.edu-icon
{
	background: url("https://cdn.manageengine.com/images/education-sprite.svg") no-repeat;
	    background-size: 215px;
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	transform: translate(0, -50%);
    top: 50%;
}
.edu-icon.edu-icon1{background-position: -171px 0px;}
.edu-icon.edu-icon2{background-position: -114px 0px;}
.edu-icon.edu-icon3{background-position: -58px 2px;}
.edu-icon.edu-icon4{background-position: 2px 2px;width: 48px;}
.cust-stories .edu-icon {
    transform: none;
    position: static;
	    margin-bottom: 10px;
}
.manu-icon
{
	background: url("https://cdn.manageengine.com/images/manufacturing-sprite.svg") no-repeat;
	    background-size: 260px;
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	transform: translate(0, -50%);
    top: 50%;
}
.manu-icon.manu-icon1{background-position: 0px 0px}
.manu-icon.manu-icon2{background-position: -70px 0px;}
.manu-icon.manu-icon3{background-position: -140px 0px;}
.manu-icon.manu-icon4{background-position: -210px 0px;}
.manu-icon.manu-icon5{background-position: 0 -60px;}
.manu-icon.manu-icon6{background-position: -70px -60px;}
.manu-icon.manu-icon7{background-position: -144px -60px;}
.manu-icon.manu-icon8{background-position: -216px -60px;}
.cust-stories .manu-icon{
    transform: none;
    position: static;
	    margin-bottom: 10px;
}
.manu-icon.custedu-icon1{background-position: -10px -133px;}
.manu-icon.custedu-icon2{background-position: -72px -130px;width: 52px;}
.manu-icon.custedu-icon3{background-position: -147px -130px;}
.manu-icon.custedu-icon4{background-position: -222px -129px;}
.manu-icon.custedu-icon5{background-position: -3px -190px;width: 53px;background-size: 260px;}
.manu-icon.custedu-icon6{background-position: -3px -188px;width: 52px;}
.manu-icon.custedu-icon7{background-position: -139px -185px;width: 52px;}
.custedu-icon1{background-position: 0px -61px;}
.custedu-icon2{background-position: -57px -63px;width: 48px;}
.custedu-icon3{background-position: -118px -65px;width: 48px;}
.custedu-icon4{background-position: -176px -64px;}
.custedu-icon5{background-position: 0px -112px;background-size: 205px;}
.custedu-icon6{background-position: -57px -122px;width: 48px;}
.bfsi-icon
{
	background: url("https://cdn.manageengine.com/images/bfsi-sprite.svg") no-repeat;
	    background-size: 420px;
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	transform: translate(0, -50%);
    top: 50%;
}
.bfsi-icon.bfsi-icon1{background-position: 6px 2px;}
.bfsi-icon.bfsi-icon2{background-position: -47px 2px;}
.bfsi-icon.bfsi-icon3{background-position: -109px 2px;}
.bfsi-icon.bfsi-icon4{background-position: -173px 2px;}
.bfsi-icon.bfsi-icon5{background-position: -237px 4px;}
.bfsi-icon.bfsi-icon6{background-position: -299px 2px;}
.cust-stories .bfsi-icon{
    transform: none;
    position: static;
	    margin-bottom: 10px;
}
.gov-icon
{
	background: url("https://cdn.manageengine.com/images/gov-sprite-icon.svg") no-repeat;
	    background-size: 330px;
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	transform: translate(0, -50%);
    top: 50%;
}
.gov-icon.gov-icon1{background-position: 0px 2px;}
.gov-icon.gov-icon2{background-position: -109px 2px;}
.gov-icon.gov-icon3{background-position: -280px -4px;background-size: 390px;}
.gov-icon.gov-icon4{background-position: -4px -53px;background-size: 390px;}
.gov-icon.gov-icon5{background-position: -54px 2px;}
.gov-icon.gov-icon6{background-position: -173px 0px;}
.gov-icon.gov-icon7{background-position: -291px 0px;}
.gov-stories .bfsi-icon {
    transform: none;
    position: static;
	    margin-bottom: 10px;
}
.custbfsi-icon1{background-position: -1px -62px;}
.custbfsi-icon2{background-position: -51px -62px;}
.custbfsi-icon3{background-position: -114px -66px;}
.custbfsi-icon4{background-position: -175px -64px;}
.custbfsi-icon5{background-position: -240px -64px;}
.custbfsi-icon6{background-position: -305px -64px;}
.custbfsi-icon7{background-position: -390px -62px;}
.custbfsi-icon8{background-position: 3px -143px; background-size: 440px;}
.custbfsi-icon9{background-position: -110px -124px;}
.hlth-icon
{
	background: url("https://cdn.manageengine.com/images/healthcare-sprite.svg") no-repeat;
	    background-size: 263px;
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	transform: translate(0, -50%);
    top: 50%;
}
.hlth-icon1{background-position: -106px -62px;}
.hlth-icon2{background-position: -53px -60px;}
.hlth-icon3{background-position: -3px -56px;}
.hlth-icon4{background-position: -211px -8px;}
.hlth-icon5{background-position: -154px -7px;background-size: 260px;}
.hlth-icon6{background-position: -99px -4px;}
.hlth-icon7{background-position: -49px -8px;}
.hlth-icon8{background-position: -3px -6px;}
.cust-stories .hlth-icon {
    transform: none;
    position: static;
	    margin-bottom: 10px;
}
.custhlth-icon1{background-position: -5px -112px;}
.custhlth-icon2{background-position: -52px -112px;}
.custhlth-icon3{background-position: -108px -115px;}
.custhlth-icon4{background-position: -164px -115px;}
.custhlth-icon5{background-position: -5px -154px; width: 54px;}
.prod-title
{
	margin-bottom: 35px;
	padding-left: 65px;
	    position: relative;
}
a.industry-links {
    display: block;
    color:#3a8ecb;
    position: relative;
	text-decoration: none;
}
.financial-page a.industry-links {
    color: #F0483E;
}
a.industry-links:hover, .financial-page a.industry-links:hover 
{
	color: #000;
}
#solution-heading {
    padding: 60px 0 20px 0;
}
.sol-row > .rows > div {
    margin-bottom: 20px;
}
.product-in-title {
    font-weight: 500;
    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;
}
.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;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
        background: rgb(0 0 0 / 48%);
    z-index: 999999;
    top: 0;
    left: 0;
    display: none;
}
.popup, .popup *
{
	box-sizing: border-box;
}
.popup {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 500px;
    max-width: 95%;
    max-height: 95vh;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
    border-radius: 3px;
    z-index: 99;
    display: none;
}

.popup-content {
    overflow: scroll;
    height: 100%;
    max-height: 90vh;
}

.popup-content form {
    width: 90%;
    margin: 0 auto;
}

span.close {
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    color: rgb(255 255 255 / 65%);
    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;
}
span.close:hover {
    color: #fff;
}
.education-page span.close, .manufacturing-page span.close {
    color: #6c6c6c;
}
.education-page span.close:hover, .manufacturing-page span.close:hover {
			color: #000000;
		}
h2.popup-title {
    text-align: center;
    margin: 0;
    line-height: 1.6;
    background: url(https://cdn.manageengine.com/images/dotted-bg.svg) no-repeat, url(https://cdn.manageengine.com/images/dotted-bg.svg) no-repeat #003795;
    background-size: 7%, 5%;
    background-position: 15px 46px, 94% 20px;
    color: #fff;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 16px;
    padding: 20px 25px;
    margin-bottom: 30px;
}
.financial-page h2.popup-title {
    background-color: #2f445c;
}
.manufacturing-page h2.popup-title{   
	background: url(https://cdn.manageengine.com/images/dotted-bg-dark.svg) no-repeat, url(https://cdn.manageengine.com/images/dotted-bg-dark.svg) no-repeat #97d7c2;
    background-size: 7%, 5%;
    background-position: 15px 46px, 94% 20px;
	color: #000;
}
.healthcare-page h2.popup-title
		{
			background-color: #4320f1;
		}
.education-page h2.popup-title {
	background: url(https://cdn.manageengine.com/images/dotted-bg-dark.svg) no-repeat, url(https://cdn.manageengine.com/images/dotted-bg-dark.svg) no-repeat #FED400;
	 background-size: 7%, 5%;
    background-position: 15px 46px, 94% 20px;
    color: #000;
}
.government-page h2.popup-title{background: url(https://cdn.manageengine.com/images/dotted-bg.svg) no-repeat, url(https://cdn.manageengine.com/images/dotted-bg.svg) no-repeat #003e6a;background-size: 7%, 5%;
    background-position: 15px 46px, 94% 20px;}
.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 {
    color: #fff;
	    margin-top: 20px;
}
p.privacy-policy a {
    color: #ffffff;
    text-decoration: underline;
}
.popup p.privacy-policy
{
	 color: #000;
	    margin-top: 10px;
	line-height: 1.4;
}
.popup p.privacy-policy a {
	color: #000;
}
#meGDPRMessage {
    color: #fff;
	    font-size: 15px;
    margin-bottom: 10px;
    width: 100%;
    line-height: 1.4;
}
.popup #meGDPRMessage {
	color: #000;
}
.hide_field {
    display: none;
}
/* form css  */
.form-control {
    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;
}
.enquiry-popup .form-control {
    height: 48px;
    border: 1px solid #c9c6c6;
    transition: border ease .9s;
    -webkit-transition: border ease .9s;
    -moz-transition: border ease .9s;
}
.dropdown-control
{
	    background: url(https://cdn.manageengine.com/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: 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
{
	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;
}
.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;
}
.financial-page .btn-submits button
{
	    border: 2px solid #149649;
    background: #149649;
}
.manufacturing-page .btn-submits button{
	background: #e99527; 
	border: 2px solid #e99527;
}
.education-page .btn-submits button
		{
			    border: 2px solid #091fa2;
    background: #091FA2;
		}
.healthcare-page .btn-submits button
		{
			    border: 2px solid #e5c519;
    background: #e5c519;
    color: #000;
		}
.healthcare-page .btn-submits button:hover {
	color: #fff;
}
.government-page .btn-submits button{
	border: 2px solid #003e6a;
    background: #003e6a;}
.btn-submits button:hover, .financial-page .btn-submits button:hover, .manufacturing-page .btn-submits button:hover, .education-page .btn-submits button:hover, .healthcare-page .btn-submits button:hover,.government-page .btn-submits button:hover
{
	       background: #373737;
    border-color: #373737;
}
.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 #3754ff;
    border-radius: 5px;
    background: #3754ff;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 50px;
    margin: 20px 0;
}
.btn-submit-new button:hover
{
	  background: #444;
	  border-color: #444;
}
.financial-page .btn-submit-new button
{
	background: #149649;
	  border-color: #149649;
	color: #fff;
}
.financial-page .btn-submit-new button:hover
{
	background: #fff;
	  border-color: #fff;
	color: #2B3F59;
}
.government-page .btn-submit-new button{
	background:#123e64;
	border-color:#123e64;
	color:#fff;
}
.government-page .btn-submit-new button:hover{
	background: #373737;
    border-color: #373737;
}
.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, #f3f3f3, #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;
}
.uscountry.form-control.active-row .label {
    z-index: 99;
}
.uscountry select#country_state,.uscountry select#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;
}
.popup .dropdt1 .hida1
{
	padding-top: 12px;
}
.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 15px 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;
}
.multiSel1 span {
    border: 1px solid #333;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: .9em;
    line-height: 20px;
	display: inline-block;
}
.multiSel1 span strong {
    margin: 0 0 0 10px;
    color: #898383;
    font-weight: 700;
	    cursor: pointer;
}
.banner img
{
	display: none;
	height: auto;
}
.btn-cta {
        margin: 20px 0 35px 0;
}
.hipaa{color:#167fef; }
.btn-cta a {
            color: #167fef;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    margin-right: 15px;
    border-radius: 40px;
}
.manufacturing-page .btn-cta a{
			color: #024eff;
		}
.btn-cta a:hover, .manufacturing-page .btn-cta a:hover {
    color: #000;
}
.cta-arrow {
    display: inline-block;
    width: 20px;
    height: 15px;
    vertical-align: middle;
    background: url(https://cdn.manageengine.com/images/right-arrow.svg) no-repeat;
    background-position: center;
    background-size: 95%;
    margin-left: 4px;
}
.btn-cta a:hover .cta-arrow 
{
	    -webkit-filter: invert(30%) grayscale(85%) brightness(74%) contrast(2);
    filter: invert(30%) grayscale(85%) brightness(74%) contrast(3);
}
/*---------*/

.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;
	display: none;
}
#fixedbtn:not(.solution-btn) {
    display: block!important;
}
#fixedbtn span{
	display: none;
}
#fixedbtn 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;
	position: relative;
	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(190px);
	    -webkit-transform: translateX(190px);
}
#MEHealthcare #fixedbtn a {
	    transform: translateX(215px);
	    -webkit-transform: translateX(215px);
	
}
#fixedbtn span:hover, #fixedbtn a:hover, #MEHealthcare #fixedbtn span:hover, #MEHealthcare #fixedbtn a:hover
{
	transform: translateX(0);
	    -webkit-transform: translateX(0);
}
#MEHealthcare .guide-box {
	position: relative;
}
.loading-list {
	padding-bottom: 40px;
}
#fixedbtn span:before, #fixedbtn 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 .contact:before
{
    margin-bottom: 5px;
	background: url("https://cdn.manageengine.com/images/req-demo.svg") no-repeat #29B373;
	background-size: 45%;
	background-position: center;
}
.healthcare-page #fixedbtn .contact:before
{
background: url("https://cdn.manageengine.com/images/download-ico.svg") no-repeat #29B373;
	background-size: 50%;
	background-position: center;
}
#fixedbtn .contact_popup:before {
background: url("https://cdn.manageengine.com/images/download-ico.svg") no-repeat #29B373;
	background-size: 50%;
	background-position: center;
}

.healthcare-page #fixedbtn .contact_popup:before {
    margin-bottom: 5px;
	background: url("https://cdn.manageengine.com/images/req-demo.svg") no-repeat #29B373;
	background-size: 45%;
	background-position: center;
}
#fixedbtn .contact, .top-links .req-call:hover {
    cursor: pointer;
}
.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
	display: none;
}
.global-success-msg {
            position: fixed;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    z-index: 999999;
    width: 400px;
	max-width: 90%;
    background: #FDCD69;
    padding: 40px 20px;
    text-align: center;
    color: #000000;
    font-size: 1.4em;
    line-height: 1.8;
    font-weight: 400;
    border-radius: 10px;
}
.manufacturing-page .global-success-msg{
	background: #97d7c2;
}
.financial-page .global-success-msg
{
	background: #2f445c;
	color: #fff;
}
.healthcare-page .global-success-msg{
	    background: #4320f1;
	color: #fff;
}
.government-page .global-success-msg{
	background:#f5bc55;
	color:#000;
}
.global-success-msg p {
    line-height: 1.6;
	    margin: 0;
}
.global-success-msg img {
    width: 55px;
    display: block;
    margin: 0 auto 15px auto;
}
.financial-page .global-success-msg img, .healthcare-page .global-success-msg img
{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
}
.manufacturing-page .global-success-msg img
{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}
.global-success-msg span:not(.close) {
       display: block;
    font-size: 0.8em;
    margin-top: 10px;
    position: relative;
}
.government-page .global-success-msg span:not(.close):before{
	background:#403add;
}
.global-success-msg span:not(.close):before {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #f26e38;
    margin: 15px auto;
}
.global-success-msg span.close {
    font-weight: 500;
	margin: 0;
}
.government-page .global-success-msg span.close{color:#000;}
.explore-btn {
    background: #091FA2;
    color: #fff;
    display: inline-block;
    padding: 8px 28px;
    font-weight: 400;
    border-radius: 3px;
    text-decoration: none!important;
}
.explore-btn.yel {
	background: #E5C519;
	color: #000;
}
.manufacturing-page .explore-btn{background:#e99527;}
.explore-btn:hover {
    background: #212121;
}
.explore-btn.yel:hover {
	background: #fff;
}
.government-page .explore-btn{background:#f5bc55;color:#000;font-family: 'Zoho_Puvi_SemiBold';}
.government-page .purchase{margin:0 0 0 10px;cursor:pointer;display:none;}
.government-page .explore-btn:hover{background:#fff;}
.government-page.ussite .purchase{display:inline-block;}
.financial-page .explore-btn
{
	background: #149649;
}
.financial-page .explore-btn:hover
{
	        background: #ffffff;
    color: #2e445c;
}
.secondary-tab {
    background-image: -webkit-gradient(to right, #f3f3f3,#fff);
    background-image: -webkit-linear-gradient(to right, #f3f3f3,#fff);
    background-image: linear-gradient(to right, #f3f3f3,#fff);
	    margin: 0;
}
.secondary-tab:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #beb9b9, #fff);
    position: relative;
    visibility: visible;
}
.secondary-tab li {
    display: inline-block;
    margin: 0;
    float: left;
}
.secondary-tab li h4 {
    margin: 0;
}
.secondary-tab li a {
    color: #000;
    text-decoration: none;
    display: block;
    line-height: 1.5;
    padding: 15px 20px;
	   position: relative;
	    font-size: 12px;
}
.financial-page .secondary-tab li a
{
	font-size: 14px;
}
.secondary-tab li a:before {
    content: "";
    width: 1px;
    display: block;
    height: 30px;
    position: absolute;
    background: #707070;
    left: 0;
    transform: translate(0, -50%);
    top: 50%;
}
.secondary-tab li:first-child a:before
{
	display: none;
}
.secondary-tab li a:after {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 2px;
    position: absolute;
    bottom: 0;
    background: transparent;
}
.secondary-tab li.active-tab a:after {
	background: #fc5a2e;
}
.government-page .secondary-tab li.active-tab a:after {
	background: #0385c8;
}
.secondary-tab li.active-tab a, .secondary-tab li a:hover {
    color: #FC5425;
}
.government-page .secondary-tab li.active-tab a,.government-page .secondary-tab li a:hover {
    color: #0385c8;
}
.sol-box {
    float: left;
}
.sol1 {
    width: 55%;
}
.sol2 {
    width: 45%;
}
.sol-box h2 {
    margin-top: 0;
    color: #FC5425;
    font-weight: 500;
    font-size: 1.8em;
    margin-bottom: 15px;
	    line-height: 1.2;
}
.government-page .sol-box h2{color:#0385c8;}
.financial-page .sol-box h2
{
	color: #247153;
}
.sol-box h3 {
    color: #000000;
    font-weight: 500;
    font-size: 1.3em;
}
.manufacturing-page .bold-con{color:#000;font-family: 'Zoho_Puvi_SemiBold';}
.odd-section
{
	    background: url("https://cdn.manageengine.com/images/industry-right-circle.svg") no-repeat;
	    background-size: 43%;
	background-position: 105% top;
}
.even-section
{
	 background: url("https://cdn.manageengine.com/images/industry-right-circle.svg") no-repeat;
	    background-size: 43%;
	background-position: -20% top;
}
.government-page .odd-section
{
	    background: url("https://cdn.manageengine.com/images/government-right-bg-circle.svg") no-repeat;
	    background-size: 43%;
	background-position: 105% top;
}
.government-page .even-section
{
	 background: url("https://cdn.manageengine.com/images/government-left-bg-circle.svg") no-repeat;
	    background-size: 43%;
	background-position: -20% top;
}
.sol-box img {
    width: 80%;
	height: auto;
    display: block;
	margin-top: 20px;
}
.sol-box img.sml-img {
    width: 65%;
}
.odd-section .sol-box img
{
	    float: right;
}
.even-section .sol-box img
{
	float: left;
}
.sol-box ul
{
	padding-left: 28px;
}
.sol-box ul li ul {
    margin-top: 15px;
}
.sol-box ul li {
    margin-bottom: 15px;
}
.sol-box ul li:before {
    content: "";
    display: inline-block;
    background: #ed681b;
    width: 8px;
    height: 8px;
    position: relative;
    right: 25px;
    margin-right: -8px;
}
.sol-box ul li ul li:before {
    border: 2px solid #ed681b;
    background: #fff;
    width: 6px;
    height: 6px;
}
.financial-page .sol-box ul li:before {
	background: #005197;
}
.financial-page .sol-box ul li ul li:before {
	border: 2px solid #005197;
	background: #fff;
	    width: 4px;
    height: 4px;
}
.government-page .sol-box ul li:before{background:#004f93;}
.sol-cta {
    background: #071672;
    display: inline-block;
    padding: 7px 25px;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 4px;
	text-decoration: none!important;
}
.sol-cta:hover
{
	background: #2e2e2e;
}
#slider_sec {
    background:#f3f3f3;
	padding:100px 0;
}
#casestudy-sec{padding:100px 0;}
.industry-links.cut-link{font-size:1.2em;display:inline-block;color:#167fef;}
.video-box {position:relative;padding-right:40px;}
.video-box img{width:100%;height:auto; -webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;border-radius:10px;cursor:pointer;}
.video-box .video-con{
	position:absolute;
	margin:0;
	width:100%;
	bottom: 10px;
    left: 30px;
}
.video-box .video-con span{display:inline-block;line-height:1.6;width:65%;}
.video-box .video-con .video-title{
    color: #fff;
    font-family: 'Zoho_Puvi_Medium';
    margin-bottom: 5px;
}
.play-icon{
	display: inline-block;
    background: #fff;
    border-radius: 25px;
    height: 45px;
    width: 45px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 43%;
    top: 50%;
}
.play-icon:before{
	content: '';
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #626367;
    transform: translate(-50%, -50%) scale(0.8);
    left: 56%;
    top: 50%;
    margin: 0 auto;
    position: absolute;
}
.grey-bg .section-descr{
	color:#000;
	text-align:center;
	margin:0 0 15px;;
}
.logos-slider {
    overflow: hidden;
}
.thumbnailgallery {
    width: 125%;
    height: 108px;
    overflow: hidden;
}
.showrooms a.logo {
        display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
	margin-top: 0;
}
a.logo {
    pointer-events: none;
}
.client-logo .logo {
    display: inline-block;
    width: 13%;
    text-align: center;
}
.company .showrooms a.logo
{
	width: 10.5%;
}
.showrooms a:hover {
    color: #ff6d00;
}
.showrooms img {
    border-radius: 5px;
    padding: 3px;
    display:block;
    border: 1px solid green;
}
.arrowleft, .arrowright {
   height: 0;
}
.client1-sprite
{
	display: inline-block;
    width: 110px;
    height: 110px;
    background: url(https://cdn.manageengine.com/government/images/customer-logo1.png) no-repeat;
    background-size: 920px;
    margin: 0 auto;
}
.client1-sprite.client1 {
        background-position: -47px -41px;
}
.client1-sprite.client2 {
    background-position: -222px -42px;
}
.client1-sprite.client3 {
    background-position: -396px -41px;
}
.client1-sprite.client4 {
        background-position: -573px -42px;
}
.client1-sprite.client5 {
        background-position: -746px -40px;
}
.client2-sprite
{
	display: inline-block;
    width: 110px;
    height: 110px;
    background: url(https://cdn.manageengine.com/government/images/customer-logo.png) no-repeat;
    background-size: 2400px;
    margin: 0 auto;
}
.client2-sprite.client1 {
            background-position: -28px -10px;
}
.client2-sprite.client2 {
            background-position: -262px -27px;
            background-size: 3400px;
}
.client2-sprite.client3 {
            background-position: -478px -50px;
            background-size: 3800px;
}
.client2-sprite.client4 {
                background-position: -410px -12px;
}
.client2-sprite.client5 {
            background-position: -467px 0px;
            background-size: 2000px;
}
.client2-sprite.client6 {
            background-position: -1234px -55px;
            background-size: 4000px;
}
.client2-sprite.client7 {
            background-position: -598px 8px;
            background-size: 1670px;
}
.client2-sprite.client8 {
            background-position: -1325px -26px;
            background-size: 3000px;
}
.client2-sprite.client9 {
            background-position: -994px 0px;
            background-size: 2000px;
}
.client2-sprite.client10 {
            background-position: -918px 10px;
            background-size: 1600px;
}
.client2-sprite.client11 {
            background-position: -1330px -2px;
            background-size: 2000px;
}
.client2-sprite.client12 {
           background-position: -2962px -54px;
           background-size: 4000px;
}
.client2-sprite.client13 {
           background-position: -2205px -22px;
           background-size: 2800px;
}
.client2-sprite.client14 {
           background-position: -2392px -24px;
           background-size: 2800px;
}
.government-page .video-popup{
	position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    left: 0;
    top: 0;
    z-index: 9999;
}
.government-page .video-show{
	position:absolute;
	width:800px;
	transform: translate(-50%,-50%);
	padding:8px;
	top:45%;
	left:50%;
	background:#fff;
    padding-bottom: 1px;
	max-width:90%;
}
.government-page .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;
}
.government-page .video-close:hover{background:#000;color:#fff;}
.government-page .video-show iframe{height:450px;background:#000;}
ul.cust-stories {
    margin-left: -0.5%;
    margin-right: -0.5%;
	padding-bottom: 40px;
}
.cust-stories li {
    float: left;
    width: 31%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    background: #fbca61;
	    margin-bottom: 10px;
}
.manufacturing-page .cust-stories li{background:#97d7c2;}
.healthcare-page .cust-stories li,.government-page .cust-stories li {
            background: #03004d;
        }
.edu-cust.cust-stories li {
	width: 34%;
}
.cust-stories li:first-child {
    width: 25%;
}
.edu-cust.cust-stories li:first-child {
    width: 33%;
}
.cust-stories li:nth-child(2) {
    width: 28%;
}
.cust-stories li:nth-child(3) {
    width: 33%;
}
.cust-stories li:nth-child(4) {
    width: 44%;
}	
.manufacturing-page .cust-stories li, .manufacturing-page .cust-stories li:first-child {
    width: 32%;
}
.cust-stories li a {
    color: #000;
    padding: 20px 30px;
    display: block;
	text-decoration: none!important;
}
.healthcare-page .cust-stories li a,.government-page .cust-stories li a {
            color: #fff;
        }
#MEEducation .cust-stories li {
    width: 31%;
}
.financial-page .cust-stories li {
    background: #2F445C;
	    width: 31%;
}
.financial-page .cust-stories li a {
    color: #fff;
}
.government-page .casestudy-box {
    background: #21465e;
    color: #fff;
    padding: 35px 25px;
    border-radius: 5px;
	position:relative;
}
.government-page .casestudy-box h3 {
    font-family: "Zoho_Puvi_SemiBold";
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
	font-size:1.6em;
}
.casestudy-box img {
    height: 24px;
    display: block;
    margin: 0 auto 5px;;
}
ul.casestudy-lists {
    min-height: 160px;
    margin-bottom: 20px;
}
.casestudy-lists li {
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 28px;
    font-size: 14px;
}
.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://cdn.manageengine.com/images/pdf-ico.svg) no-repeat;
    background-size: 14px;
    background-position: center;
    position: absolute;
    top: 2px;
    left: -27px;
    filter: brightness(0) invert(1);
}
.casestudy-lists li.page-ico a:before {
    background: url(https://cdn.manageengine.com/images/page-ico.svg) no-repeat;
    background-size: 17px;
    background-position: center;
    top: -1px;
}
.ebook-box .casestudy-lists li.page-ico a:before {
    content: "";
    width: 16px;
    height: 18px;
    display: inline-block;
    background: url(https://cdn.manageengine.com/images/pdf-ico.svg) no-repeat;
    background-size: 14px;
    background-position: center;
    position: absolute;
    top: 2px;
    left: -27px;
    filter: brightness(0) invert(1);
}
.casestudy-box .cta-links {
    color: #fff;
    font-size: 1em;
    display: block;
    text-align: center;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 0;
    margin: 0;
    line-height: normal;
    padding: 15px 0;
	cursor:pointer;
}
.resources {
    display: block;
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: normal;
	    background: #fff;
	margin-bottom: 20px;
	    border-radius: 5px;
    overflow: hidden;
}
a.resources:hover{text-decoration:none;}
.resources > div {
    padding: 30px 10px 0;
	background: #F5F5F7;
}
.resources p {
        line-height: 1.4;
    margin-top: 0px;
    min-height: 80px;
	margin-bottom:0;
}
.resources span.learn-btn b.arr{
	transition:none;
}
.resources span.learn-btn {
	padding:18px 0;
	display:block;
	background: #f5f5f7;
}
.resources:hover span.learn-btn{
   background:#3782f5;
	color:#fff;
}
.resources-images{
	display:block;
    height: 200px;
    width: 100%;
}
.res-img1{background:url("https://cdn.manageengine.com/images/he-res1.jpg");background-position:center;background-size:cover;}
.res-img2{background:url("https://cdn.manageengine.com/images/he-res2.jpg");background-position:center;background-size:cover;}
.res-img3{background:url("https://cdn.manageengine.com/images/he-res3.jpg");background-position:center;background-size:cover;}
.res-img4{background:url("https://cdn.manageengine.com/images/he-res4.jpg");background-position:center;background-size:cover;}
.res-img5{background:url("https://cdn.manageengine.com/images/he-res5.jpg");background-position:center;background-size:cover;}
.financial-res-img1{background:url("https://cdn.manageengine.com/images/financial-res1.jpg");background-position:center;background-size:contain;}
p.loadersec {
    text-align: center;
    margin: 20px 0 0;
    display: block;
    position: absolute;
    bottom: -1%;
    left: 46%;
}
span.load-more {
    color: #000;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.load-more:after, .load-more2:after {
    content: "";
    transition: all ease 0.4s;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 2px;
    display: block;
    height: 2px;
    margin: 0 auto;
    position: relative;
    top: 5px;
}
span.load-more.disabled {
    opacity:0;
    pointer-events: none;
}
.loader {
   display: inline-block;
    border: 8px solid #ffffff;
    border-radius: 50%;
    border-top: 8px solid #3e3b39;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 78%;
    right: 39%;
    z-index: 9;
}
@keyframes spin{
0% {transform: rotate(0);}
100% {transform: rotate(360deg);}
}
.guide-box img {
	width: 100%;
	height: auto;
}
span.cust-content {
    display: block;
    margin-bottom: 10px;
	    font-weight: 500;
    min-height: 72px;
    font-size: 1.1em;
}
#MEEducation .cust-stories li:nth-child(4) span.cust-content, #MEEducation .cust-stories li:nth-child(5) span.cust-content, #MEEducation .cust-stories li:nth-child(6) span.cust-content
{
    min-height: 120px;	
}
.financial-page span.cust-content, .healthcare-page span.cust-content, .government-page span.cust-content
{
	min-height: 98px;
}
.manufacturing-page span.cust-content {
    min-height: 50px;
}
span.cust-cta {
    display: block;
    color: #3754ff;
    position: relative;
}
.financial-page span.cust-cta {
    color: #FDC434;
}
.healthcare-page span.cust-cta,.government-page span.cust-cta {
            color: #ffd700;
        }
b.arr {
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.cust-stories li:hover b.arr {
    margin-left: 10px;
}
.cust-logos, .healthcare-cust-logos
{
	text-align: center;
}
.cust-logos span
{
	display: inline-block;
	background: url("https://cdn.manageengine.com/images/education-sprite.png");
	    width: 160px;
    height: 40px;
}
span.cust1 {background-position: -7px -6px;}
span.cust2 { background-position: -160px -6px;width: 135px;}
span.cust3 { background-position: -276px -6px;}
span.cust4 { background-position: 8px -62px}
#secondary-header {
    padding: 0;
}
.healthcare-cust-logos span
{
	display: inline-block;
	background: url("https://cdn.manageengine.com/images/healthcare-solution.png") no-repeat;  
    width: 180px;
    height: 60px;
	    background-size: 640px;
    margin: 0 10px;
}
span.healthcare-cust1 {background-position: -34px -6px;}
span.healthcare-cust2 {     background-position: -226px -7px; width: 130px;}
span.healthcare-cust3 { background-position: -342px -7px; width: 140px;}
span.healthcare-cust4 { background-position: -468px -10px}
span.healthcare-cust5 { background-position: -34px -74px}
span.healthcare-cust6 { background-position: -210px -74px}
#secondary-header.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 53px;
    z-index: 99;
    box-shadow: -1px 2px 10px rgb(0 0 0 / 39%);
    padding-top: 3px;
	background-image: -webkit-gradient(45deg, #f3f3f3, #f5f3f3,white);
	background-image: -webkit-linear-gradient(45deg, #f3f3f3, #f5f3f3,white);
	background-image: linear-gradient(45deg, #f3f3f3, #f5f3f3,white);
}
#talkto-an-expert {
    background: #f3f3f3;
}
.financial-page #talkto-an-expert
{
	       background: #2B3F59;
}
#talkto-an-expert p.privacy-policy, #talkto-an-expert p.privacy-policy a, #talkto-an-expert #meGDPRMessage
{
	color: #444;
}
.financial-page #talkto-an-expert p.privacy-policy, .financial-page #talkto-an-expert p.privacy-policy a, .financial-page #talkto-an-expert #meGDPRMessage
{
	color: #fff;
}
.financial-page #talkto-an-expert p.privacy-policy a:hover
{
	    color: #FDC434;
}
.popup p.privacy-policy a:hover
{
	    color: #109748;
}
.bg-blue {
    background: #2f445c;
    padding: 30px 20px 20px 20px;
    border-radius: 10px;
	width: 95%;
	box-sizing: border-box;
}
.healthcare-page .bg-blue {
	background: #03004d;
}
.rel-no img {
    width: 100%;
}
.in-title {
    line-height: 1.6;
    font-size: 1.6em;
    color: #fff;
    font-weight: 400;
}
.in-title h2 {
	    font-size: 1em;
    line-height: 30px;
	    margin-bottom: 15px;
}
.in-title p {
	    line-height: normal;
    font-size: 16px;
}
.downloads {
    background: #ffcd00;
    border: 1px solid #ffcd00;
    margin: 40px 0;
    cursor: pointer;
    padding: 15px 45px;
    display: inline-block;
    color: #000;
    border-radius: 25px;
    font-size: 18px;
    font-family: 'Zoho_Puvi_Medium';
	    border-radius: 5px;
}
/*------------ Government page css --------------*/
.government-page #testimonials{background:#003e6a;color:#fff;padding:100px 0;}
.government-page #testimonials h2{
	margin-top: 0;
	color: #fff;
	font-weight: 500;
	font-size: 1.8em;
	margin-bottom: 50px;
	line-height: 1.2;
	text-align:center;
}
.government-page .con-underline{text-decoration:underline;}
.our-pro-lists {padding-left: 35px;}
.our-pro-lists li {
	line-height: 1.6;
	margin-bottom: 20px;
	position: relative;
}
.our-pro-lists .tick-ico {
	border: 1px solid #39dbee;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: -35px;
	background: #39dbee;
}
.our-pro-lists  .tick-ico:before {
	background: #000;
	width: 2px;
	height: 5px;
	content: "";
	position: absolute;
	left: 4px;
	top: 7px;
	transform: rotate(-45deg);
	transform: -webkit-rotate(-45deg);
	transform: -ms-rotate(-45deg);
	transform: -moz-rotate(-45deg);
}
.our-pro-lists  .tick-ico:after {
	background: #000;
	width: 2px;
	height: 9px;
	content: "";
	position: absolute;
	left: 8px;
	top: 4px;
	transform: rotate(45deg);
	transform: -webkit-rotate(45deg);
	transform: -ms-rotate(45deg);
	transform: -moz-rotate(45deg);
}
.our-pro-lists li a{color:#ffd800;}
.government-page .ourcer-box{padding:75px;-webkit-background:#fff;-moz-background:#fff;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.ourcer-box h2{color:#000!important;margin-bottom:15px!important;}
.ourcer-box h2,.ourcer-box p{color:#000;text-align:center;}
.ourcer-box .cer-btn a.industry-links{display:inline-block;margin:0;color:#167fef;}
.ourcer-box .cer-btn {margin:0;font-size:1.1em;}
.certification-box div{
	width:16.66%;
    float: left;
    display: block;
    margin:20px 0 0;
}
.certification-box .cer-logos{
	display: block;
    width: 180px;
    height: 130px;
    margin: 0 auto;
    background: url(https://cdn.manageengine.com/images/gov-certifications.png) no-repeat;
    transform: scale(0.9);
    background-size: 1400px;
}
.certification-box .cer-logos.cerlogo1{background-position: 5px -6px;background-size: 1720px;}
.certification-box .cer-logos.cerlogo2{background-position: -206px 0px;}
.certification-box .cer-logos.cerlogo3{background-position: -472px 0;}
.certification-box .cer-logos.cerlogo4{background-position: -727px 0;}
.certification-box .cer-logos.cerlogo5{background-position: -987px 0;}
.certification-box .cer-logos.cerlogo6{background-position: -1230px 0;}
.certification-box .cer-logos.cerlogo7{background-position: 0px -175px;background-size: 1345px;}
.certification-box .cer-logos.cerlogo8{background-position: -215px -150px;background-size: 1200px;}
.certification-box .cer-logos.cerlogo9{background-position: -505px -174px;}
.certification-box .cer-logos.cerlogo10{background-position: -727px -172px;background-size: 1375px;}
.certification-box .cer-logos.cerlogo11{background-position: -817px -148px;background-size: 1170px;}
.certification-box .cer-logos.cerlogo12{background-position: -1327px -205px;background-size: 1500px;}


.pro-desc{width:85%;}
#purchase{color:#000;}
h2.purchase-tit{
	margin-top: 0;
    color: #000;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1.8em;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;
}
h2.purchase-desc{color:#000;}
.ourpartner-box{padding:0 50px 50px;}
.ourpartner-box .adv-title{
    font-size: 1.1em;
    line-height: 1.6;
    font-family: 'Zoho_Puvi_Medium';
	padding-right: 40px;
	margin:0;
}
h2.main-head{
	margin-top: 0;
    color: #000;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1.8em;
    margin-bottom: 25px;
    line-height: 1.2;
}
.ourpartner-box h3.sub-heading{
	font-size: 1.3em;
   	font-family: 'Zoho_Puvi_SemiBold';
    margin: 0px 0 10px;
	color:#003e6a;
}
.con-owner-box {
    margin-bottom: 15px;
}
.gsa-img {
    width: auto;
    height: 40px;
    display: inline-block;
	filter:brightness(0);
}
.gsa-content {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
.gsa-content P {
    margin: 0;
	font-family: 'Zoho_Puvi_Medium';
	font-size:1.1em;
}
.highlights {
    color:#003e6a;
	font-family: 'Zoho_Puvi_SemiBold'!important;
}
.pur-descr {
   font-family: 'Zoho_Puvi_Regular';
    line-height: 1.8;
}
.sub-desc{text-align:justify;padding-right:55px;margin-bottom:15px;}
.partner-img{width:100%;height:auto;}

/*-----------------   Africa-css  --------------------*/

	#ourpartner .tab {
  overflow: hidden;
color: #242d70;
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
    width: 80%;
}

#ourpartner .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
border-bottom: 3px solid transparent;
}

#ourpartner .tab button:hover {
  color: #0f106d;
	border-bottom: 3px solid #0f106d;
cursor: pointer;
}

#ourpartner .tab button.active {
  color: #0f106d;
	border-bottom: 3px solid #0f106d;
}

#ourpartner .tabcontent {
  padding: 6px 12px;
}
		.tab-main {
    background: #fafafa;
    padding: 20px;
    box-shadow: 2px 3px 10px #e2e2e2;
    border-radius: 5px;
    height: 450px;
			
		}
.info-box {
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    background: #fff;
}
		.info {
    margin-top: 23px;
    text-align: center;
}
		p.address {
    line-height: 1.5;
    margin-bottom: 0;
}
.info-box:after, .info-box:before {
    content: "";
    clear: both;
    display: table;
}
p.contact-detail {
    margin-top: 40px;
    line-height: 1.7;
}
.info-box img {
    filter: grayscale(100%);
    border-radius: 50%;
    width: 90%;
    display: block;
    margin: 0 auto;
}
		.form-div {
			width: 90%;
			margin:0 auto;
		}

.financial-page div.form-group input.ReloadBtn {
    filter: brightness(0) invert(1);
}
p.callback-text {
    margin: 0 0 15px 0;
    font-size: 0.9em;
    position: relative;
    left: 10px;
}
.financial-page p.callback-text
{
	color: #fff;
}
/* animation */
.anim-left {
    transition: all ease 0.9s;
    -webkit-transition: all ease 0.9s;
    -moz-transition: all ease 0.9s;
    transform: translate(-800px, 0);
    -webkit-transform: translate(-800px, 0);
    -moz-transform: translate(-800px, 0);
    opacity: 0;
}
.anim-right {
	transition: all ease 0.9s;
    -webkit-transition: all ease 0.9s;
    -moz-transition: all ease 0.9s;
    transform: translate(800px, 0);
    -webkit-transform: translate(800px, 0);
    -moz-transform: translate(800px, 0);
    opacity: 0;
}
.active-anim .anim-left, .active-anim .anim-right
{
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
}
li.anim-flip {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transition: all ease 0.9s;
    -webkit-transition: all ease 0.9s;
    -moz-transition: all ease 0.9s;
    opacity: 0;
}
.active-anim li.anim-flip
{
	opacity: 1;
	transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
}
.downloads {
	transition: .3s;
}
.videosec:hover {
	cursor: pointer;
}
.videosec:hover .downloads{
	background: #fff;
    border: 1px solid #fff;
	cursor: pointer;
}
.products .products-lists a .dcnamechange {
    font-size: 11px !important;
    display: block;
    font-weight: 100;
}
/*-----------  Responsive    -----------*/
@media only screen and (max-width:1450px){
	.government-page .banner{background-size:23%;}
}
@media only screen and (max-width: 1250px)
{
	.banner .container {
    max-width: 95%;
}
	.cust-stories li a {
		height: 230px;
	}
}
@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;
}
	.secondary-tab li a {
		padding: 15px;
	}
		.container {
			width: 90%;
		}
	.secondary-tab li h4 {
		margin: 0;
	}
	.tab-main {
		    height: 550px;
	}
	.tab-main p{
		    font-size: .9em;
	}
	.government-page .banner-note br{display:none;}
	.pro-desc{width:92%;}
	.government-page .secondary-tab li a{padding:15px 12px;}
	.bg-blue {
		width: 100%;
	}
}
@media only screen and (max-width:1100px){
	.certification-box div{width:25%;}
	.pro-logo-box .pro-logos{transform:scale(1)}
	.government-page .video-show{top:380px;}
}
@media only screen and (max-width: 1025px)
{
	p.loadersec {
		    bottom: 0%;
	}
	.rel-no img {
		width: 30%;
	}
	.in-title p {
		margin-bottom: 0; 
	}
	.in-title {
		text-align: center;
	}
	.cross-verticle .cloud-in-box {
    min-height: 320px;
}
	.verticle-box.box-3 .cloud-in-box {
    width: 50%;
}
	.foot-sec>ul.regional-countries-drop {
    width: 75%;
	}
	.tool-box {
    margin-bottom: 20px;
}
	.casestudy-box {
    margin-bottom: 20px;
}
	.banner:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1;	
}
	.page-descr, .page-title, .banner-note {
		position: relative;
		z-index: 9;
}
	.page-descr br {
    display: none;
}
	.cloud-in-box.dbl-box, .cloud-in-box.trpl-box, #aws-prod .cloud-in-box.dbl-box {
    min-height: auto;
}
	.banner .container {
    position: relative;
    z-index: 999;
}
	.cust-stories li {
    width: 48%!important;
}
		#ourpartner .tab,.form-div {
			width: 100%;
		}
	#secondary-header {
    display: none!important;
}
	section.banner {
    text-align: center;
}
	.banner img {
        display: block;
    width: 50%;
    margin: 20px auto 25px auto;
}
	.banner-note {
    margin-bottom: 0;
}
	.tab-main {
	  height: auto;
	}
	.government-page .banner{background:#003e6a;}
	.cols-md-full{width:100%;float:none;}
	.cols-md-sli{margin:0 auto;float:none;width:70%;}
	.video-box{width:600px;padding:0;margin:0 auto 40px;}
	.showrooms a.logo{margin-right:0;}
	.sub-desc{padding-right:0;}
	.government-page .ourcer-box{padding:40px;}
	.clouds-lists li span br {display: none;}
	.con-num-box {margin-bottom:25px;}
}
@media only screen and (max-width: 992px)
{
	.sol-row .rows > .cols-6 {
    width: 100%;
    height: auto!important;
}
	#talkto-an-expert .wrapper.eval-popup {
    max-height: 100%;
    overflow-y: visible;
}
	#talkto-an-expert .wrapper.eval-popup .form-in.grey-bg {
    padding: 0;
}
	.government-page .ourcer-box{padding:30px;}
}
@media only screen and (max-width: 962px)
{
	.cust-stories li {
    width: 49%!important;
}
	.banner
	{
		padding: 50px 0;
	}
	.container {
    padding: 0;
    max-width: 90%;
}
	#main-content
	{
		margin-top: 0!important;
	}
	.section-title br {
    display: none;
}
	#slider_sec .section-title br{display:block;}
	span.cust-content {
    min-height: 100px;
}
		.cust-stories li a {
		height: 300px;
	} 
	.financial-page .banner {
    background: #2f445c;
}
	.healthcare-page .banner {
                background: #03004d;
            }
	.education-page .banner
		{
			background: #FED400;
		}
	.manufacturing-page .banner
		{
			background: #97d7c2;
		}
	.cols-md-sli{width:85%;}
	.client2-sprite, .client1-sprite {transform: scale(0.9);}
	.ourpartner-box .adv-title{padding-right:25px;}
}
@media only screen and (max-width: 800px){
	.certification-box div{width:33.33%;}
	.showrooms a.logo{}
	.purchase-desc br{display:none;}
	.ourpartner-box .adv-title{padding-right: 0;}
}
@media only screen and (max-width:750px){
	.government-page .video-show {
    	top: 240px;
    	width: 430px;
	}
	.government-page .video-show iframe{height:250px;}
	#slider_sec .section-title br{display:none;}
}
@media only screen and (max-width: 650px)
{
	.rel-no img {
		    width: 60%;
	}
	section
	{
		padding: 40px 0;
	}
	.banner 
	{
		text-align: center;
	}
	.banner img {
		width: 70%;
	}
	.cust-stories li {
    width: 98%!important;
}
	span.cust-content, .financial-page span.cust-content 
		{
			min-height: auto;
		}
	.sol-box {
    width: 100%;
}
	.sols-box {
    display: flex;
    flex-direction: column;
	}
	.sol-box.ord2
	{
		    order: 1;
	}
	.sol-box.ord1
	{
		    order: 2;
	}
	.clouds-lists,.pro-desc
	{
		width: 100%;
	}
	.odd-section .sol-box img, .even-section .sol-box img
	{
		float: none;
		width: 60%;
		    margin: 0 auto 20px auto;
	}
	.page-title {
    font-size: 1.6em;
}
	section#solution-heading {
    margin-bottom: 0!important;
    padding-bottom: 0;
}
	.banner
	{
		padding: 70px 0 50px 0;
	}
	.page-descr, .page-title, .banner-note {
    text-align: center;
}
		.tab-main {
			height: auto;
		}
		#ourpartner .tab {
			border: none;
		}
	.cust-stories li a {
		height: auto;
	}
	.banner-note br {
    display: none;
}
	#fixedbtn a {
    transform: none!important;
    text-indent: -999px;
    padding: 0;
}
	.captcha-input.form-field {
    margin-bottom: 18px;
}
	.btn-submit-new button, .btn-submits button {
    width: 100%;
}
	.certification-box div{width:50%;}
	.government-page .ourcer-box{padding:50px 25px;}
	.video-box{width:auto;}
	.cols-md-sli{width:100%;}
	.client2-sprite, .client1-sprite {transform: scale(0.6);}
	.government-page .video-show{max-width:90%;top:45%;width:410px;}
	.ourpartner-box{padding:0 0 35px;}
	.video-box .video-con span{width:85%;}
	.government-page .video-show iframe{height:240px;}
}
@media only screen and (max-width:440px){
	.certification-box div{margin:0;position:relative;left:-20px;transform:scale(0.9);}
	.government-page .video-show iframe{height:220px;}
}
	@media only screen and (max-width: 380px)
	{
		.tab-main p{
			font-size: .9em;
		}
		.tab-main {
			padding: 10px;
		}
		.form-div {
			width: 100%;
		}
		.client2-sprite, .client1-sprite {transform: scale(0.5);}
		.certification-box div{transform:scale(0.75);}
		.government-page .video-show{width:350px;}
		.government-page .video-show iframe{height:190px;}
	}
/* 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>div{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>div{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}