/*.kohana{
    display: none;
}*/

/*body{
    background: none repeat scroll 0 0 #D8D8D8;
    padding: 0 !important;
}*/
.loginDiv{
    margin: 90px auto;
    width: 300px;
}
.loginDiv img{
    display: block;
    margin: 0 auto;
    width: 200px;
}
.loginDiv .formContainer{
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin-top: 38px;
    padding: 28px 0 18px 0;
}
.loginDiv .formContainer .message{
    color: #575655;
    font-family: 'Verdana';
    font-size: 12px;
    margin-bottom: 0;
}
.loginDiv .formContainer .errors{
    color: #FF0000;
    font-family: 'Verdana';
    font-style: italic;
    font-size: 13px;
}
.loginDiv .formContainer input[type="text"],
.loginDiv .formContainer input[type="password"]{
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    width: 280px;
}
.loginDiv .formContainer .control-group{
    margin-bottom: 10px;
}
.loginDiv .formContainer .control-group.recordame input{
    margin-top: 2px;
}
.loginDiv .formContainer .control-group.recordame{
    text-align: right;
}
.loginDiv .formContainer .control-group span{
/*    color: #397F92;*/
    color: #575655;
    font-family: 'Verdana';
    font-size: 10px;
    line-height: 10px;
}
.loginDiv input[type="submit"]{
    border-radius: 0;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    width: 100px;
}

.headerBackend {
    margin: 0 auto;
    position: relative;
    width: 1170px;
}
.headerBackend .navbar-inner{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
}
.headerBackend .container-fluid{
    height: 100px;
}
.headerBackend .container-fluid .brand{
    margin-top: 20px;
}
.headerBackend .container-fluid .nav-collapse{
    float: left;
}
.headerBackend .container-fluid .navbar-text{
/*    color: #014B5F;*/
    color: #575655;
    display: block;
    float: left;
    font-family: 'Verdana';
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
.headerBackend .container-fluid .navbar-text span{
    font-style: italic;
    font-weight: normal;
}
.headerBackend .container-fluid .navbar-text #cerrar-sesion{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    color: #575655;
    float: right;
    font-family: 'Verdana';
    font-size: 10px;
    margin: 10px 20px 0 0;
    text-transform: uppercase;
}
.headerBackend .container-fluid .navbar-text #cerrar-sesion:hover{
    text-decoration: underline;
}
.headerBackend .container-fluid .nav{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 8px #AAAAAA;
    clear: both;
    height: 56px;
}
.headerBackend .container-fluid .nav li{
    border-right: 1px solid #E8E8E8;
    height: 56px;
    line-height: 36px;
}
.headerBackend .container-fluid .nav li:last-child{
    border: medium none;
}
.headerBackend .container-fluid .nav li a{
    color: #575655; 
/*    #299BC8;*/
    font-family: 'Verdana';
    font-size: 14px; 
}
.headerBackend .container-fluid .nav li:hover,
.headerBackend .container-fluid .nav li:hover a,
.headerBackend .container-fluid .nav li.active,
.headerBackend .container-fluid .nav li.active a{
    background: none repeat scroll 0 0 #E8E8E8;
    color: #000;
}
.headerBackend .container-fluid .nav li:first-child:hover,
.headerBackend .container-fluid .nav li:first-child:hover a,
.headerBackend .container-fluid .nav li:first-child.active,
.headerBackend .container-fluid .nav li:first-child.active a{
    border-radius: 10px 0 0 10px;
}
.headerBackend .container-fluid .nav li:last-child:hover,
.headerBackend .container-fluid .nav li:last-child:hover a,
.headerBackend .container-fluid .nav li:last-child.active,
.headerBackend .container-fluid .nav li:last-child.active a{
    border-radius: 0 10px 10px 0;
}

