/* This parent can be any width and height */
.ms-centered-outer {
    /*display: table;*/
}

/* The ghost, nudged to maintain perfect centering */
.ms-centered-outer:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can
   also be of any width and height */
.ms-centered-inner {
    /*display: table-cell;*/
    /* display: block;*/
    vertical-align: middle;
    text-align: center;
}

.ms-centered-inner img {
    margin-left: auto;
    margin-right: auto;
    /*display: inherit;*/
    display:block;
}

.accordion-inner {
    width: 220px;
    margin-left: -15px;
}

#accordion2 {
    width: 220px;
}

.accordian-inner .accordion-group {
    margin-left: -12px;
}

.savefixedBtn {
    position: absolute;
    right: 20px;
    top: 65px;
    z-index: 100;
}

.mcmsMessage {
    position: absolute;
    top: 0;
    left: 30%;
    width: 30%;
    text-align: center;
    height: 45px;
    z-index: 10;
}

.mcmsMessage span {
    padding: 0px 10px;
    line-height: 45px;
    font-size: 14px;;
}

.ms-img-warpper {
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ms-img-content {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}
/*CSS for Demo store's admin strip*/

.btn.admin-settings-btn {
    right: 0px;
    top: 20px;
    display: inline-block;
    width: 42px !important;
    text-align: center;
    -webkit-border-radius: 6px 0 0 6px !important;
    -moz-border-radius: 6px 0 0 6px !important;
    border-radius: 6px 0 0 6px !important;
    filter: alpha(opacity=55);
    vertical-align: top;
    margin: 0;
    position: fixed;
    z-index: 10000;
    background-color: #ffa830;
}

.admin-settings-box {
    display: none;
    width: 100%;
    padding: 0 14px;
    background-color: #000000;
    height: 50px;
    position: fixed;
    z-index: 1000;
    top: 0px;
}

.admin-settings-box.open {
    display: block;
}

.white-text {
    color: white;
}


