/* here you can put your own css to customize and override the theme */

/*MerberCare*/
.img-preview {
            border: 1px solid #b8b8b8;
            box-shadow: 0 2px 2px rgba(0,0,0,.1);
            -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
            -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            width: 350px;
            float: left;
        }
.img-preview .i-img {
                padding: 10px;
                max-height: 217px;
}

.img-preview .img-wrapper {
    width: 330px;
    height: 217px;
    position: relative;
}

.img-preview .mc-name {
    position: absolute;
    top: 20px;
    right: 10px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    color: #000;
}

.img-preview .mc-number {
    text-align: right;
    color: #000;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    margin-top: -60px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 20px;
}

.mc {
        position: absolute;
        max-width: 200px;
        max-height: 150px;
        z-index:1;
    }
.mc-name {
        position: absolute;
        top: 15px;
        right: 10px;
        text-shadow: 0 1px rgba(255, 255, 255, 0.2);
        color: #000;
        z-index:1;
    }


.img-preview .mc-number em {
        display: block;
        line-height: 13px;
        font-size: 10px;
        font-weight: normal;
        font-style: normal;
    }

.img-preview ul {
    width: 300px;
}

.img-preview .mc {
    position: absolute;
    max-width: 200px;
    max-height: 150px;
}

.img-preview li a {
    color: gray;
}

.img-preview li a:hover {
    background-color: #fff;
}
/***
Form wizard plugins.css line 191 override
***/
.form-wizard .progress {
  margin-bottom: 10px !important;
}
/***
style.css  line 3714  
****/
.form-actions {
  padding: 10px 10px !important;
  margin-top: 5px !important;
}
