body {
	padding-top: 50px;
}

body.double_fixed_navbar {
	padding-top: 140px;
}

textarea {
	resize: vertical;
	min-height: 100px !important;
}

/******* FOR DROPDOWN NAVBAR ********/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/********* END NAVBAR DROPDOWN ***********/

.header-logo {
	height: 155%;
	margin-top: -5px;
}

.main-navbar {
	margin-bottom: 0;
	z-index: 1000;
}

#section_navbar {
	top: 50px;
}

.section-list-navbar {
	z-index: 999;
}

.section-title {
	font-weight: bold;
	color: #222;
}

.search-form-content {
	width: 100%;
}

.search-form-actions {
	margin-right: 15px;
}

.table-column-actions-1 {
	width: 40px;
}

.table-column-actions-2 {
	width: 80px;
}

.table-column-actions-3 {
	width: 120px;
}

.table-column-actions-4 {
	width: 160px;
}

.table-column-actions-5 {
	width: 160px;
}

.fileUploadFormField {
	position: relative;
}

.fileUploadFormField input[type="file"] {
	position: absolute;
	z-index: 2;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.show-inline {
	display: inline-block !important;
}

.infraplanFiscalLogo {
	max-width: 50%;
	display: block;
}

.form-signin {
	margin-top: 100px;
}

.form-signin-heading {
	text-align: center;
	font-weight: bold;
}

#clientFileProducts .navbar-brand {
	padding-right: 5px;
}

.graph-container>canvas {
	width: 100% !important;
	/*max-height: 450px !important;*/
}

.orderField {
    cursor:pointer;
}

.orderField:hover {
    text-decoration:underline;
}

.legend-container>.chart-legend {
	list-style: none;
	float: left;
	padding: 0;
}

.legend-container>.chart-legend li {
	margin: 2px 0;
	width: 100%;
	float: left;
}

.legend-container>.chart-legend span:FIRST-CHILD {
	padding: 10px;
	float: left;
	margin-right: 10px;
}

.legend-container>.chart-legend span {
	float: left;
}

.th_right {
	text-align: right !important;
}


.lang_selector {
    display: inline-block;
    padding: 2px 2px 2px 2px;
    background-color: whitesmoke;
    border:1px solid gray;
    border-bottom: 0px;
    float: left;
}
.lang_selector:hover {
    cursor: pointer;
}
.lang_selector.active {
    background-color: gray;
}
.lang_selector_wrapper > div.lang_selector:first-child{
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.lang_selector_wrapper > div.lang_selector:last-child{
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}
.input-lang {
    /*-webkit-border-radius: 5px!important;
    -webkit-border-top-left-radius: 0px!important;
    -moz-border-radius: 5px!important;
    -moz-border-radius-topleft: 0px!important;
    border-radius: 5px!important;
    border-top-left-radius: 0px!important;*/
}


#categories_accordion .panel-title {
    padding-top:10px;
    display:inline-block;
}
#categories_accordion .panel-heading{
    padding-top:0px;
}
#categories_accordion .panel-actions .btn {
    margin-top:4px;
}
.btn_actions_categories {
    margin-left:5px;
    margin-top:5px!important;
    margin-bottom: 0px;
    width: 32px;
    height: 32px;
    background-position: center;
}
.btn_actions_brands {
    margin-left:5px;
    margin-top:-5px!important;
    margin-bottom: 0px;
}
.btn_actions_categories .glyphicon{
    right: 3px;
}

/*#categories_accordion > .panel-default*/
#categories_accordion .panel-collapse .panel-group {
    margin-bottom: 0px;
}
#categories_accordion .panel-group .panel+.panel {
    margin-top:0px;
}
#categories_accordion .panel-collapse {
    padding:10px;
}

#categories_accordion .panel-default .panel {
   /* border-bottom:0px;
    border-left:0px;
    border-right:0px;*/
}

#categories_accordion .panel-default .panel .panel-heading{
    background-image:none;
}

.tree_sim {
    width: 17px;
    height: 10px;
    border-bottom: 1px solid darkgray;
    border-left: 1px solid darkgray;
    display: inline-block;
    bottom: 5px;
    position: relative;
}
#categories_accordion .panel-default .panel .panel-heading{
    background-image:none;
}


#categories_accordion a.collapsed:not(.categories_collapsable) {
    text-decoration: none;
    cursor: default;
}
#categories_accordion a.collapsed:not(.categories_collapsable):hover {
    text-decoration: none;
    cursor: default;
}


