/* 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!important;
}
/* normalize css*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
	font-family:"Zoho_Puvi_Regular";
	    font-weight: 300;
}
section *,.solguide-form *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
a {
	background-color: transparent;
	color: #4CA9F5;
}
a:active,
a:hover {
	outline: 0;
}
img {
	border: 0;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height:auto;
}
p {
	margin: 0;
    line-height: 1.8;
}
.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: 1400px;
}
.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.cols-2 {
	width: 16.6%;
}
.cols-25 {
	width: 20%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-6 {
	width: 50%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
@media only screen and (max-width: 1025px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-4 {
	width: 33.3%;
}
	.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%;
}
}
/*---------- left section styles------------*/
.guide-form{
	background:url("../images/solution-guide-bg.png") left center/contain no-repeat,linear-gradient(to left, #295AE2,#2251CE 8%,#1945B1 23%,#123B9A 39%,#0D3489 56%,#093080 75%,#092F7D);
	padding:120px 0;
}
.guide-form h1{color:#fff;font-size:2.5em;font-family: 'Zoho_Puvi_SemiBold';line-height:1.4;}
.guide-img{
	display:block;
	margin:50px auto 0;
	width:380px;
}
.solguide-form{
    background: #fff;
    width: 550px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 0px 10px #7d7d7d;
    border-radius: 20px;
    margin: 0 auto;
    padding: 40px;
	max-width:100%;
	color:#000;
}
.card-title{
    font-size: 1.6em;
    line-height: 1.4;
    font-family: 'Zoho_Puvi_SemiBold';
    margin:0 0 25px;
	text-align:center;
}
.card-body{
    width:80%;
    margin: 0 auto;
}
.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 #4D4D4D;
    border-radius: 4px;
   box-shadow: none;
	position: relative;
	margin-bottom: 15px;
	transition: border ease 1.5s;
	-webkit-transition: border ease 1.5s;
	-moz-transition: border ease 1.5s;
}
.form-control.dropdown1{padding:0;}
.form-control.active-row {
    border: 1px solid transparent;
}
.form-control.btn-submits {
    border: none;
	text-align: center;
	margin:20px 0 0;
	padding:0;
}
.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 .reg_form_errors {
    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: 1em;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}
.form-control * {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-control .label {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 30px;
    transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    font-size:1.1em;
    z-index:9;
    opacity: 0.7;
	color:#000;
}
.form-control input, .form-control select, .form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
    padding-left: 20px;
    font-size:1.1em;
    position: relative;
    z-index: 9;
    opacity: 0.8;
    resize: none;
	font-family: "Zoho_Puvi_Regular";
}
.form-control.form-comments{height:85px;}
.form-comments.form-control .label {top: 35%;}
.form-control.form-comments textarea{background: none;padding: 10px 15px;}
.form-control select{
	opacity: 0;
    background: url("../images/dropdown-arrow.svg") no-repeat;
    background-position: 97.4%;
}
.form-control.active-row select {
    opacity: 0.8;
}
#btn-submit {
    color: #fff;
    background: #E80D19;
    border: none;
    box-shadow: none;
    padding: 14px 35px;
    font-size: 1em;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}
#btn-submit:hover{
	  background: #ec2832;
}
.active-row.form-control::before {
        border-top-color: #0f4886;
    border-right-color: #0f4886;
    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: #0f4886;
    border-left-color: #0f4886;
    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;
    opacity: 1;
}
.uscountry.form-control {
    height: auto;
    background: transparent;
    padding: 0;
    border-color: transparent;
}
.uscountry select#zc-country{
    height: 55px;
    border: 2px solid #0f4886;
    border-radius: 4px;
    opacity: 1;
	background: url(../images/dropdown-arrow.svg) no-repeat;
    background-position: 95%;
}
.uscountry select#country_state, .uscountry select#ukcountry_region {
    height: 55px;
    border-radius: 4px;
    opacity: 1;
    background: url("../images/dropdown-arrow.svg") no-repeat;
    background-position: 95%;
    margin-top: 15px;
    border: 2px solid #0f4886;
}
.uscountry.form-control.active-row .label {
    z-index: 99;
}
.uscountry .state-label {
    top: unset !important;
    bottom: 38px;
}
.uscountry.form-control:before,
.uscountry.form-control:after {
  display: none;
}
input[type=search]{
   -moz-appearance: none;
   -webkit-appearance: none; 
   appearance: none; 
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
.form-control .subman{
    font-size: 0.9em;
    position: relative;
    bottom: 5px;
    left: 2px;
	color:#E21D1D;
	display:inline-block;
}
.dropdown1 .dropdd1 ul {
    border: none;
    color: #000;
    display: none;
    left: 0;
    padding: 5px 15px 2px 0;
    position: absolute;
    top: 50px;
    width: 100%;
    list-style: none;
    height: 170px;
    overflow: auto;
    background: #f9f9f9;
}
.dropdown1 .dropdt1 {
    width: 100%;
    height: 100%;
}
.multiSel1 {
    padding: 12px 10px 5px 10px;
    height: 45px;
    overflow-y: scroll;
    display: none;
	margin:0;
}
.dropdown1 .dropdd, .dropdown1 .dropdt {
	margin: 0;
	padding: 0;
}
.dropdown1 ul {
	margin: -1px 0 0;
	background: #FFF;
}
.dropdown1 .dropdd1 {
	position: absolute;
	width:100%;
	z-index:9999;
}
.dropdown1 a, .dropdown1 a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
	font-size: 1em;
}
.clicks {
    display: block;
    width: 100%;
    height: 100%;
}
.dropdown1 .dropdt1 a p {
	margin: 0
}
.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
}
.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 .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;
	background: #FFF;
}