.container h2{
    border-bottom: 2px solid #FFFFFF;
/*    color: #014B5F;*/
    color: #575655;
    font-family: 'Verdana';
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.container .btn.btn-success{
    float: right;
}
.container .well.form-horizontal{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    float: left;
    margin: 0;
    padding: 0;
}
.container .well.form-horizontal .control-group.filtro .control-label{
    color: #575655;
    font-family: 'Verdana';
    font-size: 12px;
    width: auto;
}
.container .well.form-horizontal .control-group.filtro .controls{
    margin-left: 130px;
}
.container .well.form-horizontal .control-group.filtro.filtroTecnicos .controls{
    margin-left: 60px;
}
.container .registrosEncontrados{
    color: #575655;
    float: left;
    font-family: 'Verdana';
    font-size: 12px;
    line-height: 28px;
    margin: 0 10px;
}
.container .farmersTable{
    background: #F9F9F9;
    border: none;
}
.container .farmersTable thead tr th{
    border-bottom: 2px solid #575655;
}
.container .farmersTable th,
.container .farmersTable td{
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    vertical-align: middle;
}
.container .farmersTable th:last-child,
.container .farmersTable td:last-child{
    border-left: 2px solid #575655;
    border-right: 0;
}

.pagination{
    text-align: center;
}
.pagination ul{
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 10px;
    box-shadow: 0 0 8px #AAAAAA;
}
.pagination ul li:first-child span,
.pagination ul li:first-child a{
    border-radius: 10px 0 0 10px;
}
.pagination ul li:last-child span,
.pagination ul li:last-child a{
    border-radius: 0 10px 10px 0;
}
.pagination ul li:not(.disabled):hover span,
.pagination ul li:not(.disabled):hover a,
.pagination ul li.active span{
    background: none repeat scroll 0 0 #299BC8;
    color: #FFFFFF;
}

#agregar{
    border-bottom: 2px solid #FFFFFF;
    border-radius: 0;
    display: block;
    float: none;
    margin: 0 auto 20px;
    width: 90%;
}
#agregar.agregarForm{
    width: 100%;
}
#agregar .control-group{
    width: 100%;
}
#agregar .controls{
    margin: 0 auto;
    width: 820px;
}
#agregar h3{
    color: #014B5F;
    font-family: 'Verdana';
    font-size: 14px;
    line-height: 14px;
    margin-left: 10px;
}
#agregar input[type="text"]{
    margin: 6px 10px;
    width: 320px;
}
#agregar select{
    margin: 6px 10px;
    width: 335px;
}
#agregar input[type="text"]#direccion{
    margin-right: 20px;
}
#agregar .controls .btn.btn-success{
    display: block;
    float: none;
    height: 30px;
    margin: 20px auto 0;
    text-transform: uppercase;
    width: 100px;
}

div.alert-success{
    background-color: transparent;
    border-color: transparent;
    color: #468847;
    display: block;
    margin: 10px 0 -10px 140px;
    width: 75%;
}
div.alert-success #messages li{
    list-style-position: inside;
}
div.alert-success #messages li p{
    display: inline-block;
    margin: 0;
}

.multimediaForm .control-label{
    color: #575655;
    font-family: 'Verdana';
    font-size: 14px;
}
.multimediaForm .controls select{
    width: 320px;
}
.multimediaForm .controls input[type="text"]{
    width: 306px;
}
.multimediaForm .btn.btn-success {
    display: block;
    float: none;
    margin: 0 auto;
}

.menuCalculadores{
    display: inline-block;
    margin: 30px 0 10px;
}
button#costs,
button#production,
button#hybrids{
    background: none repeat scroll 0 0 #FFFFFF;
    border: none;
    border-radius: 0;
    color: #299BC8;
    font-family: 'Verdana';
    font-size: 12px;
}
button#costs{
    border-right: 1px solid #299BC8;    
    border-radius: 6px 0 0 6px;
}
button#production{
    border-right: 1px solid #299BC8;
}
button#hybrids{
    border-radius: 0 6px 6px 0;

}
button#costs:hover,
button#production:hover,
button#hybrids:hover,
button#costs.active,
button#production.active,
button#hybrids.active{
    background: none repeat scroll 0 0 #299BC8;
    color: #FFFFFF;
}

.descargarHibridos{
    float: right;
    margin-right: 30px;
}

.buttonsCostos{
    float: right;
}

