/**
 * Table of contents
 * 
 * 1.0 - Reset
 * 2.0 - Head
 * 3.0 - Body
 * 4.0 - Footer
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * ---------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * ----------------------------------------------------------------------------
 */
html {
	height: 100%;
}

body {
	
	font-family: helvetica;
	background: -webkit-linear-gradient(#e5e4e6, #555356); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#e5e4e6, #555356); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#e5e4e6, #555356); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#e5e4e6, #555356); /* Standard syntax */
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.page {
	margin: 0px 2% 30px 2%;
}

.webContainer {
	padding-top: 80px;
	background-color: #fff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	min-height: 500px;
}

.webContainerSmall {
	padding-top: 5px;
	background-color: #fff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	min-height: 500px;
}

.shadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 1px 6px;
    -moz-box-shadow: rgba(0,0,0,0.65) 0 1px 6px;
}

/**
 * 2.0 Header
 *
 * ----------------------------------------------------------------------------
 */

.navbar {
	height: 55px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

.navbar .navbar-inverse .navbar-fixed-top {
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.43);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.43);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.43);
}

.menuContainer {
	border-bottom: 5px solid #6eab2e;
	box-sizing: border-box;
}

.brandLogo {
	height: 180%;
	margin: -15% 0%;
}

.navbar-inverse .navbar-nav:hover {
	background-color: #6eab2e;
}

/* Keeps the menu item colored after opening it */
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #6eab2e;
	color: #fff;
}

.itemSelected {
	background-color: #6eab2e;
}
.itemSelected .itemSelText {
	color: #fff !important;
}

.usernameContainer {
	color: #fff;
	height: 50px;
	line-height: 50px;
}

.username {
	font-weight: bold;
}

.logout, .logout:hover, .logout:focus {
	color: #F00;
	font-weight: bold;
}

/**
 * 3.0 Body
 *
 * ----------------------------------------------------------------------------
 */

.container {
	padding-bottom: 15px;
}

.login-block {
	margin-top: 30px;
	text-align: center;
	padding: 20px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d2e9b4;
	background-color: #f1f8e8;
}

.dotred {
	width: 12px;
	height: 12px;
	background-color: #d9534f;
	border-radius: 50%;
}

.imgPreview {
	max-width: 100%;
	border: 1px solid #777;
	padding: 2px;
	border-radius: 3px;
	background-color: #fff;
}

/**
 * 3.1 Forms, tables
 *
 * ----------------------------------------------------------------------------
 */

.fieldName {
	min-width: 150px;
	text-align: left;
}

.input-group {
	margin-bottom: 5px;
}

.trPointer {
	cursor:	pointer;
}

.bigInput {
	font-size: 22px;
	text-align: center;
}

.noinfo {
	background-color: #fafafa;
	color: #666;
}
.centrado {
	text-align: center;
}


/**
 * 4.0 Footer
 *
 * ----------------------------------------------------------------------------
 */

.footer {
	background-color: #1D1D1D;
	color: white;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #1D1D1D;
	padding: 20px;
	min-height: 50px;
}

.anoopowered {
	float: right;
	bottom: 8px;
	position: relative;
	font-size: 0.7em;
	padding-left: 5px;
}

.anoopowered img {
	margin-left: 5px;
}

/* ESPECIFICO PARA STOCKS Y DESCUENTOS */

#discountTable input[type='text'], #discountTable .input-group-addon {
	height: 26px;
}
.inputLimitHeight {
	height: 23px;
}
#discountTable .input-group-addon {
	max-height: 23px !important;
	padding: 4px 3px 0px 3px;
}

.width33pc {
	width: 33%;
	margin: auto;
	display: inline-block;
	vertical-align: top;
}
.tableHeaderTitle {
	color: #fff;
	background-color: #333;
	height: 10px;
	padding: 2px 10px !important;
  	font-size: x-small;
}

.frmDiscountField_4 .tt-dataset-6 {
	color: red;
}

.frmDiscountField_2 {
	width: 115px;
}
.frmDiscountField_3 {
	width: 115px;
}
.frmDiscountField_4 {
	width: 520px;
}
.frmDiscountField_5 {
	width: 100px;
}
.frmDiscountField_6 {
	width: 70px;
}
.frmFieldError {
	background-color: #ffabab
}
.oculto {
	display: none;
}
.botoneraDown {
	margin-bottom: 10px;
}

.rowEmptyTable {
	text-align: center;
	background-color: #f5f5f5;
	text-align: center;
	font-weight: bold;
}

.exceptionCategoryItem {
	min-width: 350px;
}
.personProfileItem {
	min-width: 480px;
}

.excepCatLineField {
	padding-right: 5px;
}

.inputGroupTop3 {
	padding-top:5px;
}

input.datepicker {
	width: 100px !important;
	height: 23px;
	border-radius: 4px !important;
	text-align: center;
}

.datepickerLabel {
	float: left;
	width: 100px;
	line-height: 23px;
	padding-top: 2px;
}

.datepickerContainer {
	clear: both;
}

.redText {
	color: red;
}

/*
.permissionTable {
	width: 500px;
	margin: auto;
	border: 1px solid #666;
}

.permissionTableHeader {
	background-color: #386316;
	color: #fff;
}
.permissionTableHeader th {
	padding: 5px;
}

.permissionTableCell {
	background-color: #549322;
	color: #fff;
}
.permissionTableCell td {
	padding: 5px;
	text-align: right;
}

.permissionCheckCell {
	width: 40px;
	text-align: center !important;
}
*/

.sortableGroup {
	width: 510px;
	padding: 10px;
	background-color: #eee;
	margin: auto;
	background-color: rgb(222, 239, 218);
	border: 1px solid #aaa;
	margin-bottom: 5px;
}
.sortableGroupElem {
	background-color: #ccc;
	margin-bottom: 3px;
	background-color: #386314;
	color: #fff;
}
.sortableGroupElemTitle {
	display: inline-block;
	width: 400px;
	padding-left: 5px;
}
.sortableGroupElemTitlePerm {
	display: inline-block;
	width: 40px;
	text-align: center;
}

.sortableItemElem {
	background-color: #539322;
	margin-bottom: 3px;
}
.sortableItemElemName {
	display: inline-block;
	width: 400px;
	text-align: right;
}
.sortableItemElemCheckbox {
	display: inline-block;
	width: 40px;
	text-align: center;
}

.ui-sortable {
	min-height: 10px;
}

tr.remarcado {
	background-color: #fcf8e3;
}
input.marcado {
	background-color: #fce3e3;
}
.remarcado .stockCentral {
	color: red;
	font-weight: bold;
}

.height23 {
	height: 23px;
}
.height26 {
	height: 26px;
}
.width75 {
	width: 75px;
}

.glyphicon-refresh-animate {
    -animation: spin 1.5s infinite linear;
    -webkit-animation: spin2 1.5s infinite linear;
}


@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@media only screen and (max-width: 600px) {
	.personalized-margin {
		padding: 0px;
		margin-left:-40px;
		margin-right:-40px;
	}
	.personalized-margin td{
		padding:4px;
	}
}