.input-icon {
    position: relative;
    left: 0;
}

.input-icon > i {
    color: #ccc;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
    left: 0;
}

.form-control {
    padding-left: 33px;
    font-size: 14px;
}

.col-form-label .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}

.help-block {
    margin-top: 5px;
    margin-bottom: 5px;
}

.help-block-error {
    opacity: 1 ;
    filter: alpha(opacity=100) ;
    color: #e02222;
}

.form-check-label {
    height: 37px;
    display: inline;
}

.form-check {
    height: 37px;
}

.form-check-input {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 37px;
}

.form-check-input:checked {
    background-color: #49c3c7;
    border-color: #49c3c7;
}

.breadcrumb-bar {
    background: #F0F0F0;
    border-bottom: #49c3c7 1px solid;
}

.breadcrumb {
    margin-top: 20px;
}

select {
    font-size: 14px;
}

.validateImg {
    right: 1px;
    cursor: pointer;
    height: 37px;
    border: 1px solid #e6e6e6;
}

.details > a {
    color: #1bb4b9;
    font-size: 13px;
}

.details > a:hover{
    color: #f5b120;
}

.details > h3{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.invisible {
    display: none;
}
.event-info {margin-top: 5px; margin-bottom: 5px; font-size: 14px;}
.event-info .single-title {
    margin-top: 5px;
}
.event-info .single-title > h3 {
    font-size: 14px;
    font-weight: bold;
}
.event-info > span {
    color: #333333;
    display: block;
    line-height: 38px;
}
.event-info-text {
    margin: 8px 0 18px;
}
.event-info .event-info-text > span {
    line-height: 13px;
    margin-bottom: 16px;
    display: block;
}
.event-info .event-info-text > span:last-child {margin-bottom: 0}
.event-info .event-info-text span i {width: 23px;}
.event-info-text > span i {
    color: #f5b120;
    font-size: 14px;
    margin-right: 8px;
    width: 18px;
}

.hd-green{
    color:#49c3c7;
}

.hd-yellow {
    color: #f5b120;
}

.hd-orange{
    color: #ff6e0d;
}

.hd-red {
    color: #F3565D;
}

.hd-grey{
    color: #95a5a6;
}

.hd-purple{
    color: #9b59b6;
}

.legend-icon > span{
    display: inline-table;
    margin-right: 20px;
}
.legend-icon > span >i{
    margin-left: 5px;
    margin-right: 15px;
    display: table-cell;
    vertical-align: middle;
}

.calendar-info-header {
    overflow: hidden;
    padding: 0 0 30px;
    vertical-align: middle;
}
.calendar-info-header span {
    margin-right: 15px;
    float: right;
}
.event-details-title h1{
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 30px;
}

.page-item.active .page-link{
    background-color: transparent;
    border-color: #ffffff;
}

.main-section {
    min-height: 435px !important;
}

.button-group .span{
    float: left;
    margin-right: 5px;
}

.blog-post-details-text  ul{
    list-style: none;
}

.blog-post-details-text  ul li{
    list-style: none;
    line-height: 25px;
}

.blog-post-details-text  ul li:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #666666;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align:middle;
    margin-top:-3px;
}

label.error{
    color: red;
}

.form-control.error{
    border: red 1px solid;
}

.form-control.valid{
    border: #49c3c7 1px solid;
}

.legend-icon a{
    color: #000;
    display: inline-table;
    float: left;
    background-color: unset;
    font-size: 14px;
    height: auto;
    width: auto;
    text-align: center;
}