#tableCosts{
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    font-family: 'Verdana';
    font-size: 14px;
    text-align: right;
}
#tableCosts th{
    background: none repeat scroll 0 0 #DEF6FF;
    border: 1px solid #A9C3C5;
    padding: 6px;
    width: 110px;
}
#tableCosts th:first-child{
    text-align: left;
    width: 230px;
}
#tableCosts td{
    background: none repeat scroll 0 0 #DEF6FF;
    border: 1px solid #A9C3C5;
    padding: 6px;
}
#tableCosts .trSeparador{
    background: #FFFFFF;
    border-top: 2px solid #267E97;
    border-bottom: 2px solid #267E97;
    height: 6px;
}
#tableCosts .trSeparadorBlanco{
    background: none repeat scroll 0 0 #D8D8D8;
    height: 10px;
}
#tableCosts .trSeparadorBlanco td{
    background: none repeat scroll 0 0 #D8D8D8;
}

#tableCosts tr:first-child th{
    border-top: medium none transparent;
}
#tableCosts tr:first-child th:first-child,
#tableCosts tr td:first-child{
    border-left: medium none transparent;
}
#tableCosts tr:first-child th:last-child,
#tableCosts tr td:last-child{
    border-right: medium none transparent;
}

#tableCosts .tableBGDark th{
    background: none repeat scroll 0 0 #5EC4E2;
}
#tableCosts .tableBGDarkReverse th{
    background: none repeat scroll 0 0 #0C4F6C;
    color: #FFFFFF;
}

#tableCosts .tableResume td{
    font-weight: bold;
}
#tableCosts .tableResume td:first-child{
    text-align: left;
}

#tableCosts input{
    font-family: 'Verdana';
    font-size: 12px;
    padding: 0 5px;
    text-align: right;
    width: 90px;
}
.container .btn.btn-success.btnFormTable{
    display: block;
    float: none;
    margin: 20px auto 0;
}
.formBtnsContainer{
    display: block;
    margin: 0 auto;
    width: 160px;
}
.container .formBtnsContainer .btn.btn-success.btnFormTable{
    display: inline-block;
}

#content .innerLR > .widget:last-child {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.widget {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #C1C1C1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #C1C1C1;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #C1C1C1;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #C1C1C1;
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: static;
}

.widget .widget-head {
    background-color: #F8F8F8;
    background-image: linear-gradient(to bottom, #F8F8F8, #EDEDED);
    background-repeat: repeat-x;
    border-bottom-color: #C1C1C1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 15px;
    padding-top: 0;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.widget .widget-head .heading.glyphicons {
    display: block;
    padding-bottom: 0;
    padding-left: 35px;
    padding-right: 0;
    padding-top: 0;
    width: auto;
}
.widget .widget-head .heading {
    color: #45484D;
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
}
.widget .widget-head .glyphicons {
    height: 40px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 30px;
}
h4.glyphicons {
    display: block;
    padding-bottom: 0;
    padding-left: 35px;
    padding-right: 0;
    padding-top: 0;
}
h1.glyphicons, h2.glyphicons, h3.glyphicons, h4.glyphicons, h5.glyphicons, h6.glyphicons {
    color: #575655;
}
.glyphicons {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #1D1D1B;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-right: 0;
    padding-top: 5px;
    position: relative;
}
h4, h3 {
    color: #575655;
}
h1, h2, h3, h4, h5, h6 {
    color: #575655;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
h4 {
    font-size: 17.5px;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    text-rendering: optimizelegibility;
}
.widget .widget-head .heading.glyphicons i:before {
    color: #45484D;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
    text-shadow: none;
    top: 0;
    width: 35px;
}
.widget .widget-head .glyphicons i:before {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    height: 40px;
    line-height: 31px;
    text-align: center;
    width: 30px;
}
.glyphicons.list i:before {
    content: "]";
}
h4.glyphicons i:before {
    color: #575655;
    font-size: 22px;
    font-weight: normal;
}
.glyphicons i:before {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    color: #1D1D1B;
    font-family: 'Glyphicons';
    font-size: 24px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 0;
}

.widget .widget-body {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
}

#content {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #D8D8D8;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
#content {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 0;
    margin-left: 204px;
    margin-right: 0;
    margin-top: 0;
    min-height: 800px;
    min-width: 320px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
}

.separator.bottom {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.separator {
    display: block;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}

#wrapper {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: auto !important;
    min-height: 100%;
    position: absolute;
}
#wrapper {
    float: left;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: 100%;
}

#menu {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #D7DADC;
    background-image: url("images/pattern1.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #ADAFB1;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1) inset;
    float: left;
    left: 0;
    margin-bottom: -99999px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 99999px;
    position: relative;
    top: 0;
    width: 203px;
}

#menu .profile {
    display: block;
    height: 40px;
    line-height: normal;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

#menu .profile .img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #FFFFFF;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 2px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #FFFFFF;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 2px;
    border-top-color: #FFFFFF;
    border-top-style: solid;
    border-top-width: 2px;
    box-shadow: 0 1px 3px #999999;
    display: block;
    float: left;
    width: 46px;
}

