/* INICIO SECCIÓN DE FUENTES DE GOOGLE */

/* Mayusculas */
.input-mayusculas{
  text-transform: uppercase;
}

.text-mayusculas{
  text-transform: uppercase;
}

.img-zoom{
  width: 150px;
  height: 100px;
}

.img-zoom:hover{
  cursor: zoom-in;
}

/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v11/yQiAaD56cjx1AooMTSghGfY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v11/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* FIN SECCIÓN DE FUENTES DE GOOGLE */

/******************************************************************/

/* INICIO SECCIÓN DE ESTILOS DE MODALS */

.modal-content{
  border-radius: 10px 10px 10px 10px !important;
  -moz-border-radius: 10px 10px 10px 10px !important;
  -webkit-border-radius: 10px 10px 10px 10px !important;
}

.modal{
  border-radius: 10px 10px 10px 10px !important;
  -moz-border-radius: 10px 10px 10px 10px !important;
  -webkit-border-radius: 10px 10px 10px 10px !important;
}

.modal-dialog-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.modal-dialog2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.modal-content2 {
  display: inline-block;
  text-align: left;
}

#modalImagen .modal-content2{
  display: inline-block;
  text-align: left;
  background: transparent;
  width: 50%;
}

#modalImagen .modal-body{
  padding: 0px;
}

#modalImagen .modal-header{
  padding: 0px;
  border: none;
}

.modal-header .close {
  margin: 0;
  position: absolute;
  top: -15px;
  right: -10px;
  width: 34px;
  height: 34px;
  border-radius: 23px;
  /*background-color: #0083b3;*/
  background-color: #32749A;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  opacity: 1;
  z-index: 10;
}

.modal-header-error{
  background-color: #ff4d4d;
}

.modal-header-warning{
  background-color: #ffa64d;
}

.modal-header-normal{
  /*background-color: #67A9CE;*/
  background-color: #0c1d27;
  color: #fff;
}

.rounded-corners-sup{
  border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border-radius: 7px 7px 0px 0px;
}

.rounded-buttons{
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

.border-rounded-corners{
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;

  border: 1px solid #e6e6e6;

  padding-top: 10px;
  margin-bottom: 10px;
}

.texto-mensaje-modal{
  font-size: 16px !important;
}

/* FIN SECCIÓN DE ESTILOS DE MODALS */

/******************************************************************/

/* INICIO SECCIÓN DE ESTILOS DE LOADDING PAGE */

.spinner {
  margin: auto auto;
  width: 60px;
  height: 80px;
  text-align: center;
  /*font-size: 10px;*/
}

.spinner > div {
  background-color: #ff5050;
  height: 100%;
  width: 6px;
  display: inline-block;

  border-radius: 24px 24px 24px 24px;
  -moz-border-radius: 24px 24px 24px 24px;
  -webkit-border-radius: 24px 24px 24px 24px;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* FIN SECCIÓN DE ESTILOS DE LOADDING PAGE */

/******************************************************************/

/* Inicio: Estilos para el Drag and Drop de Archivos */

.div-drop-zone{
  border: 2px dashed #bbb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 25px;
  text-align: center;
  font: 10pt bold 'Vollkorn';
  color: #bbb;
}

.borde-delgado{
  border: 1px;
  border-style: solid;
}

.fileDialog{
  font-size: 10px;
}

.fileDialogDocumentos,
.file-dialog-documentos{
  font-size: 12px;
}

#progress_bar, 
#progress_barDocumentos,
#progress-bar-documentos{
  margin: 10px 0;
  padding: 3px;
  border: 1px solid #000;
  font-size: 8px;
  clear: both;
  opacity: 0;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  height: 16px;
}

#progress_bar.loading, 
#progress_barDocumentos.loading
#progress-bar-documentos.loading{
  opacity: 1.0;
}

#progress_bar .percent, 
#progress_barDocumentos .percentDocumentos,
#progress-bar-documentos .percent-documentos{
  background-color: #99ccff;
  height: 8px;
  width: 0;
}

.output-list{
  font-size: 10px;
}

.li-files{
  font-size: 10px;
  margin-left: -30px;
}

@media screen and (max-width: 768px) {
  .fileDialog{
    font-size: 8px;
  }

  .li-files{
    font-size: 10px;
  }
}

/* Fin: Estilos para el Drag and Drop de Archivos */

/* Inicio: Estilos para los botones del panel */
.botones-panel{
  font-size: 20px;

  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 0px solid #000000;
}

.color-botones-panel{
  color: #23527C;
}

#btn-papelera{
  margin-top: -8px;
}

/* Fin: Estilos para los botones del panel */


/* Tabs panel */
.tabbable-panel {
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.tabbable-line .nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline;
     zoom:1;
}

.tabbable-line .nav-tabs, .nav-pills {
    text-align:center;
}

/* INICIO SECCIÓN DE ESTILOS PARA EL WIZARD */

.form_wizard .stepContainer {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0 solid #CCC;
	overflow-x: visible;
}

.wizard_horizontal ul.wizard_steps {
	display: table;
	list-style: none;
	position: relative;
	width: 100%;
	margin: 0 0 20px
}

.wizard_horizontal ul.wizard_steps:hover {
	background: transparent;
}

.wizard_horizontal ul.wizard_steps li {
	display: table-cell;
	text-align: center
}

