#main-header {
  background: #438eb9;
  padding: 1.2em .5em;
  margin-right: 0 !important; }
  #main-header #left-content #menu-container .fa-bars {
    color: #fff;
    font-size: 30px;
    padding-left: 0.5em; }
  #main-header #left-content h2 {
    border-right: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-left: .5em;
    padding-right: .5em; }
  #main-header #left-content #info-container {
    display: inline-block;
    padding-left: .5em;
    position: absolute; }
    #main-header #left-content #info-container p {
      color: #fff;
      font-size: 14px;
      margin-bottom: 0; }
    #main-header #left-content #info-container #title {
      font-size: 20px;
      font-weight: bold;
      margin-top: -5px; }
    #main-header #left-content #info-container #subtitle {
      margin-top: -6px; }
  #main-header #right-content ul {
    float: right;
    margin-bottom: 0; }
    #main-header #right-content ul li {
      cursor: pointer;
      display: inline-block;
      padding: 10px 16px; 
      /*        button{
          background: transparent;
          border: none;
          color: $white;
          font-size: 1.5em !important;

          &:active{
            border: none !important;
            box-shadow: none !important;
          }

          &:focus{
            border: none !important;
          }
        } */ }
      #main-header #right-content ul li a {
        color: #fff;
        font-size: 1.2em; 
        display:block;}
        #main-header #right-content ul li a i {
          color: #fff;
          font-size: 30px; }
        #main-header #right-content ul li a:hover {
          text-decoration: none; }

#apps {
  background: #fff;
  border: 1px solid #D9EDF7;
  /*  box-shadow: 0 2px 10px rgba(0,0,0,.2); */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  top: 65px;
  width: 400px;
  z-index: 10; }
  #apps:before {
    content: "\A";
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -10px;
    right: 25px; }
  #apps .project-display {
    height: 120px;
    overflow: hidden;
    padding: 1em; }
    #apps .project-display #project {
      display: inline-block;
      height: 90px;
      margin-right: 2%;
      margin-bottom: 10px;
      padding: 10px 0px;
      text-align: center;
      width: 30%; }
      #apps .project-display #project img {
        width: 45px;
        max-width: 45px; }
      #apps .project-display #project p {
        color: #545974;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: .5em; }
      #apps .project-display #project:nth-child(3n+1) {
        margin-left: 0.8%; }
      #apps .project-display #project:hover {
        background: #D9EDF7;
        cursor: pointer;
        outline: -webkit-focus-ring-color auto 5px; }
  #apps #extend {
    background: #D9EDF7;
    display: none;
    padding: .5em;
    text-align: center; 
    cursor: pointer;}
    #apps #extend p {
      color: #707070;
      font-weight: bold;
      margin-bottom: 0; }

#settings {
  background: #fff;
  border: 1px solid #D9EDF7;
  /*  box-shadow: 0 2px 10px rgba(0,0,0,.2); */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  right: 10px;
  top: 65px;
  width: 240px;
  z-index: 10; }
  #settings :before {
    content: "\A";
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #D9EDF7 transparent;
    position: absolute;
    top: -10px;
    right: 25px; }
  #settings .header {
    /*    background: #E4E4E4; */
    background: #D9EDF7;
    color: #545974;
    padding: 1em;
    text-align: right; }
    #settings .header #name {
      font-weight: bold;
      margin-bottom: 5px; }
    #settings .header #rol {
      font-weight: 200;
      margin-bottom: 20px; }
    #settings .header span p {
      display: inline-block;
      margin-bottom: 0px;
      padding-top: 5px; }
    #settings .header span img {
      margin-left: 10px;
      width: 13px; }
  #settings .settings-menu ul {
    padding-left: 0;
    margin-bottom: 0; 
    cursor: pointer;}
    #settings .settings-menu ul li {
      list-style: none;}
      #settings .settings-menu ul li a {
        color: #545974;
        font-size: 15px; 
        display: block;
        padding: 12.5px .8em;
        height: 50px !important}
        #settings .settings-menu ul li a img {
          margin-right: 1em;
          width: 25px; }
        #settings .settings-menu ul li a:hover {
          text-decoration: none; }
      #settings .settings-menu ul li:hover {
        background: #BBDAE6; }
    #settings .settings-menu ul #last-child {
      border-top: 2px solid #D9EDF7; }

footer {
  position: fixed;
  bottom: 0;
  width: 100%; }

.footer-ras {
  background-color: #438eb9 !important;
  height: 40px;
  color: white; }

#ftr-wrap {
  display: table;
  table-layout: fixed;
  position: absolute;
  width: 100%;
  margin-top: 10px;
  margin-left: 100px; }

#ftr-wrap > div {
  display: table-cell;
  vertical-align: middle; }

#ftr-wrap > div:nth-child(1) {
  text-align: left; }

#ftr-wrap > div:nth-child(2) {
  text-align: center; }

#ftr-wrap > div:nth-child(3) {
  text-align: right; }

.ftr-links ul {
  padding: 0; }