#menu > ul {
    display: block;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
}
#menu > ul {
    float: left;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
#menu > ul > li:first-child {
    border-top-color: #ACAEB0;
    border-top-style: solid;
    border-top-width: 1px;
}
#menu > ul > li {
    border-bottom-color: #ACAEB0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: block;
    height: 39px;
    line-height: 39px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
}
.glyphicons {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #1D1D1B;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-right: 0;
    padding-top: 5px;
    position: relative;
}

#menu > ul > li.glyphicons a {
    padding-bottom: 0;
    padding-left: 45px;
    padding-right: 0;
    padding-top: 0;
}
#menu > ul > li a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    border-top-color: #E0E2E4;
    border-top-style: solid;
    border-top-width: 1px;
    color: #45484D;
    display: block;
    font-size: 13px;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: auto;
}

#menu > ul > li.glyphicons a i:before {
    color: #45484D;
    font-size: 17px;
    left: 15px;
    top: 10px;
}
.glyphicons.home i:before {
    content: "]";
}
.glyphicons i:before {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    color: #1D1D1B;
    font-family: 'Glyphicons';
    font-size: 24px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 0;
}

.container-fluid:after {
    clear: both;
}
.container-fluid:before, .container-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.container-fluid:before, .container-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.container-fluid {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F5F5F5;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar.main {
    background-color: #355D81;
    background-image: linear-gradient(to bottom, #355D81, #315779);
    background-repeat: repeat-x;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    height: 35px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
}
.navbar {
    margin-bottom: 20px;
    overflow-x: visible;
    overflow-y: visible;
}

.navbar.main .appbrand {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #20415C;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #436888;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 0;
    width: 189px;
}

.innerLR {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    position: relative;
}

/* Aprovechar mejor el ancho útil del área de trabajo */
#contenedor.container-fluid {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

#content .innerLR > .widget,
#content .innerLR > .well,
#content .innerLR > form.well {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

.row-fluid:after {
    clear: both;
}
.row-fluid:before, .row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid:after {
    clear: both;
}
.row-fluid:before, .row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid:before, .row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid:before, .row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid {
    width: 100%;
}

a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #0088CC;
}
#menu .profile {
    line-height: normal;
}
#menu .profile span {
    display: block;
    float: right;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 15px;
    padding-top: 10px;
    text-align: left;
}
#menu .profile span a {
    color: #47759E;
    font-size: 12px;
}
#menu .profile span strong {
    color: #444444;
    display: block;
    font-size: 14px;
}
strong {
    font-weight: bold;
}

html, body {
    height: 100%;
}
body {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F4F4F4;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
}
body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

/* Nuevos estilos */
.control-group.filtro{
	margin: 0;
}
.btn.btn-success{
	margin: 10px 0 20px 0;
}
/* Equipos (universo): el margin global de .btn-success y float en .container desalinean el btn-group */
.container .equipos-universo-export-toolbar .btn.btn-success,
.equipos-universo-export-toolbar .btn.btn-success {
	float: none !important;
	margin: 0 !important;
}
.equipos-universo-export-toolbar .btn.btn-danger {
	margin: 0 !important;
}
#jAutochecklist_wrapper_jAutochecklist{
	height: 30px;
	margin: 0;
}
.jAutochecklist_dropdown_wrapper{
	border-radius: 3px;
}
#jAutochecklist_wrapper_jAutochecklist .jAutochecklist_arrow div{
	margin: 12px auto;
}