div.dropdownsearch, div.dropdownsearch1 {
	width:100%;
	background: #f9f9f9;
	display: none;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #fff;
	z-index: 9999;
	position: relative
}
.dropdown1 .dropdd1 ul li:hover {
	background: #EBEBEB;
}
.dropdown1 .dropdd1 ul li {
	padding: 5px 10px;
	width: 97%;
}
.dropdown1 .dropdd1 ul li.checked {
	background: #dedede
}
.dropdown1 span.value {
	display: none
}
.dropdown1 .dropdt1 .clicks span.hida1{
	display: block;
    padding-top: 16px;
    padding-left: 30px;
    font-size: 15px;
    background:url("../images/dropdown-arrow.svg") 95% center no-repeat transparent;
    width: 100%;
    height: 100%;
    -webkit-transition: allease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
	padding: 16px 0 0 30px;
}
.dropdown1.active-row .dropdt1 .clicks span.hida1{
    background: #fff;
    width: auto;
    display: inline-block;
    position: absolute;
    height: auto;
    padding: 0 6px;
    top: -8px;
    left: 15px;
    z-index: 9;
    color: #000;
}
.form-check {
    margin:18px 0;
}
label.form-check-label {
    cursor: pointer;
	line-height:1.5;
	font-size:15px;
}
#meGDPRMessage {
    font-size: 15px;
    color: #080808;
    width: 100%;
    line-height: 1.4;
	margin-bottom:10px;
}
.form-check-input{margin:0 3px 0 0;}
.form-text{line-height:1.4;font-size:15px;}
.form-text a:hover{text-decoration:none;color:#000;}
#backToTop{display:none!important;}
.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
    display: none;
}
.ad-success-msg {
    box-sizing: border-box;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    z-index: 999999;
    width: 400px;
    max-width: 90%;
    background: #fff;
    padding: 40px;
    text-align: center;
    color: #000;
    font-size: 1.4em;
    line-height: 1.8;
    font-weight: 400;
    border-radius: 10px;
}
.ad-success-msg span.tick-icon {
    display: block;
    width: 50px;
    padding: 20px;
    background: #003795;
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: -50px;
}
.tick-icon img {
    vertical-align: middle;
    max-width: 100%;
}
.ad-success-msg span.close {
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    color: #5b82c7;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 14px;
    padding: 2px 10px;
}
.ad-success-msg p {
    line-height: 1.4;
    margin: 30px 0 0;
    color: #000;
    display: block;
    font-size: 1em;
    font-family: 'Zoho_Puvi_SemiBold';
}
.ad-success-msg p span {
    font-size: 0.8em;
    display: block;
    font-family: 'Zoho_Puvi_Medium';
}
.ad-success-msg .msg-line {
    display: block;
    width: 30%;
    height: 3px;
    background: #013795;
    margin: 15px auto;
    text-align: center;
}
@media only screen and (min-width: 1800px) {
    .container .container{width:1800px;}
	.dropdown1 .dropdt1 a{padding:2.5% 0 2.5% 3%;}
}
@media only screen and (max-width: 1450px) {
	.container{width:90%;}
}
@media only screen and (max-width: 1400px) {
	.guide-form h1{width:90%;}
	.guide-form{background-size:cover;}
}
@media only screen and (max-width: 1200px) {
	#commonHeader {min-height:64px;height: 64px;}
	.abheader #MEmobPanel {top:64px;}
	.guide-form h1{width:100%;font-size:2.2em;}
	.guide-form h1 br{display:none;}
	.card-title{font-size:1.4em;}
}
@media only screen and (max-width: 1025px) {#header-mainsec .headerinner{position:fixed;}}
@media only screen and (max-width: 1024px) {
	.guide-form h1{text-align:center;width:70%;margin:0 auto;font-size:2em;}
	.guide-form{background:linear-gradient(to left, #295AE2,#2251CE 8%,#1945B1 23%,#123B9A 39%,#0D3489 56%,#093080 75%,#092F7D);padding:60px 0;}
	.guide-form .container{width:100%;padding:0;}
	.solguide-form{width:100%;border-radius:0;padding:60px 100px;max-height:100%;}
	.guide-img{margin:20px auto 60px;}
}
@media only screen and (max-width: 650px) {
	.guide-form h1{width:90%;font-size:1.8em;}
	.solguide-form{padding:50px 30px;}
	.guide-form{padding:60px 0;}
	.success-overlay .ad-success-msg{top:50%;}
	.guide-img{width:60%;margin:20px auto 40px;}
}
@media only screen and (max-width: 480px) {
	.guide-img{width:70%;}
}
@media only screen and (max-width: 390px) {
	.dropdown1 .dropdt1 .clicks span.hida1{padding:16px 30px;}
	.dropdown1.form-control{height:70px;}
}
/* 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}