body {
    background: url('/assets/img/pattern_bg.png');
    
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.body {
    background: url('/assets/img/pattern_bg.png');
    position: relative;
    margin: auto;
    margin-top: 20px;
    width: 1000px;
    z-index: 2;
}

.androidIcon {
  width: 150px;
  height: 150px;
  background: #95C71F;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}

.androidIcon:hover {
  background-color: #407DE3;
  cursor: pointer;
}

.content
{
    position: absolute;
    width: 1000px;
    background: #FFF;
    padding: 20px;
    z-index: 3;
    min-height: 700px;

}

select[readonly]
{
  background: #eee;
  cursor: no-drop;
}

select[readonly] option
{
  display: none;
}

.fondo-radial 
{

  position: absolute;
  top:-80px; 
  right: -200px;
  width: 1400px;
  height: 1000px;
  z-index: 1;
  background: -moz-radial-gradient(center, ellipse cover, rgba(244,242,181,1) 0%, rgba(252,252,222,0) 66%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(244,242,181,1)), color-stop(66%,rgba(252,252,222,0))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(244,242,181,1) 0%,rgba(252,252,222,0) 66%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(244,242,181,1) 0%,rgba(252,252,222,0) 66%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(244,242,181,1) 0%,rgba(252,252,222,0) 66%); /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(244,242,181,1) 0%,rgba(252,252,222,0) 66%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f2b5', endColorstr='#00fcfcde',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.humansTxt
{
  margin-bottom: 4px;
  margin-left: 50px;
}

.sliphover-container
{
  border-radius: 5px;
}

.icon-tam
{
    width: 16px;
    height: 16px;
}

.caja-misDatos
{
    position: relative;
    width: 800px;
    margin: auto;
}
.caja-contenido
{
    position: relative;
    width: 1000px;
    height: 250px;
}

.caja-izq
{
    position: absolute;
    width: 250px;
    height: 180px;
    padding: 20px;
    border: 2px solid #CCC;
    border-radius: 10px;
}

.caja-central
{
    position: absolute;
    width: 250px;
    height: 180px;
    left: 350px;
    padding: 20px;
    border: 2px solid #CCC;
    border-radius: 10px;
}

.caja-der
{
    position: absolute;
    width: 250px;
    height: 180px;
    padding: 20px;
    left: 700px;
    border: 2px solid #CCC;
    border-radius: 10px;
}

.caja-consumoLlamadas
{
    position: relative;
    width: 340px;
    height: 100px;
    top: 15px;
}


.breadcrumb {
    border-radius: 5px;
      background: #009bdb; /* Old browsers */
background: -moz-linear-gradient(top,  #009bdb 0%, #0385bb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #009bdb 0%,#0385bb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #009bdb 0%,#0385bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009bdb', endColorstr='#0385bb',GradientType=0 ); /* IE6-9 */
    font-size: 14px;
    height: 25px;
    line-height: 20px;
    list-style-type: none;
    padding: 0;
    margin: 1px 0 0 0;
}

.breadcrumfooter {
    border-radius: 5px;
    background: #0056e6;
    background: -moz-linear-gradient(#bfc8d7,#ccd0d6);
    background: -webkit-linear-gradient(#bfc8d7,#ccd0d6);
    background: -o-linear-gradient(#bfc8d7,#ccd0d6);
    background: -ms-linear-gradient(#bfc8d7,#ccd0d6);
    background: linear-gradient(#bfc8d7,#ccd0d6);
    font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
    font-size: 14px;
    height: 25px;
    line-height: 20px;
    list-style-type: none;
    padding: 0;
    margin: 70px 0 0 0;
}

.breadcrumb li, 
.breadcrumfooter li {
    background: url('/assets/img/sep.png') no-repeat 100% 50%;
    color: #555;
    height: 25px;
    float: left;
    padding: 0 25px 0 15px;
	
}

.breadcrumb a,
.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:hover,
.breadcrumb a:active {
    color: #fff;
    float: left;
    height: 25px;
    text-decoration: none;
    padding-left:10px;
}

.breadcrumfooter a,
.breadcrumfooter a:link,
.breadcrumfooter a:visited,
.breadcrumfooter a:hover,
.breadcrumfooter a:active {
    color: #262728;
    float: left;
    height: 25px;
    text-decoration: none;
    padding-left:10px;
}

.breadcrumb a:hover,
.breadcrumfooter a:hover {
    text-decoration: underline;
}
.col1 {
    width: 68%;
}
.col2 {
    float: right;
    width: auto;
    margin-top: 15px;
}
.calign {
    position:relative;
    text-align:center;
    top:15px;
}
.sideinfo-head {
      background: #009bdb; /* Old browsers */
background: -moz-linear-gradient(top,  #009bdb 0%, #0385bb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #009bdb 0%,#0385bb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #009bdb 0%,#0385bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009bdb', endColorstr='#0385bb',GradientType=0 ); /* IE6-9 */
    color: #efefef;
    text-align: center;
    padding: 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
       
}
.sideinfo-head h3 {
    color: #fff;
    margin: 0 0 4px 0;
    text-shadow: 0 2px 0 rgba(0,0,0,.15);
}
.sideinfo-body {
    border: 1px solid #0056e6;
    padding: 10px;
	
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('/assets/img/icon_top.png') no-repeat;
}
.control-label-bold {
    font-weight: bold;
}


.float-izq
{
  position: relative;
  float: right;
}


/* CHECKBOX */
/*  Configuración del botones tipo iphone*/
/* TEXTO ON / OFF*/

.boton
{
    width: 50px;
}
.ondisplay{
  text-align:center;
  padding:0;
}

.ondisplay section{
  width:100px;
  height:100px;
  background: #555;
  display:inline-block;
  border: 1px solid gray;
  text-align: center;
  margin-top:5px;
  border-radius:5px;
  box-shadow: 0 1px 4px
     rgba(0, 0, 0, 0.3), 0 0 40px
     rgba(0, 0, 0, 0.1) inset;
}

.ondisplay section::before {
  content:'click it'; 
  color: #bbb;
    font: 15px Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 1px black;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 5px 8px 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.slideThree {
    width: 80px;
    height: 26px;
    background: #0051CC;
    margin: 0px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.slideThree input[type=checkbox]
{
    display: none;
}

.slideThree:after {
    content: 'OFF';
    font: 12px/26px Arial, sans-serif;
    color: #061D9E;
    position: absolute;
    right: 10px;
    z-index: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.slideThree:before {
    content: 'ON';
    font: 12px/26px Arial, sans-serif;
    color: #FFF;
    position: absolute;
    left: 10px;
    z-index: 0;
    font-weight: bold;
}

.slideThree label {
    display: block;
    width: 34px;
    height: 20px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.slideThree input[type=checkbox]:checked + label {
    left: 43px;
}

/* CHECKBOX MEJORADOS */

/* .squaredOne */
.squaredOne 
{
  width: 20px;
  height: 20px;
  position: relative;
  margin: auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.squaredOne label 
{
width: 15px;
height: 15px;
position: absolute;
top: 2px;
left: 3px;
cursor: pointer;
background: linear-gradient(top, #222 0%, #45484d 100%);
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
}
.squaredOne label:after 
{
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: #0066E9;
  background: linear-gradient(top, #0066E9 0%, #27ae60 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  opacity: 0;
}

.squaredOne label:hover::after 
{
  opacity: 0.3;
}
  

.squaredOne input[type=checkbox] 
{
    visibility: hidden; 
} 

.squaredOne input[type=checkbox]:checked + label:after 
{
  opacity: 1;
}  


/* RADIO MEJORADO */
/* .roundedOne */

.roundedOne 
{
  width: 20px;
  height: 20px;
  position: relative;
  margin: auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #0066E9 40%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.roundedOne label 
{
    width: 12px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
}

.roundedOne label:after {
      content: '';
      width: 12px;
      height: 12px;
      position: absolute;
      top: 0px;
      left: 0px;
      background: #0066E9;
      background: linear-gradient(top, #0066E9 0%, #45484d 100%);
      opacity: 0;
      border-radius: 50px;
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    }

.roundedOne label:hover::after {
  opacity: 0.3;
}
  
.roundedOne input[type=radio] 
{
    visibility: hidden;
}
.roundedOne input[type=radio]:checked + label:after {
  opacity: 1;
}   
/* end .roundedOne */


.table-icon tbody tr
{
    border: none;   
}

.table-icon tbody tr td
{
    border-top: 0;  
}

.contentIcon
{
    color: #075AE6;
    width: 120px;
    height: 120px;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    margin: auto;
    padding: 5px;
    background: rgb(226,226,226);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 72%, rgba(219,219,219,1) 72%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(72%,rgba(209,209,209,1)), color-stop(72%,rgba(219,219,219,1)), color-stop(100%,rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(209,209,209,1) 72%,rgba(219,219,219,1) 72%,rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(209,209,209,1) 72%,rgba(219,219,219,1) 72%,rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(209,209,209,1) 72%,rgba(219,219,219,1) 72%,rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(209,209,209,1) 72%,rgba(219,219,219,1) 72%,rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
    box-shadow: 0px 3px 10px #888888;

}

.p-icon
{
    font-size: 14px;
    margin-top: 20px;
}


#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#EAD704;
}

/********   Flot    ************/

.caja-grafica
{
    position: absolute;
    width: 620px;
    height: 300px;
    top: 200px;
    left: 375px;
}
/*
.demo-container
{
    box-sizing: border-box;
    width: 580px; 
    height: 300px;
    background: none repeat scroll 0 0 #1F1F1F;
    margin: 5px;
    padding: 0;
    position: relative;
    border: 1px solid #000000;
    color:#FFFFFF;
}

.demo-placeholder
{
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
    color:#FFFFFF;
}

*/

.demo-container 
{
    box-sizing: border-box;
    width: 645px;
    height: 305px;
    padding: 3px;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: rgb(244,244,244);
    background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(238,238,238,1) 59%, rgba(233,233,233,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(59%,rgba(238,238,238,1)), color-stop(100%,rgba(233,233,233,1)));
    background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(238,238,238,1) 59%,rgba(233,233,233,1) 100%);
    background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(238,238,238,1) 59%,rgba(233,233,233,1) 100%);
    background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(238,238,238,1) 59%,rgba(233,233,233,1) 100%);
    background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(238,238,238,1) 59%,rgba(233,233,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e9e9e9',GradientType=0 );
    box-shadow: 0 0 10px 4px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
}

.demo-placeholder 
{
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 1.2em;
}

.legend
{
    left: -2px;
    position: relative;
    top: 175px;
    font-size: 12px;
}

.legendLabel
{
    width: 50px;
}

.legend table 
{
    border-spacing: 5px;
    background: none;

}

.legend table tr td 
{
    color:#535151;
    background: none;
    border: none;
}

.legend table tr
{
    color:#535151;
    background: none;
    border: none;

}

.tablaPrinter table tr td
{
    font-size: 5px;
}

.buttonSubmit
{
    border: none;
    background: none;
    color: #0765e2;
}

.divMisContratos
{
    background: url('/assets/img/fondo_contrato.png');
    width: 135px;
    height: 135px;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    box-shadow: 0 0 4px 1px;
    margin: auto;
}

.divContratosOferta
{
    background: url('/assets/img/fondo_oferta.png');
    width: 135px;
    height: 135px;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    box-shadow: 0 0 4px 1px;
    margin: auto;
}

.divContratos
{
    background: #E2E4E4;
    width: 135px;
    height: 135px;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    box-shadow: 0 0 4px 1px;
    margin: auto;
}

.sectionRouter
{
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  box-shadow: 1px 1px 10px #888888;
  margin-bottom: 25px; 
}

.donutGrafica
{ 
  width: 70px; 
  height: 70px; 
  border-radius: 70px; 
  -webkit-border-radius: 70px; 
  -moz-border-radius: 70px; 
  background: #000000;
  left: 39.7%;
  position: absolute;
  top: 28%;
}

.donutGrafica span
{ 
  color: #FFFFFF;
  text-align: center;
}