body.function-list {

background:transparent url("../../imagenes/fondo_cocina_04_gris.jpg") no-repeat center center fixed;
background-size:cover;
}   
body.function-login {
height:100%;
background:transparent url("../../imagenes/fondo_cocina_03.jpg") no-repeat center center fixed;
background-size:cover;
}

body.function-menu {
height:100%;
background:transparent url("../../imagenes/fondo_cocina_08.jpg") no-repeat center center fixed;
background-size:cover;
}
.bs-pagepanel.panel.panel-primary {
    background: rgba(17,17,17,0.85) !important;
    color: #fff;
}
.bs-grid {
    background-color: white;
}

a.navbar-brand {
    background-image: url(../../images/logo-dif.png);
    background-size: cover;
    width: 68px;
}
a.forgot {
color: #70d4dd;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
font-variant: normal;
}

/* sets height of the login form header */
.rnr-b-loginheader {
height: 100px; 
}
 

/* make input boxes on the login page slightly large */
 
.function-login input[type=text], .function-login input[type=password] {
background-color: #ffffff;
border: 1px solid #c3c2c2;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
width: 95% !important;
display: inline-block;
height: 26px;
padding: 0px 6px;
margin: 5px 0 0 0;
font-size: 14px;
line-height: 14px;
color: #555555;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
 
.function-login .rnr-page {
margin: 50px auto 0 auto;
padding: 0 0 20px 0;
display: block;
}
 
/* width of the login form */
 
.function-login .rnr-c-fields {
width: 350px;
}
.panel {
    font-size: 80%;
}

{
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;

}
.truncate_menus {
    /* width: 100px; */
    display: block;
    /* max-width: 180px; */
    white-space: nowrap;
    overflow: auto;
    /* text-overflow: ellipsis; */
    max-width: 180px;
}

table[data-location="grid"].table-striped[data-body-height="2"] > tbody > tr:nth-child(4n+1), table[data-location="grid"].table-striped[data-body-height="2"] > tbody > tr:nth-child(4n+2) {
    //background: #f5f5f5;
			background-color: aliceblue;
}


thead {
    background-color: aliceblue;
}

input.txtAutoUpdate {
    display: block;
    text-align: center;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

tr.gridRow {
    background: aliceblue;
}

.r-grid {
    background-color: aliceblue;
}

.r-search-option {
    display: none;
}
.rnr-horizontal-lookup.rnr-horizontal-lookup.rnr-horizontal-lookup {
    width: 400px;
max-width: 500px;