/* Backgrounds */

/* Colores http://kuler.adobe.com/#create/fromacolor */

/* html, body { height: 100% }*/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}

p.pegado {
    margin: 0px;
}

.container {
	background-color: #FFF;
}

.pattern {
    background-image: url("./patterns/brushed_alu.png");
}

.row {
	margin-bottom: 12px;
}

.centered {
    text-align: center !important;
}

.righted {
    text-align: right !important;
}

.lefted {
    text-align: left !important;
}

.brand {
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;  
}

.whiteText {
    color: #FFFFFF;
}

legend {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
}

.noAir {
    margin-bottom: 0px;
}

.aire {
    margin-bottom: 24px;
}

strong {
    font-weight: 700;
}

h1.little {
    font-size: 18px;
}

h2.little {
    font-size: 18px;
}

h3.little {
    font-size: 14px;
}

/* Images ---------------------------------------------------------------------------- */

/* Backgrounds ----------------------------------------------------------------------- */

.imgBkg {
  background-image: url("../img/fondo.gif");
  background-repeat:no-repeat;
  background-size: 100% 100%;
}

.dividerBkg {
  background-image: url("../img/divider.gif");
  background-repeat: repeat-x;
}

.solidBkg {
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #f3f3f3, #ebebeb);
    background-image: -ms-linear-gradient(top, #f3f3f3, #ebebeb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#ebebeb));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #ebebeb);
    background-image: -o-linear-gradient(top, #f3f3f3, #ebebeb);
    background-image: linear-gradient(top, #f3f3f3, #ebebeb);
}

.lightestGrayBkg { background-color: #F0F0F0; }
.midGrayBkg { background-color: #E0E0E0; }
.darkOrangeBkg { background-color: #D96704; }
.infoBkg { background-color: #67b8de; }
.errorBkg { background-color: #d40d12;}
.successBkg { background-color: #059b21; }
.disabledBkg { background-color: #9197A6 }


.whiteBkg {
    background-color: #FFFFFF;
    
}

.pistachoBkg { background-color: #D9CD2B; }
.guacamoleBkg { background-color: #72A603; }
.greenBkg { background-color: #009900; }
.redBkg { background-color: red; }
.lightBlueBkg { background-color: #F4F4F4; border-radius:4px;}
.blueBkg { background-color: #BDD4DE; }
.deepBlueBkg { background-color: #3F5765; }
.darkBlueBkg { background-color: #2B3A42; }
.danger { background-color: red; color: #FFFFFF; }


.shadow {
  -webkit-box-shadow: 0px 2px 2px 0px gray;
  -moz-box-shadow: 0px 2px 2px 0px gray;
  box-shadow: 0px 2px 2px 0px gray;
}

/* Colores --------------------------------------------------------------------------- */

.red { color: #d40d12; }
.green { color: #009900; }
.navy { color: #252569; }

/* DIVs ------------------------------------------------------------------------------ */

/* span: modificamos los tamaņos de span para que cuadren con firstSpan y lastSpan */
.span7 { width: 562px; }
.span6 { width: 480px; }
.span5 { width: 398px; }
.span4 { width: 316px; }
.span3 { width: 234px; }
.span2 { width: 152px; }
.span1 { width: 70px; }

/* firstSpan: modificamos los primeros span para que cuadren con la rejilla que se forma con spans dentro de contenido. */
.firstSpan7 { width: 572px;  }
.firstSpan6 { width: 490px; }
.firstSpan5 { width: 408px; }
.firstSpan4 { width: 326px; }
.firstSpan3 { width: 244px; }
.firstSpan2 { width: 162px; }
.firstSpan1 { width: 80px;  }

/* lastSpan: modificamos los ultimos span para que cuadren con la rejilla */
.lastSpan7 { width: 576px; }
.lastSpan6 { width: 494px; }
.lastSpan5 { width: 412px; }
.lastSpan4 { width: 330px; }
.lastSpan3 { width: 248px; }
.lastSpan2 { width: 166px; }
.lastSpan1 { width: 84px; }


/* contenido: hay algo escrito dentro. Aņadimos padding para que no se pegue a los bordes del cuadro */

[class*="contenido"] { padding: 10px; }

.contenido12 { width: 976px; }
.contenido11 { width: 892px; }
.contenido10 { width: 808px; }
.contenido9  { width: 724px; }
.contenido8  { width: 640px; }
.contenido7  { width: 556px; }
.contenido6  { width: 472px; }
.contenido5  { width: 388px; }
.contenido4  { width: 296px; }
.contenido3  { width: 220px; }
.contenido2  { width: 132px; }
.contenido1  { width: 52px;  }

.firstcontenido6 { width: 470px; }
.firstcontenido5 { width: 388px; }
.firstcontenido4 { width: 306px; }

.lastcontenido8 { width: 636px; } /* Era 638px pero he quitado 2 para el proyector */
.lastcontenido7 { width: 554px; }
.lastcontenido6 { width: 472px; } /* Era 474px */
.lastcontenido5 { width: 390px; } /* Era 392px */
.lastcontenido4 { width: 308px; } /* Era 310px */
 
/* inside: para tener spans de layout dentro de un bloque de contenido. */

.firstInside2 { width: 142px; }

.inside12 { width: 976px; }
.inside10 { width: 808px; }
.inside7  { width: 562px; }
.inside6  { width: 480px; }
.inside5  { width: 398px; }
.inside4  { width: 316px; }
.inside3  { width: 234px; }
.inside2  { width: 152px; }
.inside1  { width: 70px;  }

.lastInside10 { width: 812px; }
.lastInside8 { width: 638px; }
.lastInside7 { width: 566px; }
.lastInside6 { width: 484px; }
.lastInside5 { width: 402px; }
.lastInside4 { width: 320px; }
.lastInside3 { width: 238px; }
.lastInside2 { width: 156px; }
.lastInside1 { width: 74px;  }

.miniInside5 { width: 388px; }
.miniInside4 { width: 306px; }
.miniInside3 { width: 224px; }
.miniInside2 { width: 142px;}
.miniInside1 { width: 60px; }

.miniLastInside3 { width: 224px; }

/* line: para tener spans dentro de bloques de contenido que no ocupan la totalidad de la pantalla, como el ControlPanel */
.line3 { width: 306px; }

.homeTile .minirow {
  margin: 0px auto 6px;
  width: 250px;
  *zoom: 1;
}

.homeTile .minirow:before,
.homeTile .minirow:after {
  display: table;
  content: "";
}

.homeTile .minirow:after {
  clear: both;
}

.homeTile .tile75 {
    float: left;
    width: 75px;
}

.homeTile .tile175 {
    float: left;
    width: 175px;
}

div.onerateLogo
{
    float: left;
    margin-left: 0px;
    width: 100px;
}

div.textoLogo
{
    float: left;
    margin-left: 12px;
    width: 159px;   
}

div.empresaLogo
{
    float: right;
    margin-left: 5px;
    width: 100px;   
}

div.square18 {
    height: 18px;
    width: 18px;
}

.bloque {
    display: block;
}

.oculto {
    display: none;
}

/* BLOQUE --------------------------------------------------------------- */
/* Utilizado en importacion de ficheros de SaaS. */

.bloque [class*="cabecera"] {
    margin-left: 12px;
    float: left;
}

.cabecera6 {
    width: 490px;
    min-height: 50px;
}

.bloque .caption {
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    padding: 5px 0 5px 10px;
}

.bloque .info {
    font-size: 11px;
    font-weight: 200;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
}

.bloque .nombreArchivo {
    float: left;
    width: 150px;
    padding: 0 0 0 22px;
}

.bloque .textoProgreso {
    float: left;
    width: 320px;
    padding: 0 10px 0 0;
}

.bloque.span6 {
    width: 490px;
}

.bloque .cuerpo {
    min-height: 50px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
}

.bloque p.interior {
    padding-left: 10px;
}

.bloque p.primeralinea {
    padding-top: 10px;
}


/* ------------------ */

.titulo {
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
}

/* Borders */
.withBorder {
    /* Vacio para que exista y no me de el toston el asistente del visual */
}

[class*="withBorder"] {
  border: 1px solid #d3d3d3;
  padding: 9px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.squareBorder {
    border: 1px solid #d3d3d3;
    padding: 9px;
}

.noTopBorder {
    border-top: 0px;    
}

.grayBottomBorder {
    border-bottom: 1px solid #e0e0e0;
}

/* Control */
.narrowControl {
    margin-left: 140px;    
}

/* Forms -------------------------------------------------------------------------------- */
.ORListBox {
    border: 1px solid #9FADB6;
    font-family: Courier;
}

.ORListBox .option
{
    font-family: Courier;
    text-align: justify;
    border-bottom: 1px solid #9FADB6;
}

.ORListBox .optionTitle
{
    font-family: Courier;
    background-color: #D8F2F0;
    color: Black;  
}

span.checkDescription
{
    vertical-align: middle;
    color: #888;
}

.form-horizontal .divider
{
    font-weight: bold;
    border-bottom: 1px solid gray;
}

.errorEnInput {
    border-style: solid;
    border-width: 1px;
    border-color: #d40d12;
    background-color: #d40d12;
    color: white;
}

/* Validacion ----------------------------------------------------------- */

.alert-success
{
    background-image: url("../img/iconos/success.png");
    background-repeat: no-repeat;
    background-position: 12px center;
    padding-left: 56px;
}

.alert-info {
    border-color: #3A87AD;
    border-style: solid;
    border-width: 1px;
}

.alert-error 
{
    background-image: url("../img/iconos/error.png");
    background-repeat: no-repeat;
    background-position: 12px center;
    padding-left: 56px;
    border-color: #B94A48;
    border-style: solid;
    border-width: 1px;
}

.alert-warning {
    border-color: #C09853;
}

/* Text ----------------------------------------------------------- */
.largeText {
    font-size: 18px;
}

.text11
{
    font-size: 11px;
}

.text16 {
    font-size: 16px;
}

.textoMiddle thead th
{
    vertical-align: middle;    
}

.tituloSeccion
{
    border-bottom: 1px solid #EEE;
    margin-bottom: 12px;
}

/* Links ----------------------------------------------------------- */

.undecorated:focus {
  outline: thin dotted #333;
  outline: 5px -webkit-focus-ring-color;
  outline-offset: -2px;
}
.undecorated:hover,
.undecorated:active {
  outline: 0;
}
.undecorated {
  color: #333333;
  text-decoration: none;
}
.undecorated:hover {
  color: #005580;
  text-decoration: underline;
}
.undecorated.label:hover,
.undecorated.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* Margins */
.noMargin { margin-left: 0; }
.noMarginBottom { margin-bottom: 0px; }
.bottomMargin10 { margin-bottom: 10px; }
.marginAuto { margin: 0 auto; }

/* Size */
.fullWidth { width: 100%; }
.fullHeight { height: 100%; }
.halfWidth { width: 50% !important; }
.minH210 { min-height: 210px; }
.minH120 { min-height: 120px; }
.minH140 { min-height: 140px; }
.minH90 { min-height: 90px; }
.w100 { width: 100px; }

legend {
  margin-bottom: 12px;
}

/* Tablas ------------------------------------------------------------------------------- */

.tabla75 {
    width: 75%;
    text-align: center;
}

.noLeftBorder 
{
    border-left-style: none !important;    
}

.cabeceraGris
{
    background-color: #dbdbdb;
}

.table.tablaRiesgos tbody tr:hover td.danger
{
    background-color: red;
}




/* Colours ----------------------------------------------------------- */

.verde { color: #95c500 }
.infoColor { background-color: #67b8de; }
.errorColor { background-color: #d40d12;}
.successColor { background-color: #059b21; }

/* Borders ----------------------------------------------------------- */
.infoBorder { border-color: #67b8de; }
.errorBorder { border-color: #d40d12;}
.successBorder { border-color: #059b21; }
.disabledBorder { border-color: #9197A6; }
.bottomLine { border-bottom: 1px solid #e0e0e0; }

/* Texts ------------------------------------------------------------- */
.infoText { background-color: #67b8de;color: white; }
.errorText { background-color: #d40d12;color: white; }
.successText { background-color: #059b21;color: white; }


/* Icons */
/* Must begin with 'icono' for avoiding conflicts with Bootstrap */

.icono-reporting 
{
    background-image: url("../img/reporting.gif");
}

/* D3 charts ---------------------------------------------------------------------------- */
.bar rect {
  fill: orange;
  stroke: #CC6937;
}

.bar text.value {
  fill: black;
  font-size: 10px;
}

.axis {
  shape-rendering: crispEdges;
}

.axis path {
  fill: none;
}

.x.axis line {
  stroke: #fff;
  stroke-opacity: .8;
}

.y.axis line {
  stroke: #EEE;
}

.y.axis path {
  stroke: #CCC;
}

.axis text {
  fill: black;
  font-size: 10px;
}

.divGrafico200
{
    position: relative; 
    width: 200px; 
    height: 200px;
    background-color: #DDD;
}

.divGrafico400
{
    position: relative; 
    width: 400px; 
    height: 400px;
    background-color: #DDD;
}

.divGrafico550250
{
    position: relative; 
    width: 550px; 
    height: 250px;
    background-color: #FFF;
}

/* Display -------------------------------------------------------------------- */
.toBlock {
    display: block;
}
/* Reloj ---------------------------------------------------------------------- */

#clockHolder
{
    width:72px;
    margin:0px auto 0px auto;
    position:relative;
    top:0px;
    left:0px;
}        

#sec
{
    display:block;
    position:absolute;
}

#min
{
    display:block;
    position:absolute;
}

#hour
{
    display:block;
    position:absolute;
}

.rotatingWrapper
{
    position:absolute;
    width:72px;
    height:72px;
    top:0px;
    left:0px;

  
}

/* - CAROUSEL ------------------------------------------------------------------------ */
.carousel-control {
  top: auto;
}

.carousel-control.right {
  left: auto;
  right: 40px;
}

/* - RICKSHAW ------------------------------------------------------------------------ */
#chart_container {
        position: relative;
        display: inline-block;
        font-family: Arial, Helvetica, sans-serif;
}
#chart {
        display: inline-block;
        margin-left: 40px;
}

#y_axis {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 40px;
}

.switcher-content {
  display: none;
}

/* Icons ------------------------------------------------------- */
.throbber {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  line-height: 16px;
  vertical-align: text-top;
  background-image: url("../img/onerate-throbber16.gif");
  background-repeat: no-repeat;
}

.throbber-white {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  line-height: 16px;
  vertical-align: text-top;
  background-image: url("../img/onerate-throbber16-white.gif");
  background-repeat: no-repeat;
}

/* Filetype */
[class^="contenttype-"],
[class*=" contenttype-"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  *margin-right: .3em;
  line-height: 16px;
  vertical-align: text-top;
  background-image: url("../img/contenttypes.png");
  background-position: 16px 16px;
  background-repeat: no-repeat;
}

.contenttype-conf {
  background-position: -16px 0;
}

.contenttype-ppt {
  background-position: -32px 0;
}

.contenttype-text {
  background-position: -48px 0;
}

.contenttype-rar {
  background-position: 0 -16px;
}

.contenttype-sig {
  background-position: -16px -16px;
}

.contenttype-rtf {
  background-position: -32px -16px;
}

.contenttype-rar {
  background-position: -48px -16px;
}

.contenttype-ps {
  background-position: 0 -32px;
}

.contenttype-pdf {
  background-position: -16px -32px;
}

.contenttype-img {
  background-position: -32px -32px;
}

.contenttype-html {
  background-position: -48px -32px;
}

.contenttype-help {
  background-position: 0 -48px;
}
.contenttype-file {
  background-position: -16px -48px;
}
.contenttype-eml {
  background-position: -32px -48px;
}
.contenttype-dot {
  background-position: -48px -48px;
}

.contenttype-doc {
  background-position: 0 -64px;
}

.contenttype-csv {
  background-position: -16px -64px;
}

.contenttype-bin {
  background-position: -32px -64px;
}

.contenttype-zip {
  background-position: -48px -64px;
}

.contenttype-xml {
  background-position: 0px -80px;
}

.contenttype-xls {
  background-position: -16px -80px;
}

.contenttype-visio {
  background-position: -32px -80px;
}

/* Filetype */
[class^="ordenar-"],
[class*=" ordenar-"] {
  display: inline-block;
  width: 9px;
  height: 12px;
  *margin-right: .3em;
  line-height: 12px;
  vertical-align: middle;
  background-image: url("../img/ordenar.png");
  background-position: 9px 12px;
  background-repeat: no-repeat;
}

.ordenar-sin {
  background-position: 0 0;
}

.ordenar-asc {
  background-position: -9px 0;
}

.ordenar-desc {
  background-position: -18px 0;
}

/* TABLES ---------------------------------------------------------------------------- */
thead.cabecera tr th,
tfoot tr th
{
    background-color: #e8e8e8;
    background-image: -moz-linear-gradient(top, #e8e8e8, #dddddd);
    background-image: -ms-linear-gradient(top, #e8e8e8, #dddddd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#dddddd));
    background-image: -webkit-linear-gradient(top, #e8e8e8, #dddddd);
    background-image: -o-linear-gradient(top, #e8e8e8, #dddddd);
    background-image: linear-gradient(top, #e8e8e8, #dddddd);
    border-color: #BBBBBB;
    border-style: solid;
    border-width: 1px;
    text-align: center;
}

thead.cabecera tr th a, thead.cabecera tr th
{
    font-size: 11px;
    font-weight: 400;
    vertical-align: top;
}

tfoot.footer tr th, tfoot.footer tr th a
{
    font-weight: 400;
    vertical-align: top;
}

thead.cabecera tr th p {
    vertical-align: middle;
    margin-bottom: 0px;
}

thead.cabecera .minirow {
  margin: 0px auto 0px;
  *zoom: 1;
}

thead.cabecera .minirow:before,
thead.cabecera .minirow:after {
  display: table;
  content: "";
}

thead.cabecera .minirow:after {
  clear: both;
}

.table td.rightAlign {
  text-align: right;
}

.table td.centered {
  text-align: center;
}

.pagination {
  margin: 0;
}

.pagination a {
    background-color: white;
}

.resumen {
    float: left;
}

.table .topBorder {
    border-top-color: #000000;
}


.table th.comments {
    color:gray;
    font-style:italic;
}

.table tbody.gray td{
    background-color:#f5f5f5;
    border:solid 1px #FFF;
}
.table td.resultado {
    font-weight:bolder;

    
}



/* IMAGENES -------------------------------------------------------------------------- */

.empresaLogo img.logo {
    border: 1px solid #d3d3d3;    
}

/* CLIENTES -------------------------------------------------------------------------- */
.cabeceraCliente .nombreCliente {
    font-size: 16px;
    font-weight: bold;
}

.ratingCliente {
    font-size: 16px;
}

.customerInfo .rating
{
    font-size: 16px;
}

.customerInfo .row
{
    margin-bottom: 6px;
}

.customerInfo .data
{
    color: #999999;
}

.ventasInfo .row
{
    margin-bottom: 6px;
}

.ventasInfo .caption.span3
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E0E0E0;
}

.ventasInfo .caption
{
    text-align: center;
    font-weight: bold;
}

.ventasInfo .section
{
    float: left;
    width: 120px;
    text-align: center;
}

.ventasInfo p
{
    margin: 0;
    line-height: 15px;
}

.creditInfo .row
{
    margin-bottom: 6px;
}

.creditInfo .caption.span4
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E0E0E0;
}

.creditInfo .caption
{
    text-align: center;
    font-weight: bold;
}

.creditInfo .section
{
    float: left;
    width: 82px;
    text-align: center;
}

.creditInfo p
{
    margin: 0;
    line-height: 15px;
}

.cabeceraCliente .span12
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E0E0E0;
}

/* LOGIN ----------------------------------------------------------------------------- */

.logoLogin {
    margin-top: 64px;
}

.control-label.login {
    width: 80px;
}

div.controls.login {
    margin-left: 90px;
}

.textbox.login {
    width: 190px;
}

.firstRow.login {
    margin-top: 20px;
}

img.logoOneRate.login {
    margin-left: 20px;
}

/* FICHA CLIENTES -------------------------------------------------------------------- */

.comentariosCliente {
    width: 100%;
    margin-left: 0%;
}

/*Formulario Inline*/

.frminline {
     display:inline-block;
     float:left;
     margin:0px;
     padding:0px;
     width:48%;
     margin-right:1%;
     overflow:hidden;

}



a.frminline {

    display:block;
    overflow:hidden;
    margin-top:0px;
    margin-bottom:10px;
    margin-left:2px;
    margin-right: auto;
    font-size: 12px;
    padding-top:20px;
    height: 50px !important;
}



.frminline img{
    width: 28px;
    vertical-align: middle;
    float:left;
    margin-left: 10px;
}


.frminline b{
    width: 90px;
    vertical-align: middle;
    float:left;
    margin-left: 6px;
    text-align : left;
    
}


div.noAir {
    margin:0px;
    padding:0px;
}

.ModForma {
    display:block;
    overflow:hidden;
    margin-bottom:10px;
    width:98%


}

.ModForma label {
    display:inline-block;
    overflow:hidden;
    float:left;
    width:30%;

    margin-right:2%;
    padding-top:3px;
    font-weight:bold;
}


.ModForma input[Type="Text"], .ModForma textarea, .ModForma select {
    width:58%;
}




.cuadroInforma {
background-image:url("../img/bginforma.png");
background-repeat:repeat-x;
background-color: #577a9a;
padding:7px;
color:#FFF;
font-size:12px;
display:inline-block;
padding-right:12px;
margin-left:32%;

margin-top:12px;
max-width:40%;


/* Firefox */
-moz-border-radius: 15px;


/* Google Chrome y Safari */
-webkit-border-radius: 15px;



/* CSS3 (Opera 10.5 e Internet Explorer 9) */
border-radius: 15px;



}


.InformaFlotante {
     display:inline-block;
     overflow:hidden;
     float:left;
     background-image:url("../img/logoInformaFlotante.png");
     background-repeat:no-repeat;
     background-position:center center;
     width:101px;
     height:25px;
     margin-right:15px;
     margin-left:5px;
     margin-top:-3px;
}

/*Slicer prospect*/

.prospectIcon {
         background-image:url("../img/slicerinformeprospect.png");
           background-repeat:no-repeat;
           display:inline-block;
           overflow:hidden;
           float:left;
           margin-right:10px;
}

.iconCheck {
    background-position:0px 0px;
    width:70px;
    height:106px;
}

.iconMoney {
    background-position:-130px 0px;
    width:70px;
    height:106px;
}
.iconFecha {
    background-position:-224px -12px;
     width:20px;
    height:20px;
} 
.iconListado {
    background-position:-224px -44px;
    width:20px;
    height:20px;

}
.iconSolicitud{
    background-position:-221px -76px;
    width:24px;
    height:24px;
    margin-top:-3px;
  
}


.MlistaBotones {
    display:block;
    overflow:hidden;
    list-style:none;
    list-style-position:initial;   
}


    .MlistaBotones li a {
        float: left;
        display: inline-block;
        overflow: hidden;
        margin-right: 15px;
        padding: 5px;
        height: 28px;
        background-color: #e1e1e1;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        border-radius: 10px;
    }

.MlistaBotones li a:hover {
    background-color:#7183ba;
    text-decoration:none;
    color:#fff;
}


.errorIcon {
    padding:1px;
     border-radius: 3px;
     background-color:#ff0000;
}

.okIcon {
    padding:1px;
     border-radius: 3px;
     background-color:#059b21;
}


.InputOk{
     border: 1px solid #059b21;
     background-color:#e6f9eb;
}


.required {
         border: 1px solid #e5c909;
    

}

.InputError{
     border: 1px solid #ff0000;
     background-color:#fceee5;
}

.InputRrequired{
     border: 1px solid #ff0000;
     background-color:#fceee5;
}

/*Final Slicer prospect*/

.contieneTabla {
    display:block; overflow:hidden; margin:20px; padding:10px;

}

    .contieneTabla table thead {
        background-color:#f2f2f2;
    }
/*Home slicer*/
.HomeIcons {

  text-align:left;
    font-weight: bold !important;
}

.HomeIcons span {
    display:inline-block;
    overflow:hidden;
    width:40px;
    height:40px;
    background-image:url("../img/buttons/slicericonoshome.png");
    background-repeat: no-repeat;
    float:left;
    margin-right:5px;
    margin-top:-11px;
    margin-left:10px;
    
}

.IncidenciasIcons {
    text-align: left;
    font-weight: bold !important;
}

.IncidenciasIcons span {
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-image: url("../img/envelopeComunicacion.png");
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
    margin-top: -11px;
    margin-left: 10px;
}

.IncidenciasIconsNewHilti span{
  
    display: inline-block;
    overflow: hidden;
    width: 42px;
    height: 40px;
    background-image: url("../img/iconos/hilti2.png");
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 10px;
}

/*PRORROGAS*/
.ProrrogasIcon {
    background-position:-40px -40px;
    
}

.HomeIcons:hover .ProrrogasIcon {
    background-position: -40px 0px;
}



/*CREDITO*/
.CreditoIcon {
    background-position: 0px -40px;
}

.HomeIcons:hover .CreditoIcon {
    background-position: 0px 0px;
}



/*FACTURACION*/
.FacturacionIcon {
    background-position: -80px -40px;
}

.HomeIcons:hover .FacturacionIcon {
   background-position: -80px 0px;
}

/*Prospects*/
.ProspectsIcon {
    
    background-position: -160px -40px;
}

.HomeIcons:hover .ProspectsIcon {
    background-position: -160px 0px;
}

/*Pedidos*/
.PedidosIcon {
    background-position: -120px -40px;
}

.HomeIcons:hover .PedidosIcon {
    background-position: -120px 0px;
}

/*Pedidos*/
.ReportingIcon {
     background-position: -200px -40px;
}

/*Incidencias*/
.IncidenciasIcon {
    background-position: -80px -40px;
}

.HomeIcons:hover .ReportingIcon {
    background-position: -200px 0px;
}


.msContenedores .tab-pane {
    border-bottom:1px solid #dddddd;
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
    padding:20px;
    margin-top:-30px;

    padding-top:50px;
}

.msContenedores {
    margin-top:-18px;
    margin-bottom:20px;
}


.BadebtSign {
    display:inline-block;
    overflow:hidden;
    float:right;
    background-color:#ff0000;
    margin-left:10px;
    padding:3px;
    color:#ffffff;
    font-size:11px;
    font-weight:bold;

      -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
}



.dataTable thead {
    background-color:#e1e1e1;
  
    font-size:11px;
}


.dataTable thead th {
    border-right: 1px solid #bbbbbb;
    text-align:center !important;
    }

tbody .centerTab {
    text-align:center !important;
}


tbody .NumberTab {
    text-align:right !important;
}

.dtsmall tbody td {
    font-size:11px !important;
    padding:3px  !important;
    padding-top:8px !important;
    padding-bottom:8px !important;

}

.dtsmall thead th {
       font-size:11px !important;
        padding:3px  !important;
          padding-top:8px !important;
    padding-bottom:8px !important;
}

.cotieneTable {



}



.ICPTitle {
    font-size: 16px;
    color: #0055cc;
    font-weight: bold;
    width: 37%;
    position: relative;
    display: inline-block;
}


.botonEInformaCreditoMaximo {
    width: 500px;
    min-height: 65px;
    color: #FFFFFF;
    border-radius: 10px;
    border: none;
    background: url("../img/logoInformaFlotante.png") 8px center no-repeat, -webkit-linear-gradient(top, #0088cc, #0055cc);
}

.percent15 {
    width:15%;
    text-align: left !important; 
}

.percent25 {
    width:25%;
    text-align: left !important;
}

.percent10 {
    width:10%;
    text-align: left !important; 
}

.percent35 {
    width:35%;
    text-align: left !important; 
}


.correctorRight {
   
 
 margin-left:0px!Important;
}

.mSeparaForma .withBorder {
    margin-bottom:10px;
    border-left:none;
     border-top:none;
      border-right:none;
      background-color:#ebebeb;
}

.mSeparaForma .withBorder input, .mSeparaForma .withBorder select {
    width:88%;
}


.ContieneCheckBox {
    display:block;
    overflow:hidden;
    margin-bottom:25px;

}

    .ContieneCheckBox ul {
        list-style:none;
        list-style-position:outside;
        list-style-type:none;
    }

    .ContieneCheckBox ul li{
        display:block;
        overflow:hidden;
        float:left;
        width:22%;
        margin-right:1%;

        text-align: center;
        padding-bottom:10px;
        border-bottom:1px solid #ebebeb;
    }


        .ContieneCheckBox ul li label {
            display:block;
            overflow:hidden;
            padding:3px;
            background-color:#ebebeb;
            margin-bottom:5px;
            font-weight:bold;
            min-height:37px;

        }


    .ContieneCheckBox h4 {
        display:block;
        overflow:hidden; 
        margin-bottom:25px;
    }

.Grayfondo {
           background-color:#eaeaea;
           width:98%;
}

.col1, .col2 {
       display:block;
        overflow:hidden; 
        width:48%; 
        float:left;
        padding-top:20px;
        padding-bottom:10px;
}


.erroField {
    border: 1px solid #ff0000 !important;
}

.checkLiberarPedido {
    background: #04B404 !important;
    border: none !important;
    color: #000 !important;
}


.checkSelectorPedido {
    background: #04B404 !important;
    border: none !important;
    color: #000 !important;
}

.noHoverColor tbody tr:hover td, .table tbody tr:hover th{
    background-color: transparent !important;
}

.cuadroComentario {
    display:block;
    overflow:hidden;
    min-height:60px;
    padding: 5px;
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.anchuraCampoCircuitoFirma {
    width:110px; 
    float:left;
}

.anchuraCampoCircuitoFirmaGrande {
    width:130px; 
    float:left;
}

.nav-pills {

}


.nav-pills li a {
        padding-left:2px;
    max-width:90px;   
    padding-right:3px;
    max-width:85px;
    text-align:center;
    margin-right:0;
    min-height:28px;
    margin-bottom:0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px  0px 0px;
    border-left: 1px solid #eff0f4;
      border-right: 1px solid #eff0f4;
        border-top: 1px solid #eff0f4;
}

.nav-pills > li {
    border-left: none !important;
}

.nav-pills li a:hover {
}



 .InfoFLotante {
 margin-top:40px;

}

    .InfoFLotante tr td {
        text-align:center;
    }

    .InfoFLotante thead {
        background-color:#e1e1e1 !important;
    }

.Tpedido {
    display:block;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    width:150px;
}

th.footerContent {
    text-align:center !important;
}

.dataTables_paginate a {
    margin-right:15px;
}

    .dataTables_paginate a:hover {
        cursor:pointer !important;
    }


#cuadroReportePedidosLiberados {
    display:block;
    overflow:hidden;
       border-radius: 5px;
       background-color:#f0f0f0;
       border: 1px solid #333333;
       padding: 10px;
       text-align:right;


}

#pReporting li a {
     max-width:125px !important;
}



.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Seleccione...';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 0px 20px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.form-buscador {
    margin: 0 0 8px;
}

.cabeceraInforme {
    background-color: #000066;
    border-radius: 4px;
    color: #67b8de;
    width: 880px;
    margin-left: 47px;
}

.NoBackground {
    background-color: #FFFFFF !important;
}

.NoBackground th {
    border-right: none !important;
}

.textoAvisoResponsabilidad {
    font-size: 11px;
    width: 250px;
    margin-left: 45px;
    text-align: justify;
}

.readmore-js-toggle {
    margin-left:6px;
}


.glyphicon-chevron-up:before {
  content: "\e113" !important; 
}


.cliente .nav-pills li a {
    padding-right:5px;
    padding-left:5px;
    max-width:85px;  
}

.updatePanelTitle {
       width: 16px;
  text-align: center !important;
  /*background-color: #FAFAFA;*/
  padding: 4px;
  border-radius: 8px;
  float: right;
  color: #EEEEEE;
  cursor: pointer;
}

.infoTooltip + .tooltip > .tooltip-inner 
{
    color: #000000;
    background-color: #EFEFEF;
    border: medium;
    padding: 8px;
}

.frminlineCrC {
     display:inline-block;
     float:left;
     margin:0px;
     padding:0px;
     width:48%;
     margin-right:1%;
     overflow:hidden;

}



a.frminlineCrC {

    display:block;
    overflow:hidden;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:2px;
    margin-right: auto;
    font-size: 12px;
    padding-top:20px;
    height: 38px !important;
}



.frminlineCrC img{
    width: 28px;
    vertical-align: middle;
    float:left;
    margin-left: 10px;
}


.frminlineCrC b{
    width: 90px;
    vertical-align: middle;
    float:left;
    margin-left: 6px;
    text-align : left;
    
}

.panelAlertasCRC {
    min-height: 106px;
}

.buscadorGeneralCrC {
    max-height:106px;
}

.buscadorGeneralCrC {

}

.BuscadorCabecera {
    /*background-color:aliceblue;
    padding-right:35px !important; 
    float:right;*/

         display:inline-block !important; 
      
}


    .BuscadorCabecera * {
        /*background-color:#E0E0E0 !important;*/
     
    }

    .BuscadorCabecera input{
        display:inline-block; 

     
    }
.crcBsCab {
    max-width:160px;
    max-height:18px;
    height:18px !important; 
    margin-right:1px;

}   

    .BuscadorCabecera input  {
        margin-left:5px;
        
    }


.BuscadorCabecera form {
    margin:0px;

}


        .BuscadorCabecera  select {
            margin-right:30px  !important; 
       
              
    }


.BuscadorCabecera button {
   
    padding-top:0px !important;
    padding-bottom:0px !important;
    padding-left:4px !important;
    padding-right:4px !important;
    margin-top:2px
}
.contieneSelectCabecera {
    display:inline-block; margin-left:6px !important; 
    padding:0px !important;
    margin-top:10px;

      overflow:hidden;
}

    .contieneSelectCabecera button {
        margin-top: -2px;
    }

        .BuscadorCabecera input[type=submit] {

             display:inline-block; 
             width:50%  !important; 
             
         display:inline-block !important; 
        }

    /*.BuscadorCabecera div:first-child {
        background-color:#ff0000 !important;
        display:block  !important;
     width:100% !important;
     margin-left:15px;
    }*/

.tablaHistorial {
    float: left;
    width: 86%;
}



.divPPCAmpliacionCredito {
    
    border-color: #dcdcdc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding: 9px;
    border-radius: 3px;
    background-color: #FFFFFF;
    width: 220px;
    border: 1px solid #cccccc;
    text-align: center;
    /*margin-left: 100px !important; */
    /*width: 362px;*/
}


.IncluidobadexcugTitle {
    color: red;
    font-size: 13px;
    margin-left: 2%;
    font-weight: bold;
}


/* Estilos informe completo */
.informeCompletosubHeader {
    font-size: 11px;
    min-height: 65px;
}

.anchuraCampoinformeCompleto {
    /*width:200px; */
    float:left;
}

.anchuraCamposubHeader {
    width:60px; 
    float:left;
}

.divLeftInformeCompleto {
    font-size: 12px;
    width: 14%;
    height: 100%;
    display: inline;
    position: relative;
    float: left;
    text-align: left;
}

.divRightInformeCompleto {
    font-size: 12px;
    width: 14%;
    height: 100%;
    position: relative;
    text-align: left;
    margin-left: 15%;
}

.divInformeCompletoAncho {
    font-size: 11px;
    width: 14%;
    height: 100%;
    display: inline;
    position: relative;
    float: left;
    text-align: left;
}

.infoItemSubHeader {
    width:5%;
    font-size: 12px;
}

.bloqueSubHeader {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 20px;
    border: 2px solid #000066;
    padding: 10px;
}

.subItemSubHeader {
    font-size: 11px;
    width: 44%;
    height: 100%;
    display: inline;
    position: relative;
    float: left;
    text-align: left;
}

.titleInformeCompleto {
    height: 38px;
    background-color: rgb(0, 0, 102);
    font-size: 14px;
    line-height: 18px;
    color: white;
}


.buscando {
    display:block;
    overflow:hidden;
    min-height:100px;


        background: url("../img/ajax-loader.gif") center no-repeat, #ffffff;
}




.CargandoData {
    display:block;
    overflow:hidden;
    min-height:100px;
    width:100%;

        background: url("../img/ajax-loader.gif") center no-repeat, #ffffff;
}

.cerraBtnToggle {
    cursor:pointer !important;
}

.cerraBtnToggle:hover h4{
  text-decoration:underline !important;

}

    .cerraBtnToggle h4 {
       
    }

    .cerraBtnToggle h4  span{
        float:right;
        margin-right:60px;
        margin-left:-60px;
    }



    .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;

}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-size:12px;
}
.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border-left:1px #f5f5f5 solid;
  border-right:1px #f5f5f5 solid;
  border-bottom:1px #f5f5f5 solid;
}


@-webkit-keyframes incresendo {
    0%   {background-color:red;  }

    100% {background-color:red;  }
}


@keyframes incresendo {
    0%   {background-color:red;  }

    100% {background-color:red;  }
}


.AvisoSolicitudRepetida{

    padding:4px;
    border:1px solid #FFF;
    border-radius:5px;
    background-color:#fff;
}
.AvisoSolicitudRepetida:hover {
   
    border: 1px solid #333;
  
    background-color: #DDD;
    cursor:help;
}
.anchuraCampoCircuitoFirmaNew {
    width: 186px;
    float: left;
    border-bottom: 1px dotted #FFF;
    padding:2px;
    padding-right:10px;
}
.anchuraCampoCircuitoFirmaNew2 {
    width: 186px;
    float: left;
    border-bottom: 1px dotted #FFF;
    padding: 2px;
    padding-right: 10px;
    margin-right:30px;
}

.btnFirmaNewAprobar {
   background-color:#059b21 !important;
}
.btnFirmaNewDenegar {
    background-color: #d40d12 !important;
}

.waitDiv {
    background: #fff url(../../Content/img/wait.gif);
    background-repeat: no-repeat;
    background-position-x: 6px;
    background-position-y: 6px;
    display: block;
    padding: 6px;
    padding-bottom: 3px;
    z-index: 999;
    position: relative;
    text-indent: 30px;
    margin-left:10px;
  
}



.btnBoosPpal {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 6px;
    padding: 10px;
    display: block;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, -4px 26px 27px 20px rgba(236,236,236,0);
    box-shadow: 0px 10px 13px -7px #000000, -4px 26px 27px 20px rgba(236,236,236,0);
}

.colorojo {
    color: #d40d12;
    font-size:12pt;
}

/*.imgBoosbackground {
    /*background-image: url("../img/hiltibck.jpg");
    /*  background-repeat: no-repeat;
    background-size: 100% 100%;
    background-repeat:repeat-y;
    background-size: auto;
    min-height: 600px;
}*/

.imgBoosbackground {
    background-image: url("../img/hiltibck.jpg");
    /*  background-repeat: no-repeat;
    background-size: 100% 100%;*/
    /*background-repeat: repeat-y;*/
    background-size: auto;
    /*min-height:640px;*/
    height:100%;
    z-index:999;
}

.contenedorBoos {
    opacity: 0.95;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    margin: 0 auto;
    /*max-width: 1140px;*/
    border: 1px solid transparent;
    width:100%;
}

.h3ident {
    text-indent: 14px !important;
}

.divcontinente {
    margin: 0 auto;
    width: 960px;
    border: solid 1px #FFF;
    background-color: #FFF;
}

.divcontenido {
    background-color: #FFFFFF;
    margin: 0 auto;
    width: 930px;
    border: solid 1px #FFF;
   
}

.solidBkgBoos {
    background-color: #fff;
    background-image: -moz-linear-gradient(top, #fff, #ebebeb);
    background-image: -ms-linear-gradient(top, #fff, #ebebeb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(top, #fff, #ebebeb);
    background-image: -o-linear-gradient(top, #fff, #ebebeb);
    background-image: linear-gradient(top, #fff, #ebebeb);
}

.infoBox {
    border: 1px solid #999;
    border-radius: 6px;
    min-height: 34px;
    width: 100%;
    margin-top: 25px;
}

    .infoBox > h5 {
        padding: 4px;
        padding-left: 8px;
        color: steelblue;
    }

.select2Custom {
}
    .select2Custom > a {
        position: static !important;
        border: none !important;
        background-image: none !important;
        box-shadow: none !important;
        background-color: transparent !important;
    }

/*Clearing Floats*/
.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}
/* Form wrapper styling */
.form-wrapper {
    width: 450px;
    padding: 15px;
    margin: 150px auto 50px auto;
    background: #444;
    background: rgba(0,0,0,.2);
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}

    /* Form text input */

    .form-wrapper input {
        width: 330px;
        height: 20px;
        padding: 10px 5px;
        float: left;
        font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
        border: 0;
        background: #eee;
        border-radius: 3px 0 0 3px;
    }

        .form-wrapper input:focus {
            outline: 0;
            background: #fff;
            box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        }

        .form-wrapper input::-webkit-input-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

        .form-wrapper input:-moz-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

        .form-wrapper input:-ms-input-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }


.form-cust {
    display: flex;
    flex-direction: row;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 0px;
}

        .form-cust  > input {
            /* Tell the input to use all the available space */
            flex-grow: 2;
            /* And hide the input's outline, so the form looks like the outline */
            border: none;
        }

        .form-cust > input:focus {
            /* removing the input focus blue box. Put this on the form if you like. */
            outline: none;
        }

        .form-cust > button {
            /*Por si queremos cambiar el aspecto del boton*/
        }