body {
	background: #F3F1EC;
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
}

h3 {
    font-size: 19.5px;
}

legend {
    font-size: 19px;
}

.hidden {
	display: none !important;
}


#logobox {
	min-height:57px;
	position: relative !important;
	max-width: 60%;
}

#logo {
    margin: 10px 0 0 0;
}


#main-column {
	background: #fff;
	border: 1px solid #d7d7d7;
	margin: 15px 0 0;
	padding: 10px 20px 90px 15px;
	min-height: 540px;
		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
		
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
}

#main-column.subtabs {
	border: 0;
	background: none;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#main-column.subtabs #main-tab-content {
	background: #fff;
	border: 1px solid #d7d7d7;
	padding: 10px 25px 90px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
}

#main-column.subtabs .tabs-right > .nav-tabs {
	margin-left: 0;
	border-left: 0;
}

#main-column.subtabs #sub-tabs {
	margin-top: 20px;
}

#sidebar {
	padding: 13px 0;
}

#header {
    border-radius: 0;
}

/* #header .container-fluid {
	background: #235AA8 url("../../../img/backend/azul/headerbg.jpg") repeat;
} */

#header.navbar {
	margin-bottom: 0;
	min-height: 90px;
}

#header .navbar-inner {
	background: none;
	border: 0;
	box-shadow: none;
	padding: 0;
}

#header.navbar .nav > li.pull-right {
	float: right;
}

#header.navbar .nav {
    display: block;
    float: none;
    left: 0;
    margin: 0;
    position: relative;
}

#header.navbar .nav > .active > a, #header.navbar .nav > .active > a:hover, #header.navbar .nav > .active > a:focus {
	box-shadow: none;
}

#header .nav-tabs {
	border: 0;
}

#header .nav-tabs > li > a {
	/* background: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50); */
	background-color: rgba(255, 255, 255, 0.5);
	color: #333;
	text-shadow: none;
	
	padding-top: 6px;
	padding-bottom: 5px;
	margin-right: 1px;
	
	-webkit-border-top-left-radius: 7px;
	        border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-right-radius: 7px;
	        border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
}

#header .nav-tabs > li > a:hover {
	/*opacity: 0.8;
	filter: alpha(opacity=80); */
	border-color: rgba(190, 190, 190, 0.4);
}

#header .nav-tabs > .active > a, #header .nav-tabs > .active > a:hover {
	background-color: #F3F1EC;
	/* opacity: 1;
	filter: alpha(opacity=99); */
	
	font-weight: bold;
	color: #333;
}

#header .collapse {
    padding-left: 0;
    padding-right: 0;
}

#header .badge {
    background-color: rgba(102, 102, 102, 0.6);
}

.bgblue {
    background: #1f499f; /* Old browsers */
    background: -moz-linear-gradient(left,  #1f499f 0%, #2762be 51%, #2762be 51%, #1f499f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1f499f), color-stop(51%,#2762be), color-stop(51%,#2762be), color-stop(100%,#1f499f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #1f499f 0%,#2762be 51%,#2762be 51%,#1f499f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #1f499f 0%,#2762be 51%,#2762be 51%,#1f499f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #1f499f 0%,#2762be 51%,#2762be 51%,#1f499f 100%); /* IE10+ */
    background: linear-gradient(to right,  #1f499f 0%,#2762be 51%,#2762be 51%,#1f499f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f499f', endColorstr='#1f499f',GradientType=1 ); /* IE6-9 */
}


#top-links {
	padding: 10px 0 0 0;
}

#top-links, #top-links a {
	color: #ddd;
	font-size: 12px;
}

#top-links a {
	padding-top: 5px;
}

#top-links a.shoplink {
    color: #FFF;
    font-weight: bold;
    padding: 0 5px 0 0;
}

.page-header {
	margin: 0 0 1.5em 0;
	padding: 5px 0 10px 10px;
}

.page-header h1 {
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	line-height: 1em;
	color: #444;
}

.page-header h1 i {
	margin-right: 5px;
	color: #333;
}

.page-description {
	color: #555;
	padding: 0 0 1em 10px;
	font-size: 12px;
}

.page-header.old {
	background: #eee;
	padding: 10px 10px 10px 12px;
	margin: 0 0 10px 0;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

.page-header.old h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #666;
}

#sub-tabs {
	padding-bottom: 100px;
	min-height: 300px;
	max-width: 220px;
}

