/* layout general
==============================================================================*/
body {
    background-color: #cccccc;
}

.container-fluid {min-width: 960px;}

#header, #footer {
    height: 85px;
    clear: both;
    background-color: #333;
    background-image: url('../images/bg3.jpg');
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bolder;
}

#header img {
    margin: 5px;
    float: left;
}

#main {
	background-color: #fff;
}

#header div {
    float: left;
    margin: 0;
    padding: 10px 5px;
}

#footer {
    height: 50px;
}

 /*tamanio de los cuadros de texto*/

input[type='text'], select {
    font-size: 12px;
    padding: 0 2px;
    height: 21px !important;
    text-transform: uppercase;
}

textarea {
    text-transform: uppercase;
}

form input[type='text']:focus, form select:focus {
    background-color: #ffffcc;
}

textarea {
    resize: none;
    padding: 1px;
    font-size: 12px;
}

/* jQuery UI
==============================================================================*/
.ui-datepicker{
    font-size: 12px;
}

/* toolbar
==============================================================================*/
#toolbar {
    background-color: #eee;
}

#toolbar div {
    padding-top: 5px;
    padding-left: 5px;
}

#options-div {
    padding-right: 5px;
    text-align: right;
}

#options-div img {
    width: 20px;
    height: 20px;
    margin-left: 3px;
    margin-right: 3px;
    border: 1px solid #000;
    border-radius: 3px;
}

/* section
==============================================================================*/
.section {
    margin-bottom: 5px;
    border: 2px solid #B8D0DE;
    border-radius: 5px;
}

.section-header {
    border-top: 1px solid #EEEEEE;
    padding-left: 5px;
    margin-bottom: 5px;
}

.section-content {
    padding-left: 5px;
}

/* tablas
==============================================================================*/
table {
    border: 1px solid #666666;
    border-right: none;
}

th {font-size: 11px;}
td {font-size: 12px;}

.table th, .table td {
    line-height: 8px;
    text-align: center;
}

tbody tr.selected td, tbody tr.selected:hover td {
    background-color: #B8D0DE !important;
    /*color: #fff !important;*/
}

.td-center {text-align: center !important;}
.td-left {text-align: left !important;}
.td-right { text-align: right !important;}

/* alertas / status
==============================================================================*/
.alert {
    width: 250px;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1060;
}

/* alertas / status
==============================================================================*/
.lista {
   width: 158px;
   height: 158px;
    top: 15px;
   padding: 5px;
   font-size: 15px;
}



/* informacion general
==============================================================================*/
#form-general label {
    width: 120px;
    text-align: right;
}

#form-general div {
    margin-bottom: 5px;
}

#solicitantesDiv {
    height: 200px;
    overflow: scroll;
    border: 1px solid #ccc;
}

#solicitantesDiv table {
    border: none;
}

/* seccion de facturas
==============================================================================*/
table-factura td {
    padding: 0;
}

#proveedoresDiv {
    height: 200px;
    overflow: scroll;
    border: 1px solid #ccc;
}

#proveedoresDiv table {
    border: none;
}

#form-factura  fieldset{
    border: 1px solid;
    margin: 3px;
    padding: 5px;
}

#form-factura legend {
    margin: 0;
    padding: 2px;
    width: auto;
    border: 1px solid;
    font-size: 12px;
    line-height: 12px;
}

#form-factura legend + .control-group {
    margin-top: 0;
}

#form-factura .control-group {
    margin-bottom: 5px;
}

#form-factura .control-label {
    margin: 0px;
    width: 120px;
    text-align: left;
    font-size: 13px;
}

#form-factura .controls {
    margin-left: 100px;
}

#form-factura .form-inline label {
    width: 95px;
}

#form-factura .form-options {
    margin-top: 5px;
    text-align: center;
}

/* seccion de clasificacion
==============================================================================*/
#section-clasifica {
    margin-bottom: 0;
}

#section-clasifica .modal {
    width: 800px;
    margin:  -270px 0 0 -370px;
}

#partesDiv {
    height: 200px;
    overflow: scroll;
    border: 1px solid #ccc;
}

#partesDiv table {
    border: none;
}

#form-renglon .span4 {
    margin-left: 1%;
}

#form-renglon  fieldset{
    border: 1px solid;
    margin: 3px;
    padding: 5px;
}

#form-renglon legend {
    margin: 0;
    padding: 2px;
    width: auto;
    border: 1px solid;
    font-size: 12px;
    line-height: 12px;
}

#form-renglon legend + .control-group {
    margin-top: 0;
}

#form-renglon .control-group {
    margin-bottom: 5px;
}

#form-renglon .control-label {
    margin: 0px;
    width: 100px;
    text-align: left;
    font-size: 13px;
}

#form-renglon .controls {
    margin-left: 80px;
}

#form-renglon .form-inline label {
    width: 120px;
}

#form-renglon .form-options {
    margin-top: 5px;
    text-align: center;
}
.input-xxlarge {
    width: 370px;
}

.mas_grande{
	background: rgba(0, 0, 0, 0) url("../images/derecha.jpg") no-repeat scroll left top;
    border-style: none;
    height: 200px;
    align : top;
}

.mas_grande-l{
	background: rgba(0, 0, 0, 0) url("../images/izquierda.jpg") no-repeat scroll left top;
    border-style: none;
    height: 200px;
    align : top;
}

.mas_grande-top{
	background: rgba(0, 0, 0, 0) url("../images/top.jpg") no-repeat scroll left top;
    border-style: none;
    height: 200px;
    align : top;
}
.mas_grande-floor{
	background: rgba(0, 0, 0, 0) url("../images/floor.jpg") no-repeat scroll left top;
    border-style: none;
    height: 200px;
    align : top;
}
.mas_grande-front{
	background: rgba(0, 0, 0, 0) url("../images/front.jpg") no-repeat scroll left top;
    border-style: none;
    height: 200px;
    align : top;
}
.mas_grande-rear{
	background: rgba(0, 0, 0, 0) url("../images/rear.jpg") no-repeat scroll left top;
    border-style: none;
    height: 200px;
    align : top;
}
.mas_grande-estribo{
	background: rgba(0, 0, 0, 0) url("../images/estribo.jpg") no-repeat scroll left top;
    border-style: none;
    height: 100px;
    align : top;
}
.mas_grande-lights{
	background: rgba(0, 0, 0, 0) url("../images/lights.jpg") no-repeat scroll left top;
    border-style: none;
    height: 200px;
    align : top;
}
