/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1.4em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.color{
	background-color:#EFEFEF;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
 /******************AGREGAR PRODUCTO**************************/
 
 
 @media(min-width:768px){
	 .btn-agregar-producto{
	 	width:25em;
	 }
}

/*************padding class****************/
.padding-bottom-1{
	padding-bottom: 1em;
}
/******************************************/

/************modificador nav****************/

.navbar-default{
	background-color: #171717;
	border-color: #171717;
}
.navbar {
border-radius: 0px !important;
}
.navbar-brand{
	padding: 0.4em !important;
}
.navbar-default .navbar-toggle{
	border-color: #888 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	color: #7d7d7d;
	background-color: #171717;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #FFF !important;
}
.dropdown-menu{
	background-color: #373737 !important;
}
.dropdown-menu > li > a{
	color: #7d7d7d !important;
}
.dropdown-menu > li > a:hover{
	color: #171717 !important;
	background-color: #878787 !important;
}
/******************************************/

/*************margin class****************/
.margin-top-1{
	margin-top: 1em;
}
.margin-top-2{
	margin-top: 2em;
}
.margin-top-3{
	margin-top: 3em;
}
.margin-top-4{
	margin-top: 4em;
}
.margin-top-5{
	margin-top: 5em;
}
/******************************************/

body{
	background-color: #DADADA;
}
.usuario-img{
	padding: .8em;
}
.usuario-img img{
	width: 2em;
}
/*
header{
	background-color: #171717;
	color: #FFF;
	font-size: 1em;
}
*//*
header img{
	padding: 0.5em;
}*//*
header .header-centrar-menu{padding:1.2em;}
header .header-centrar-menu a,header .header-centrar-menu a:visited, header .header-centrar-menu a:link{
	color: #7d7d7d !important;
	text-decoration: none !important;
}
header .header-centrar-menu a:hover,header .header-centrar-menu a.selected{
	color: #FFF !important;
	text-decoration: none !important;
}
header .header-centrar-menu a:active{
	color: #FFF !important;
	text-decoration: none !important;
}
header .menu-icon,header .menu-icon-movil{
	padding: 1em !important;
	color: #7d7d7d;
	cursor: pointer;
	text-align: right;
}
header .menu-icon-movil{
	padding: 1.2em !important;
}
header .menu-icon:hover,header .menu-icon-movil{
	color: #FFF;
}
header .menu-icon-movil{
	font-size: 1.2em;
}
header .menu-img-usuario{
	text-align: right;
	padding: .25em;
}
header .menu-img-usuario li,header .menu-img-usuario li a{
	padding:0;
	margin:0;
}
header .menu-img-usuario{
	float: right;
}
header .menu-img-usuario img{
	width: 3.35em;
}
*/
.container .background-white{
	background-color: #FFF;
}



/*****************colores texto********************/

.color_punchard_numero{
	color: #EE184F !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

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

@media (max-width: 767px) {

	.vert-offset-top-12{
	    margin-top: 1.2em;
	}
	.vert-offset-top-11{
	    margin-top: 1.1em;
	}
	.vert-offset-top-10{
	    margin-top: 1.0em;
	}
	.vert-offset-top-9{
	    margin-top: .9em;
	}
	.vert-offset-top-8{
	    margin-top: .8em;
	}
	.vert-offset-top-7 {
	    margin-top: .7em;
	}
	.vert-offset-top-6{
	    margin-top: .6em;
	}
	.vert-offset-top-5{
	    margin-top: .5em;
	}
	.vert-offset-top-4{
	    margin-top: .4em;
	}
	.vert-offset-top-3{
	    margin-top: .3em;   
	}
	.vert-offset-top-2{
	    margin-top: .2em;
	}
	.vert-offset-top-1{
	    margin-top: .1em;
	}
	.vert-offset-top-0{
	    margin-top: 0em;
	}
	/* Vertical Offset Bottom */
	.vert-offset-bottom-12{
	    margin-bottom: 1.2em;
	}
	.vert-offset-bottom-11{
	    margin-bottom: 1.1em;
	}
	.vert-offset-bottom-10{
	    margin-bottom: 1em;
	}
	.vert-offset-bottom-9{
	    margin-bottom: 0.9em;
	}
	.vert-offset-bottom-8{
	    margin-bottom: 0.8em;
	}
	.vert-offset-bottom-7{
	    margin-bottom: 0.7em;
	}
	.vert-offset-bottom-6{
	    margin-bottom: 0.6em;
	}
	.vert-offset-bottom-5{
	    margin-bottom: 0.5em;
	}
	.vert-offset-bottom-4{
	    margin-bottom: 0.4em;
	}
	.vert-offset-bottom-3{
	    margin-bottom: 0.3em;
	}
	.vert-offset-bottom-2{
	    margin-bottom: 0.2em;
	}
	.vert-offset-bottom-1{
	    margin-bottom: 0.1em;
	}
	.vert-offset-bottom-0{
	    margin-bottom: 0em;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
 
}