﻿.ms-webpartzone-cell {
    margin: auto auto 0px !important;
}
.ms-cui-menusection img {
    max-width: none;
}

.ms-cui-menusection {
    overflow: inherit;
}

div#s4-ribbonrow img {
    max-width: none;
}
td.ms-cellstyle img {
    max-width: none;
}
/*******    for Form */
.col-form-label.req:after {
    content: "*";
    font-family: FontAwesome;
    margin: 0 7px;
    font-size: 1em;
    position: absolute;
    color: #a98040;
    top: -5px;
}
.error {   
    color: #ec3b55;
    margin-bottom: 0;
    margin-top: .4em;
}
.hidden {
     display: none !important; 
     visibility: hidden !important; 
}

#loading {
    background: url('loading.gif') no-repeat center center;
    display: none;
    background-color: rgba(255,255,255,.7);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 100;
    background-size: 120px;
}



.cms {

display:none;
}

.admin-area a {
    color: #000 !important;
}


.play-code {
    background-color: rgba(255, 255, 255, 0.36);
    padding: 15px 0px;
}