.table-box {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


.table-box thead:first-child tr:first-child > th:first-child,
.table-box tbody:first-child tr:first-child > td:first-child,
.table-box tbody:first-child tr:first-child > th:first-child {
	  -webkit-border-top-left-radius: 4px;
	          border-top-left-radius: 4px;
	  -moz-border-radius-topleft: 4px;
}
	
.table-box thead:first-child tr:first-child > th:last-child,
.table-box tbody:first-child tr:first-child > td:last-child,
.table-box tbody:first-child tr:first-child > th:last-child {
	  -webkit-border-top-right-radius: 4px;
	          border-top-right-radius: 4px;
	  -moz-border-radius-topright: 4px;
}

.table-box thead th {
    color: #534D4B;
    padding: 4px 6px 5px 10px;
    text-align: left;
    vertical-align: middle;
    
    background-color: #F6F6F6;
    border-bottom: 1px solid #B5B5B5;
    box-shadow: 0 1px 0 #FFFFFF inset;
        
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
}

.table-box thead, .table-box thead th {
    position:relative;
    /* background:#eee;
    background:-moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f0f0f0));
    background:-webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 100%); */
    z-index:2;
}

.table-box td {
	font-size: 12px;
	padding-left: 10px;
	vertical-align: middle;
}


.label-discount {
	font-weight: bold;
	padding: 8px 10px;
	font-size: 14px;
	background-color: #ccc;
}

tr.active .label-discount {	
	background-color: #3a87ad;
	color: #fff;
	border: 0;
}

#discountsList .details {
	margin: 0;
	padding-left: 17px;
	color: #666;
}

.couponcode {
	background: url(../img/couponbg.png) no-repeat;
	float: left;
	height: 27px;
	padding: 0 0 0 14px;
}

.couponcode strong {
	background: #2375a9;
	display: block;
	color: #fff;
	border-top: 1px solid #005293;
	border-bottom: 1px solid #005293;
	border-right: 1px solid #005293;
	padding: 3px 10px 0 10px;
	height: 22px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}


#tab-facebook .media {
	border: 1px solid #eee;
	padding: 10px;
	margin: 0 0 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
		
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#tab-facebook td {
	vertical-align: middle;
}

#tab-facebook table {
	border: 1px solid #ddd;
}

.note {
	font-size: 12px;
}

#ui-datepicker-div {
	z-index: 1150 !important;
}

#modal-discounts-new {
/*	width: 800px; */
}

.actions {
	margin: 0 0 1.5em 0;
}

.searchbar {
	margin: 0 0 1em 0;
	position: relative;
}

.popover {
    max-width: 700px;
}

.popover-bottom {
    border-top: 1px solid #E2E2E2;
    font-size: 11px;
    padding: 4px 8px;
    text-align: right;
    margin: 0 -15px -10px -15px;
}

.searchbar .popover {
    left: 0 !important;
}

.searchbar .popover.bottom .arrow {
    left: 15%;
}

.searchbar .popover select {
    width: 150px;
}

.section {
	margin: 0 0 4em 0;
}

.section .page-header h2 {
    color: #777777;
    font-size: 17px;
    font-weight: 300;
    line-height: 1em;
    margin: 0;
}

.tabs-left > .nav-tabs > li.divider, .tabs-right > .nav-tabs > li.divider {
	float: none;
	height: 20px;
}

.accordion-body {
	background: #f9f9f9;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09) inset;
}

.rep-icon {
    display: none;
}

#tab-domains .form-horizontal .controls {
    margin-left: 220px;
}

#tab-domains .form-horizontal .control-label {
    width: 210px;
}


.searchbar {
    margin: 0 0 3em 0;
}

.searchbar .option-container {
    display: inline-block;
}

.modal {
    width: 620px;
}

.modal form {
    margin: 0;
}


#filters-controls {
    position: relative;
    padding: 15px 10px 0 10px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

#filters-controls .arrow,
#filters-controls .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

#filters-controls .arrow {
  border-width: 11px;
}

#filters-controls .arrow:after {
  border-width: 10px;
  content: "";
}

#filters-controls .arrow {
  top: -11px;
  left: 10%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

#filters-controls .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}






.nav-pills > li > span {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 5px;
  line-height: 14px;
}

.nav-pills > li > span, .nav-pills span.close {
    color: #ffffff;
    background-color: #0088cc;
    font-size: 0.9em;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills em {
    padding-right: 5px;
    font-style: normal;
}

.nav-pills span.close {
    float: none;
    font-size: 16px;
    line-height: 16px;
    background-color: #0088cc;
    color: #ffffff;
    border-left: 1px solid #aee4fe;
    opacity: 1;
    filter: alpha(opacity=99);
    padding: 0 0 2px 10px;
    -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
          
}

#header .nav-tabs > li {
    position: relative;
}

