#IEWSM .message{
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
        transparent 75%, transparent);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    width: 100%;
    border: 1px solid;
    color: #fff;
    padding: 15px;
    position: fixed;
    _position: absolute;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    animation: animate-bg 5s linear infinite;
    z-index: 9999999;
    top : -107px;
}

#IEWSM .info{
    background-color: #4ea5cd;
    border-color: #3b8eb5;
}

#IEWSM .error{
    background-color: #de4343;
    border-color: #c43d3d;
}

#IEWSM .warning{
    background-color: #eaaf51;
    border-color: #d99a36;
}

#IEWSM .success{
    background-color: #61b832;
    border-color: #55a12c;
}

#IEWSM .message h3{
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 5px;
}

#IEWSM .message p{
    margin: 0;
    color: #fff;
}

@keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -80px 0;
    }
}

.no-result {
    background: #fff none repeat scroll 0 0;
    clear: both;
    color: #08B8A0;
    font-size: 1.28rem;
    margin-bottom: 20px;
    padding: 40px;
    text-align: center;
    width: 100%;
} 
/*---------styles checkbox---------*/
.control-group {
    display:block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    margin-bottom:6px;
}
.control.control--checkbox {
    display: block;
    position: relative;
    padding-left: 13px; 
    cursor: pointer; 
    font-weight: 600;
}  
.control.control--checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background: #fff;
    border:1px solid #333;
    border-radius:2px;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #fff;
    border:1px solid #333;
    border-radius:2px;

}
.control input:checked ~ .control__indicator {
    background: #fff;
    border-radius:2px;
    border:1px solid #666;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #fff;
}
.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}
.labeltxt {
    font-weight: normal;
    font-size: 1.14rem;
    white-space: nowrap;
}   
/*fancybox css*/
.fancybox-nav{ width: auto !important;}  
.fancybox-close{left: 0 !important;top: 0 !important;background-image: none !important;}

.error_content {
    padding: 40px;
    text-align: center;
}
.btn-default{
    background-color: #00c7b1;
    color: #ffffff;
}
.error_content h1 {
    font-size: 2.22rem;
    color: #00c7b1;
}
.error_content h1 small {
    color: red;
}


.search-heading {
    border-top: 1px solid #d2d2d2; 
    margin: 2rem 0 1rem; 
}
.search-main{
}
.search-more-result {
    margin-top: 1rem;
    width: 100%;
}
.search-results {
    font-size: 16px;
    margin: 0 0 10px;
    width: 100%;
    padding: 10px 0;
}
.search-result-keywords{
    margin-bottom: 6px;
    width: 100%;
}
.search-heading h2 {
    float: left;
    font-size: 20px; 
}
.search-more-result a{color: inherit;float: right;}
.search-results > em { 
    color: #08b8a0;
    margin-left: 3px;
    margin-right: 3px;

}

/*======================================================= WYSIWYG content overrides */
.page-content-wrapper table td{vertical-align:baseline;}