.wizard_horizontal ul.wizard_steps li a,
.wizard_horizontal ul.wizard_steps li:hover {
	display: block;
	position: relative;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	color: #666;
	text-decoration: none;
}

.wizard_horizontal ul.wizard_steps li a:before {
	content: "";
	position: absolute;
	height: 4px;
	background: #ccc;
	top: 20px;
	width: 100%;
	z-index: 4;
	left: 0
}

.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
	background: #ccc
}

.wizard_horizontal ul.wizard_steps li a .step_no {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	display: block;
	margin: 0 auto 5px;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 5
}

.wizard_horizontal ul.wizard_steps li a.selected:before,
.step_no {
	background: #34495E;
	color: #fff
}

.wizard_horizontal ul.wizard_steps li a.done:before,
.wizard_horizontal ul.wizard_steps li a.done .step_no {
	background: #1ABB9C;
	color: #fff
}

.wizard_horizontal ul.wizard_steps li:first-child a:before {
	left: 50%
}

.wizard_horizontal ul.wizard_steps li:last-child a:before {
	right: 50%;
	width: 50%;
	left: auto
}

.wizard_verticle .stepContainer {
	width: 80%;
	float: left;
	padding: 0 10px
}

.actionBar {
	width: 100%;
	/*border-top: 1px solid #ddd;*/
	border-top: : 1px solid #fff;
	padding: 10px 5px;
	text-align: right;
	margin-top: 20px
}

.actionBar .buttonDisabled {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	box-shadow: none
}

.actionBar a {
	margin: 0 3px
}

.wizard_verticle .wizard_content {
	width: 80%;
	float: left;
	padding-left: 20px
}

.wizard_verticle ul.wizard_steps {
	display: table;
	list-style: none;
	position: relative;
	width: 20%;
	float: left;
	margin: 0 0 20px
}

.wizard_verticle ul.wizard_steps li {
	display: list-item;
	text-align: center
}

.wizard_verticle ul.wizard_steps li a {
	height: 80px
}

.wizard_verticle ul.wizard_steps li a:first-child {
	margin-top: 20px
}

.wizard_verticle ul.wizard_steps li a,
.wizard_verticle ul.wizard_steps li:hover {
	display: block;
	position: relative;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	color: #666
}

.wizard_verticle ul.wizard_steps li a:before {
	content: "";
	position: absolute;
	height: 100%;
	background: #ccc;
	top: 20px;
	width: 4px;
	z-index: 4;
	left: 49%
}

.wizard_verticle ul.wizard_steps li a.disabled .step_no {
	background: #ccc
}

.wizard_verticle ul.wizard_steps li a .step_no {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	display: block;
	margin: 0 auto 5px;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 5
}

.wizard_verticle ul.wizard_steps li a.selected:before,
.step_no {
	background: #34495E;
	color: #fff
}

.wizard_verticle ul.wizard_steps li a.done:before,
.wizard_verticle ul.wizard_steps li a.done .step_no {
	background: #1ABB9C;
	color: #fff
}

.wizard_verticle ul.wizard_steps li:first-child a:before {
	left: 49%
}

.wizard_verticle ul.wizard_steps li:last-child a:before {
	left: 49%;
	left: auto;
	width: 0
}

.form_wizard .loader {
	display: none
}

.form_wizard .msgBox {
	display: none
}

.steps-height{
	min-height: 330px !important;
}

/** Widgets Gentelella **/
.tile-stats {
  position: relative;
  display: block;
  margin-bottom: 12px;
  border: 1px solid #E4E4E4;
  -webkit-border-radius: 5px;
  overflow: hidden;
  padding-bottom: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: #FFF;
  transition: all 300ms ease-in-out
}
.tile-stats:hover .icon i {
  animation-name: transformAnimation;
  animation-duration: .5s;
  animation-iteration-count: 1;
  color: rgba(58, 58, 58, 0.41);
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: transformAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: transformAnimation;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards
}
.tile-stats .icon {
  width: 35px;
  height: 15px;
  color: #BAB8B8;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1
}
.tile-stats .icon i {
  margin: 0;
  font-size: 30px;
  line-height: 0;
  vertical-align: bottom;
  padding: 0
}
.tile-stats .count {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.65857
}
.tile-stats .count,
.tile-stats h3,
.tile-stats h4,
.tile-stats p {
  position: relative;
  margin: 0;
  margin-left: 10px;
  z-index: 5;
  padding: 0
}
.tile-stats h3 {
  color: #696969
}
.tile-stats h4 {
  color: #696969
}
.tile-stats p {
  margin-top: 5px;
  font-size: 12px
}
.tile-stats>.dash-box-footer {
  position: relative;
  text-align: center;
  margin-top: 5px;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none
}
.tile-stats>.dash-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15)
}
.tile-stats>.dash-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15)
}

.flipInY2 {
  padding: 0%;
}

/**Estados Llamadas**/
.llamadas{
  padding: 0 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  padding: 16px;
  background-color: #f1f1f1;
  margin-right: 2%;

  height: 1000px;
  overflow-y: auto;
}

.labels-busqueda{
  font-size: 20px;
}

.barra-busqueda{
  margin: 15px 0px;
  float: right;
}

#myInput {
  background-image: url('../imagenes/search-icon-png-transparent-11.jpg'); /* Add a search icon to input */
  background-position: 9px 3px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  background-size: 20px 20px;
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}