.ftr-links ul li {
  display: inline-block;
  padding-right: 15px;
  font-size: .75em; }

.ftr-links ul li a {
  color: #fff;
  margin: 0; }

.ftr-links ul li i {
  margin-right: 5px; }

.ftr-links ul li span {
  position: relative;
  top: -3px; }

@media (max-width: 820px) {
  #left-content h2 {
    font-size: 25px !important; }
  #left-content #menu-container i {
    font-size: 25px !important; }
  #left-content #info-container #title {
    font-size: 15px !important;
    margin-bottom: 3px !important; }
  #left-content #info-container #subtitle {
    font-size: 13px !important; }
  #right-content ul li a i {
    font-size: 25px !important; } }

@media (max-width: 719px) {
  #main-header #right-content ul li{
    padding: 10px 4px !important;
  }
}

@media (max-width: 665px) {
  #left-content {
    padding-right: 0px !important; }
    #left-content h2 {
      border-right: none !important; }
    #left-content #info-container {
      display: none !important; }
  #right-content {
    padding-left: 0px !important; } }

@media (max-width: 560px) {
  #left-content h2 {
    font-size: 18px !important; }
  #left-content #menu-container i {
    font-size: 18px !important; }
  #right-content ul li a i {
    font-size: 18px !important; } 
  #main-header #left-content{
    height: 30px !important;
    padding-top: 1em !important; }
  #apps{
    right: 60px !important;
  }
}

@media (max-width: 506px) {
  #left-content h2 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  #right-content {
    padding-right: 0px !important; }
    #right-content ul {
      padding-left: 0px !important; }
      #right-content ul li {
        margin: 5px !important; }
  #apps {
    background: #FFF;
    border: 1px solid #D9EDF7;
    /*  box-shadow: 0 2px 10px rgba(0,0,0,.2); */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    right: 10px;
    top: 60px;
    width: 280px;
    z-index: 1; }
    #apps .project-display #project {
      margin: 0 !important; }
      #apps .project-display #project img {
        max-width: 40px; }
  #settings {
    background: #fff;
    border: 1px solid #D9EDF7;
    /*  box-shadow: 0 2px 10px rgba(0,0,0,.2); */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    right: 10px;
    top: 60px;
    width: 240px;
    z-index: 1; } }

div.gridbox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }


  #right-content li:hover{
/*    background: rgba(67, 142, 185, .9);*/
background: #279bbe;
  }

.fa-user, #user-title{
  display: inline !important;
}

#user-title{
  font-size: 18px !important;
  font-weight: bold;
  padding-left: 5px;
  vertical-align: 3px;  
}

#main-header #left-content{
  height: 52px;
  padding-top: .5em;
}

@media (max-width: 1005px) {
  #user-title{
    display: none !important;
  }
}

/********* ESTILOS NECESARIOS PARA RCE Y RCO ******************/


td.highlight {}
td.highlight > a {
    background: #F3B75C!important;
    color: #424242!important;
}

table.tablatooltip {

    border-collapse: collapse;
    font-size: 0.85em;
    line-height: 2em;
    border: 1px solid #D9EDF7;
}

table.tablatooltip td,
table.tablatooltip th {

    padding: 1em;
    border: 1px solid #D9EDF7;
}

table td.tablatooltiptd {
    padding: 1em;
    border: 1px solid #D9EDF7;
    background-color: #D9EDF7;
    color: #1968B1;
    font-weight: bold;
}

table.informacion {

    border-collapse: collapse;
    font-size: 0.85em;
    line-height: 2em;
    border: 1px solid #D9EDF7;
}

table.informacion td,
table.informacion th {

    padding: 1em;
    border: 1px solid #D9EDF7;
}

table td.informacion {
    padding: 1em;
    border: 1px solid #D9EDF7;
    background-color: #D9EDF7;
    color: #1968B1;
    font-weight: bold;
}

.ui-autocomplete {
    max-height: 200px;
    max-width: 700px;
    /* scrollbar */
    overflow-y: auto;
    overflow-x: auto;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/

html .ui-autocomplete {
    height: 200px;
    width: 700px;
}

table.color-contenido {

    border-collapse: collapse;
    font-size: 0.9em;
    line-height: 1em;
    border: 1px solid #D9EDF7;
}

table.color-contenido td,
table.color-contenido th {

    padding: 0.5em;
    border: 1px solid #D9EDF7;
}

/*path {
    fill: transparent;
    stroke: black;
    stroke-width: 3;
    stroke-linejoin: round;
    stroke-linecap: round;
}*/

.titulo-estilo-panel{
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 16px;
  color: #31708f;
  font-style: inherit!important;
}



/*----------------------------------------------
MODAL STYLE - IPA
-----------------------------------------------*/
.modal-dialog-ipa {
    height: auto;
    width: 60%;
    padding: 10px;
    /*Modal semi centrado*/
    position: absolute;
    top: 10%;
    left: 25%;   
}

.campo-obligatorio {
    color:red; 
    font-size:14pt; 
    font-family: initial;
}

