/* CSS - Cascading Style Sheet */
/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=13t0u0kaVz84jP27qHbeJtFiHpX */

/* Feel free to copy&paste color codes to your application */


/* As hex codes */

.color-primary-0 { color: #7498AB }	/* Main Primary color */
.color-primary-1 { color: #C0D2DC }
.color-primary-2 { color: #9AB6C5 }
.color-primary-3 { color: #557F96 }
.color-primary-4 { color: #3B6A83 }



/* As RGBa codes */

.rgba-primary-0 { color: rgba(116,152,171,1) }	/* Main Primary color */
.rgba-primary-1 { color: rgba(192,210,220,1) }
.rgba-primary-2 { color: rgba(154,182,197,1) }
.rgba-primary-3 { color: rgba( 85,127,150,1) }
.rgba-primary-4 { color: rgba( 59,106,131,1) }
/* Generated by Paletton.com Â© 2002-2014 */
/* http://paletton.com */

header, section, footer, aside, nav, article, figure, figcaption,  
hgroup{ 
  display: block; 
}

* { 
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body { 
  /*text-align: center;
  font-family: "Helvetica Neue", Helvetica, sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  background-image: url("../img/background.jpg");
} 

.divClear {
  clear: both; 	
}

.divAgrupar { 
  width: 980px; 
  height: 840px;  
  margin: 15px auto; 
  text-align: left; 
  background: #F5FAFC;
  position: relative;
}

a#ui-id-16:focus, a#ui-id-15:focus {
    outline: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
    outline: none;
}

/* Datepicker de jquey ui más chico */
.ui-datepicker { 
    font-size: 9pt !important; 
}

input[readonly] {
    background-color: #eee;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
}

/*Cuadro de dialogo al no encontrar clientes*/

.divVentanaResultadoBuscarCliente div.ui-dialog-content {
    text-align: center;
    font-size: 13px;
}

.divVentanaResultadoBuscarCliente .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    text-align: center;
    padding-left: 50px;
}

.divVentanaResultadoBuscarCliente button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    padding: 5px 10px;
    font-weight: 600;
    border: 1px solid #aaaaaa;
}

.ventModalInvisible {
    background: rgba(0, 0, 0, .3);
}
.geo-wizard-icon {
    width: 39%;
    padding-top: 10px;
}
.youtube-wizard-icon {
    width: 60%;
}
.btn-wizard {
    cursor: pointer;
}

input#youtube-url {
    width: 96.7%;
}

.geo-container {
    width: 440px;
    margin-left: 4px;
    height: 300px;
    margin-bottom: 10px;
}

div#idSubirMaterialVideo {
    height: 120px !important;
}

div#idSubirMaterialVideo form {
    text-align: center;
    margin: 17px;
}

input#idBotonSubirMaterialVideo {
    cursor: pointer;
}

.video-iframe-container {
    text-align: center;
}

button.btn-wizard {
    background: 0;
    border: 0;
}

div#SubirGeo form {
    text-align: center;
}