/* Especifica el alto maximo del dropdown así como también muestra la barra de scroll vertical */
li.dropdown>.scrollable-menu {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
  }

label.required:after {
    color: #e32;
    content: ' *';
    display: inline;
}

#required_fields_message {
    width: 100%;
    text-align: center;
    margin-bottom: 3px;
    font-style: italic;
    color: red;
}

.error {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    color: red;
}

.content-wrapper {
    min-height: 100%;
    z-index: 800;
}

.right-side {
    min-height: 100%;
    background-color: transparent;
    z-index: 800;
}

.nav>.active>a {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}

.skin-blue .main-header .logo {
    background-color: transparent;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.ajaxLoader {
    width: 80px;
    height: 24px;
    background: #000000 url("../img/ajax-loader.gif") 25px 16px no-repeat;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    text-align: center;
    padding-top: 56px;
}

.ajaxLoaderfunc {
    width: 80px;
    height: 24px;
    background: #000000 url("../img/ajax-loader.gif") 25px 16px no-repeat;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    text-align: center;
    padding-top: 56px;
}

.ajaxLoaderfuncini {
    margin-top: 100px;
    width: 80px;
    height: 24px;
    background: #000000 url("../img/ajax-loader.gif") 25px 16px no-repeat;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding-top: 56px;
}