.p-t-form {
    padding-top: 7px;
}

.swal2-container {
    z-index: 3000 !important;
}

.orgchart {
    background: #fff !important;
}

.logo-list {
    max-width: 150px;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 600px) {
    div#page-wrapper {
        padding: 0;
    }
}

.float-right {
    float: right;
}

#opportunity-show .tabs-container .nav-tabs > li.active > a {
    color: #34495b;
}

#opportunity-show .tabs-container .nav-tabs > li.active > a, .tabs-container .nav-tabs > li.active > a:hover, .tabs-container .nav-tabs > li.active > a:focus {
    color: #34495b;
}

#opportunity-show .nav.nav-tabs {
    background-color: #34495b;
    padding: 10px 10px 0 10px;
    border-radius: 4px 4px 0 0;
}

#opportunity-show .nav-tabs > li > a {
    color: #a7b1c2;
}

#opportunity-show .nav-tabs > li > a:hover {
    color: white;
}

div.filters select {
    font-size: 0.85em;
    height: 23px;
    margin-bottom: 8px;
}

.required-asterisk {
    color: red;
}

h6.bottom-border {
    border-bottom: 1px solid #1bbb9e;
    font-size: 13px;
    padding-bottom: 4px;
    margin-bottom: 20px;
}

.onoffswitch-inner:after {
    content: 'NO';
}

.onoffswitch-inner:before {
    content: 'SÍ';
}

.orgchart .node .content {
    height: 40px !important;
}

.orgchart .node {
    width: 175px !important;
}

#orgchart > div > table > tr:nth-child(1) > td > div > div.content {
    height: 20px !important;
}

.fh-breadcrumb-close {
    height: calc(100% - 216px) !important;
}

.fh-breadcrumb-open {
    height: calc(100% - 516px) !important;
}

.fh-column {
    width: 150px;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.nav-header small {
    color: #eee;
}

body.mini-navbar div.company-name-border {
    display: none;
}

.company-name-border {
    background-color: #06141f;
    height: 60px;
    text-align: center;
    vertical-align: middle;
}

/* Cambio de color */
.btn-primary {
    color: #fff;
    background: #0e9aef;
    border-color: #0e9aef;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b71af;
    border-color: #0b71af;
}

.form-control:focus, .single-line:focus {
    border-color: #0e9aef;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
    background-color: #0b71af;
    border-color: #0b71af;
    color: #FFFFFF;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0e9aef;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #0e9aef;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0e9aef;
    border: 1px solid #0e9aef;
    color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
}

.text-accent {
    color: #FFBB01;
}

.btn-accent, .btn-accent:active, .btn-accent:focus {
    background-color: #FFBB01;
    color: white;
}

.btn-accent:hover {
    background-color: #f5b505;
    color: white;
}

.customer-profile-info h4 span {
    font-size: 0.7em;
}

.customer-profile-info h4 {
    display: inline-block;
}

.customer-profile-info p {
    margin-left: 20px;
    margin-bottom: 5px;
}

.btn-green {
    background-color: #1ab394;
    border-color: #1ab394;
    color: white;
}

.btn-green:hover, .btn-green:focus, .btn-green:active {
    background-color: #18a689;
    border-color: #18a689;
    color: white;
}

.ribbon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 6px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 500 12px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: 55px;
    left: 1px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 4;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -45px;
    top: 26px;
    transform: rotate(-45deg);
}

.ribbon-created span {
    background-color: #0e9aef;
}

.ribbon-denied span {
    background-color: #ed5565;
}

.ribbon-pending span {
    background-color: #FFBB01;
}

.ribbon-active span {
    background-color: #1ab394;
}

.ribbon-inactive span {
    background-color: #000000;
}

.feed-element.deny-notes {
    background-color: #eee;
    padding: 20px;
    border: 1px solid #ddd;
    color: #333;
}

.pace .pace-progress {
    background: #198fde;
}

label > small {
    font-weight: 100;
}

.operationTime .mini-time {
    width: 100% !important;
}

.product-filters-header {
    font-size: 12px;
    color: white;
    font-weight: bold;
    margin: 15px;
}

.product-filters-header-subcategory {
    font-size: 12px;
    color: white;
    font-weight: normal;
    margin: 15px 0 10px 0;
    border-bottom: 1px solid white;
}

.product-filters label {
    margin: 0 5px;
    font-weight: 100;
    color: lightgrey;
}

.product-filters label > input {
    margin-right: 5px;
    padding: 0;
}
.product-filters li:nth-child(n+3) {
    padding-left: 10px;
    padding-right: 10px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.browse-image-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.browse-image-content {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 15px;
}

.product-price {
    top: -31px;
    right: -1px;
}

.breadcrumb-arrow {
    list-style: none;
    overflow: hidden;
    padding: 0;
}
.breadcrumb-arrow li {
    float: left;
}
.breadcrumb-arrow li a {
    color: white;
    text-decoration: none;
    padding: 5px 0 5px 40px;
    background: brown; /* fallback color */
    background: hsla(34,85%,35%,1);
    position: relative;
    display: block;
    float: left;
}

.breadcrumb-arrow li a::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(34,85%,35%,1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.breadcrumb-arrow li a::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.breadcrumb-arrow li:first-child a {
    padding-left: 10px;
}
.breadcrumb-arrow li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
.breadcrumb-arrow li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
.breadcrumb-arrow li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
.breadcrumb-arrow li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
.breadcrumb-arrow li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
.breadcrumb-arrow li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
.breadcrumb-arrow li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
.breadcrumb-arrow li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }

/*.breadcrumb-arrow li:last-child a {
    background: transparent !important;
    color: black;
    pointer-events: none;
    cursor: default;
}
.breadcrumb-arrow li:last-child a::after {
    border: 0;
}*/

.breadcrumb-arrow li a:hover {
    background: hsla(34, 85%, 25%, 1);
}
.breadcrumb-arrow li a:hover:after {
    border-left-color: hsla(34, 85%, 25%, 1) !important;
}

a.product-description {
    position: relative;
    float: right;
    font-size: 0.8em;
    display: none;
    display: block;
}

.product-description-wrapper:hover a.product-description {
    display: block;
}

.terms-sub-wrapper {
    padding-left: 27px;
}

body.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 0;
}

.nav.metismenu {
    background: #3e495f;
}

.position-relative {
    position: relative;
}

.position-relative .toggle-autoformat {
    position: absolute; 
    right: 20px; 
    bottom: 6px;
}

.position-relative .upper_text.b-24 + .toggle-autoformat {
    bottom: 24px;
}

.position-relative .toggle-autoformat i {
    font-size: 1.2rem;
}

.position-relative .toggle-autoformat.inactive {
    color: #999;
}

.checkbox-inline {
    margin-right: 0!important;
}