﻿html, body
{
    font-family: sans-serif;
    font-size:11pt;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #606060;
    margin: 0px auto;
    padding: 0px;
    background-color: #F0F0F0;
}

a {
    color:#1391B0;
}

a:hover {
    color:#1391B0;
    text-decoration:solid;
}

.updateProgress 
{ 
    border-width: 1px; 
    border-style: solid;
    border-color: #c0c0c0;
    background-color: #FFFFFF; 
    background-image:url('../Images/loading.gif'); 
    background-repeat:no-repeat; 
    background-position:center;
    position:absolute;
    left: 50%;
    top: 50%;
    width:80px; 
    height:80px; 
    margin-left:-40px;
    margin-top:-40px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    webkit-box-shadow: 0px 0px 15px 0px rgba(180, 180, 180, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(180, 180, 180, 1);
    box-shadow: 0px 0px 15px 0px rgba(180, 180, 180, 1);
}

.headerBanner
{
    /*background-image: url('../Images/ferBanner.png');*/
    background-repeat: repeat-x;
    color: #F0F0F0;
    font-size: 10pt;
    height:66px;
    vertical-align:middle;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
}

#imgLogo {
    content:url('../Images/ferBannerLogo.png');
}

.pageTitle {
    font-family: "open_sansregular", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size:24pt;
    color: #1391B0;
}

.pageTitleError {
    font-family: "open_sansregular", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size:18pt;
    color: #c80505;
}

.pageTitleInfo {
    font-family: "open_sansregular", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size:16pt;
    color: #808080;
}

.pageSubtitle {
    font-size:14pt;
    color:#a0a0a0;
}

.pageFilter 
{
    position:relative;
    display:inline-block;
    font-size:14pt;
    color:#a0a0a0;
    text-decoration:none;
}

.pageFilter a,
.pageFilter b
{
   font-size:14pt;
   color:#a0a0a0;
   text-decoration:none;
}

.pageFilter .dropdown-menu a
{
    font-size:12pt;
    color:#a0a0a0;
    text-decoration:none;
}


@font-face {
  font-family: "Open Sans";
  src:url('../Styles/OpenSans-Light.ttf') format("truetype");
}

@font-face {
    font-family: "open_sansregular";
    src: url('../Styles/opensans-regular-webfont.eot');
    src: url('../Styles/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Styles/opensans-regular-webfont.woff') format('woff'),
         url('../Styles/opensans-regular-webfont.ttf') format('truetype'),
         url('../Styles/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: "Helvetica Neue";
  src:url('../Styles/helvetica-neue-regular.ttf') format("truetype");
}


/*********************************************************
NAVEGACION LATERAL 
**********************************************************/

.nav-side li {
  position: relative;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:10px;
  padding-right:0px;
  background: transparent;
  text-decoration:none;
  color:#808080;
  list-style:none;
  cursor:pointer;
}

.nav-side li > a {
    background: transparent;
    text-decoration:none;
    color:#808080;
}

.nav-side li:hover>a, 
.nav-side li.active>a
{
    color:#F0F0F0;
}

/* configuración de dimensiones > 768px */
@media (min-width:768px) 
{
.nav-side
{
    display:block;
    float:left;
    width: 210px;
    position: fixed;
    top: 117px;
    height: 100%;
    border-radius: 0;
    border: none;
    overflow-y: auto;
    border-right: 1px solid silver;
    margin-left:-15px;
}  

.nav-side li {
  position: relative;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:10px;
  padding-right:0px;
  border-bottom:1px solid silver;
  background: transparent;
  text-decoration:none;
  color:#808080;
  border-left:4px solid #F0F0F0;
}

.nav-side li > a {
    background: transparent;
    text-decoration:none;
    color:#808080;
}

.nav-side li:hover, 
.nav-side li.active
 {
  border-left:4px solid #1391B0;
  background-color:white;
}

.nav-side li:hover>a, 
.nav-side li.active>a
{
    color:#1391B0;
    font-weight:bold;
}

}

/*********************************************************
SECCION DE CABECERA 
**********************************************************/
.headerSection
{
    background-image: url('../Images/ferBanner.png');
    background-repeat: repeat-x;
    color: #F0F0F0;
    font-size: 10pt;
    height:46px;
    vertical-align:middle;
    padding-top:0px;
    padding-left:10px;
    padding-right:10px;
}

.headerSection img
{
    float: left;
    height: 46px;
}

.title
{
    font-family: Helvetica, Arial, sans-serif;
    font-size:14pt; 
    font-weight:bold; 
    vertical-align:middle; 
    line-height:40px;
    margin-left:15px; 
    margin-top:5px; 
    color:#F0F0F0
}

.subtitle 
{
    font-family: Helvetica, Arial, sans-serif;
    font-size:12pt; 
    font-weight:bold; 
    vertical-align:middle; 
    line-height:40px;
    color:#F0F0F0;
    display:none;
}
@media (min-width:400px) 
{
    .subtitle 
    {
        display:inline;
    }
}

.headerSection a
{
    font-size: 10pt;
    color: #F0F0F0;
    padding: 0px;
    margin: 0px;
}

.caption
{
    font-size:10pt;
    padding-top:4px;
    text-align:left;
    width: 120px;
    display: block;
}

.subcaption
{
    font-size:10pt;
    text-align:left;
    width: 60px;
    padding-top:4px;
    vertical-align:top;
}

.field
{
    width:100%;
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width:100%;
    height:100%;
    padding:20px;
    overflow:auto;
}

#page-wrapper a {
    font-weight:bold;
}

