.body-container{
    max-width:1100px;
    min-width: 300px;
    margin: 0 auto;
    margin-top: 138px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 80px;
}
@media screen and (max-width: 1012px) {/*ajustar*/
    .body-container{
        margin-top: 178px;
    }
}
@media screen and (max-width: 766px) {
    .body-container{
        margin-top: 138px;
        margin-bottom: 100px;
    }
}


input:focus, textarea:focus{
    
}

.loginContainer .alertWarningColor{
    color: #CFFE2E
}


.pagination > li > a{
    cursor: pointer;
}

textarea{
    resize: none;
}

.container-fluid
{
    max-width:1200px;
}


.companyLogo{
    margin-top: -10px;
}



/*footer*/
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height
    margin-bottom: 60px;*/

}
.footer {
    position: absolute;
    bottom:0;
    width: 100%;
    /* Set the fixed height of the footer here */
    max-height: 130px;
    min-height: 60px;
    background-color: #B43104;
}

@media screen and (max-width: 730px) {
    .generalContainer, .container-slides {
        margin-bottom: 140px;
    }
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container2 {
    margin: 0 auto;
    width: auto;
    max-width: 740px;
    padding: 0 15px;
}

/*footer*/


.col-md-4.col-sm-6.col-xs-12,.col-md-3.col-sm-4.col-xs-12
{
    min-height: 89px;
}

.loader-gif {
    display: none;
    position:   fixed;
    z-index:    1031;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
}

.audit-fields label{
    width:100%;
    padding:5px;
    background:#e6e6e6;
    color:#000;

}

.label-display-name{
    font-weight:bolder;
}


.thead-style
{
    background-color: #cca700;
    color: #FFF;
}

h2{
    color:#1E9C1D;
}

/* Menu multiniveles
-------------------------------------------------- */

/*.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
*/

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #555555;
    background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #777777;
    border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
    right: 12px;
    left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
    right: 13px;
    left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    right: 100%;
    left: auto;
    margin-right: -1px;
    margin-left: 0;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
*/

/*.table-scroll thead, .table-scroll tbody, .table-scroll tr, .table-scroll td, .table-scroll th { display: block; }

.table-scroll tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-scroll tbody {
    max-height: 300px;
    overflow-y: auto;
}

.table-scroll thead {
    width: 97%;
    width: calc(100% - 17px);
}*/