.btnDeleteCategory {
    background-image: -webkit-linear-gradient(top,#FF9494 0,#D45555 100%);
    background-image: -o-linear-gradient(top,#FF9494 0,#D45555 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FF9494),to(#D45555));
    background-image: linear-gradient(to bottom,#FF9494 0,#D45555 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9494', endColorstr='#D45555', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #B54747;
}
.btn-primary.btnDeleteCategory:hover, .btn-primary.btnDeleteCategory:focus {
    background-color: #D45555!important;
    border-color: #B54747!important;
}
.sort_handler:hover {
    cursor:move;
}
a:focus {
    text-decoration: none;
}

.black {
    color:#333;
}
.banner_collapsable_header:hover{
    cursor: pointer;
}

.floatright {
    float:right;
}
.inlineblock {
    display:inline-block;
}
.marginright5px {
    margin-right: 5px;
}
.hpointer:hover {
    cursor:pointer;
}
.fix_hidden_inputfile {
    width:30px;
    max-width: 30px;
}
.fix_inputhidden_error {
    max-width:50px;
    overflow-x:hidden;
}

/* loading spinner */
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
    font-size:70px;
    color:white;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
/* end loading spinner */

.height43 {
    height: 43px;
}

.order-detail-invoice {
	padding: 2px 10px;
    background: #f3bf71;
    border-radius: 4px;
}

.dash_chart_wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width:30%;
    margin-right:5%;
    float:left;
}
.dash_chart_wrapper:last-child {
    margin-right:0px;
}
.dashboard_users_box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
   /* background: #f5f5f5;*/
 /*   padding:10px;*/
   /* width:200px;*/
    float:left;
    margin-right: 20px;
 /*   height: 180px;*/
}
.dash_users_minidata {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float:left;
    background-color: white;
    width:78px;
    margin:5px;
    text-align: center;
    padding-top:20px;
   /* height: 114px;*/
}
.dash_users_minidata .glyphicon {
    font-size: 40px;
    color:cornflowerblue;
}
.dash_users_box_title {
  /*  border-bottom: 1px solid #333;*/
}
#dash_users_alta_hoy, #dash_users_alta_30d , #logins_hoy, #logins_30d {
    font-size: 24px;
    font-weight: bold;
}
.dash_users_minidata p {
    font-weight: normal;
}
.dash_full_box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
   /* background: #f5f5f5;*/
   /* padding:10px;*/
    float:left;
    margin-right: 20px;
    min-height: 280px;
    width: 100%;
}
.marginbottom20px {
    margin-bottom: 20px;
}
.dash_full_box .dash_users_box_title {
    margin-bottom:15px;
}

.dashboard_table {
    width: 100%;
}
.dashboard_table thead {
    background-color: #ddd;
    border-bottom:1px solid gray;
}
.dashboard_table th {
    padding:10px;
}
.dashboard_table td {
    padding:5px 10px;
}
.dashboard_table tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}
#ultimos_10_logins_content {
   /* overflow: scroll;
    height: 200px;
    max-height: 200px;*/
}

.charts_canvas canvas {
    height: 400px;
    width: 100%;
}

.dash_full_box td {
    font-weight: normal;
}
.btnUploadDoc {
	cursor:pointer;
	padding:10px;
	display:inline-block;
}

.btnUploadRadius {
	border-radius:4px !important;
}

.document-file-text {
	display: inline-block;
    padding: 13px 5px 10px 5px;
    background: #f1f0d8;
    margin-left: -4px;
    border-radius: 0 4px 4px 0;
    font-size:12px;
}

.error-lang-li {
	background: #e9c8c8 !important;
}

#selectedImage, #selectedImage2 {
	width:100%;
	height:250px;
	overflow:hidden;
}

#selectedImage img, #selectedImage2 img{
	width:100%;
}

#SelectProductPack {
	padding:10px;
	background:#eee;
	margin-bottom:10px;
	border-radius:4px;
}

.product-box-title {
	height: 40px;
}

.product-box-image {
	height: 192px;
	overflow: hidden;
}

.pack-warning {
	background: antiquewhite;
	border-radius: 4px;
}

.btnUploadExcel {
	cursor:pointer;
	padding:10px;
	display:inline-block;
    border-radius:4px 0 0 4px;
}

.pad-top {
	padding-top: 5px;
}

.pt-25 {
    padding-top: 25px;
}

.sorting-products {
	background: #e4e4e4 !important;
}

.sorting-pack {
	background: #d8d8d8 !important;
}

.sorting-cold {
	background: #d0e9ff !important;
}
.border-right {
	border-right: 1px solid #ababab;
}
.bg-dashboard {
	background: white;
}
.bg-content-dashboard {
	background: #fbfbfb;
	padding:10px;
	border-radius:4px;
	font-size: 0.9em;
	box-shadow: 3px 1px 10px #d0d0d0;
}
.db-scroll {
	height: 200px;
	overflow-y: scroll;
}
.db-scroll::-webkit-scrollbar {
    width: 12px;
}
 
