#loading-rg { background-color: rgba(0,0,0,0.6); display: none; height: 100%; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 100000000; }

#loading-rg .bg {
    -webkit-animation: loading-animation 3s infinite; /* Safari 4+ */
    -moz-animation:    loading-animation 3s infinite; /* Fx 5+ */
    -o-animation:      loading-animation 3s infinite; /* Opera 12+ */
    animation:         loading-animation 3s infinite; /* IE 10+ */
    background: transparent url("../images/loader.gif") no-repeat center center;
    background-size: 110px;
    height: 100%;
    width: 100%;
}

#loading-rg-tab { background-color: rgba(0,0,0,0.6); display: none; position: absolute; z-index: 100000000; }

#loading-rg-tab .bg {
    -webkit-animation: loading-animation 3s infinite; /* Safari 4+ */
    -moz-animation:    loading-animation 3s infinite; /* Fx 5+ */
    -o-animation:      loading-animation 3s infinite; /* Opera 12+ */
    animation:         loading-animation 3s infinite; /* IE 10+ */
    background: transparent url("../images/loader.gif") no-repeat center center;
    background-size: 110px;
    height: 100%;
    width: 100%;
}

.restritivo {
    display: none;
    color: red;
}

em {
    color: red;
}

.paddingModalBody{
    padding: 5px 15px 0px 15px;
}
.paddingTop15{
    padding-top: 15px;
}
.noPaddingTop{
    padding-top: 0px;
}
.noPaddingBottom{
    padding-bottom: 0px;
}
.noPaddingLeft {
    padding-left: 0px;
}

@media (min-width: 992px) {
    .noPaddingLeftExceptSmall {
        padding-left: 0px;
    }
}

@media (min-width: 992px) {
    .noPaddingRightExceptSmall {
        padding-right: 0px;
    }
}

@media (max-width: 992px) {
    .paddingTopToSmall {
        padding-top: 10px;
    }
}

@media (max-width: 992px) {
    .noPaddingLeftToSmall {
        padding-left: 0px;
    }
}

.noPaddingRight{
    padding-right: 0px;
}
.noMarginBottom{
    margin-bottom: 0px;
}

.buttonDataGrid {
    width: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.bold{
    font-weight: bold;
}
.width100{
    width: 100px; !important;
}
.width120{
    width: 120px; !important;
}
.width150{
    width: 150px; !important;
}
.width200{
    width: 200px; !important;
}

.margimRight15{
    margin-right: 15px;
}

.margimBottom-15{
    margin-bottom: -15px;
}

/*.content-wrapper {*/
/*    background-image: url("../images/logo_opaco.png");*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 60%;*/
/*}*/

.glyphicon{
    top: 0px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 5px 10px;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff !important;
    border-color: #ccc !important;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;

    .ui-menu-item > a.ui-corner-all {
        display: block;
        padding: 3px 15px;
        clear: both;
        font-weight: normal;
        line-height: 18px;
        color: #555555;
        white-space: nowrap;

        &.ui-state-hover, &.ui-state-active {
            color: #ffffff;
            text-decoration: none;
            background-color: #0088cc;
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            background-image: none;
            cursor: pointer;
        }
    }
}

.ui-autocomplete-loading {
    background:url("../images/load.gif") no-repeat right center;
    background-size: 30px 30px;
}

.ui-menu-item{
    padding: 1px;
    border: 1px solid #fff;
    curso: pointer;
    list-style-image: unset !important;
}

.ui-autocomplete li{
    white-space: nowrap;
}

.ui-autocomplete-input {
    z-index: 1511;
}

.ui-autocomplete {
    z-index: 1510 !important;
}

.ui-menu-item-wrapper{
    padding: 0 !important;
}
/*
.ui-menu-item .autocomplete-highlight{
    background-color:#0073b5;
    color:white;
    font-size: 17px;
}
*/

.col_label {
    width: 110px !important;
    font-weight: bold;
}

.error{
    color: #dd4b39;
    border-color: #dd4b39;
    box-shadow: none;
}