.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;
}
body {
    font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
    line-height: normal;
    letter-spacing: normal;
    color:#000;
    font-size: 16px;
    background: #fff;
}
body, html, .home-cont{width: auto;height: auto;margin: 0;}
h2{
    font-size: 1.7em;
    line-height: normal;
    margin: 0 0 20px 0;
    font-weight: 400;
}
a{
    color: #49468b;
}
.logo span {
    background: url("images/manageengine-logo.svg") no-repeat 0 0;
    width: 270px;
    height: 50px;
    margin: 0px 0 0 0;
    display: inline-block;
    text-indent: -99999em;
    position: static;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
}
.tc{
    text-align: center
}
.tl{
    text-align: left;
}
.tr{
    text-align: right;
}
.container{
    width:auto;
    max-width:none;
    padding: 0;
}
.container .container{
    width:1400px;
    padding: 0;
    max-width:none;
    margin:0 auto;
}
h1 img{
    width:250px;
}
h3{font-size: 1.2em;font-weight: bold;}
/*---------- left section styles------------*/
.solutions-guide-book{
    width:60%;
    margin:0 auto;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background: url(../images/solutions-guide-book-bg.png) no-repeat center center;
    background-size: 100%;
}
.solutions-guide-book header{
    text-align: left;
    margin: 0 0 0 6%;
}
.solutions-guide-book h2{
    padding: 20px 0 0 0;
    letter-spacing: .5px;
    font-size: 2em;
    line-height: 1.3em;
}
.solutions-guide-book h2 span{
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5em;
}
.guide-download-steps p, .guide-download-steps span{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}
.guide-download-steps p{margin:0 10px 0 10px;}
.step-icon{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff453b+0,ff6a29+100 */
    background: #ff453b; /* Old browsers */
    background: -moz-linear-gradient(left, #ff453b 0%, #ff6a29 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff453b 0%,#ff6a29 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff453b 0%,#ff6a29 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff453b', endColorstr='#ff6a29',GradientType=1 ); /* IE6-9 */
    width:40px;
    height: 30px;
    border-radius: 50px;
    padding: 10px 0 0 0;
}
/*---------- Form styles------------*/
.solutions-form-sec{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c8f5f8+0,def0fa+51,e8f5fa+100 */
    background: #c8f5f8; /* Old browsers */
    background: -moz-linear-gradient(top, #c8f5f8 0%, #def0fa 51%, #e8f5fa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c8f5f8 0%,#def0fa 51%,#e8f5fa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c8f5f8 0%,#def0fa 51%,#e8f5fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8f5f8', endColorstr='#e8f5fa',GradientType=0 ); /* IE6-9 */
    width:36%;
    min-height: 300px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}
.form-sec-inner{text-align: center;padding: 40px 50px 0 50px;}
.solutions-form-sec form{
    text-align: left;
}
.card-title{
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.5em;
}
.card-body{
    width:80%;
    margin: 0 auto;
}
form input, form select, form textarea{
    width: 92%;
    border: none;
    padding: 4%;
    font-size: .8em !important;
    font-family: 'Zoho_Puvi_Regular',sans-serif;
    color:#777;
}
input[type=search]{
   -moz-appearance: none;/* older firefox */
   -webkit-appearance: none; /* safari, chrome */
   appearance: none; /* rest */
}
form select{
    width: 100%;
    background: #fff url(https://www.manageengine.com/events/images/dropdown-arrow.png) no-repeat 95% center;
    height: 45px;
    border-radius: 0;
    color:#888 !important;
    padding: 0 4%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
form textarea{
    height: 65px;
}
form label{font-size: .9em;}
.form-group{
    margin: 14px 0;
    position: relative;
}
form .form-check input{
    width:auto;
}
.form_subscribecheck{
    display: none;
    padding: 10px 0 5px 20px;
    position: relative;
}
form .form_subscribecheck input{
    position: absolute;
    left: 0;
}
p.reg_form_errors {
	position: absolute;
	bottom: -14px;
	font-size: 13px;
	color: #ff0000;
	display: none;
    margin: 0;
}
::placeholder{
    color: #777;
    opacity: 1;
}
:-ms-input-placeholder {
  color: #777;
}
::-ms-input-placeholder {
  color: #777;
}
:focus {outline: none;}
.form-text{
    display: block;
    text-align: center;
    font-size: .7em;
    line-height: 1.5em;
    margin: 15px 0 0 0;
}
form a{
    color:#ff453b;
}
form .form_subscribecheck label{
    font-size: 12px;
}
#btn-submit{
    color:#fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff453b+0,ff6a29+100 */
    background: #ff453b; /* Old browsers */
    background: -moz-linear-gradient(left, #ff453b 0%, #ff6a29 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff453b 0%,#ff6a29 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff453b 0%,#ff6a29 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff453b', endColorstr='#ff6a29',GradientType=1 ); /* IE6-9 */
    border-radius: 20px;
    border:none;
    box-shadow: none;
    padding: 10px 30px;
    font-size: 1em;
    display: block;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
}
#btn-submit:hover{
    background: #333;
}
form input.icon-date{
    background: #fff url("../images/solutions-guide-icon-date.png") no-repeat 97% center;
    padding: 4% 10% 4% 4%;
    width: 86%;
    color:#777;
    font-size: .8em !important;
}
form select.icon-time{
    background: #fff url("../images/solutions-guide-icon-time.png") no-repeat 97% center;
}
.success-msg{
    background: #eef8fd;
    border: none;
    padding: 40px;
    text-align: center;
    color: #000;
    font-weight: normal;
    font-size: 1.5em;
    line-height: inherit;
    display: none;
    box-shadow: 4px 2px 5px #c8dfea;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    font-weight: 600;
    width: 100%;
	box-sizing: border-box;
}
.success-msg span{
    display: block;
    font-size: .8em;
    padding: 10px 0 0 0;
}
.global-success-msg{display: none!important;}
.footer-copyright{
    text-align: center;
    font-weight: 300;
    font-size: .8em;
    color: #fff;
    background: #333;
    padding: 10px 0;
    margin: 0;
    width:100%;
}
.dropdown .dropdd ul, .dropdown1 .dropdd1 ul {
    border: none;
    color: #000;
    display: none;
    left: 0;
    padding: 5px 15px 2px 0;
    position: absolute;
    top: 50px;
    width: 96%;
    list-style: none;
    height: 170px;
    overflow: auto;
    border: 1px solid #e9e9e9;
    background: #f9f9f9;
}
/* ------------ Multiselect style end ------------ */
.dropdown, .dropdown1 {
	position: relative;
	z-index: 1;
	font-size:12px;
	margin:0;
}
.dropdown {
	z-index: 2;
}
.dropdown .dropdd, .dropdown .dropdt, .dropdown1 .dropdd, .dropdown1 .dropdt {
	margin: 0;
	padding: 0;
}
.dropdown ul, .dropdown1 ul {
	margin: -1px 0 0;
	background: #FFF;
}
.dropdown .dropdd, .dropdown1 .dropdd1 {
	position: absolute;
	width:100%;
	z-index:9999;
}
.dropdown a, .dropdown a:visited, .dropdown1 a, .dropdown1 a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
	font-size: 1em;
}
.dropdown .dropdt a, .dropdown1 .dropdt1 a {
	display: block;
	padding: 2.5% 0 2.5% 4%;
	min-height: 25px;
	line-height: 24px;
	overflow: hidden;
	border: 0;
	width: 95.5%;
	border: 1px solid #fff;
	background: #fff;
}
.dropdown .dropdt a:hover, .dropdown1 .dropdt1 a:hover {
	border: 1px solid #eee;
}
.dropdown .dropdt a, .dropdown1 .dropdt1 a{
    background:#FFF url("https://www.manageengine.com/events/2017/userconf/images/nyc-form-dropdown-arrow.png") no-repeat 95% center;
}
.dropdown .dropdt a p, .dropdown1 .dropdt1 a p {
	margin: 0
}
.dropdown .dropdt a span, .multiSel span, .dropdown1 .dropdt1 a span, .multiSel1 span {
	cursor: pointer;
	display: inline-block
}
.multiSel span, .multiSel1 span {
	border: 1px solid #333;
	padding: 1px 5px;
	border-radius: 5px;
	margin: 2px 5px 2px 0;
	font-size:.9em;
	line-height:20px;
}
.multiSel span strong, .multiSel1 span strong {
	margin: 0 0 0 10px;
	color: #898383;
	font-weight: 700
}
.dropdown .dropdd input, .dropdown1 .dropdd1 input {
	width: 96%;
	padding: 10px;
	font-size: 14px;
	margin: 15px 10px 5px;
	border: 1px solid #CCC;
	background: url(http://tools.manageengine.com/images/common/search-icon.png) no-repeat 98% center
}
#scroll .dropdown .dropdd ul, #scroll .dropdown1 .dropdd1 ul {
	border: 0;
	color: #000;
	display: none;
	left: 0;
	padding: 5px 15px 2px 0;
	position: absolute;
	top: 50px;
	width: 97.3%;
	list-style: none;
	height: 275px;
	overflow: auto;
	border: 1px solid #eee;
	background: #FFF;
}
.dropdown .dropdd ul{ height:170px;}
div.dropdownsearch, div.dropdownsearch1 {
	width: 99.6%;
	background: #f9f9f9;
	display: none;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #fff;
	z-index: 9999;
	position: relative
}
.dropdown .dropdd ul li:hover, .dropdown1 .dropdd1 ul li:hover {
	background: #EBEBEB;
}
.dropdown .dropdd ul li, .dropdown1 .dropdd1 ul li {
	padding: 5px 10px;
	width: 97%;
}
.dropdown .dropdd ul li.checked, .dropdown1 .dropdd1 ul li.checked {
	background: #dedede
}
.dropdown span.value, .dropdown1 span.value {
	display: none
}
.dropdown .dropdd ul li a, .dropdown1 .dropdd1 ul li a {
	padding: 5px;
	display: block
}
.dropdown .dropdd ul li a:hover, .dropdown1 .dropdd1 ul li a:hover {
	background-color: #fff
}
.dropdown .dropdt a span.hida, .dropdown1 .dropdt1 a span.hida1{
    font-size:1em; color:#838383;
}
#commonHeader,.pop-box,.pop-container,.breadcrumb, .breadcrumb + div,.sol-bot{display: none;height: 0 !important;width:0;}
#btmscroll{display: none;}
section{padding: 0;}
footer.page-footer{display: block;height: auto !important;width: 100%;}
.container.foot-copy{
    text-align: center;
    font-weight: 300;
    font-size: .8em;
    color: #fff;
    background: #333;
    padding: 10px 0;
    margin: 0;
    width: 100%;
}
div#meGDPRMessage {
    margin-top: 10px;
    line-height: 1.4;
}
.container.foot-copy a{color:#fff;}
.popup-overlay .captcha-input.form-field {
    width: 100%;
}
.popup-overlay .CaptchaWrap {
    width: 160px;
    margin: 0;
}
.popup-overlay .reload
{
	width: 100%;
}
.popup-overlay .CaptchaTxtField
{
	box-sizing: unset;
}
.popup-overlay input#UserCaptchaCode {
    height: 22px;
}
/*---------- Responsive styles------------*/
@media (min-width: 1550px) {
    .form-sec-inner{padding-top:30%;}
    .solutions-guide-book h2{margin-top:10%;}
}
@media (min-width: 1800px) {
    .container .container{width:1800px;}
    .solutions-guide-book h2{margin-top:10%;}
    .form-sec-inner{padding-top:30%;}
	.dropdown .dropdt a, .dropdown1 .dropdt1 a{padding:2.5% 0 2.5% 3%;}
}
@media (max-width: 1400px) {
    .container .container{width:1200px;}
    .solutions-guide-book header{margin: 0;}
    .solutions-guide-book{width:58%;}
    .solutions-form-sec{width:40%;}
    .form-text br{display: none;}
    .solutions-guide-book img{width:28%;}
}
@media (max-width: 1100px) {
    .container .container{width:1000px;}
    .solutions-guide-book{width:53%;}
    .solutions-form-sec{width:45%;}
}
@media (max-width: 1000px) {
    .container{padding: 0;}
    .container .container{width:100%;padding: 0;}
    .solutions-guide-book header{text-align: center;}
    .solutions-guide-book{width:100%;}
    .solutions-guide-book h2{padding: 0;}
    .solutions-form-sec{width:100%;}
    .form-sec-inner{padding: 40px 5% 0 5%;}
    .solutions-guide-book img{width:20%;}
}
@media (max-width: 600px) {
    .solutions-guide-book header img{width:50%;}
    .solutions-guide-book h2{font-size: 1.2em;margin:10px 0;}
    .solutions-guide-book img{width:40%;}
}
@media (max-width: 350px) {
    .solutions-guide-book h2, .card-title{font-size: 1em;}
    form label{font-size: .7em;}
}



