/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 22, 2016, 5:44:06 PM
    Author     : Administrator
*/

/* diseño ucentral */
header{
    background-color: #F5A9A9;
}

.bodysite{
    background-image: url(../images/body-bg.gif);
    background-repeat: 	repeat;
}
  
#main{
    border: 1px solid #F2F2F2;
    background-color: #FFF;
    margin: 30px auto 5px auto;
    padding: 0;
    position: relative;
    width: 990px;
    height: 100%;
}

#head{
    background-image: url(../images/header_bg.gif);
    background-repeat: repeat-x;
    margin: 0 auto;
    padding-bottom: 20px;
    position: relative;
    width: 950px;
    height: 152px;
    z-index: 500;
}

.logo{
    margin: 30px 0 0 10px;
    float: left;
    border: 0;  
}   

.head-right {
    width: 680px;
    float: right;
    margin: 15px 0 0 0;
    padding: 0;
}


.acreditacion {
    width: 250px;
    height: 67px;
    background: url(../images/cna2_of.png) no-repeat left top;
    margin: 35px 0 0 -30px;
    float: left;
    cursor: pointer;
    background-size: 100% 100%;
}

.head-right ul.enlaces {
    float: right;
    list-style: none;
    margin: 13px 0 0 0;
    padding: 0;
}

ul.enlaces li {
    float: left;
    margin: 0 0 0 3px;
    padding: 0;
    color: #cccccc;
}


ul.enlaces li a {
    font-size: 11px;
    line-height: 13px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
}

.separa-head {
    width: 325px;
    height: 10px;
    float: right;
}


#page-content{
    padding-left: 20px;
    padding-right: 20px;
}

/* /diseño ucentral */

/* /Gráfico*/

.axis path{
  stroke: none;
  fill: none;
  stroke: #FFF;
  shape-rendering: crispEdges;
}

.axis line {
  stroke: none;
  fill: none;
  stroke: #FFF;
  shape-rendering: crispEdges;
}


.legendHolder, .legendHolder2{
    width: 400px;
    margin: auto;
}

#chart{
  width: 900px;
  margin: auto;
}

/* /Gráfico*/

/* Tablas */
.text-input{
    width: 60%;
}

.contenido, table.contenido{
    padding-right: 50px;   
    padding-left: 50px;   
}

/* Tesis */

.table-header{
    text-align: center;
    background-color: #EFF5FB;
}

.table{
    margin-left:auto; 
    margin-right:auto;
    width: 100%;
}


#navbar{
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

/* Menu Navbar */
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top: 0px;
   margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

.navbar-default {
    background-color: #1c1b1b;
    font-size: 13px;
}

.dropdown-menu{
    background-color: #3C3C3C;
}

.navbar-default .navbar-brand {
    color: white;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.dropdown-menu>li>a {
    color: white;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #000;
}

.dropdown-menu > li.kopie > a {
    text-decoration: none;
    padding: 3px 20px;
}



/* sequences graph */
#main-sequences {
	left:0;
	right:0;
	width: 600px;

}

#sidebar {
  float: right;
  width: 100px;
}

#sequence {
  width: 600px;
  height: 70px;
}

#legend {
  padding: 10px 0 0 3px;
}

#sequence text, #legend text {
  font-weight: 600;
  fill: #fff;
}

#sequences {
    position: relative;
    width:600px !important;
    margin-right:30px;
    margin-left:30px;
}

#sequences path {
  stroke: #fff;
}

#explanation {
    position: absolute;
    top: 240px;
    left: 230px;
    width: 140px;
    text-align: center;
    color: #666;
    font-size:12px;
}

#explanation2 {
    position: absolute;
    top: 320px;
    left: 230px;
    width: 140px;
    text-align: center;
    color: #666;
    font-size:12px;
}

#percentage,#percentage2 {
    font-size: 20px;
    font-weight:bold;
}

#list {
  position: absolute;
  font-size: 13px;
  text-align: left;
}

#chartContainer{
    display:table;
    height:600px;
    width:800px;
}
#row{
   display:table-row;
}


#sidebar-legend {
	display: table-cell;
	width: 190px !important;
	vertical-align:top;
}
#sidebar-rank {
	display: table-cell;
	width: 280px !important;
	vertical-align:top;
}

.show_g,#toExcel {
    display: none;
}

.link-export, .link-export:hover{
    color: #fff;
    text-decoration: none;
}


.left {
  float: left;
  text-align: right;
  display: inline;
  margin-right: 20px;
  margin-left: 10px;  
}

.right {
  padding-left: 0;
  float: left;
  text-align: left;
  display: inline;
}

.center{
    width: 10%;
    margin: auto;
}

#chart1{
    height: 1000px;
    width: 100%;
}

#chart2{
    height: 450px;
    width: 95%;
}


#logo-home{
    margin-top: -20px;
    width: 400px;    
}

/*footer*/
footer{
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #1C1B1B;
  color: #F2F2F2;
  height: 60px;
  width: 100%;
}

#powered{
  position: relative;
  float:right;
  width: 170px;  
}

#networks{
  float: right;
  width: 60px;
  height: 51px; 
}

a#logo_net,a#logo_net:hover,a#logo_net:active,a#logo_net:focus{
    text-decoration: none;
    color: #E6E6E6;
}


/* primefaces css */

.ui-widget-header{
    background-color: gainsboro;
    border: 0;
}

.ui-widget-content .ui-state-default, .ui-widget-header{
    border: 0;
    background-color: gainsboro;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: transparent;
    background: none;
    font-weight: bold;
    color: #4f4f4f;
    text-shadow: none;
}

.ui-accordion{
    background-color: #9BA6C6;
}

.color-text{
    color: white !important;
    border-radius: 0;
    
}

.ui-datatable-odd{
  background-color: white;   
}

.ui-corner-bottom{
    border-radius: 0;
}

.ui-paginator{
    background-color: gainsboro;
}

.table {
    display: table;
    border-collapse: none;
    border-spacing: 2px;
    border-color: transparent;
}

.ui-widget-content {
    border: transparent;
}


/* gauge chart */

.widget {
    margin: 0 auto;
    width:350px;
    margin-top:50px;
    background-color:#fff;
    -background-color: #222D3A;
    border-radius: 5px;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);

}

.chart-container{    
    padding:0;
}

.gauge-header{
    background-color: #eee;    
    color:#555;
    text-align: center;
    line-height: 40px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-weight: 400;
    font-size: 1.5em;
    text-shadow: 1px 1px #fff;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0;
}

.btn{
    border-radius: 2px;
}

.btn-blue-ucentral{
    color: white;
    background-color: #002081;
}

.btn-blue-ucentral:hover{
    color: white;
    background-color: #286090;
}

.btn-green-ucentral{
    color: white;
    background-color: #048300;
}

.btn-green-ucentral:hover{
    color: white;
    background-color: #449D44;
}

.admin-button{
    margin-right:10px;
}

.ui-widget-content a {
    color: white;
}

.btn-primary{
    color: white;
    background-color: #002081;
}

.btn-success{
    color: white;
    background-color: #048300;
}

.btn-warning{
    color: white;
    background-color: #C77E17;
}

.bold{
    font-weight: bold;
}


.table-font{
    font-size: 12px;
}


.proyectos-box{
    border-color: black;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-radius: 10px;
}

.box{    
    padding-left: 7px;
    padding-right: 7px;
    border: 2px solid #9BA6C6;
    border-radius: 5px;
}


.tooltip-hint{
    padding: 10px !important;
    background-color: #000;
    color: #fff;   
}

.ui-chkbox-icon{
    background-color: #EEE;
}