.db-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.db-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.bg-chart {
	background:white;
	border-radius: 3px;
	border: 1px solid rgb(100, 149, 237);
}
.padding-right-5 {
	padding-right: 5px !important;
}
.padding-left-5 {
	padding-left: 5px !important;
}

.select-order {
	border-radius: 3px;
	background: #fff;
	width: 15px;
	height: 15px;
	border: 1px solid grey;
	cursor: pointer;
}
.selected-order {
	background: #13c313 !important;
	border: 1px solid green !important;
	box-shadow: 0px 0px 30px #d4f93f;
}
.product-ean {
	font-size:0.9em !important;
}
.printShipmentLabel {
	display:none;
}
.package_number {
	width:55%;
	display:inline-block;
}
.btn-GeneratePackaging {
	display:inline-block;
}
.panel-default>.panel-heading-inactive {
    background-image: -webkit-linear-gradient(top,#f9dfdf 0,#f3b6b6 100%);
    background-image: -o-linear-gradient(top,#f9dfdf 0,#f3b6b6 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f9dfdf),to(#f3b6b6));
    background-image: linear-gradient(to bottom,#f9dfdf 0,#f3b6b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9dfdf', endColorstr='#fff3b6b6', GradientType=0);
    background-repeat: repeat-x;
}
.panel-heading-inactive{
    padding: 10px 15px;
    /*border-bottom: 1px solid transparent;*/
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-light {
	background: #f3f3f3;
}
.product-transparency {
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.ddOrderChangeStatus, .ddMainOrderChangeStatus {
	cursor:pointer;
}


/************** ORDER SUMMARY *************/

.summary-order {
	padding: 10px;
	margin-top: 15px;
	border: 1px solid black;	
}

.summary-client-title {
	background: #012b61;
    padding: 5px;
    color: white;
    text-align: center;
    font-weight: bold;
}

.summary-content-client {
	height: 100%;
	border: 1px solid black;
}

.summary-client-detail {
	padding: 10px;
}

.summary-content-list {
	margin-top: 20px;
	border: 1px solid black;
}

.summary-list-title {
	color: #012b61;
    padding: 8px;
    font-weight: bold;
}

.summary-thead {
	background: #012b61;
    color: white;
}

.view-package-status {
	cursor: pointer;
	position: relative;
}

.order-status-packages-info {
	position:absolute;
	z-index:8;
	background: #c7c7c7;
	border-radius: 4px;
	padding: 12px;
	bottom: 37px;
	color: white;
	box-shadow: 1px 1px 5px 1px #888888;
	min-width: 150px;
	right: 10px;
}

.packages-list-status {
	list-style-type: none;
	padding: 0px !important;
	margin: 0px !important;
}

.package-indicator {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #c7c7c7;
	position: absolute;
	bottom: 29px;
	left: 20px;
	z-index: 9;
}

.defaultWineQuantity {
    padding: 5px 8px;
    width: 75px;
    border-radius: 4px;
    border: 2px solid #ccc;
}

#ExportConfigured li {
    cursor: pointer;
}
/************** END ORDER SUMMARY *************/

.shipmentProducts {
	padding: 15px;
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 4px;
	min-height: 100px;
	max-height: 400px;
	overflow-y: auto;
}

.newShipmentProducts {
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	min-height: 100px;
	max-height: 400px;
	overflow-y: auto;
}

.reissuePack {
	color: #1d2eff;
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

.pack-of-pack {
	font-weight: bold;
	background: yellow;
}
/************** REWRITE SELECT2 CSS *****************/
.select2-container .select2-selection--single {
	height:34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 31px !important;
}
/******************* ----------- ********************/



.display_table {
    display:table;
}
.display_table_row {
    display:table-row;
}
.display_table_cell {
    display:table-cell;
}
.table-striped .display_table_cell{
    padding-top:10px;
    padding-bottom:10px;
}
.table-striped .draggable_tr .display_table_cell{
    border-top: 1px solid #ddd;
}
.table-striped .display_table_row.head .display_table_cell{
    border-bottom: 1px solid #ddd;
}
.display_none {
    display:none;
}
.go-success {
    background: #c5f3b2 !important;
}
.featured-category {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0, #e3fd7d 100%) !important;
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e3fd7d 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e3fd7d)) !important;
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e3fd7d 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#e3fd7d', GradientType=0) !important;
    background-repeat: repeat-x
}
.home-category {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0, #7dfde9 100%) !important;
    background-image: -o-linear-gradient(top,#f5f5f5 0,#7dfde9 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#7dfde9)) !important;
    background-image: linear-gradient(to bottom,#f5f5f5 0,#7dfde9 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#7dfde9', GradientType=0) !important;
    background-repeat: repeat-x
}
.list-inline span {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    float: left;
}
.legend-featured {
    background: #e3fd7d;
}
.legend-home {
    background: #7dfde9;
}
