/* =================================================================== */
/* custom.css  - Custom Style File
By : Wellington Zambiazzi
====================================================================== */

html, body
{
    height: 92.4%;
}

form
{
    height: 100%;
}


.marginbottom30
{
    margin-bottom: 30px;
}

.GridPager a, .GridPager span
{
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.GridPager td
{
    text-align: inherit;
    padding: 0px;
}

.GridPager table
{
    margin-top: 20px;
}

.GridPager a:hover
{
    background-color: #f5f5f5;
}

.GridPager a
{
    color: #087135;
    cursor: pointer;
}
.GridPager span
{
    cursor: default;
    background-color: #f5f5f5;
    color: #aaa;
}

.inputError
{
    border: 1px solid red;
}

.btn.disabled, .btn[disabled]
{
    cursor: not-allowed;
}

.tab-content
{
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.modal-backdrop.fade.in
{
    background: #000;
}

.navbar-inner
{
    margin-top: 0px;
}

.disabledTab
{
    color: #aaa;
    pointer-events: none;
}

.divPermissao
{
    margin-left: 5px;
    padding: 3px;
    border: 1px solid #ddd;
    width: 140px;
    float: left;
}

.disabledLiMenu
{
    cursor: not-allowed;
}

.disabledLiMenu > a
{
    pointer-events: none;
    cursor: not-allowed;
    color: #aaa;
}

.nav .dropdown-menu .disabledLiMenu > a
{
    color: #aaa;
}



.btnGroupPadrao
{
    text-align: right;
    margin-top: -50px;
}


.btn
{
    margin-bottom: 10px;
}


#divProcessando
{
    background: url(./images/carregandopagina.gif) no-repeat center;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/*enxugar layout*/
.control-group
{
    margin-bottom: 0px;
}
