/* 
* Titulo: CSS Template 
* Autor: Gabriel Reyes
* Fecha: 06/05/2017
* Version: 1.0.1
*/

/* <<<<< HEADER >>>>> */

/* <<<<< FOOTER >>>>> */
.footer-bottom {
        border-radius: 4px;
        width: 98%;
        margin: 0 auto;
        margin-top: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}

@font-face {
  font-family: 'Gotham';
  src: url('public/fonts/Gotham.otf');
}

.font-gotham {
    font-family:'Gotham';
}

#dti_circle{
    margin-top: 80px;
    margin-bottom: 30px;
}

.container {
    width: 95%;
    margin: 0 auto;
    position: relative;
    clear: both;
    padding-right: 15px;
    padding-left: 15px;
}

/* <<<<< Form Validate >>>>> */ 
.form-group >[class*="col-"] + .ws-errorbox {
    padding: 0 15px;
}

legend {
    margin: 3px 0 10px;
}

/* <<<<< Modal >>>>> */ 
.modal-dialog {
    z-index: 9999;
}


/*
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
*/

.navbar-brand { position: relative; z-index: 2; }

.navbar-nav.navbar-right .btn { position: relative; z-index: 2; padding: 4px 20px; margin: 10px auto; }

.navbar .navbar-collapse { position: relative; }
.navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 22px; }

.navbar .nav-collapse { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding-right: 120px; padding-left: 80px; width: 100%; }
.navbar.navbar-default .nav-collapse { background-color: #f8f8f8; }

.navbar .nav-collapse .navbar-form { border-width: 0; box-shadow: none; }
.nav-collapse>li { float: right; }

.btn.btn-circle { border-radius: 50px; }
.btn.btn-outline { background-color: transparent; }

@media screen and (max-width: 767px) {
    .navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 15px; padding-right: 15px; }     
    .navbar .nav-collapse { margin: 7.5px auto; padding: 0; }
    .navbar .nav-collapse .navbar-form { margin: 0; }
    .nav-collapse>li { float: none; }
}

table.dataTable th,
    table.dataTable td {
        white-space: nowrap;
    }
    
    
.full {
    width: 100%;	
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #f8f8f8;
	height: auto;
        padding-bottom: 30px;
	position: relative;
	width: 95%;
	border-bottom: 1px solid #f8f8f8;
	border-top: 1px solid #f8f8f8;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #101010;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #101010;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}

/* <<<<< Agregar Sticker >>>>> */ 
.sticker {
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
    height: 63px;
}
.sticker-new {
    background: url('/resources/images/new.png') no-repeat;
    left: auto;
    right: 0;
}

/* <<<<< Cuadro Producto >>>>> */ 
.thumbnail{
    opacity:0.70;
    -webkit-transition: all 0.5s; 
    transition: all 0.5s;
}
.thumbnail:hover{
    opacity:1.00;
    box-shadow: 0px 0px 10px #4bc6ff;
}
/* <<<<< Tamao Imagenes >>>>> */ 
img.pequea{
  width: 50px; height: 50px;
}
img.mediana{
  width: 100px; height: 100px;
}
img.grande{
  width: 200px; height: 200px;
}
img.productos{
  width: 330px; height: 300px;
}

/* <<<<< Widget Table >>>>> */ 
.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 25px 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    color: rgba(0,0,0, 0.87);
    background: #fff;
}
  .card .card-height-indicator {
    margin-top: 100%;
  }
  .card .title {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .card .category:not([class*='text-']) {
    color: #999999;
  }
  .card .card-content {
    padding: 15px 20px;
  }
  .card .card-content .category {
    margin-bottom: 0;
  }
  .card .card-header {
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    margin: -20px 15px 0;
    border-radius: 3px;
    padding: 15px;
    background-color: #999999;
  }
  .card .card-header .title {
    color: #FFFFFF;
  }
  .card .card-header .category {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.62);
  }
  .card .table {
    margin-bottom: 0;
  }
  .card .table tr:first-child td {
    border-top: none;
  }
  .card [data-background-color='purple'] {
    background: linear-gradient(60deg, #ab47bc, #8e24aa);
    box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
  }
  .card [data-background-color='blue'] {
    background: linear-gradient(60deg, #26c6da, #00acc1);
    box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
  }
  .card [data-background-color='green'] {
    background: linear-gradient(60deg, #66bb6a, #43a047);
    box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
  }
  .card [data-background-color='orange'] {
    background: linear-gradient(60deg, #ffa726, #fb8c00);
    box-shadow: 0 12px 20px -10px rgba(255, 152, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 152, 0, 0.2);
  }
  .card [data-background-color='red'] {
    background: linear-gradient(60deg, #ef5350, #e53935);
    box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
  }
  .card [data-background-color] {
    color: #FFFFFF;
  }
  .card [data-background-color] a {
    color: #FFFFFF;
  }

  .card-stats .title {
    margin: 0;
  }
  .card-stats .card-header {
    float: left;
    text-align: center;
  }
  .card-stats .card-header i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
  }
  .card-stats .card-content {
    text-align: right;
    padding-top: 10px;
  }

  .card-nav-tabs .header-raised {
    margin-top: -30px;
  }
  .card-nav-tabs .nav-tabs {
    background: transparent;
    padding: 0;
  }
  .card-nav-tabs .nav-tabs-title {
    float: left;
    padding: 10px 10px 10px 0;
    line-height: 24px;
  }

  .card-plain .content {
    padding-left: 5px;
    padding-right: 5px;
  }

.titulo_descarga {
  padding: 10px;
  text-align: center;
  padding-bottom: 30px;
}

.descargar_formato {
  border: 1px solid;
  padding: 10px;
}

.descargar_formato:hover {
  background-color: #00acc1;
}

.alert_top{
  position:fixed !important;  
  width: 400px !important; 
  /*height: 80px !important;  */
  top: 0px !important; 
  left: 540px !important; 
  z-index:99999 !important; 
}

.dti-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/* Absolute Center Spinner */
.dti-loader {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.dti-loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

#progress-wrp {
  border: 1px solid #0099CC;
  padding: 1px;
  position: relative;
  border-radius: 3px;
  margin: 10px;
  text-align: left;
  background: #fff;
  box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}
#progress-wrp .progress-bar{
height: 20px;
  border-radius: 3px;
  background-color: #79f763;
  width: 0;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}
#progress-wrp .status{
top:3px;
left:50%;
position:absolute;
display:inline-block;
color: #000000;
}