.badge-orders {
	position: absolute;
	display: block;
	top: -5px;
	right: 5px;
	background: url(../img/orders-badge.png) 1px top no-repeat;
	width: 19px;
	height: 18px;
	text-align: center;
	text-shadow: 1px 1px 1px #888, -2px 0 3px #999;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	padding: 3px 0 0 1px;
	z-index: 9999;
}

.input-append #filters-button {
    margin-left: 0;
}







/***************************** BARRA DE PROGRESO AJAX *********************/
#progress {
	position: fixed;
	z-index: 2147483647;
	top: 0;
	left: -6px;
	width: 1%;
	height: 2px;
	background: #0088CC;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-transition: width 500ms ease-out,opacity 400ms linear;
	-ms-transition: width 500ms ease-out,opacity 400ms linear;
	-o-transition: width 500ms ease-out,opacity 400ms linear;
	-webkit-transition: width 500ms ease-out,opacity 400ms linear;
	transition: width 500ms ease-out,opacity 400ms linear;
}


#progress dd, #progress dt {
	position: absolute;
	top: 0;
	height: 2px;
	-moz-box-shadow: #0088CC 1px 0 6px 1px;
	-ms-box-shadow: #0088CC 1px 0 6px 1px;
	-webkit-box-shadow: #0088CC 1px 0 6px 1px;
	box-shadow: #0088CC 1px 0 6px 1px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

#progress dt {
	opacity: .6;
	width: 180px;
	right: -80px;
	clip: rect(-6px,90px,14px,-6px);
}

#progress dd {
	opacity: .6;
	width: 20px;
	right: 0;
	clip: rect(-6px,22px,14px,10px);
} 

#listing-controls {
    height:35px;
}






/************************ TOMADO DE BOOTSTRAP 3 *************************/
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel-heading {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17.5px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

#modal-invite .form-horizontal .control-label {
    width: 70px;
}

#modal-invite .form-horizontal .control-label-cco {
    width: 120px;
}

#modal-invite .form-horizontal .controls {
    margin-left: 90px;
}
#modal-invite .form-horizontal .controls-cco {
    margin-left: 130px;
}

#modal-invite .control-group-cco {
    margin-bottom: 0;
}

#modal-invite .modal-body {
    max-height: 480px;
}

#modal-invite.modal.fade.in {
    top: 5%;
}


.form-signin {
  max-width: 400px;
  margin: 60px auto 0 auto;
}

.form-signin #logo {
    margin: 10px 0 30px 20px;
}

.form-signin .panel-body, .form-signin .panel-footer {
    padding: 20px 35px;
}

#forgot-password {
    margin-bottom: 0;
    text-align: right;
    font-size: 85%;
}


.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin .form-group label {
    display: none;
}

.form-recover .panel-footer, .form-reset .panel-footer {
    text-align: right;
}

.form-recover #logo {
    margin-bottom: 0;
}
.form-recover .recover-text {
    padding: 0 10px 0 0;
    font-size: 85%;
    margin: 0 0 10px 0;
}

.form-recover .recover-text p {
    color: #444;
}

.form-recover .panel-body {
    padding: 15px 35px 10px 35px;
}

.placeholder {
    color: #aaa;
}

.btn-default {
    text-shadow: none;
    font-weight: bold;
}

#products-list .thumbnail {
    border: 0;
    text-align: center;
    padding: 4px 15px;
}

#products-list a.img {
    display: block;
    min-height: 240px;
}

#products-list h3 {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 5px 0;
}

#products-list p {
    text-align: left;
    font-size: 13px;
    color: #555;
}

#products-list h3 a {
    color: #333;
}

.iti__flag {background-image: url("/modules/admin/intl-tel-input-17.0.0/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("/modules/admin/intl-tel-input-17.0.0/img/flags@2x.png");}
}


/**
 * Multipantalla (responsive)
 ***************************************************/


@media (max-width: 1099px) {
    .rep-icon {
        display: inline;
    }
    
    .rep-text {
        display: none;
    }
}

@media (max-width: 979px) {
	.tabs-right > .nav-tabs > li > a span, .tabs-left > .nav-tabs > li > a span {
		display: none;
	}
	
	.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
		min-width: 24px;
	}

    #header .nav-tabs > li, #header.navbar .nav > li.pull-right {
        float: none;
    }
    
    #header .nav-tabs > li > a {
        border-radius: 0;
    }

}


/**
 * Correciones para la vista en móviles
 *
 */
@media (max-width: 767px) {
    body {
        padding-right: 0;
        padding-left: 0;
    }
    
}