/*********************************************************
SECCION PRINCIPAL
**********************************************************/
.mainSection
{
    box-shadow: 0px 5px 20px 0px #c0c0c0;
    background-color:white; 
    float:right;
    width:100%; 
    position:fixed;
    margin-left:0px; 
    height:100%;
    padding:0px;
    margin-top:98px;
    padding-bottom:100px;
    padding-top:-20px;
    padding-right:-200px;
}

@media (min-width:768px) 
{
    .mainSection 
    {
        margin-left:210px;
        padding-right:210px;
    }
}

.mainSection_min
{
    background-color:white; 
    float:right;
    width:100%; 
    position:fixed; 
    margin-left:0px; 
    height:100%;
    padding:20px;
    padding-left:40px;
    margin-top:98px;
}

/*********************************************************
FORMULARIOS
**********************************************************/
.formViewWrapper  {
    width:100%;
    height:100%;
    display:block;
    padding: 6px 12px;
    font-size: 11pt;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    overflow:auto;
} 
        
.form-caption {
    font-weight:bold;
    padding-top:0px;
    margin-bottom:0px;
    margin-top:-10px;
}

.row {
    width:100%;
    font-size:10pt;
    padding:2px;
    color:#606060;
}

.row > div {
    padding-bottom:20px;
}

.form-control {
    margin-bottom:0px;
    margin-top:-20px;
}

.form-control-static {
    margin-bottom:5px;
    margin-top:-16px;
}

legend {
    font-weight:bold;
    color: #555555;
    font-size:12pt;
}

.input-group {
    margin-bottom:0px;
    margin-top:-4px;
    padding-right:0px;
} 

.input-group-btn {
    margin-bottom:-30px;
    margin-top:-30px;
    padding-top:-30px;
} 

.input-group-btn > button {
    margin-top:-20px;
} 

.cell-table {
    width:100%;
}
.cell-caption {
    font-weight:bold;
    padding:5px;
    white-space: nowrap;
}

.cell-static {
    font-weight:normal;
    padding:8px;
    text-wrap:none;
}

.cell-center {
    text-align:center;
}

    .cell-right {
    text-align:right;
}
.cell-table tr:nth-child(even) {
    background-color: #f3f3f3;
}

.cell-control {
  display: block;
  width: 100%;
  padding: 4px 8px;
  margin-top:2px;
  margin-bottom:2px;
  font-size: 10pt;
  line-height:normal;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  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 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.cell-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.cell-control:-moz-placeholder {
  color: #999999;
}

.cell-control::-moz-placeholder {
  color: #999999;
}

.cell-control:-ms-input-placeholder {
  color: #999999;
}

.cell-control::-webkit-input-placeholder {
  color: #999999;
}

.cell-control[disabled],
.cell-control[readonly]{
  cursor: not-allowed;
  background-color: #e0e0f0;
}
  
.cell-control-group {
    display:table;
}

.cell-control-group input[type=text] {
    display:table-cell;
    border-top-right-radius:0px; 
    border-bottom-right-radius:0px; 
    margin-right:-2px;
}

.cell-control-group span {
    display:table-cell; 
    vertical-align: middle;
}

.cell-control-group button,
.cell-control-group input[type=button] {
    width:30px; 
    border-top-left-radius:0px; 
    border-bottom-left-radius:0px;
    margin-left:-2px
}

.cell-control-group select
{
    width:30px; 
    border-top-left-radius:0px; 
    border-bottom-left-radius:0px;
    margin-left:-2px;
    padding-bottom:2px;
}

/* 
.cell-control-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin-top:-1px;
}

.cell-control-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.cell-control-group .cell-control {
  width: 100%;
  margin-bottom: 0;
}

.cell-control-group span {
  display: table-cell;
  vertical-align:middle;
  padding-left:1px;
  padding-top:1px;
  margin:0px;
}

.cell-control-group button {
    padding:2px;
    padding-left:6px;
    padding-right:6px;
}
*/


/*********************************************************
BARRAS DE HERRAMIENTAS
**********************************************************/

.modal {
    overflow:auto;
}
.modal-dialog-lg {
            width:90%;
            height:90%;
        }

.modal-dialog-md {
            width:90%;
            max-width:600px;
            height:60%;    
}

.modal-form {
    padding-top:20px;
}

.modal-body {
    width:100%;
    height:100%;
    margin-bottom:-30px;
}


.modal-bodyFich {
    width:100%;
    height:50%;
    margin-bottom:-30px;
}

.modal-dialog-lg .modal-body{
    height:700px;
}

.modal-dialog-md .modal-body{
    height:550px;
}

.modal.fade .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}


