/*Remove*/
/*.ba-edit-item,
a.icon-options.open-global,
input.ba-add-section.ba-btn-primary, .ba-add-section i.zmdi, .empty-item {
     display: none !important;
}

.accordion-inner .tabs-content-wrapper > .ba-section > .ba-edit-item .ba-buttons-wrapper .ba-edit-wrapper:first-child i, .tab-content .tabs-content-wrapper > .ba-section > .ba-edit-item .ba-buttons-wrapper .ba-edit-wrapper:first-child i {
    display:none!important;
}*/
/*End Remove*/

/*Login*/
.input-append .add-on, .input-prepend .add-on {
    background-color: #af0000!important;
}
.userdata {
  text-align:center;
}
.page-header {
  display:none;
}
ul.unstyled, ol.unstyled, ul.inline, ol.inline {
    display: none;
}
.radio, .checkbox {
    display: none;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled], .btn-primary:hover, .btn-primary {
  background:#af0000!important;
}
.com_gridbox form {
    text-align: center;
}
/*End Login*/

/*Global*/
.top{
  z-index:100;
}
/*End Global*/

/*Form*/
.ba-form .ba-btn-submit {
    font-family: 'PT Serif';
    transition: all .3s ease-in-out;
    border: 1px solid #8a8282!important;
}
.ba-form .ba-btn-submit:hover {
    font-family: 'PT Serif';
    transition: all .3s ease-in-out;
  	background:#af0000!important;
  border: 1px solid #af0000!important;
  color:#fff!important
}
/*End Form*/