/*expanedMenu*/

.logInB {
    background-image: url(/r/mc/cssi/resources.png);
    background-repeat: no-repeat;
    background-position: -478px 4px;
}

.userUnisex {
    background-image: url(/r/mc/cssi/resources.png);
    background-repeat: no-repeat;
    background-position: -478px 3px;
}
.logfb{
        background-image: url(/r/mc/cssi/resources.png);
        background-repeat: no-repeat;
        background-position: -2px -54px;
        height: 30px;
        width: 115px;
        color: #fff;
        line-height: 27px;
        font-size: 9px;
        padding-left: 23px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
}
.regInB {
    background-image: url(/r/mc/cssi/resources.png);
    background-repeat: no-repeat;
    background-position: -513px 2px;
}

.ntficon {
    background-image: url(/r/mc/cssi/resources.png);
    background-repeat: no-repeat;
    background-position: -619px 5px;
}
.carticon {
    background-image: url(/r/mc/cssi/resources.png);
    background-repeat: no-repeat;
    background-position: -699px 7px;
}
.menuicon {
    background-image: url(/r/mc/cssi/resources.png);
    background-repeat: no-repeat;
    background-position: -667px -0px;
}

.expanedTitle {
    color: #ffffff;
}
.barExpandedMenu {
    position: absolute;
    padding-bottom: 3px;
    text-align: center;
    display: none;
    right: 0px;
    opacity: 0;
    border-radius: 0px 0px 5px 5px;
    height: 0px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
    top: calc(100% + 13px);
    -webkit-transition: opacity .35s ease-out,height .35s ease-out;
    -moz-transition: opacity .35s ease-out,height .35s ease-out;
    -o-transition: opacity .35s ease-out,height .35s ease-out;
    transition: opacity .35s ease-out,height .35s ease-out;
}
.barExpandedMenu {
    background-color: #FFF;
    border: 1px solid #e84e1b;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
    border-radius: 5px 5px 0px 0px;
}

.barExpanedtitle {
    min-height: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    width: 100%;
    margin-right: auto;
    background-color: #eb5e2e;
    /* max-width: 370px; */
    margin-left: auto;
    word-break: break-word;
    margin-bottom: 7px;
}

/*expanedM Ul*/

.expandedMenTre {
    background-image: url(/r/mc/cssi/resources.png);
    background-repeat: no-repeat;
    background-position: -602px -3px;
}
.expandedMenuline{
    border-bottom: solid 1px #ccc;
    font-size: 14px;
    text-align: center !important;
    font-weight: bold;
    color: #C0333D;
}
.expanedMenu li a:not(.expandedMenuline):hover{
    background-color: rgb(235, 94, 46);
    color: #fff;
}

.expanedMenu li ul{
border-left: solid 1pt rgb(204, 204, 204);
}

/*expanedM Ul*/

/*expanedMenu*/



/*controls*/

/*inputs*/
.inputmsg{
    color: #eb5e2e;
    display: none;
}
.cinputerror {
    background-color: #EB5E2E !important;
    border-color: #E6332A !important;
}
.inputblank:disabled{
    
background-color: #e6e6e6;
    
border: 1px solid #dedddd;


}

/*.inputblank:focus::-webkit-input-placeholder {
   color: #e2e2e2;
}

.inputblank:focus::-moz-placeholder {   Firefox 19+ 
   color: #e2e2e2;  
}

.inputblank:focus:-ms-input-placeholder {  
   color: #e2e2e2;  
}*/

.inputblank:hover::-webkit-input-placeholder {
   color: #e2e2e2;
}

.inputblank:hover::-moz-placeholder {  /* Firefox 19+ */
   color: #e2e2e2;  
}

.inputblank:hover:-ms-input-placeholder {  
   color: #e2e2e2;  
}



.inputblank:disabled{
    background-color: #dcdcdc !important;
    border: 0px;
}
.inputblank:hover{
        border-color: #95C11F;
        background-color: #77b12a;
        color: #fff;
}
.inputblank{
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        margin-top: 2px;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #d8e4c2;
        border-radius: 4px;
        outline: none;
}
.inputblank:focus {
    border-color: #95C11F;
}
/*inputs*/

/*buttons1*/

.b2:hover{
    -webkit-box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.17);
    color: #fff;
    border: solid 0px rgb(155, 14, 24);
    background: linear-gradient(#3AAA35,#3AAA35);
}
.b2:active{
    -webkit-box-shadow: inset 0 3px 5px rgba(34, 38, 41, 0.475);
    box-shadow: inset 0 3px 5px rgba(34, 38, 41, 0.475);
    color: #fff;
    border: solid 0px rgba(20,90,132,1);
    background: linear-gradient(#3AAA35,#3AAA35);
}

.b1:hover{
    -webkit-box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.17);
    color: #fff;
    border: solid 0px rgb(232, 78, 27);
    background: #e84e1b;
}
.b1:active{
    -webkit-box-shadow: inset 0 3px 5px rgba(34, 38, 41, 0.475);
    box-shadow: inset 0 3px 5px rgba(34, 38, 41, 0.475);
    color: #fff;
    border: solid 0px rgba(20,90,132,1);
    background: #E6332A;
}

  
.buttonCenter{
        display: block !important;
    max-width: 162px;
    margin-left: auto;
    margin-right: auto;
}


.buttons{
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 8px 12px;
    margin-bottom: 2px;
    font-size: 12px;
    margin-top: 2px;
    line-height: 1.42857;
    border-radius: 4px;
    margin-top: 1p;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.buttons:disabled {
    background: #e5e5e5;
    border: solid 1px #d5d6d6;
    color: #ccc;
    text-shadow: 0px 0px 0px rgba(223, 239, 248, 0);
    box-shadow: inset 0 0px 0px rgba(0,171,231,.0);
    cursor: default;
}
.b1{
     color: #FFFFFF;/*gradient*//* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/rgb(207, 66, 76)+0,115781+100 */
     /* Old browsers */
     /* FF3.6+ */
     /* Chrome,Safari4+ */
     /* Chrome10+,Safari5.1+ */
     /* Opera 11.10+ */
     /* IE10+ */
     /* W3C */
     /* IE6-9 *//*gradient*/
     border: solid 0px rgb(155, 14, 24);
     text-shadow: 0px 1px 0px rgb(206, 206, 206);
     background-color: #EB5E2E;
     -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
     transition: all .2s ease;
}
/*buttons1*/




/*buttons2*/
.b2{
    background-color: #95C11F !important;
    border: solid 0px rgb(0, 0, 0);
    box-shadow: inset 0 3px 5px rgba(224, 245, 167, 0.48);
}
/*buttons2*/

/*buttons  style1*/
.bs1{
    
padding: 2px 3px;
    
border-radius: 3px;
}
/*buttons style1*/


/*controls*/


.topbar{
	background-color: #ffffff;
}

.messagebox_title {
    color: #FFF;
    background-color: #95C11F;
}
.buttonmemechef {
    color: #FFF!important;
}
.buttonmemechef {
    background-color: #87B245;
    border: 1px solid #FFF;
}
.buttonmemechef:hover {
    background: #E6332A;
}
.messagebox_icon {
    background-image: url(/r/mc/cssi/resources.png);
}