.toolbar > a,
.toolbar > input[type=submit],
.toolbar > button
 {
  display: inline;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color:#606060;
  font-size:11pt;
  font-weight:bold;
}

.toolbar > input[type=submit],
.toolbar > button
{
    margin-left:5px;
    width:100px;
}

.toolbar > a:hover,
.toolbar > a:focus,
.toolbar > input[type=submit]:hover,
.toolbar > input[type=submit]:focus,
.toolbar > button:hover,
.toolbar > button:focus 
{
  background-color: #d0d0d0;
  border: 1px solid #c8c8c8;
}

/*********************************************************
PANELES
**********************************************************/ 
.panel-group {
    padding-bottom:5px;
}
.panel-body {
    padding-bottom:0px;
}

.panel-title > a {
  font-family: sans-serif;
  color:#606060;
  font-size:11pt;
  font-weight:bold;
  text-decoration: none;
  cursor:pointer;

}

.panel-heading:hover,
.panel-heading:focus
{
  background-color: #d0d0d0;
}

.panel-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}
.panel-responsive > .table {
    margin-bottom: 0;
}
.panel-responsive > .table > thead > tr > th,
.panel-responsive > .table > tbody > tr > th,
.panel-responsive > .table > tfoot > tr > th,
.panel-responsive > .table > thead > tr > td,
.panel-responsive > .table > tbody > tr > td,
.panel-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
}
.panel-responsive > .table-bordered {
    border: 0;
}
.panel-responsive > .table-bordered > thead > tr > th:first-child,
.panel-responsive > .table-bordered > tbody > tr > th:first-child,
.panel-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel-responsive > .table-bordered > thead > tr > td:first-child,
.panel-responsive > .table-bordered > tbody > tr > td:first-child,
.panel-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel-responsive > .table-bordered > thead > tr > th:last-child,
.panel-responsive > .table-bordered > tbody > tr > th:last-child,
.panel-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel-responsive > .table-bordered > thead > tr > td:last-child,
.panel-responsive > .table-bordered > tbody > tr > td:last-child,
.panel-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel-responsive > .table-bordered > tbody > tr:last-child > th,
.panel-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel-responsive > .table-bordered > tbody > tr:last-child > td,
.panel-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}



/*********************************************************
TABLAS
**********************************************************/ 
.table {
    font-size:10pt;
    color:#c0c0c0;
    border-collapse:collapse;
}

.table th {
    font-weight:bold;
    background-color: #f0f0f0;
    color:#606060;
    border-color:#c0c0c0;
}

.table td {
    color:#606060;
    border-color:#c0c0c0;
}


.table-hover > tbody > tr > th:hover {
    background-color: #e0e0e0;
    cursor:pointer;
}

.table th a {
    text-decoration:none;
    color:#606060;
}

.sortasc a:after {
    content: "\f0dd";
    font-family: FontAwesome;
    float: right;
    margin-top:-3px;
}

.sortdesc a:after {
    content: "\f0de";
    font-family: FontAwesome;
    float: right;
    margin-top:2px;
    margin-bottom:-2px;
}

.pagination > li > a {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color:#606060;
    font-size:11pt;
    font-weight:bold;
}
    
.pagination > li > a:hover,
.pagination > li > a:focus {
    background-color: #d0d0d0;
    border: 1px solid #c8c8c8;
}

.table-grid {
    border: 1px solid #cccccc;
    margin:0px;
    padding:0px;
      
}
