/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 
 .form-control-feedback {   
    top: 1px;
    right: -30px;
}
 
 .form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: -13px;
}

.smart-form .has-feedback .form-control-feedback {
    top: 0;
    right: -28px;
}

.has-feedback .form-control {
    padding-right: 0px;
}

.txt-color-orange {
    color: #eaba09 !important;
}

.txt-color-lifeStyle{
    color: #00AEC6 !important;
}

.txt-color-click-one{
color: #61ACC4!important;
}

.txt-color-click-dos{
color: #00B8D8!important;
}

.txt-color-click-tres{
color: #8FFFFF!important;
}

.bg-color-click-variation{
   background-color: #80bad2 !important;
}


.txt-color-orangeDark {
    color: #1576c8!important;
}


.txt-color-green-bar{
    color:#a9ce23 !important;
}


.bg-ctm-color-blue-a{ background-color: #61ACC4 !important; }
.bg-ctm-color-blue-b{ background-color: #00B8D8 !important; }
.bg-ctm-color-blue-c{ background-color: #8FFFFF !important; }
.bg-ctm-color-blue-d{ background-color: #66A9C4 !important; }
.bg-ctm-color-blue-e{ background-color: #0FB4D6 !important; }
.bg-ctm-color-blue-f{ background-color: #90F4F9 !important; }
.bg-ctm-color-blue-g{ background-color: #6CA6C4 !important; }
.bg-ctm-color-blue-h{ background-color: #1EB0D4 !important; }
.bg-ctm-color-blue-i{ background-color: #91E9F3 !important; }
.bg-ctm-color-blue-j{ background-color: #72A3C4 !important; }
.bg-ctm-color-blue-k{ background-color: #2EACD2 !important; }
.bg-ctm-color-blue-l{ background-color: #92DEED !important; }
.bg-ctm-color-blue-m{ background-color: #77A1C4 !important; }
.bg-ctm-color-blue-n{ background-color: #3DA8D0 !important; }
.bg-ctm-color-blue-o{ background-color: #93D3E7 !important; }

.txt-ctm-color-blue-a{ background-color: #61ACC4 !important; }
.txt-ctm-color-blue-b{ background-color: #00B8D8 !important; }
.txt-ctm-color-blue-c{ background-color: #8FFFFF !important; }
.txt-ctm-color-blue-d{ background-color: #66A9C4 !important; }
.txt-ctm-color-blue-e{ background-color: #0FB4D6 !important; }
.txt-ctm-color-blue-f{ background-color: #90F4F9 !important; }
.txt-ctm-color-blue-g{ background-color: #6CA6C4 !important; }
.txt-ctm-color-blue-h{ background-color: #1EB0D4 !important; }
.txt-ctm-color-blue-i{ background-color: #91E9F3 !important; }
.txt-ctm-color-blue-j{ background-color: #72A3C4 !important; }
.txt-ctm-color-blue-k{ background-color: #2EACD2 !important; }
.txt-ctm-color-blue-l{ background-color: #92DEED !important; }
.txt-ctm-color-blue-m{ background-color: #77A1C4 !important; }
.txt-ctm-color-blue-n{ background-color: #3DA8D0 !important; }
.txt-ctm-color-blue-o{ background-color: #93D3E7 !important; }

.bg-color-blue-one-theclick{
background-color: #61ACC4!important;
}
.bg-color-blue-dos-theclick{
background-color: #00B8D8!important;
}
.bg-color-blue-tres-theclick{
background-color: #8FFFFF!important;
}

.bg-color-dark{
    background-color: #333!important;
}

.label-login{
    width : 100%
}
.label-login>.form-group>.control-label{
    text-align: right;
    margin-top: 7px;
    margin-left: -13px;
    margin-right: 11px;
}

.help-block {
    color: #bb2626;
}
.capa{
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0.28;    
 }
 
 .capa-button{
    margin-top: 16%;   
 }
 
.rendondear-imagen{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

//*impresion */
#receipt_wrapper
{
	font-family:Arial;
	font-size: 100%;
	width:100%;	
}

#receipt_header
{
	text-align:center;
}

#company_name
{
	font-weight:bold;
}

#company_phone
{
	margin-bottom:15px;

}

#sale_time
{
	margin-bottom:5px;
}

#receipt_items
{
	position:relative;
	border-collapse:collapse;
	margin-top:15px;
	margin-bottom:15px;
	width:100%;
}

#receipt_items td
{
	position:relative;
	padding:3px;	
}

.short_name
{
	display:none;
}

#sale_return_policy
{
	width:80%;
	margin:0 auto;
	text-align:center;
}

#barcode
{
	margin-top:10px;
	text-align:center;
}

#signature
{
	margin-top: 30px;
	text-align: center;
}

#receipt_footer {
    font-size: !important 10%;
}


.panel-gray-click-one {
    border-color: #686868;
}

.panel-gray-click-one>.panel-heading {
    color: #1c6b1b;
    background-color: #eee;
    border-color: #686868;
}

.panel-gray-click-dos {
    border-color: #686868;
}

.panel-gray-click-dos>.panel-heading {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
}

#extr-page .container {
   margin-top: 81px;
}

#extr-page #header {
    margin: 0;
    height: 71px;
    border-bottom: 1px solid #eee!important;
    overflow: hidden;
    padding: 0 30px;
    border-width: 0;
    min-height: 28px;
    background: linear-gradient(to bottom,#33cc66,#36a539)!important;
	position: fixed;
    width:100%;
    z-index: 905;
}

#extr-page #header #logo img {
    width: 215px;
	margin-top: -15px;
}

#header {
    display: block;
    height: 60px;
    margin: 0;
    padding: 0 13px 0 0;
    background-color: #fff!important;
    background-image: linear-gradient(to bottom,#3276b1,#2b679b);
    background-repeat: repeat-x;
    position: fixed;
    width: 100%;
    z-index: 905;
}

#logo{
   display: contents!important;
}

#logo img {
    width: 350px;
    height: auto;
}

.logo-app {
    width: 221px;
    margin-top: 3px;
}

#logo-login-group {
    background-color: #3276b1;
    padding: 6px;
    text-align: center;
}

#ribbon {
    border-bottom: 1px solid #CFCFCF;
    border-top: 1px solid #E6E6E6;
    background: #F5F5F5;
top: 60px;
    margin-bottom: 61px;
}

#ribbon .breadcrumb, #ribbon .breadcrumb a {
    color: #757474!important;
    text-decoration: none!Important;
}

#ribbon .breadcrumb li:last-child, #ribbon .breadcrumb>.active {
    color: #333!important;
}

#left-panel {
    padding-top: 61px;
}

aside {
    background: linear-gradient(to right,#2c689d,#2b689d 100%);
}

.app-menu {
    border-bottom: 1px solid #ddd;
}

nav ul li a {
    color: #ddd;
}

nav ul li a:active {
    background: #3276b1!important;
}

li.open{
  background-color: #1576c8!important;
}

nav ul ul li>a:hover {
    background: #3276b1!important;
    color: #fffcfc;
}

.minified nav>ul>li>a>.menu-item-parent {
    display: none;
    position: absolute;
    left: 40px;
    top: -3px;
    width: 186px;
    height: 38px;
    line-height: 38px;
    background-color: #333333;
    color: #e9dfa9;
    z-index: 3;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #D8D4D4;
    border-bottom: 1px solid #fff;
    padding-left: 12px;
}

.minified nav>ul>li>ul {
    display: none!important;
    position: absolute;
    left: 40px;
    width: 200px;
    z-index: 5;
    border: 1px solid #bfbfbf;
    min-height: 180px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
    background: #333333;
    margin-top: -3px;
}

.minified nav>ul>li>ul>li {
    background-color: rgba(69,69,69,.6);
}

.minified nav>ul>li {
    border-bottom: 1px solid #1a181700;
    border-top: 1px solid #52515100;
}

.page-footer {
    background: #2b689c;
}

.txt-color-blueLight {
    color: #fefefe!important;
}

a {
    color: #35a93e;
    text-decoration: none;
}

a:focus, a:hover {
    color: #33cc66;;
    text-decoration: underline;
}

.login-info {
    display: none;
	border-bottom: 1px solid #1a181700;
}

.login-info>span {
    border-bottom: 1px solid #5ad67b;
}

.login-info img {
    border-left: none;
    border-radius: 20px;
    border: 2px solid #88fba6;
    border-color: #88fba6;
}

.login-info a {
    color: #cee6cf;
}

.app-point{
height: 6px;
    background: #8FFFFF;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 5px;
    position: fixed;
    margin-top: -16px;
    right: 55px;
    display: block;
    width: 6px;
}

.btn-header>:first-child>a {
    background-color: transparent;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15),rgba(0,0,0,.05));
    border: 1px solid #fafafa;
    color: #fafafa;
}

.btn-header>:first-child>a:hover {
    color: #fafafa;
    border: 1px solid #fafafa;
    background-color: #2e93e9;
}

.hidden-menu #hide-menu>:first-child>a {
    background-color: #3276b1;
    background-image: linear-gradient(to bottom,#3276b1 0,#1a5d97 100%);
    color: #ddd;
    border-color: #ddd;
}

.btn-header>:first-child>a:active {
   background-color: #1576c8;
    background-image: linear-gradient(to bottom,#3796e7 0,#1576c8 100%);
}

#login-info-header{
    float: left;
    margin: 6px 5px;
    border-top-width: -30px;
    color: white;
}

#login-info-header img{
    height: 39px;
    width: 39px;
    position: fixed;
    right: 102px;
	border-radius: 20px;
    border: 2px solid #88fba6;
    border-color: #88fba6;
}

#login-info-header :hover{
    color:#bfbfbf;
    text-decoration:none;
}

.app-point-headert{
height: 6px;
    background: #8FFFFF;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 5px;
    position: fixed;
    margin-top: 15px;
    right: 77px;
    display: block;
    width: 6px;
}

#login-info-header i {
    position: fixed;
    right: 56px;
    top: 17px;
}

#login-info-header span {
    
    margin-top: 8px;
    right: 161px;
    position: fixed;
    overflow: none;
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

#login-info-header a{
 color: #fafafa;
}

aside {
    background: linear-gradient(to right,#2c689d,#2b689d 100%);
}

.form-control.select2{
   padding: 0px 0px;
}

.form-control.select2me{
   padding: 0px 0px;
}

.product-content {
    border: 1px solid #dfe5e9;
    margin-bottom: 20px;
    margin-top: 12px;
    background: #fff;
}

.product-content .product-image {
    background-color: #fff;
    display: block;
    min-height: 238px;
    overflow: hidden;
    position: relative;
}

.product-content .product-deatil {
    border-bottom: 1px solid #dfe5e9;
    padding-bottom: 17px;
    padding-left: 16px;
    padding-top: 16px;
    position: relative;
    background: #fff;
}

.product-content .description {
    font-size: 12.5px;
    line-height: 20px;
    padding: 10px 14px 16px 19px;
    background: #fff;
}

.product-content .product-info {
    padding: 11px 19px 10px 20px;
}

.smart-form .rating {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 25px;
    color: #404040;
}

.smart-form .rating:last-child {
    margin-bottom: 0;
}

.product-wrap .product-image span.tag2 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 10px 0;
    color: #fff;
    font-size: 11px;
    text-align: center;
}

.product-wrap .product-image span.hot {
    background-color: #a90329;
}

.product-info.smart-form .btn {
    padding: 6px 12px;
    margin-left: 12px;
    margin-top: -10px;
}

.product-deatil .name {
    margin-top: 0;
    margin-bottom: 0;
   font-weight: 600;
}

h5 {
    font-size: 17px;
    font-weight: 300;
    margin: 10px 0;
    line-height: normal;
}

.product-deatil .price-container {
    font-size: 24px;
    margin: 0;
    font-weight: 300;
}

.product-content .product-deatil span.tag1 {
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    height: 50px;
    padding: 13px 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 50px;
}

.product-block .product-deatil p.price-container span, .product-content .product-deatil p.price-container span, .product-entry .product-deatil p.price-container span, .shipping table tbody tr td p.price-container span, .shopping-items table tbody tr td p.price-container span {
    /*color: #21c2f8;*/
    font-family: Lato,sans-serif;
    font-size: 24px;
    line-height: 20px;
}

.dropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details {
    max-width: 118px;
    max-height: 29px;
    width: 118px;
    height: 29px;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200,200,200,.8);
    background-color: rgba(255,255,255,.8);
    overflow: visible; 
    white-space: normal; 
    width: auto;
    position: absolute;
    background-color:#FFF;
    padding: 5px;
    border-radius: 3px;
    z-index: 1000;
    right: -1px;
}


#div_carga{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: gray;
	display: none;
	z-index: 99999999999999;
	opacity: 0.6;
	filter: alpha(opacity=60); /* IE < 9.0 */
}

#cargador{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	font-size: 76px;
}


fieldset {
  margin-bottom: 3px!important;
}

.cortar{
  text-overflow:ellipsis;
  white-space:nowrap; 
  overflow:hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

.cortar:hover {
  width: 100%;
  white-space: initial;
  overflow:visible;
  cursor: pointer;
}

.product-content .product-video {
    background-color: #fff;
    display: block;
    min-height: 238px;
    overflow: hidden;
    position: relative;
}

.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.table-guia {
    background-image: url(https://dev.click-solutions.net/assets/images/bg-patron.png);
    background-repeat: no-repeat;
    width: 20.5cm;
    height: 9.3cm;
    
    -webkit-print-color-adjust: exact;
}

.padding-guia {
    padding:12px;
}


.table-wrapper {
  width: 100%;
  height: 200px; /* Altura de ejemplo */
  overflow: auto;
}

.table-wrapper table {
  border-collapse: separate;
  border-spacing: 0;
}

.table-wrapper table thead {
  position: -webkit-sticky; /* Safari... */
  position: sticky;
  top: 0;
  left: 0;
}




@-moz-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    
    .bg-color-lightBlue{
        background-color: #afc0c8 !important;
    }
    
    /*.endDocument{
       page-break-after: avoid !important;
       page-break-before: avoid !important;
       page-break-inside: avoid !important;
    }
    
    html, body {
        height: 99%;  
        -webkit-print-color-adjust: exact !important; 
        overflow: hidden !important;
    }
    
    #invoice-footer:last-child {
        page-break-after: avoid !important;
    }
    
    .endDocument{
       page-break-after: avoid !important;
       page-break-before: avoid !important;
       page-break-inside: avoid !important;
    }*/
        
}


@font-face {
font-family: NOTO SANS;
src: local("?"),url('fonts/Noto_Sans/NotoSans-Bold.ttf') format(‘truetype’),url('fonts/Noto_Sans/NotoSans-BoldItalic.ttf') format(‘truetype’),url('fonts/Noto_Sans/NotoSans-Italic.ttf') format(‘truetype’),url('fonts/Noto_Sans/NotoSans-Regular.ttf') format(‘truetype’);

}

@media only screen and (max-width: 979px) {
#hide-menu i {
    color: #fafafa;
}

}

@media only screen and (max-width: 794px) {
.smart-form .row {
margin: 0;
}
}

@media only screen and (max-width: 626px) {
.login-info {
    display: block;
}
#login-info-header{
    display: none;
}
}

@media (max-width: 479px){
div[class~="pull-left"]{
 width:94px;
}
/*#header>div {
width: 107px; 
}*/

div[class~="app-right"]{
 width:24px;
}
}


@media only screen and (max-width: 318px) {
#header {
    height: 104px;
    
}
}

@media only screen and (max-width: 299px) {
#header {
    height: 98px;
}
div[class~="pull-left"]{
 width:56px;
}

.btn-header.pull-right {
    margin-left: 4px;
}

#logo img {
    width: 139px;
    height: auto;
    margin-top: -5px;
    margin-left: -10px;
}

#ribbon {
    top: 98px;
}

#left-panel {
    padding-top: 100px;
}

#header>:first-child, aside {
    width: 133px;
}

}


@media only screen and ( min-width: 768px ){

    .modal-xl {
        /* width: 900px; */
        width: 90%;
    }
}


@media only screen and (min-width: 1024px){
    .product-content .product-info {
    position: relative;
}

.product-content .description, .product-content .product-deatil, .product-content .product-info {
    margin-left: -13px;
}

.product-content .product-image, .product-content .product-btn-action {
    border-right: 1px solid #dfe5e9;
    margin-right: -13px;
}

.superbox-list {
    width: 25.5%;
}

}

/*@media only screen and (max-width: 679px) and (min-width: 0)
#header {
    background: #1c6b1b!important;
}*/