/* insyma overlaybox */
div#insymaOverlay {
    background: #000000;
    filter: alpha(opacity=0);
    left: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 2090;
}
#insymaOverlayLoading {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 6px;
    bottom: 0;
    height: 41px;
    left: 0;
    margin: auto;
    padding: 5px;
    position: fixed;
    right: 0;
    top: 0;
    width: 44px;
}
#insymaOverlayHolder {
    position: fixed;
    top: 50%;
    width: 100%;
    z-index: 2900;
}
#insymaOverlayInner {
    cursor: default;
    margin: 0 auto;
    position: relative;
    z-index: 3000;
}
#insymaOverlayContent {
    background: #ffffff;
    text-align: center;
}
.modal-item-header-primary {
    background: #009afe;
}
button.secondarydark, .button.secondarydark {
    background-color: #cb4a14;
}
.con-form ul, .ConForm ul {
    width: 100%;
	list-style: none;
	padding: 0;
}
.con-form ul > li, .ConForm ul > li {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin-top: 30px;
    position: relative;
}

/* .con-form ul > li > label, .ConForm ul > li > label {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 10px;
	text-align: left;
    color: black;
} */
.con-form ul > li > *, .ConForm ul > li > * {
    flex: 0 0 60%;
    max-width: 60%;
}

.con-form ul > li > input, .ConForm ul > li > input {
    padding: 15px;
    margin: 0;
}
.con-form ul > li > label, .ConForm ul > li > label {
    flex: 0 0 30%;
    max-width: 30%;
    top: 15px;
    padding-right: 20px;
    position: relative;
    color: black;
}

.InLineValidate {
    background: #f44336;
    color: #ffffff;
    line-height: 1;
    padding: 5px 10px;
    position: absolute;
    bottom: 100%;
    margin-left: 30%;
}


/* .ConForm ul > li > label, .ConForm input[type="email"], .ConForm input[type="text"], .ConForm input[type="password"], .ConForm select, .ConForm textarea, .ConForm p, div.selector, div.uploader, .ConForm ul > li > label {
    width: 100% !important;
} */
/* .ConForm ul > li > label, .ConForm input[type="email"], .ConForm input[type="text"], .ConForm input[type="password"], .ConForm select, .ConForm textarea, .ConForm p, div.selector, div.uploader, .ConForm ul > li > label {
    width: 100% !important;
}
.ConForm ul > li > label, .ConForm input[type="email"], .ConForm input[type="text"], .ConForm input[type="password"], .ConForm select, .ConForm textarea, .ConForm p, div.selector, div.uploader, .ConForm ul > li > label {
    width: 100% !important;
} */
/* .con-form ul > li > *, .ConForm ul > li > * {
    flex: 0 0 100%;
    max-width: 100%;
} */
.modal-item-header {
    background-color: #efefef;
    padding: 30px 20px;
}
.modal-item-header-primary {
    background: #009afe;
    font-size: 1.5em;
}
.modal-item-header-primary .ItemTitle {
    color: #ffffff;
}
.h3.ItemTitle {
    margin: 0;
    font-size: 1.5rem;
}
.modal-item-body {
    padding: 20px;
}
.modal .list-item-centered .button, .modal .list-item-centered button {
    max-width: 225px;
}
#insymaOverlayHolder span.close:before {
    content: "x";
    /* content: "\e209" */
}

#insymaOverlayHolder span.itemLB.close {
    right: 10px;
}
#insymaOverlayHolder span.itemLB.icon, #insymaOverlayHolder .countspan {
    line-height: 20px;
    position: absolute;
    top: -30px;
}
.itemLB {
    color: #ffffff;
}
.itemLB.countspan {
    display: none !important;
    visibility: hidden;
}