@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");

html,
body {
    overflow-x: hidden !important;
    font-family: "Source Sans Pro", Arial, sans-serif;
    /*min-height: 100%;*/
    height: 100% !important;
    background-color: #edeff3;
    text-rendering: optimizeLegibility;
    color: #000;
}

/*because of navbar*/
/* body {
    padding-top: 50px;
}
@media (min-width: 768px) {
    body {
        padding-top: 200px;
    }
}
@media (min-width: 1005px) {
    body {
        padding-top: 150px;
    }
} */

body div {
    border-radius: 0 !important;
}

a {
    color: #155fa1;
    /*color: #006ccd;*/
}

body.waiting * {
    cursor: progress;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #003d74;
    cursor: pointer;
}

.dev {
    border: 1px solid rgba(0, 200, 0, 0.1);
    background-color: rgba(0, 255, 0, 0.04);
}

.test-class {
    background-color: red;
}

.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #f8f8f8;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 12px;
    background-color: #f8f8f8;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background-color: #ddd;
}

textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    color: #555;
    border: 1px solid #aaa;
    resize: vertical;
    min-height: 30px;
}

select {
    padding: 6px 10px;
    color: #333;
    border: 1px solid #aaa;
    background-color: #fff;
}

.fullHeight {
    height: 100% !important;
    overflow: visible;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="file"] {
    border: 0;
    padding: 0;
    font-size: 0.8em;
    height: 35px;
}

input[type="date"] {
    line-height: 1em;
}

input[type="radio"],
input[type="checkbox"] {
    float: left;
    /*margin-top: 11px;*/
    margin-right: 4px;
    /*margin: 0;*/
}

input {
    padding: 5px;
}

input:disabled,
input[disabled],
textarea:disabled,
textarea[disabled],
select:disabled,
select[disabled] {
    border: 1px solid #f0f0f0;
    background-color: #f8f8f8 !important;
    color: #666;
}

blockquote {
    background: #f9f9f9;
    border-left: 5px solid #ddd;
    padding: 1.2em 20px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    font-size: 0.9em;
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

pre {
    margin-top: 10px;
}

dialog {
    z-index: 1200;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.4);
    border: 2px solid #176fc5;
    position: absolute;
    left: 50vw;
    top: 50vh;
    /* transform: translate(-50%, -50%); */
    transform: translate(-50%, -50%);
    margin: 0;
    max-height: 90vh;
    max-width: 95%;
    text-align: center;
    /*reset some browser centering*/
}

.flip-horizontal {
    transform: scaleX(-1);
}

.padding0 {
    padding: 0;
}

.padding5 {
    padding: 5px !important;
}

.horizontal-radio-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.horizontal-radio-container span {
    display: block;
    margin-right: 20px;
    padding-top: 6px;
}

.horizontal-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.horizontal-list li {
    float: left;
    padding: 10px;
    color: #424141;
}

.no-style,
.no-style:hover,
.no-style:active,
.no-style:focus {
    background-color: transparent;
    color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    outline: 0;
}

.main-app-nav {
    text-transform: uppercase;
    font-size: 13px;
    color: #212e46;
    font-weight: 700;
    background-color: white !important;
}

@media (min-width: 768px) {
    .main-app-nav {
        font-size: 11px;
    }
}

.navbar-nav {
    margin-top: 5px;
}

.nav>li>a {
    padding: 10px 10px;
}


.nav-logo {
    height: 50px;
    background-color: black;
    overflow: hidden;
}

.nav-logo>img {
    margin-top: -21px;
}

.navbar-brand:hover {
    background-color: black !important;
}

/* .dropdown-header > h3 {
    line-height: 20px;
    font-weight: 700;
    font-size: 13px;
    color: #000;
} */

/* .dropdown-submenu-toggle {
    line-height: 18px !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    color: #555 !important;
} */

@media (min-width: 768px) {
    .navbar-nav-no-float {
        float: initial !important;
        margin: 0;
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav-no-float {
        float: left !important;
    }
}


@media (min-width: 768px) {
    .dropdown-menu {
        overflow-y: auto;
        max-height: 90vh;
    }
}

.dropdown-menu .divider {
    margin: 5px 0;
}


.dropdown-menu>li>a {
    line-height: 20px;
    font-size: 11px;
    color: #222 !important;
    line-height: 20px !important;
    font-size: 12px !important;
}

.dropdown-header>.menu-section-header {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.dropdown-header>.menu-section-sub-header {
    line-height: 18px;
    font-weight: 700;
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    padding-left: 5px;
    margin-top: 5px;
}

.dropdown-toggle .main-menu-icon {
    display: inline-block;
    width: 15px;
    text-align: center;
}

.dropdown {
    overflow-x: visible;
}

.menu-sub-entry>a {
    margin-left: 10px;
    white-space: normal !important;
}

@media (min-width: 768px) {
    .menu-sub-entry>a {
        margin-left: 0px;
        white-space: nowrap !important;
    }

    .dropdown {
        overflow-x: none;
    }
}


/* .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;
} */


.nav-pills h4 {
    margin: 10px;
}

.nav.nav-pills>li>a {
    border-top: 3px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #444;
}

.nav.nav-pills>li>a>.fa,
.nav.nav-pills>li>a>.glyphicon,
.nav.nav-pills>li>a>.ion {
    margin-right: 5px;
}

.nav.nav-pills>li.active>a,
.nav.nav-pills>li.active>a:hover {
    background-color: #f6f6f6;
    border-top-color: #36495a;
    color: #444;
}

.nav.nav-pills>li.active>a {
    font-weight: 600;
}

.nav.nav-pills>li>a:hover {
    background-color: #fcfcfc;
}

.nav.nav-pills.nav-stacked>li>a {
    border-top: 0;
    border-left: 3px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #444;
}

.nav.nav-pills.nav-stacked>li.active>a,
.nav.nav-pills.nav-stacked>li.active>a:hover {
    background-color: #f6f6f6;
    border-left-color: #36495a;
    color: #444;
}

.nav.nav-pills.nav-stacked>li.header {
    border-bottom: 1px solid #ddd;
    color: #777;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}

/*---*/


.field-validation-error:after {
    font-family: FontAwesome;
    font-size: 16pt;
    content: "\f06a\00a0";
    color: #dc3545;
    padding-left: 5px;
    line-height: 28px;
}

.field-validation-ok:after {
    font-family: FontAwesome;
    font-size: 16pt;
    content: "\f058\00a0";
    color: #7ece62;
    padding-left: 5px;
    line-height: 28px;
}

@media (max-width: 768px) {
    .margin-xs-top-row {
        margin-top: 10px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .margin-sm-top-row {
        margin-top: 10px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .margin-md-top-row {
        margin-top: 10px;
    }
}

.float-none-xs {
    float: none;
}

/* sm*/
@media (min-width: 768px) {
    .float-none-sm {
        float: none;
    }

    .float-right-sm {
        float: right;
    }
}

/* md */
@media (min-width: 992px) {
    .float-none-md {
        float: none;
    }

    .float-right-md {
        float: right;
    }
}

/* lg */
@media (min-width: 1200px) {
    .float-none-lg {
        float: none;
    }

    .float-right-lg {
        float: right;
    }
}



.div-table {
    display: table;
    width: auto;
    border: 0px;
    border-spacing: 5px;
    /* cellspacing:poor IE support for  this */
}

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
}

.div-table-cell {
    float: left;
    /* fix for  buggy browsers */
    display: table-column;
    width: auto;
    padding: 1px;
}

.wrap-long-prod-names {
    white-space: normal;
    word-wrap: break-word;
    max-width: 350px;
}

/* Notifications */
/* .notification-container {
    padding-top: 7px;
    margin-right: 10px;
    margin-top: 8px;
} */

.notification-container {
    display: inline;
    margin-left: 10px;
}

.notification-badge {
    color: rgb(151, 148, 148);
    font-size: 14px;
}

.notification-badge.has-badge {
    color: #666;
    cursor: pointer;
}

.notification-container .has-badge[data-count]:after {
    position: absolute;
    margin-top: -4px;
    /* right: 10%;
    top: 8%; */
    content: attr(data-count);
    font-size: 12px;
    padding: 0.2em;
    border-radius: 50%;
    line-height: 1em;
    color: white;
    background: rgba(255, 0, 0, 0.85);
    text-align: center;
    min-width: 1.4em;
    font-weight: bold;
}

.notification-list {
    position: absolute !important;
    background: #f5f7f9;
    width: 250px;
    list-style-type: none;
    text-align: center;
    /* left: -115px;
    top: 50px; */
    padding-left: 2px;
    border-radius: 7px;
    z-index: 1000;
}

.notification-list.hide {
    max-height: 0;
}

/* top triangle */
.notification-list:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    left: 50%;
    top: -20px;
    transform: translate(-50%);
}

.notification-list .notification-list-name {
    background: #fff;
    color: #666;
    padding: 10px 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: 1px solid #d2d2d2;
    margin-top: 1px;
    margin-bottom: 0px;
}

.notification-list .list-item {
    height: auto;
    border-bottom: 1px #d7d7d7 inset;
    /*transition: all 1s ease-in-out;*/
    padding-top: 5px;
    padding-bottom: 7px;
}

.notification-list .list-item .notification-message-wrapper {
    display: table-row;
    padding: 3px;
    text-decoration: none;
    text-align: left;
    font-size: 1em;
    opacity: 0.8;
    align-items: center;
}

.notification-list .list-item .notification-message-wrapper .notification-message {
    padding-left: 6px;
    color: rgb(124, 126, 129);
    display: table-cell;
    min-width: 225px;
    max-width: 225px;
}

.notification-list .list-item .notification-message-wrapper .notification-remove {
    color: rgb(124, 126, 129);
    display: table-cell;
    text-align: right;
    min-width: 18px;
    max-width: 18px;
    cursor: pointer;
}

.notification-list .list-item .notification-message-wrapper .notification-message b {
    color: rgb(117, 117, 117);
}

/*************/

.top-alert {
    background-color: transparent;
    border: 1px solid transparent;
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0px;
    width: 100%;
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.5s ease;
}

.top-alert .content {
    text-align: center;
    margin: auto;
}

.top-alert .bt-alert-close {
    position: relative;
    top: -2px;
    right: 20px;
    color: inherit;
    z-index: 99;
}


.top-alert.active {
    max-height: 55px;
}


.alert-danger {
    background-color: #f2dede;
    color: #a94442;
}

.alert-success {
    background-color: #dff0d8;
    color: #3c763d;
}

.small-msgbox {
    -webkit-box-shadow: 1px 2px 4px -1px rgba(122, 122, 122, 0.5);
    -moz-box-shadow: 1px 2px 4px -1px rgba(122, 122, 122, 0.5);
    box-shadow: 1px 2px 4px -1px rgba(122, 122, 122, 0.5);
    padding: 10px;
    position: absolute;
    z-index: 9999;
    top: -3px;
}

.message {
    background: #f9f9f9;
    border-left: 5px solid #ddd;
    padding: 1em 15px;
    font-size: 1em;
    margin-bottom: 1em;
}

.message div {
    padding: 1em;
}

.message2 {
    background: #0085bd;
    border-left: 4px solid #0b5b7d;
    padding: 5px 10px;
    font-size: 1em;
    color: #fff;
}

.message2 div {
    padding: 5px;
}

.text-upper,
.text-uppercase {
    text-transform: uppercase;
}

.text-nowrap {
    white-space: nowrap;
}

.select-small {
    padding: 3px 5px;
    font-size: 0.9em;
}

.margin-bottom {
    margin-bottom: 1em;
}

.margin-top {
    margin-top: 1em;
}

footer {
    width: 100%;
    height: 30px;
    padding: 8px 15px;
    line-height: 1em;
    background-color: #fafafa;
    color: #444;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    font-size: 0.8em;
}

.padding15 {
    padding: 15px;
}

.wrapper {
    /*min-height: 100%;
    height: 100%;*/
}

.wrapper:before,
.wrapper:after {
    display: table;
    content: " ";
}

.wrapper:after {
    clear: both;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

body>.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    font-family: "Source Sans Pro", sans-serif;
}

input[type="checkbox"] {
    width: auto;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

a.disabled:hover {
    cursor: not-allowed !important;
    pointer-events: painted;
}

.minWidth200 {
    min-width: 200px;
}

.max500overflowX {
    max-width: 500px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.max400overflowX {
    max-width: 400px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.max300overflowX {
    max-width: 300px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.max200overflowX {
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.max100overflowX {
    max-width: 100px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.max50overflowX {
    max-width: 50px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.max30overflowX {
    max-width: 30px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #dfdfdf;
}

.styled-checkbox:checked+label:before {
    background: #074e75;
}

.styled-checkbox.disabled+label,
.styled-checkbox[disabled]+label {
    color: #b8b8b8;
}

.styled-checkbox.disabled+label:before,
.styled-checkbox[disabled]+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
        4px -6px 0 white;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.font-small {
    font-size: 0.9em;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.right-side,
.left-side {
    /*min-height: 100%;*/
    display: block;
}

.right-side {
    /* margin-left: 200px; */
    /* display: none; */
    /*margin-left: 0;*/
}

.left-side {
    position: absolute;
    width: 200px;
    top: 0;
    display: none;
}

#horizontalMenuContainer {
    display: none;
}

.input-border-red,
.border-red {
    border: 1px solid #d00 !important;
}

.alert-row {
    background-color: #c21c1c47 !important;
}

.alert-row:hover {
    background-color: #c21c1c47 !important;
}

input[readonly].alert-row {
    background-color: #c21c1c47 !important;
}

input[disabled].alert-row {
    background-color: #c21c1c47 !important;
}

.negative-value-row {
    background-color: #da286c36 !important;
}

.negative-value-row:hover {
    background-color: #da286c36 !important;
}

.input-border-green,
.border-green {
    border: 1px solid #0a0 !important;
}

.form-checkbox {
    padding-top: 7px !important;
}

.form-comentario-checkbox {
    color: #777;
    font-size: 0.9em;
    font-style: italic;
    margin-top: 1px;
    position: absolute;
    margin-left: 6px;
}

.select-lang {
    float: left;
}

.select-lang .lingua {
    margin-right: 5px;
}

.select-lang .lingua a {
    font-size: 0.7em;
    color: #999;
}

.select-lang .lingua a.active {
    font-size: 0.8em;
    color: #fff;
}

.sidebar-shortcut {
    height: 22px;
    padding: 0 18px;
    background-color: #222;
    margin-bottom: 5px;
}

.sidebar-shortcut a {
    font-size: 0.7em;
    color: #999 !important;
    text-transform: uppercase;
    padding: 0 !important;
}

.sidebar-shortcut a:hover {
    color: #fff !important;
}

@media screen and (min-width: 992px) {
    .left-side {
        top: 100px;
    }

    .right-side.strech {
        margin-left: 0;
    }

    .right-side.strech>.content-header {
        margin-top: 0;
    }

    .left-side.collapse-left {
        left: -200px;
    }
}

@media screen and (max-width: 992px) {
    .right-side {
        margin-left: 0 !important;
    }
}

.content {
    padding: 15px;
    /*background: #e8e8e8;*/
    /* overflow: auto; */
    /* overflow-y: hidden; */
    height: 100%;
    /* position: relative; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1em;
}

span.info {
    color: #000;
    margin-left: -10px;
    font-size: 1.1em;
    position: absolute;
}

div.small-popup {
    display: block;
    position: absolute;
    right: 20px;
    z-index: 100;
    padding: 5px;
    background-color: white;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
    width: auto;
    height: auto;
}

.pad {
    padding: 10px;
}

.margin {
    margin: 10px;
}

.inline {
    display: inline;
}

.top-search {
    margin-right: 10px;
}

.top-search .input-top-search {
    height: 28px;
    /* margin-top: 6px; */
    border: 0;
    /*border-bottom: 1px solid #eee;*/
    border-right: 0;
    padding-left: 10px;
    width: 130px;
    line-height: 1.7em;
    background-color: #f1f1f1;
    border-radius: 4px 0 0 4px;
}

.top-search button {
    border-radius: 0;
    border: 0;
    /*border-bottom: 1px solid #eee;*/
    border-left: 0;
    margin-top: 6px;
    background-color: #f1f1f1;
    height: 28px;
    line-height: 16px;
    font-size: 0.8em;
    border-radius: 0 4px 4px 0;
}

.top-search button:hover {
    background: #eee;
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black {
    color: #f9f9f9 !important;
}

.bg-gray {
    background-color: #eaeaec !important;
}

.bg-black {
    background-color: #222222 !important;
}

.bg-red {
    background-color: #f56954 !important;
}

.bg-light-red {
    background-color: #fed7d1 !important;
}

.bg-yellow {
    background-color: #eace00 !important;
}

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-light-blue {
    background-color: #36495a !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #39cccc !important;
}

.bg-olive {
    background-color: #3d9970 !important;
}

.bg-lime {
    background-color: #01ff70 !important;
}

.bg-orange {
    background-color: #ff851b !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #932ab6 !important;
}

.bg-maroon {
    background-color: #85144b !important;
}

.bg-facebook {
    background-color: #47639e !important;
}

.text-white {
    color: #fff !important;
}

.text-red {
    color: #ff0000 !important;
}

.text-yellow {
    color: #e7a131 !important;
}

.text-aqua {
    color: #00c0ef !important;
}

.text-blue {
    color: #0073b7 !important;
}

.text-black {
    color: #000 !important;
}

.text-light-blue {
    /* color: #36495a !important; */
    color: #6daaea !important;
}

.text-green {
    color: #08c400 !important;
}

.text-navy {
    color: #001f3f !important;
}

.text-teal {
    color: #39cccc !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-orange {
    color: #ff851b !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-purple {
    color: #932ab6 !important;
}

.text-maroon {
    color: #85144b !important;
}

.text-light-gray {
    color: #ccc !important;
}

.hide {
    display: none !important;
}

.soft-hide {
    display: none;
}

.no-border {
    border: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-shadow {
    box-shadow: none !important;
}

.float-left,
.left {
    float: left;
}

.float-right,
.right {
    float: right;
}

.padding-bottom-7 {
    padding-bottom: 7px;
}

.padding-top-7 {
    padding-top: 7px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-9 {
    padding-top: 9px;
}

.padding-top-12 {
    padding-top: 12px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f3f4f5;
}

.table-striped-2>tbody>tr:nth-child(odd)>td,
.table-striped-2>tbody>tr:nth-child(odd)>th {
    background-color: #f3f4f5;
}

.table-striped-2>tbody>tr>td:nth-child(odd) {
    color: #666;
}

.table-striped-2>tbody>tr>td:nth-child(even) {
    color: #444;
}

.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 0;
}

table.text-center,
table.text-center td,
table.text-center th {
    text-align: center;
}

.table.align th {
    text-align: left;
}

.table.align td {
    text-align: right;
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
    font-weight: 700 !important;
}

.border-radius-none {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.jqstooltip {
    padding: 5px !important;
    width: auto !important;
    height: auto !important;
}

.logo-rodape {
    text-align: left;
    margin-bottom: 20px;
    opacity: 0.6;
}

.no-records {
    background-color: #fafafa;
    padding: 1em;
    color: #777;
    text-align: center;
}

body>.header .logo .icon {
    margin-right: 10px;
}

.right-side>.content-header {
    position: relative;
    padding: 15px 15px 10px 20px;
}

.right-side>.content-header>h1 {
    margin: 0;
    font-size: 24px;
}

.right-side>.content-header>h1>small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300;
}

.right-side>.content-header>.breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
}

.right-side>.content-header>.breadcrumb>li>a {
    color: #444;
    text-decoration: none;
}

.right-side>.content-header>.breadcrumb>li>a>.fa,
.right-side>.content-header>.breadcrumb>li>a>.glyphicon,
.right-side>.content-header>.breadcrumb>li>a>.ion {
    margin-right: 5px;
}

.right-side>.content-header>.breadcrumb>li+li:before {
    content: ">\00a0";
}

@media screen and (max-width: 767px) {
    .right-side>.content-header>.breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #efefef;
    }
}

.sidebar {
    margin-bottom: 5px;
    display: none !important;
}

.sidebar hr {
    border-color: #222;
}

.sidebar .sidebar-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: transparent !important;
}

.sidebar .sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .sidebar-menu>li {
    margin: 0;
    padding: 0;
}

.sidebar .sidebar-menu>li.active {
    border-left: 3px solid #3e87fd;
}

.sidebar .sidebar-menu>li>a {
    padding: 4px 5px 4px 20px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #eee;
}

.sidebar .sidebar-menu>li>a>.fa,
.sidebar .sidebar-menu>li>a>.glyphicon,
.sidebar .sidebar-menu>li>a>.ion {
    width: 20px;
    color: #888;
}

.sidebar .sidebar-menu .title {
    font-size: 0.9em;
    color: #888;
    padding: 8px 0 3px 0;
    font-weight: 500;
}

.sidebar .sidebar-menu .badge {
    position: absolute;
    right: 25px;
    /*margin-top: -33px;*/
    border-radius: 0;
    background-color: #444;
}

.sidebar .sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar .sidebar-menu .treeview-menu>li {
    margin: 0;
}

.sidebar .sidebar-menu .treeview-menu>li>a {
    /*padding: 7px 5px 7px 15px;*/
    padding: 4px 5px 4px 7px;
    display: block;
    font-size: 12px;
    margin: 0 0;
    text-transform: uppercase;
}

.sidebar .sidebar-menu .treeview-menu>li>a>.fa,
.sidebar .sidebar-menu .treeview-menu>li>a>.glyphicon,
.sidebar .sidebar-menu .treeview-menu>li>a>.ion {
    width: 20px;
}

.sidebar .sidebar-menu .treeview-menu li.active {
    background-color: #2d4154;
}

.sidebar .sidebar-menu .treeview-menu ul {
    list-style: none;
    padding: 0 0 5px 30px;
    margin: 0;
}

.sidebar .sidebar-menu .treeview-menu ul>li>a {
    padding: 2px 0;
    display: block;
    font-size: 12px;
    margin: 0 0;
    color: #888;
    text-transform: uppercase;
}

.sidebar .sidebar-menu .treeview-menu ul>li>a:hover {
    color: #fff;
}

.sidebar .sidebar-menu .treeview-menu ul>li>a i {
    margin-right: 3px;
}

.sidebar .sidebar-menu hr {
    border-top: 1px solid #333;
}

.user-panel {
    padding: 10px;
}

.user-panel:before,
.user-panel:after {
    display: table;
    content: " ";
}

.user-panel:after {
    clear: both;
}

.user-panel>.image>img {
    width: 45px;
    height: 45px;
}

.user-panel>.info {
    font-weight: 600;
    padding: 5px 5px 5px 15px;
    font-size: 14px;
    line-height: 1;
    width: 150px;
}

.user-panel>.info>p {
    margin-bottom: 9px;
}

.user-panel>.info>a {
    text-decoration: none;
    padding-right: 5px;
    margin-top: 3px;
    font-size: 11px;
    font-weight: normal;
}

.user-panel>.info>a>.fa,
.user-panel>.info>a>.ion,
.user-panel>.info>a>.glyphicon {
    margin-right: 3px;
}

@media screen and (max-width: 992px) {
    .relative {
        position: relative;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -200px;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -200px;
    }

    .row-offcanvas-right.active {
        right: 200px;
    }

    .row-offcanvas-left.active {
        left: 200px;
    }

    .sidebar-offcanvas {
        left: 0;
    }

    body.fixed .sidebar-offcanvas {
        margin-top: 50px;
        left: -200px;
    }

    body.fixed .row-offcanvas-left.active .sidebar-offcanvas {
        left: 0;
    }

}


@keyframes fadeAnimation {
    from {
        opacity: 0;
        top: 120%;
    }

    to {
        opacity: 1;
        top: 100%;
    }
}

@-webkit-keyframes fadeAnimation {
    from {
        opacity: 0;
        top: 120%;
    }

    to {
        opacity: 1;
        top: 100%;
    }
}

.form-control {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: none;
}

.form-control:focus {
    border-color: #333 !important;
    box-shadow: none;
}

.form-group.has-success label {
    color: #00a65a;
}

.form-group.has-success .form-control {
    border-color: #00a65a !important;
    box-shadow: none;
}

.form-group.has-warning label {
    color: #e7a131;
}

.form-group.has-warning .form-control {
    border-color: #e7a131 !important;
    box-shadow: none;
}

.form-group.has-error label {
    color: #f56954;
}

.form-group.has-error .form-control {
    border-color: #f56954 !important;
    box-shadow: none;
}

.form-group input[type="checkbox"] {
    width: 19px;
    height: 30px;
}

.has-error {
    color: #f56954;
    border: 1px solid #f56954 !important;
    box-shadow: none;
}

.has-success {
    color: #378a34;
    border: 1px solid #378a34 !important;
    box-shadow: none;
}

.input-group .input-group-addon {
    border-radius: 0;
    background-color: #f4f4f4;
}

.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}

.checkbox,
.radio {
    padding-left: 0;
}

.progress.sm {
    height: 10px;
}

.progress.xs {
    height: 7px;
}

.progress.vertical {
    position: relative;
    width: 30px;
    height: 200px;
    display: inline-block;
    margin-right: 10px;
}

.progress.vertical>.progress-bar {
    width: 100% !important;
    position: absolute;
    bottom: 0;
}

.progress.vertical.sm {
    width: 20px;
}

.progress.vertical.xs {
    width: 10px;
}

.table tr>td .progress {
    margin: 0;
}

.progress-bar-light-blue,
.progress-bar-primary {
    background-color: #36495a;
}

.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
    background-image: -webkit-gradient(linear,
            0 100%,
            100% 0,
            color-stop(0.25, rgba(255, 255, 255, 0.15)),
            color-stop(0.25, transparent),
            color-stop(0.5, transparent),
            color-stop(0.5, rgba(255, 255, 255, 0.15)),
            color-stop(0.75, rgba(255, 255, 255, 0.15)),
            color-stop(0.75, transparent),
            to(transparent));
    background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-image: -moz-linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
}

.progress-bar-green,
.progress-bar-success {
    background-color: #00a65a;
}

.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear,
            0 100%,
            100% 0,
            color-stop(0.25, rgba(255, 255, 255, 0.15)),
            color-stop(0.25, transparent),
            color-stop(0.5, transparent),
            color-stop(0.5, rgba(255, 255, 255, 0.15)),
            color-stop(0.75, rgba(255, 255, 255, 0.15)),
            color-stop(0.75, transparent),
            to(transparent));
    background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-image: -moz-linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
}

.progress-bar-aqua,
.progress-bar-info {
    background-color: #00c0ef;
}

.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear,
            0 100%,
            100% 0,
            color-stop(0.25, rgba(255, 255, 255, 0.15)),
            color-stop(0.25, transparent),
            color-stop(0.5, transparent),
            color-stop(0.5, rgba(255, 255, 255, 0.15)),
            color-stop(0.75, rgba(255, 255, 255, 0.15)),
            color-stop(0.75, transparent),
            to(transparent));
    background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-image: -moz-linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
}

.progress-bar-yellow,
.progress-bar-warning {
    background-color: #e7a131;
}

.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear,
            0 100%,
            100% 0,
            color-stop(0.25, rgba(255, 255, 255, 0.15)),
            color-stop(0.25, transparent),
            color-stop(0.5, transparent),
            color-stop(0.5, rgba(255, 255, 255, 0.15)),
            color-stop(0.75, rgba(255, 255, 255, 0.15)),
            color-stop(0.75, transparent),
            to(transparent));
    background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-image: -moz-linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
}

.progress-bar-red,
.progress-bar-danger {
    background-color: #f56954;
}

.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear,
            0 100%,
            100% 0,
            color-stop(0.25, rgba(255, 255, 255, 0.15)),
            color-stop(0.25, transparent),
            color-stop(0.5, transparent),
            color-stop(0.5, rgba(255, 255, 255, 0.15)),
            color-stop(0.75, rgba(255, 255, 255, 0.15)),
            color-stop(0.75, transparent),
            to(transparent));
    background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-image: -moz-linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
}

.small-box {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 25px;
}

.small-box>.inner {
    /*padding: 20px;*/
    /*padding: 10px 20px 5px 20px;*/
    padding: 0 20px 0 20px;
}

.panel,
.small-box {
    min-height: 102px;
    padding-top: 10px;
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.small-box>.small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

.small-box h2 {
    font-size: 44px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box h3 {
    font-size: 33px;
    font-weight: bold;
    /*margin: 0 0 10px 0;*/
    margin: 0;
    white-space: nowrap;
    padding: 0;
    margin-bottom: 5px;
}

.small-box p {
    font-size: 16px;
}

.small-box p>small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.small-box .icon {
    position: absolute;
    top: auto;
    bottom: 22px;
    right: 13px;
    z-index: 0;
    font-size: 4em;
    color: rgba(0, 0, 0, 0.15);
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

.small-box:hover .icon {
    animation-name: tansformAnimation;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: tansformAnimation;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: tansformAnimation;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

@media screen and (max-width: 480px) {
    .small-box {
        text-align: center;
    }

    .small-box .icon {
        display: none;
    }

    .small-box p {
        font-size: 12px;
    }
}

.box {
    position: relative;
    background: #ffffff;
    margin-bottom: 10px;
    width: 100%;
    box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 1);
    border-radius: 3px !important;
}

.box .table-opcao {
    float: left;
    margin-right: 5px;
    /*margin-left: 10px;*/
}

@media screen and (max-width: 767px) {
    .box .table-opcao {
        padding: 1em;
    }
}

.box.box-primary {
    border-top-color: #36495a;
}

.box.box-info {
    border-top-color: #00c0ef;
}

.box.box-danger {
    border-top-color: #f56954;
}

.box.box-warning {
    border-top-color: #e7a131;
}

.box.box-success {
    border-top-color: #00a65a;
}

.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}

.box .box-header {
    position: relative;
    /*border-radius: 0;*/
    color: #333;
    background-color: #fff;
    border-radius: 3px !important;
}

.box .box-header:before,
.box .box-header:after {
    display: table;
    content: " ";
}

.box .box-header:after {
    clear: both;
}

.box .box-header>.fa,
.box .box-header>.glyphicon,
.box .box-header>.ion,
.box .box-header .box-title {
    padding: 15px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    float: left;
    cursor: default;
    line-height: 1em;
}

.box .box-header .box-title i {
    margin-right: 2px;
}

.box .box-header a {
    color: #444;
}

.box .box-header>.box-tools {
    padding: 5px 10px 5px 5px;
}

.box .box-header .badge {
    position: absolute;
    right: 15px;
    margin-top: 15px;
    border-radius: 0;
    font-size: 1em;
    font-weight: 500;
}

.box-header-menu ul {
    list-style: none;
    height: 45px;
    margin: 0 20px 0 0;
    line-height: 45px;
}

.box-header-menu ul li {
    display: inline-block;
}

.box .box-secundary-header {
    /*color: #36495a;*/
    color: #333;
    /*background-color: #fafafa;*/
    background-color: #fff;
}

.box .box-body {
    padding: 15px;
    border-radius: 0;
    clear: both;
}

.box .box-body>table,
.box .box-body>.table {
    margin-bottom: 0;
}

.box .box-body.chart-responsive {
    width: 100%;
    overflow: hidden;
}

.box .box-body>.chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.box .box-body>.chart svg,
.box .box-body>.chart canvas {
    width: 100% !important;
}

.box .box-body .fc-header-title h2 {
    font-size: 15px;
    line-height: 1.6em;
    color: #666;
    margin-left: 10px;
}

.box .box-body .fc-header-right {
    padding-right: 10px;
}

.box .box-body .fc-header-left {
    padding-left: 10px;
}

.box .box-body .fc-widget-header {
    background: #fafafa;
    padding: 3px 0;
    text-transform: uppercase;
    font-weight: normal;
}

.box .box-body .fc-grid {
    width: 100%;
    border: 0;
}

.box .box-body .fc-widget-header:first-of-type,
.box .box-body .fc-widget-content:first-of-type {
    border-left: 0;
    border-right: 0;
}

.box .box-body .fc-widget-header:last-of-type,
.box .box-body .fc-widget-content:last-of-type {
    border-right: 0;
}

.box .box-body .table {
    margin-bottom: 0;
}

.box .box-body .full-width-chart {
    margin: -19px;
}

.box .box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box .box-options {
    height: 35px;
    margin-bottom: 1em;
}

.box .box-options .option {
    float: left;
    margin-right: 1em;
    height: 35px;
    line-height: 35px;
}


.box .box-options .option input[type="checkbox"] {
    margin-top: 11px;
}

.option input::-webkit-input-placeholder {
    font-size: 0.9em
}

.option input::-moz-placeholder {
    font-size: 0.9em
}

.option input:-moz-placeholder {
    font-size: 0.9em
}

.option input:-ms-input-placeholder {
    font-size: 0.9em
}


.box .box-options .option label {
    color: #333;
}

.box .box-footer {
    border-top: 1px solid #f4f4f4;
    background-color: #ffffff;
    padding: 20px;
}

.box .box-footer .info {
    font-size: 0.9em;
}

.box .box-footer .info .value {
    font-weight: bold;
    font-size: 1.6em;
}

.box.box-solid {
    border-top: 0;
}

.box.box-solid>.box-header {
    padding-bottom: 0 !important;
}

.box.box-solid>.box-header .btn.btn-default {
    background: transparent;
}

.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #36495a;
    background-color: #36495a;
}

.box.box-solid.box-primary>.box-header a {
    color: #444;
}

.box.box-solid.box-info>.box-header {
    color: #fff;
    background: #00c0ef;
    background-color: #00c0ef;
}

.box.box-solid.box-info>.box-header a {
    color: #444;
}

.box.box-solid.box-danger>.box-header {
    color: #fff;
    background: #f56954;
    background-color: #f56954;
}

.box.box-solid.box-danger>.box-header a {
    color: #444;
}

.box.box-solid.box-warning>.box-header {
    color: #fff;
    background: #e7a131;
    background-color: #e7a131;
}

.box.box-solid.box-warning>.box-header a {
    color: #444;
}

.box.box-solid.box-success>.box-header {
    color: #fff;
    background: #00a65a;
    background-color: #00a65a;
}

.box.box-solid.box-success>.box-header a {
    color: #444;
}

.box.box-solid>.box-header>.box-tools .btn {
    border: 0;
    box-shadow: none;
}

.box.box-solid[class*="bg"]>.box-header {
    color: #fff;
}

.box .box-group>.box {
    margin-bottom: 5px;
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}

.box>.overlay,
.box>.loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box>.overlay {
    z-index: 1010;
    background: rgba(255, 255, 255, 0.7);
}

.box>.overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}

.box>.loading-img {
    z-index: 1020;
    /*noinspection CssUnknownTarget*/
    background: transparent url("../img/ajax-loader1.gif") 50% 50% no-repeat;
}

.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #ddd;
    left: 30px;
    border: 1px solid #eee;
    margin: 0;
}

.timeline>li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}

.timeline>li:before,
.timeline>li:after {
    display: table;
    content: " ";
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-item {
    margin-top: 10px;
    border: 0 solid #dfdfdf;
    background: #fff;
    color: #555;
    margin-left: 60px;
    margin-right: 15px;
    padding: 5px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.timeline>li>.timeline-item>.time {
    color: #999;
    float: right;
    margin: 2px 0 0 0;
}

.timeline>li>.timeline-item>.timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 5px;
    font-size: 16px;
    line-height: 1.1;
}

.timeline>li>.timeline-item>.timeline-header>a {
    font-weight: 600;
}

.timeline>li>.timeline-item>.timeline-body,
.timeline>li>.timeline-item>.timeline-footer {
    padding: 10px;
}

.timeline>li.time-label>span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.timeline>li>.fa,
.timeline>li>.glyphicon,
.timeline>li>.ion {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #eee;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}

.btn {
    font-weight: 500;
    border: 1px solid transparent;
    /*-webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.09);
-moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.09);
box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.09);*/
    transition: all 0.3s ease 0s;
}

/* .btn:hover,
.btn:focus {
    background: none repeat scroll 0 0 rgb(227, 227, 227);
    text-shadow: none;
    box-shadow: none;
} */

.btn-small {
    padding: 4px 8px;
    font-size: 12px;
}

.btn-xs {
    padding: 2px 4px;
    font-size: 10px;
}

.btn.btn-wide {
    width: 100%;
}

.btn.btn-space {
    margin-right: 5px;
}

.btn.btn-default {
    background-color: #e3e7ee;
    color: #36495a;
    border: 0;
    border-color: transparent;
    border-radius: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    margin-right: 5px;
    background-color: #eaf0fa;
    color: #2d4b66;
    /*padding: 5px 10px;*/
    padding: 4px 8px;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default.hover {
    /*background-color: #DFDFDF !important;*/
    background-color: #f1f8fe !important;
}

.btn.btn-default.btn-flat {
    border-bottom-color: #d9dadc;
}

/* .btn.btn-primary {
    background-color: #36495a;
    border-color: #367fa9;
    background-color: #444;
    border-radius: 0;

    background-color: #226da7;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    border-radius: 2px;
} */

/* .btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.hover {
    background-color: #367fa9;
    background-color: #555;



    background-color: #093d65;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
} */
.btn.btn-danger {
    padding: 4px 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px;
}

.btn.btn-primary {
    padding: 4px 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px;
}

.btn.btn-papelarte {
    background-color: #226da7;
    background-color: #0079ad;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px;

    padding: 4px 8px;
}

.btn.btn-papelarte:hover,
.btn.btn-papelarte.hover {
    background-color: #093d65;
    background-color: #0079ad;
    background-color: #226da7;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;

    padding: 4px 8px;
}

.btn.btn-papelarte:active {
    background-color: #1e6581;
    background-color: #0079ad;
    background-color: #226da7;
    border-color: transparent;
    color: #fff;
    border-radius: 3px;
    box-shadow: none;

    padding: 4px 8px;
}

/* .btn.btn-success {
    background-color: #00a65a;
    border-color: #008d4c;
}

.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success.hover {
    background-color: #008d4c;
}

.btn.btn-info {
    background-color: #00c0ef;
    border-color: #00acd6;
}

.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info.hover {
    background-color: #00acd6;
}

.btn.btn-danger {
    background-color: #f56954;
    border-color: #f4543c;
}

.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger.hover {
    background-color: #f4543c;
}

.btn.btn-warning {
    background-color: #e7a131;
    border-color: #e08e0b;
}

.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning.hover {
    background-color: #e08e0b;
} */

.btn.btn-flat {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:focus {
    outline: none;
}

.btn.btn-file {
    position: relative;
    width: 120px;
    height: 35px;
    overflow: hidden;
}

.btn.btn-file>input[type="file"] {
    display: block !important;
    width: 100% !important;
    height: 35px !important;
    opacity: 0 !important;
    position: absolute;
    top: -10px;
    cursor: pointer;
}

.btn.btn-app {
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #fafafa;
    font-size: 12px;
}

.btn.btn-app>.fa,
.btn.btn-app>.glyphicon,
.btn.btn-app>.ion {
    font-size: 20px;
    display: block;
}

.btn.btn-app:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa;
}

.btn.btn-app:active,
.btn.btn-app:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.btn-app>.badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400;
}

.btn.btn-social-old {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0.9;
    padding: 0;
}

.btn.btn-social-old>.fa {
    padding: 10px 0;
    width: 40px;
}

.btn.btn-social-old>.fa+span {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.btn.btn-social-old span {
    padding: 10px;
}

.btn.btn-social-old:hover {
    opacity: 1;
}

.btn.btn-circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn.btn-transparent {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.btn.btn-transparent2 {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.btn.btn-transparent2:hover {
    background-color: #f0f0f0;
}

.btn-simples {
    color: #ccc !important;
}

.btn-simples:hover {
    color: #666 !important;
}

.btn-simple-white {
    margin: 0;
    color: #fff;
    padding: 0;
}

.btn-simple-white:hover {
    color: #eee !important;
    margin: 0;
    padding: 0;
    background: transparent;
}

.callout {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.callout h4 {
    margin-top: 0;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout code,
.callout .highlight {
    background-color: #fff;
}

.callout.callout-danger {
    background-color: #fcf2f2;
    border-color: #dfb5b4;
}

.callout.callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.callout.callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}

.callout.callout-danger h4 {
    color: #b94a48;
}

.callout.callout-warning h4 {
    color: #c09853;
}

.callout.callout-info h4 {
    color: #3a87ad;
}

#resultado_form {
    margin-top: 15px;
}

.alert {
    padding: 5px 10px;
    margin-top: 25px;
    position: relative;
}

.alert>.fa,
.alert>.glyphicon {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    background: inherit;
    /*border: inherit;*/
    border: none;
}


.nav-tabs>li>a {
    border-radius: 4px 4px 0 0;
}

.nav-tabs.compact>li>a {
    font-size: 0.9em;
    padding: 5px 10px;
    margin-right: 4px;
    line-height: 20px;
    text-transform: uppercase;
}

.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.nav-tabs-custom>.nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
}

.nav-tabs-custom>.nav-tabs>li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}

.nav-tabs-custom>.nav-tabs>li>a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.nav-tabs-custom>.nav-tabs>li>a,
.nav-tabs-custom>.nav-tabs>li>a:hover {
    background: transparent;
    margin: 0;
}

.nav-tabs-custom>.nav-tabs>li:not(.active)>a:hover,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:focus,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:active {
    border-color: transparent;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #36495a;
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
    background-color: #fff;
}

.nav-tabs-custom>.nav-tabs>li.active>a {
    border-top: 0;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
}

.nav-tabs-custom>.nav-tabs>li:first-of-type {
    margin-left: 0;
}

.nav-tabs-custom>.nav-tabs>li:first-of-type.active>a {
    border-left-width: 0;
}

.nav-tabs-custom>.nav-tabs.pull-right {
    float: none !important;
}

.nav-tabs-custom>.nav-tabs.pull-right>li {
    float: right;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type {
    margin-right: 0;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type.active>a {
    border-left-width: 1px;
    border-right-width: 0;
}

.nav-tabs-custom>.nav-tabs>li.header {
    font-weight: 400;
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
    cursor: default;
}

.nav-tabs-custom>.nav-tabs>li.header>.fa,
.nav-tabs-custom>.nav-tabs>li.header>.glyphicon,
.nav-tabs-custom>.nav-tabs>li.header>.ion {
    margin-right: 10px;
}

.nav-tabs-custom>.tab-content {
    background: #fff;
    padding: 10px;
}

.tabs-bottom.nav-3 li a {
    width: 3333.33333333% !important;
}

.tabs-bottom li a {
    border: 0;
}

.pagination>li>a {
    background: #fafafa;
    color: #666;
    border-radius: 0;
}

.pagination>li:first-of-type a {
    border-radius: 3px 0 0 3px;
}

.pagination>li:last-of-type a {
    border-radius: 0 3px 3px 0;
}

.mailbox .table-mailbox {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.mailbox .table-mailbox tr.unread>td {
    background-color: rgba(0, 0, 0, 0.05);
    color: #000;
    font-weight: 600;
}

.mailbox .table-mailbox tr>td>.fa.fa-star,
.mailbox .table-mailbox tr>td>.fa.fa-star-o,
.mailbox .table-mailbox tr>td>.glyphicon.glyphicon-star,
.mailbox .table-mailbox tr>td>.glyphicon.glyphicon-star-empty {
    color: #e7a131;
    cursor: pointer;
}

.mailbox .table-mailbox tr>td.small-col {
    width: 30px;
}

.mailbox .table-mailbox tr>td.name {
    width: 150px;
    font-weight: 600;
}

.mailbox .table-mailbox tr>td.time {
    text-align: right;
    width: 100px;
}

.mailbox .table-mailbox tr>td {
    white-space: nowrap;
}

.mailbox .table-mailbox tr>td>a {
    color: #444;
}

@media screen and (max-width: 767px) {
    .mailbox .nav-stacked>li:not(.header) {
        float: left;
        width: 50%;
    }

    .mailbox .nav-stacked>li:not(.header).header {
        border: 0 !important;
    }

    .mailbox .search-form {
        margin-top: 10px;
    }
}

.form-box {
    width: 360px;
    margin: 90px auto 0 auto;
}

.form-box .header {
    background: #3d9970;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 10px 5px 10px;
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    color: #fff;
}

.form-box .body,
.form-box .footer {
    padding: 10px 20px;
    background: #fff;
    color: #444;
    text-align: center;
}

.form-box .body>.form-group,
.form-box .footer>.form-group {
    margin-top: 20px;
}

.form-box .body>.form-group>input,
.form-box .footer>.form-group>input {
    border: #fff;
}

.form-box .body>.btn,
.form-box .footer>.btn {
    margin-bottom: 10px;
}

.form-box .footer {
    padding-top: 20px;
}

@media (max-width: 767px) {
    .form-box {
        width: 90%;
    }
}

.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

@media screen and (max-width: 767px) {
    .error-page {
        width: 100%;
    }
}

.error-page>.headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .error-page>.headline {
        float: none;
        text-align: center;
    }
}

.error-page>.error-content {
    margin-left: 190px;
    display: block;
}

@media screen and (max-width: 767px) {
    .error-page>.error-content {
        margin-left: 0;
    }
}

.error-page>.error-content>h3 {
    font-weight: 300;
    font-size: 25px;
}

@media screen and (max-width: 767px) {
    .error-page>.error-content>h3 {
        text-align: center;
    }
}

.error-page:before,
.error-page:after {
    display: table;
    content: " ";
}

.error-page:after {
    clear: both;
}

.invoice {
    position: relative;
    width: 90%;
    margin: 10px auto;
    background: #fff;
    border: 1px solid #f4f4f4;
}

.invoice-title {
    margin-top: 0;
}

.order {
    position: relative;
    width: 90%;
    margin: 10px auto;
    background: #fff;
    border: 1px solid #f4f4f4;
}

.order-title {
    margin-top: 0;
}

.right-side>.content-header {
    background: transparent;
    box-shadow: none;
    margin-bottom: 30px;
}

.section-header-title .h1 {
    margin-bottom: 20px;
}

.user-panel>.image>img {
    border: 1px solid #444;
}

.user-panel>.info,
.user-panel>.info>a {
    color: #eee;
}

.sidebar {
    border-bottom: 0 solid #333;
}

.sidebar>.sidebar-menu>li {
    border-top: 0 solid #333;
    border-bottom: 0 solid #444;
}

.sidebar>.sidebar-menu>li:first-of-type {
    border-top: 0 solid #444;
}

.sidebar>.sidebar-menu>li:first-of-type>a {
    border-top: 0 solid #333;
}

.sidebar>.sidebar-menu>li>a {
    margin-right: 1px;
    transition: opacity 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.sidebar>.sidebar-menu>li>a:hover {
    color: #fff;
    /*background: #2a2a2a;*/
    background-color: #212c35;
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    transition: all ease 0.5s;
}

.sidebar>.sidebar-menu>li>a:hover i {
    color: #fff;
}

.sidebar>.sidebar-menu>li.active>a {
    color: #fff;
    /*color: #B1CFFF;*/
    background-color: #19252b;
}

.sidebar>.sidebar-menu>li.active>a i {
    color: #b1cfff;
    margin-left: -3px;
}

.sidebar>.sidebar-menu>li>.treeview-menu {
    /*margin: 0 1px;*/
    background: #222;
    /*padding-bottom: 10px;*/
}

.left-side {
    /*background-color: #081217;*/
    background: #005e86;
    /* Old browsers */
    background: -moz-linear-gradient(right, #152026 0, #000 30%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #152026 0, #000 30%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #152026 0, #000 30%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#152026  ', endColorstr='#000', GradientType=1);
    /* IE6-9 */
}

.sidebar a {
    color: #eee;
}

.sidebar a:hover {
    text-decoration: none;
}

.treeview-menu>li>a {
    color: #aaa;
}

.treeview-menu>li.active>a,
.treeview-menu>li>a:hover {
    color: #fff;
}

.sidebar-form {
    border: 0 solid #555;
    margin: 0;
}

.sidebar-form input[type="text"],
.sidebar-form .btn {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
    border: 0 solid rgba(255, 255, 255, 0.1);
    height: 35px;
    outline: none;
}

.sidebar-form input[type="text"] {
    color: #666;
}

.sidebar-form input[type="text"]:focus,
.sidebar-form input[type="text"]:focus+.input-group-btn .btn {
    background-color: #444;
    border: 0;
}

.sidebar-form input[type="text"]:focus+.input-group-btn .btn {
    border-left: 0;
}

.sidebar-form .btn {
    color: #999;
    border-left: 0;
}

.pace .pace-progress {
    /*background: #202020;*/
    background-color: #64b1ff;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace-inactive {
    display: none;
}

.btn-social {
    position: relative;
    padding-left: 44px !important;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px !important;
    line-height: 34px !important;
    font-size: 1.6em !important;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg {
    padding-left: 60px !important;
}

.btn-social.btn-lg :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

.btn-social.btn-sm {
    padding-left: 38px !important;
}

.btn-social.btn-sm :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}

.btn-social.btn-xs {
    padding-left: 30px !important;
}

.btn-social.btn-xs :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}

.btn-social-icon {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

.btn-social-icon :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px !important;
    line-height: 34px !important;
    font-size: 1.6em !important;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon.btn-lg {
    padding-left: 60px !important;
}

.btn-social-icon.btn-lg :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

.btn-social-icon.btn-sm {
    padding-left: 38px !important;
}

.btn-social-icon.btn-sm :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}

.btn-social-icon.btn-xs {
    padding-left: 30px !important;
}

.btn-social-icon.btn-xs :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}

.btn-social-icon :first-child {
    border: none;
    text-align: center;
    width: 100% !important;
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0;
}

.btn-facebook {
    color: #ffffff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
    color: #ffffff;
    background-color: #30487b;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
    background-image: none;
}

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #ffffff;
}

.tab-content {
    margin-bottom: 10px;
    padding: 20px;
    padding-top: 30px;
    border: 1px solid #eee;
    border-top: 0;
    /*border-bottom: 0;*/
    border-color: #c8e5ef;
    background-color: #fcfeff;
}

/* md */
@media (min-width: 992px) {
    .tab-content {
        padding: 20px;
        padding-top: 30px;
    }
}

.tab-content .tab-content {
    border-color: #bae8c1;
}

.nav-tabs {
    border-bottom: 1px solid #eee;
    border-color: #c8e5ef;
}

.tab-content .nav-tabs {
    border-color: #bae8c1 !important;
}

.tab-content .nav-tabs>li.active>a {
    border-color: #bae8c1 !important;
    border-bottom: 1px solid #fcfeff !important;
    background-color: #fcfeff;
}

.tab-content hr {
    border-color: #c8e5ef;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 1px solid #c8e5ef;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.width100 {
    width: 100%;
}

.width90 {
    width: 90%;
}

.width80 {
    width: 80%;
}

.width70 {
    width: 70%;
}

.width60 {
    width: 60%;
}

.width50 {
    width: 50%;
}

.width40 {
    width: 40%;
}

.width30 {
    width: 30%;
}

.width20 {
    width: 20%;
}

.width10 {
    width: 10%;
}

.top-buffer-5 {
    margin-top: 5px;
}

.top-buffer-10 {
    margin-top: 10px;
}

.top-buffer-15 {
    margin-top: 15px;
}

.top-buffer-20 {
    margin-top: 20px;
}

.tab-content label {
    color: #777;
    font-weight: 500;
}

.box-menu {
    min-height: 30px;
    border-bottom: 1px solid #f5f5f5;
}

.box-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box-menu ul li {
    float: left;
    padding: 5px 5px;
    margin-left: 0;
    /*border-right: 1px solid #eee;*/
    height: 30px;
}

@media (min-width: 1200px) {
    .box-menu ul li {
        padding: 5px 15px;
    }
}

.box-menu ul li:hover {
    background-color: #fafafa;
}

th {
    color: #444;
}

td {
    color: #444;
}

table .table-opcao:last-child {
    margin-right: 0;
}

.table-opcao a {
    color: #177ba2;
}

.table-opcao a:hover,
.table-opcao a:active,
.table-opcao a:focus {
    color: #0098d4;
}

label {
    color: #777;
    font-weight: 500;
}


.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 10px;
    line-height: 1;
    /*vertical-align: top;*/
    vertical-align: middle;
    /*border-top: 1px solid #eee;*/
    border-top: 0;
}

.table>thead>tr>th {
    border-bottom: 1px solid #CCCCCC;
}

.table-compact th,
.table-compact td {
    padding: 5px 5px !important;
    font-size: 1em;
}

@media only screen and (max-width : 768px) {

    .table-compact th,
    .table-compact td {
        font-size: 15px;
    }
}

.table-compact2 th,
.table-compact2 td {
    padding: 4px !important;
    font-size: 1em;
}

.table-compact input[type="checkbox"],
.table-compact2 input[type="checkbox"] {
    margin: 0;
}

.table-small th,
.table-small td {
    padding: 1px 2px !important;
    font-size: 0.9em;
}

/* -----  */

.documentConversionLines {
    width: 100%;
}

@media (min-width: 767px) {
    .documentConversionLines {
        margin: 0 auto !important;
        width: 95% !important;
    }
}

.mobile-summary {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    font-size: 13pt;
}

.mobile-summary .img-column {
    width: 50px;
    text-align: center;
    padding-right: 5px;
}

.mobile-summary .ref-column {
    width: 150px;
    text-align: left;
    padding-right: 5px;
}

.mobile-summary .qty-column {
    text-align: right;
    padding-right: 5px;
}

.collapsed-link {
    display: flex;
    align-items: center;
    padding-right: 5px;
}

.collapsed-link.collapsed:before {
    content: "\f054";
    /* Chevron right icon */
    font-family: 'FontAwesome';
    font-size: 9px;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
}

.collapsed-link:before {
    content: "\f078";
    /* Chevron down icon */
    font-family: 'FontAwesome';
    font-size: 9px;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
}


#btn-back-to-top {
    position: fixed;
    /* bottom: 8px;
    right: 8px; */
    bottom: 20px;
    right: 20px;
    display: block;
    border-radius: 50%;
    font-size: 13px;
    padding: 5px;
    width: 30px;
    opacity: 0.85;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    visibility: hidden;
    z-index: 999;
}

.toggle-caret-icons {
    padding-right: 2px;
}

.dot-10 {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.desktop-display {
    display: none !important
}

.mobile-display {
    display: revert;
    min-height: 20px;
}

.main-mobile-display {
    padding-right: 10px;
    display: revert !important;
    text-align: left;
}

.main-mobile-title {
    text-align: left !important;
}

.volume-input {
    max-width: 80px;
}

.order-picking-row {
    padding-bottom: 0.8em !important;
}

.order-picking-row td {
    background-color: #f3f9fb;
}

.volume-product-row {
    padding-bottom: 0.8em !important;
}

.volume-product-row td {
    background-color: #f3f9fb;
}

.volume-textarea {
    height: 35px;
    width: 80%;
}

.order-picking-total-qty-sep {
    width: 80px;
    padding-right: 5px;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #444;
    font-weight: 600;
}

.order-picking-lines-actions-wrapper>a {
    padding-right: 5px;
    font-size: 1.5em;
}

.ellipsis-container {
    display: flex;
    white-space: nowrap;
}

.ellipsis-container .ellipsis-text {
    font-size: 11pt;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11pt;
    overflow: hidden;
    flex: 1 1 0%;
}



/* .volume-row td:first-of-type {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
} */

/* .volume-row td:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
} */

.order-picking-table {
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
}


@media (min-width: 1200px) {
    .main-mobile-display {
        display: none !important;
    }

    .mobile-display {
        display: none
    }

    .desktop-display {
        display: revert !important;
    }

    .main-mobile-title {
        text-align: center;
    }
}

/*----- list tables ----- */
table.table-lines-grid-inner {
    margin-right: 0;
    margin-left: auto;
    max-width: 250px;
}

td.table-inner-products-wrapper {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media (min-width: 767px) {
    td.table-inner-products-wrapper {
        max-height: fit-content;
        overflow: auto;
    }

}

table.table-inner-products {
    border-collapse: separate !important;
    border: 1px solid #72a1ca !important;
    width: 98% !important;
    margin: 0 auto !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 8px;
}

table.table-lines-grid {
    /*border: 1px solid #ccc;*/
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

table.table-lines-grid>caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table.table-lines-grid>thead>tr,
table.table-lines-grid>tbody>tr {
    /* background-color: #f8f8f8; */
    /*border: 1px solid #f0f0f0;*/
    padding: .15em .35em .15em .35em;
    height: auto;
}

table.table-lines-grid>thead>tr>th,
table.table-lines-grid>tbody>tr>td {
    padding: .625em;
    white-space: normal;
    /* width: 100%; */

    /* text-align: center;*/
}

table.table-lines-grid>thead>tr>th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.actions-wrapper span {
    padding-left: 1em;
}

@media screen and (max-width: 1400px) {
    .actions-wrapper span {
        margin: 0px 5px 7px 0px;
        display: inline-block;
    }

    .actions-wrapper>span>a {
        font-size: 1.2em;
    }
}


@media screen and (max-width: 767px) {
    table.table-lines-grid {
        border: 1px solid #ccc;
    }

    table.table-lines-grid>thead>tr>th,
    table.table-lines-grid>tbody>tr>td {
        text-align: center;
        padding: 3px;
        /* border: 1px solid #f0f0f0; */
    }
}

@media screen and (max-width: 1200px) {
    .actions-wrapper {
        margin-top: 5px;
    }

    /* .actions-wrapper i {
        transform: scale(0.9);
    } */



    table.table-lines-grid-inner {
        margin-right: 0;
        margin-left: auto;
        max-width: 100%;
    }

    table.table-lines-grid {
        border: 0;
    }

    table.table-lines-grid>caption {
        font-size: 1.3em;
    }

    table.table-lines-grid>thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.table-lines-grid>thead>tr,
    table.table-lines-grid>tbody>tr {
        /* border-bottom: 3px solid #f0f0f0; */
        display: block;
        /* margin-bottom: .625em; */
    }

    table.table-lines-grid>thead>tr>td,
    table.table-lines-grid>tbody>tr>td {
        /* border-bottom: 1px solid #f0f0f0; */
        display: block;
        /* font-size: .8em; */
        text-align: right;
        padding: 6px !important;
    }

    table.table-lines-grid>tbody>tr>td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table.table-lines-grid>tbody>tr>td:last-child {
        border-bottom: 0;
    }

    table.table-lines-grid>tbody>tr>td input[type="checkbox"] {
        float: initial;
        transform: scale(1.5);
    }
}

@media screen and (max-width: 1200px) {
    #orderLines.table-lines-grid>tbody>tr {
        margin-bottom: 3px;
    }

    #orderLines.table-lines-grid>tbody>tr:not(:first-child) {
        border-top: 1px solid lightblue;
    }

}

.mobile-table-line {
    width: 100%;

}

.mobile-table-line>tbody>tr>td {
    padding: 0px !important;
}

.mobile-table-line .mobile-left-col {
    text-align: left;
}

.mobile-table-line .mobile-right-col {
    text-align: right;
    max-width: 80px;
    min-width: 35px;
}


.product-info-name {
    /* display: inline-block; */
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}

/* smartphones landscape mode */
@media (min-width: 576px) {
    .product-info-name {
        display: inline-block;
        max-width: 350px;
    }

    table.table-lines-grid-inner {
        margin-right: 0;
        margin-left: auto;
        max-width: 400px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .product-info-name {
        display: inline-block;
        max-width: 400px;
    }

    table.table-lines-grid-inner {
        margin-right: 0;
        margin-left: auto;
        max-width: 500px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .product-info-name {
        display: inline-block;
        max-width: 600px;
    }

    table.table-lines-grid-inner {
        margin-right: 0;
        margin-left: auto;
        max-width: 100%;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .product-info-name {
        display: inline-block;
        max-width: 500px;
    }

    table.table-lines-grid-inner {
        margin-right: 0;
        margin-left: auto;
        max-width: 100%;
    }

}


/*

.order-card-wrapper {
    padding: 5px;
}

.order-card-wrapper .order-row {
    background-color: #eaeaea;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    padding: 7px;
}

.order-card-wrapper .order-header-icon {
    float: left;
    width: 25px;
    text-align: center;
}

.order-card-wrapper .order-lines-actions {
    margin-left: 10px;
}

.order-card-wrapper .order-lines-actions .order-lines-action {
    font-size: 1.1em;
}

.order-card-wrapper .order-row-wrapper {
    height: 100%;
    background-color: white;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 7px;
    overflow: hidden;
}

.order-card-wrapper .visible-scrollbar::-webkit-scrollbar {
    -webkit-appearance: none;
}

.order-card-wrapper .visible-scrollbar::-webkit-scrollbar:vertical {
    width: 12px;
}

.order-card-wrapper .visible-scrollbar::-webkit-scrollbar:horizontal {
    height: 12px;
}

.order-card-wrapper .visible-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.order-card-wrapper .visible-scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.order-card-wrapper .order-lines-wrapper {
    max-height: 50vh;
    overflow: auto;
} */

.checkbox-round {
    position: relative;
}

.checkbox-round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.checkbox-round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 11px;
}

.checkbox-round input[type="checkbox"] {
    visibility: hidden;
}

.checkbox-round input[type="checkbox"]:checked+label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.checkbox-round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

/* @media only screen and (max-width: 812px), only screen and (max-device-width: 812px) {
    .order-picking-wrapper {
        max-height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .order-picking-content .section {
        max-height: 40vh;
        overflow: hidden scroll;
    }
} */


.order-picking-totals input[readonly] {
    text-align: right;
    max-width: 150px;
    float: right;
    background-color: #f3f3f3 !important;
    color: #000;
    border: 1px solid #ddd !important;
    font-size: 1.2em !important;
    height: 26px !important;

}


.barcode-container {
    width: 180px;
    padding: 6px;
    border-radius: 5px !important;
    background-color: #b7d7ea;
    z-index: 99;
    position: fixed;
    top: 57px;
    right: 7px;
}

.barcode-input-container {
    display: flex;
    align-items: center;
    position: relative;
}



.barcode-container input {
    width: 100%;
    padding: 5px;
    border: none;
    border-radius: 5px;
    font-size: 16pt;
    height: 40px;
    line-height: 40px;
}

/* .barcode-icon {
    position: absolute;
    top: 3px;
    right: 60px;
    font-size: 38px;
    color: #cecece;
} */


/* md */
@media (min-width: 768px) {
    .barcode-container {
        top: 155px;
    }
}

/* lg */
@media (min-width: 992px) {
    .barcode-container {
        top: 175px;
    }
}


/* lg2 */
@media (min-width: 1066px) {
    .barcode-container {
        top: 125px;
    }
}

/* 2x */
@media (min-width: 1476px) {
    .barcode-container {
        top: 85px;
    }
}

.barcode-input {
    text-align: center;
    font-family: "Source Sans Pro", Arial, sans-serif, FontAwesome;
    font-size: 16pt;
    height: 45px;
}

.location-barcode-input {
    display: inline !important;
    width: 50%;
}

.barcode-input::-webkit-input-placeholder {
    position: relative !important;
    transform: translateY(17%) !important;
    text-align: center;
    font-size: 38px;
    color: #cecece;
}

.barcode-input:-moz-placeholder {
    text-align: center;
    vertical-align: top;
    font-size: 38px;
    color: #cecece;
}

.barcode-input::placeholder {
    text-align: center;
    vertical-align: top;
    font-size: 38px;
    color: #cecece;
}

/* ----- */

.radio-button-wrapper {
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
}

.radio-button-wrapper input[type="radio"] {
    display: none;
}

.radio-button-wrapper label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
}

.radio-button-wrapper label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -1px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.radio-button-wrapper input[type="radio"]:checked+label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #3498db;
    border-radius: 100%;
}


/* ----- */

#search_orders_popup {
    display: none;
    position: absolute;
    top: 70px;
    padding: 15px;
    min-height: 40px;
    background-color: #fff;
    width: 90%;
    box-shadow: 5px 4px 10px 0px rgba(0, 0, 0, .4);
    border: 1px solid #008ac6;
    box-sizing: border-box;
    z-index: 99999;

    padding: 5px;
    max-width: 500px;
    padding: 12px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.order-line-product-popup {
    z-index: 2500 !important;
}

/* .order-picking-popup {
    z-index: 2000 !important;
    max-width: 600px;
    margin: 0 auto;
    -webkit-box-shadow: 7px 7px 10px 0px rgba(158, 158, 158, 0.42);
    -moz-box-shadow: 7px 7px 10px 0px rgba(158, 158, 158, 0.42);
    box-shadow: 7px 7px 10px 0px rgba(158, 158, 158, 0.42);
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
}

@media (max-width: 540px) {
    .order-picking-popup {
        width: 95% !important;
        top: 12px !important;
    }
}

@media (min-width: 541px) {
    .order-picking-popup {
        top: 6px !important;
    }

    .order-picking-popup .tingle-modal__close {
        color: #4f4f4fe3 !important;
    }

    .order-picking-popup .tingle-modal-box {
        width: 100% !important;
    }
} */

/* .tingle-modal-box {
    top: 15%;
} */


#search_results_wrapper {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 33px;
    max-height: 85vh;
    overflow-y: auto;
    overflow-x: hidden;
}


@media (min-width: 500px) {
    #search_results_wrapper {
        margin-top: auto;
    }
}

.order-picking-quantity-separated[disabled] {
    pointer-events: none;
}

.order-picking-quantity-separated-wrapper {
    position: relative;
    overflow: auto;
}

.order-picking-quantity-separated-wrapper .input-action {
    color: rgb(21, 95, 161);
    font-size: 14px;
    position: absolute;
    margin-top: 7px;
    right: 0;
}

.order-picking-quantity-separated {
    font-size: .95em;
    width: 70px;
    margin-right: 20px;
}

.order-picking-pending-quantity {
    background-color: transparent !important;
    border: 0px;
    width: 88px;
    text-align: right;
}


/* SELECT **********************************/

div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #fff;
    z-index: 100;
    width: 100%;
    max-width: 500px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.cs-select:focus {
    outline: none;
}

.cs-select select {
    display: none;
}

.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 6px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cs-select>span {
    padding-right: 3em;
}

.cs-select>span::after,
.cs-select .cs-selected span::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs-select>span::after {
    right: 1em;
}

.cs-select .cs-selected span::after {
    margin-left: 1em;
}

.cs-select.cs-active>span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
    z-index: 200;
}

.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    visibility: hidden;
}

.cs-select.cs-active .cs-options {
    visibility: visible;
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cs-select ul span {
    padding: 1em;
}

.cs-select ul li.cs-focus span {
    background-color: #ddd;
}

.cs-select li.cs-optgroup ul {
    padding-left: 1em;
}

.cs-select li.cs-optgroup>span {
    cursor: default;
}

div.cs-skin-border {
    background: transparent;
    font-size: 1em;
    font-weight: 500;
    max-width: 300px;
}

@media screen and (max-width: 30em) {
    div.cs-skin-border {
        font-size: 1em;
    }
}

.cs-skin-border>span {
    border: 1px solid #ccc;
    -webkit-transition: background 0.2s, border-color 0.2s;
    transition: background 0.2s, border-color 0.2s;
}

.cs-skin-border>span::after,
.cs-skin-border .cs-selected span::after {
    /*noinspection CssNoGenericFontName*/
    font-family: "FontAwesome";
    content: "\f063";
    color: #555;
}

.cs-skin-border ul span::after {
    content: "";
    opacity: 0;
}

.cs-skin-border .cs-selected span::after {
    content: "";
    color: #ddd9c9;
    font-size: 1.5em;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cs-skin-border.cs-active>span {
    border-color: #ccc;
    color: #333;
    background-color: #f6f6f6;
    border-bottom: 1px solid #eee;
}

.cs-skin-border .cs-options {
    color: #333;
    font-size: 0.75em;
    opacity: 0;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s;
}

.cs-skin-border.cs-active .cs-options {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
}

.cs-skin-border ul span {
    padding: 8px 12px;
    backface-visibility: hidden;
    font-size: 14px;
}

.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
    background: #f5f3ec;
}

/********************************************************************/

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #000;
    /*background-color: #eee;*/
    background-color: #dfeaef;
    border-color: #ddd;
    cursor: default;
    font-weight: bold;
}

.panel-footer {
    border-top: 0;
    background-color: #fff;
}

.panel-footer:hover {
    background-color: #fafafa;
}

.panel-info,
.panel-success,
.panel-warning,
.panel-danger {
    border-color: transparent;
}

.panel-info>.panel-heading {
    background-color: #fff;
}

.panel-warning>.panel-heading {
    background-color: #fff;
}

.panel-danger>.panel-heading {
    background-color: #fff;
}

.panel-success>.panel-heading {
    background-color: #fff;
}

.panel .announcement-heading {
    font-size: 2em;
    margin-top: -10px;
}

.well {
    background-color: #fcfcfc;
    text-align: center;
    margin-top: 20px;
}

.well p {
    margin-bottom: 0;
}

.well .btn {
    margin-top: 10px;
}

.link-black {
    color: #000;
}

.link-black:hover {
    color: #555;
}

.link-blue {
    color: #31708f;
}

.link-green {
    color: #3c763d;
}

.link-yellow {
    color: #8a6d3b;
}

.link-red {
    color: #a94442;
}

.link-dark-grey {
    color: #555;
}

.panel-progress {
    padding: 20px;
    padding-bottom: 0;
}

div.dataTables_filter input {
    border: 0 none;
    background-color: #f4f4f4;
    width: 180px !important;
    height: 26px;
}

table.dataTable {
    background-color: #fff;
}

table.dataTable .dataTables_empty {
    text-align: center;
    font-weight: bold;
    /*padding: 50px !important;
    background-color: #fafafa;*/

    padding: 20px !important;
    background-color: #edeff3;
}

table.dataTable .dataTables_empty:hover,
table.dataTable .dataTables_empty:active,
table.dataTable .dataTables_empty:focus {
    background-color: #edeff3;
}

/* table.dataTable td:last-child {
    #max-width: 140px !important;
    min-width: 80px !important;
    white-space: nowrap;
} */

table.dataTable tr.selected,
table.dataTable tr.selected td,
table.dataTable tr.selected:hover td {
    background-color: #abd9ff;
}

.fullscreen-content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    margin-left: 0;
    width: 100%;
    background-color: #fafafa;
}

.toggle-fullscreen {
    cursor: pointer;
}

.close-fullscreen {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: rgb(255, 255, 255);*/
    padding: 0;
    z-index: 999999999999;
}

.close-fullscreen a {
    border-radius: 0;
    padding: 5px 6px;
    float: right;
    background-color: #fff;
    margin-top: 15px;
    margin-right: 15px;
    border-radius: 40px;
}

.close-fullscreen a:hover {
    background-color: rgba(255, 255, 255, 1);
}

.sidebar-toggle {
    display: none;
}

@media (max-width: 992px) {
    .sidebar-toggle {
        display: block;
    }
}

iframe {
    border: 0;
}

.iframe-webmail {
    border: 0;
    width: 100%;
    height: 600px;
}

hr.cinza-escuro {
    border-top: 1px solid #444;
}

.tabela-pre-visualizar-importacao td {
    border-bottom: 1px solid #eee;
    padding: 5px 15px;
    text-align: center;
}

#div_nome_ficheiro {
    width: 208px;
    background-color: #f6f6f6;
    padding: 7px 12px;
    color: #999;
    float: left;
}

.form-group .error {
    color: #b00 !important;
}

.form-group .required {
    color: #b00;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .menu-top-right {
        position: fixed;
        margin-top: 35px;
        left: 0;
    }
}

.creditos-software {
    padding: 15px;
    padding-top: 0;
    color: #444;
}

.creditos-software a {
    color: #444 !important;
}

.creditos-software a:hover {
    color: #666 !important;
}


#div-top-header-container {
    /* why?... 20230512 */
    /*display: none;*/
    font-size: 0.9em;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    #div-top-header-container {
        font-size: 1em;
    }
}


#div-top-header a.version {
    color: #fff;
    padding: 1em;
    font-size: 0.8em;
}

#div-top-header a.version:hover {
    color: #ddd;
}

#div-top-header-dashboard {
    padding: 15px;
    color: #fff;
    background: #002b3e;
    /*background: -moz-linear-gradient(left, #152026 0, #005e86 100%);
    background: -webkit-linear-gradient(left, #152026 0, #005e86 100%);
    background: linear-gradient(to right, #152026 0, #005e86 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#152026  ', endColorstr='#005e86 ', GradientType=1);    */
}

#div-top-header-search {
    background-color: #005e86;
    padding: 20px;
    color: #fff;
    background: #005e86;
    /* Old browsers */
    background: -moz-linear-gradient(left, #005e86 0, #232323 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #005e86 0, #232323 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #005e86 0, #232323 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005e86  ', endColorstr='#232323', GradientType=1);
    /* IE6-9 */
}

#div-top-header-view {
    background-color: #005e86;

    padding: 10px 15px;
    color: #fff;
    /*min-height: 85px;*/
    background: #005e86;
    /* Old browsers */
    background: -moz-linear-gradient(left, #005e86 0, #232323 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #005e86 0, #232323 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #005e86 0, #232323 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005e86  ', endColorstr='#232323', GradientType=1);
    /* IE6-9 */
    /*max-height: 85px;*/
    overflow: hidden;
}

#div-top-header-view .divHeaderViewImage {
    float: left;
    margin-right: 15px;
}

#div-top-header-view .divHeaderViewImage img {
    max-height: 65px;
}

#div-top-header-view .title {
    font-size: 1.8em;
    margin-bottom: 5px;
}

#div-top-header-view a {
    color: #fff;
}

#div-top-header-view a:hover {
    color: #f5f5f5;
}

ul.client-top-menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

ul.client-top-menu li {
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}

ul.client-top-menu li:last-child {
    margin-bottom: 0;
}

ul.client-top-menu li a {
    color: #fff;
    background-color: #005e86;
    padding: 3px 10px;
    border-radius: 3px;
}

ul.client-top-menu li a:hover {
    color: #fff;
    background-color: #0a4a65;
    padding: 3px 10px;
    border-radius: 3px;
}

ul.client-top-menu li a[disabled] {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}

ul.client-top-menu li a[disabled]:hover {
    opacity: 0.3;
    cursor: not-allowed;
}

ul.supplier-top-menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

ul.supplier-top-menu li {
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}

ul.supplier-top-menu li:last-child {
    margin-bottom: 0;
}

ul.supplier-top-menu li a {
    color: #fff;
    background-color: #005e86;
    padding: 3px 10px;
    border-radius: 3px;
}

ul.supplier-top-menu li a:hover {
    color: #fff;
    background-color: #0a4a65;
    padding: 3px 10px;
    border-radius: 3px;
}

ul.supplier-top-menu li a[disabled] {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}

ul.supplier-top-menu li a[disabled]:hover {
    opacity: 0.3;
    cursor: not-allowed;
}

.widgetClientOrdersResume {
    max-height: 360px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 1em;
}

.widgetClientOrdersResume table th,
.widgetClientCheckingAccountResume table th {
    border-top: 0 !important;
}

.widgetClientCheckingAccountResume {
    max-height: 380px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.window-view {
    display: none;
}

.dashboard-ticket {
    margin-bottom: 10px;
}

.table-ticket-dashboard {
    width: 100%;
    margin-bottom: 10px;
}

.table-ticket-dashboard tr:first-child td {
    padding-bottom: 10px;
}

.lista-icones i {
    margin-right: 5px;
    margin-bottom: 5px;
}

.panel-heading {
    min-height: 88px;
}

.panel-warning>.panel-heading {
    color: #db8b00;
}

.carousel-control .span-left {
    left: 50%;
}

.carousel-control .span-right,
.carousel-control .span-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

#exemplo-carousel {
    height: auto;
    width: auto;
}

.div-container-menu-ligacao {
    float: left;
    padding: 15px;
    /*width: 40%;*/
    /*background-color: #FAFAFA;*/
    min-height: 130px;
}

.div-container-menu-ligacao input {
    margin-bottom: 6px;
    width: 100%;
}

.div-container-menu-ligacao select {
    width: 100%;
}

.div-container-menu-builder {
    float: left;
    padding: 15px;
    /*width: 60%;*/
    background-color: #fafafa;
    min-height: 130px;
}

.div-container-menu-builder ol {
    /*list-style: disc;*/
    list-style: none;
    margin: 10px;
    padding: 0;
}

.div-container-menu-builder ol li {
    cursor: grab;
    padding: 7px 10px;
    background-color: #e2e2e2;
    margin-bottom: 6px;
    color: #555;
    border: 1px dashed #aaa;
}

.div-container-menu-builder ol li ol li {
    background-color: #f0f0f0;
}

.div-container-menu-builder ol li ol li ol li {
    background-color: #fff;
}

#div_menu_builder {
    margin: 20px 0;
}

#div_menu_builder .delete_link {
    float: right;
    margin-top: -20px;
}

#div_menu_builder .delete_link:hover {
    cursor: pointer !important;
}

#div_menu_builder .caminho {
    font-size: 10px;
    margin-left: 5px;
}

.div-info {
    margin-bottom: 15px;
    line-height: 15px;
    color: #aaa;
    font-weight: 300;
    font-size: 0.9em;
}

.input-normal {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    border: 1px solid #aaa;
}

.input-normal:focus {
    border-color: #999 !important;
    box-shadow: none;
}

.form-control {
    /*border: 1px solid #888;*/
    border: 1px solid #aaa;
}

.progress {
    height: 30px;
    line-height: 30px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    background-color: #f8f8f8;
}

.progress-bar {
    box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.2);
    height: 30px;
    line-height: 30px;
}

.pagination>li>a,
.pagination>li>span {
    font-size: 0.9em;
    padding: 3px 12px;
}

.readme h4 {
    margin-top: 35px;
    font-weight: bold;
}

.readme h5 {
    margin-top: 35px;
    font-weight: bold;
}

.arvore-plataforma {
    list-style: circle;
}

.arvore-plataforma ul {
    list-style: square;
}

.arvore-plataforma ul ul {
    list-style: disc;
}

.arvore-plataforma ul ul ul {
    list-style: circle;
}

.arvore-plataforma ul ul ul ul {
    list-style: disc;
}

#sugestao_password {
    border: 1px dashed #ddd;
    padding: 5px 10px 9px 10px;
    color: #444;
    border-left: 0;
    margin-left: -3px;
}

.proposta-modulo {
    float: left;
    width: 250px;
    padding: 10px 15px;
    background-color: #163945;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #eee;
}

.proposta-modulo:hover {
    /*background-color: #1A4656;*/
    background-color: #1e6612;
}

.proposta-modulo.activo {
    background-color: #17510e;
}

.proposta-modulo .nome {
    font-size: 1.2em;
    color: #fff;
    text-transform: uppercase;
    min-height: 50px;
}

.proposta-modulo .preco {
    color: #ddd;
    font-weight: 300;
}

.proposta-modulo .tempo {
    color: #ddd;
    font-weight: 300;
}

.proposta #modulos-escolhidos {
    font-weight: bold;
}

.proposta #total_preco {
    font-weight: bold;
}

.proposta #total_tempo {
    font-weight: bold;
}

.dataTable tr.even {
    /*background: #fdfdfd;*/
    background: #F3F4F5;
}

#bt_generate_qrcode {
    margin-top: 2em;
}

#generated_qrcode {
    text-align: center;
    margin: 3em auto;
    display: table;
}

.weather {
    padding: 25px;
    background-color: #fff;
    font-weight: 300;
    margin-bottom: 15px;
    height: 150px;
}

.weather-title {
    font-size: 2em;
}

.weather-temp {
    float: right;
    margin-top: -50px;
    font-size: 2.6em;
    font-weight: 500;
}

.weather-local {
    font-size: 1em;
    font-weight: bold;
    float: right;
    margin-top: -21px;
}

.weather-description {
    font-weight: 500;
}

.weather-humidity {
    float: right;
}

.weather-winddeg {
    float: left;
}

.weather-clouds {
    float: right;
}


/*.table-hover > tbody > tr:hover > td:not(:first-child), .table-hover > tbody > tr:hover > th, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f8f8f8;
}*/

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    /*background-color: #e9f8ff;*/
    background-color: #a8bdd5;
}

.table tr.no-hover:hover,
.table tr.no-hover:hover td,
.table tr.no-hover:hover th {
    background-color: transparent;
}

.table-anniversaries {
    width: 100%;
}

.table-anniversaries tr:first-child>td {
    color: #aaa;
}

.view-page .form-group {
    margin: 10px 0;
}

.view-page hr {
    margin: 15px 0 5px 0;
}

.view-page .view-client-image {
    max-width: 200px !important;
    max-height: 100px !important;
}

#view-client .small-box {
    color: #fff;
}

#view-client .small-box h3 {
    font-size: 26px;
}

#view-client .small-box p {
    font-size: 14px;
}

#view-client .small-box>.inner {
    padding: 0px 10px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}

#view-client .small-box .icon {
    color: rgba(0, 0, 0, 0.05);
}

#view-client #clientLastOrders td,
#view-client #clientLastOrders th {
    padding: 3px !important;
}

/* width */

#view-client ::-webkit-scrollbar {
    width: 8px;
}

/* Track */

#view-client ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

#view-client ::-webkit-scrollbar-thumb {
    /*background: #bbb;*/
    background: #005e86;
}

/* Handle on hover */

#view-client ::-webkit-scrollbar-thumb:hover {
    background: #777;
}

.table-client-info {
    font-weight: bold;
}

.table-client-info tr td:first-child {
    font-weight: normal;
    min-width: 110px;
}

.table-client-info tr:first-child td {
    padding-bottom: 10px;
    font-weight: bold;
}

.view-page .view-supplier-image {
    max-width: 200px !important;
    max-height: 100px !important;
}

.table-supplier-info {
    font-weight: bold;
}

.table-supplier-info tr td:first-child {
    font-weight: normal;
    min-width: 110px;
}

.table-supplier-info tr:first-child td {
    padding-bottom: 10px;
    font-weight: bold;
}

.setup-footer {
    margin-top: 2em;
    overflow: auto;
}

.setup-step-content {
    margin-top: 2em;
    overflow: auto;
}

span.comment {
    color: #888;
    font-weight: 300;
    font-size: 0.9em;
}


.thumbnail {
    border-radius: 0;
    padding: 0;
}

.text-disabled {
    color: #bbb !important;
}

.btn {
    border-radius: 0;
}

.table-imported-content {
    width: 100%;
}

.table-imported-content tr:first-child>td {
    color: #333;
    padding: 10px 0;
    font-weight: bold;
}

.table-imported-content tr td:last-child {
    padding-right: 10px;
}

.table-summary-import {
    width: 100%;
}

.table-summary-import tr td:first-child {
    color: #333;
    padding: 5px 10px;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    width: 50%;
}

.table-summary-import tr td:last-child {
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
}

.hiddenEmailMessage {
    position: absolute;
    background-color: #fff;
    padding: 50px 20px 20px 20px;
    border: 1px solid #ddd;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 99;
    cursor: pointer;
}

.hiddenEmailMessage .close-window {
    color: #aaa;
    font-size: 1em;
    position: relative;
    float: right;
    margin-top: -30px;
}

.close-window {
    color: #aaa;
    font-size: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    border-radius: 50px !important;
}

.close-window:hover {
    color: #888;
}

div.dataTables_info {
    color: #aaa;
    font-weight: 300;
}

div.dataTables_info .select-info {
    margin-left: 6px;
    border-left: 1px solid #eee;
    padding-left: 6px;
}

#divMessageBulkAction,
#message_task_action {
    margin-top: 10px;
    display: none;
    padding: 10px 10px;
    text-align: center;
}

#divMessageAction,
#message_action {
    display: none;
}

#rssFeedContent .content {
    font-size: 1em;
    font-weight: 500;
    color: #666;
    border-bottom: 1px solid #eee;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
}

#rssFeedContent .title {
    font-size: 1.1em;
    font-weight: 500;
    color: #222;
}

#rssFeedContent .author {
    font-size: 0.9em;
    font-weight: 300;
    color: #999;
    float: left;
}

#rssFeedContent .date {
    font-size: 0.9em;
    font-weight: 500;
    color: #666;
    /*float: left;*/
    margin-top: 5px;
    margin-right: 5px;
}

#rssFeedContent .publisher {
    font-size: 1em;
    font-weight: 500;
    color: #444;
    float: left;
    /*margin-top: 5px;*/
    margin-right: 10px;
}

.light-green-background {
    background-color: #e4f1e6 !important;
}

.light-red-background {
    background-color: #ffdfdf !important;
}

.quick-notes {
    border: 0 solid #eee;
    background-color: #f9f8e0;
    font-size: 0.9em;
    color: #156b96;
}

.top-right-box {
    float: right;
    margin-right: 20px;
    margin-top: 15px;
    color: #ccc;
}

.box-top-right {
    float: right;
    margin-right: 15px;
    color: #ccc;
}

.box-top-right button {
    margin-top: 7px;
}

.btn-grey {
    color: #bbb;
}

.btn-light-red {
    color: #ea9c9c;
}

@media (max-width: 767px) {
    .table-responsive {
        border: 0 solid #ddd;
    }
}

#search .options .option {
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}

#search #searchResult {
    margin-top: 30px;
}

#search #searchResult ul {
    padding-left: 20px;
    list-style: none;
}

#search #searchResult ul li {
    margin-bottom: 7px;
    line-height: 15px;
    font-size: 13px;
    text-transform: uppercase;
}

#table-clients td:last-child .table-opcao {
    /*margin-right: 10px;*/
    margin-left: 0;
    /* experiment */
    display: contents;
}

#table-clients td:first-child,
#table-clients th:first-child {
    max-width: 30px;
    padding: 2px;
}

#table-clients td {
    vertical-align: middle;
}

#table-clients tr.selected,
#table-clients tr.selected:hover td {
    background-color: #abd9ff !important;
}

@media screen and (max-width: 992px) {

    #table-clients td:nth-child(4),
    #table-clients th:nth-child(4),
    #table-clients td:nth-child(5),
    #table-clients th:nth-child(5),
    #table-clients td:nth-child(7),
    #table-clients th:nth-child(7),
    #table-clients td:nth-child(8),
    #table-clients th:nth-child(8) {
        display: none;
    }
}

#table-products td:last-child .table-opcao {
    /*margin-right: 10px;*/
    margin-left: 0;
    /* experiment */
    display: contents;
    color: #aaa;
}

#table-products td:first-child,
#table-products th:first-child {
    /*max-width: 30px;*/
    padding: 2px;
}

#table-products td {
    vertical-align: middle;
}

#table-products tr.selected,
#table-products tr.selected:hover td {
    background-color: #abd9ff !important;
}

@media screen and (max-width: 992px) {

    #table-products td:nth-child(4),
    #table-products th:nth-child(4),
    #table-products td:nth-child(5),
    #table-products th:nth-child(5),
    #table-products td:nth-child(7),
    #table-products th:nth-child(7),
    #table-products td:nth-child(8),
    #table-products th:nth-child(8) {
        display: none;
    }
}

#table-pickings {
    margin-top: 20px !important;
}

#table-pickings td:last-child .table-opcao {
    /*margin-right: 10px;*/
    margin-left: 0;
    /* experiment */
    display: contents;
}

#table-pickings td:first-child,
#table-pickings th:first-child {
    max-width: 30px;
    padding: 2px;
}

#table-pickings td,
#table-pickings th {
    vertical-align: middle;
    padding: 7px;
    text-transform: uppercase;
}

#table-pickings th {
    font-weight: normal;
    color: #999;
}

#table-pickings tr.selected,
#table-pickings tr.selected:hover td {
    background-color: #abd9ff !important;
}

@media screen and (max-width: 992px) {

    #table-pickings td:nth-child(4),
    #table-pickings th:nth-child(4),
    #table-pickings td:nth-child(5),
    #table-pickings th:nth-child(5),
    #table-pickings td:nth-child(7),
    #table-pickings th:nth-child(7),
    #table-pickings td:nth-child(8),
    #table-pickings th:nth-child(8) {
        display: none;
    }
}

#table-suppliers td:last-child .table-opcao {
    margin-right: 10px;
    margin-left: 0;
    /* experiment */
    display: contents;
}

#table-suppliers td:first-child,
#table-suppliers th:first-child {
    max-width: 30px;
    padding: 2px;
}

#table-suppliers td {
    vertical-align: middle;
}

#table-suppliers tr.selected,
#table-suppliers tr.selected:hover td {
    background-color: #abd9ff !important;
}

@media screen and (max-width: 992px) {

    #table-suppliers td:nth-child(4),
    #table-suppliers th:nth-child(4),
    #table-suppliers td:nth-child(5),
    #table-suppliers th:nth-child(5),
    #table-suppliers td:nth-child(7),
    #table-suppliers th:nth-child(7),
    #table-suppliers td:nth-child(8),
    #table-suppliers th:nth-child(8) {
        display: none;
    }
}

#table-orders td:last-child .table-opcao,
#table-budgets td:last-child .table-opcao,
#table-credit-note td:last-child .table-opcao,
#table-debit-note td:last-child .table-opcao,
#table-cargo-movements td:last-child .table-opcao,
#table-cargo-shippings td:last-child .table-opcao,
#table-return-deliveries td:last-child .table-opcao {
    /*margin-right: 10px;*/
    margin-left: 0;
    /* experiment */
    display: inline-block;
}

/* #table-orders tr:first-child th,
#table-budgets tr:first-child th,
#table-credit-notes tr:first-child th,
#table-debit-notes tr:first-child th,
#table-cargo-movements tr:first-child th,
#table-return-deliveries tr:first-child th,
#table-cargo-shippings tr:first-child th {
    white-space: nowrap;
} */

#table-orders td,
#table-budgets td,
#table-credit-notes td,
#table-debit-notes td,
#table-cargo-movements td,
#table-return-deliveries td,
#table-cargo-shippings td {
    vertical-align: middle;
}

#table-order tr.selected,
#table-budgets tr.selected,
#table-cargo-movements tr.selected,
#table-return-deliveries tr.selected,
#table-cargo-shippings tr.selected,
#table-credit-notes tr.selected,
#table-debit-notes tr.selected,
#table-orders tr.selected:hover td,
#table-budgets tr.selected:hover td,
#table-credit-note tr.selected:hover td,
#table-debit-note tr.selected:hover td,
#table-cargo-movements tr.selected:hover td,
#table-return-deliveries tr.selected:hover td,
#table-cargo-shippings tr.selected:hover td {
    background-color: #abd9ff !important;
}

#table-orders .order-checkbox,
#table-budgets .order-checkbox,
#table-credit-notes .order-checkbox,
#table-debit-notes .order-checkbox,
#table-cargo-movements .order-checkbox,
#table-return-deliveries .order-checkbox,
#table-cargo-shippings .order-checkbox {
    padding: 0;
    margin: 0;
}

#table-orders .order-checkbox {
    width: 15px;
    height: 15px;
    float: left;
}



#search-order .options {
    min-height: 55px;
}

#search-order .options .option {
    height: 55px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

#result-search-order {
    margin-top: 15px;
}

.search-document-compact .options {
    min-height: 55px;
}

.search-document-compact .options .option {
    height: 45px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.search-document-compact .options .option-no-input-format {
    height: 45px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.search-document-compact .options .option .option-title {
    font-size: 0.9em;
}

.search-document-compact .options .option-no-input-format .option-title {
    font-size: 0.9em;
}

.search-document-compact .options .option input,
.search-document-compact .options .option select {
    padding: 2px 6px;
    height: 25px;
}

#search-documentConversion-compact .options {
    min-height: 55px;
}

#search-documentConversion-compact .options .option {
    height: 45px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#search-documentConversion-compact .options .option .option-title {
    font-size: 0.9em;
}

#search-documentConversion-compact .options .option input,
#search-documentConversion-compact .options .option select {
    padding: 2px 6px;
    height: 25px;
}

#search-documentConversion-compact .options .option select {
    width: 100%;
}

#search-compact .options {
    min-height: 55px;
}

#search-compact .options .option {
    height: 45px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#search-compact .options .option .option-title {
    font-size: 0.9em;
}

#search-compact .options .option input,
#search-compact .options .option select {
    padding: 2px 6px;
    height: 25px;
}

#search-compact th {
    white-space: nowrap;
}

/* #table-budgets td:last-child .table-opcao {
    margin-left: 0;
    display: contents;
} */

/* #table-budgets tr:first-child th {
    white-space: nowrap;
} */

/* #table-budgets td {
    vertical-align: middle;
} */

/* #table-budgets tr.selected,
#table-budgets tr.selected:hover td {
    background-color: #abd9ff !important;
}

#table-budgets .budget-checkbox {
    padding: 0;
    margin: 0;
} */

#search-budget .options {
    min-height: 55px;
}

#search-budget .options .option {
    height: 55px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

#result-search-budget {
    margin-top: 15px;
}

#table-opportunitys th:first-child {
    width: 15px !important;
}

#table-opportunitys th:last-child {
    width: 15px !important;
}

#search-opportunity-compact .options,
#search-activities-compact .options,
#search-activitiesCalls-compact .option,
#search-activitiesMeeting-compact .option,
#search-activitiesTasks-compact .option,
#search-activitiesNotes-compact .option {
    min-height: 55px;
}

#search-opportunity-compact .options .option,
#search-activities-compact .options .option,
#search-activitiesCalls-compact .options .option,
#search-activitiesMeeting-compact .options .option,
#search-activitiesTasks-compact .options .option,
#search-activitiesNotes-compact .options .option {
    height: 45px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#search-opportunity-compact .options .option .option-title,
#search-activities-compact .options .option .option-title,
#search-activitiesCalls-compact .options .option .option-title,
#search-activitiesMeeting-compact .options .option .option-title,
#search-activitiesTasks-compact .options .option .option-title,
#search-activitiesNotes-compact .options .option .option-title {
    font-size: 0.9em;
}

#search-opportunity-compact .options .option input,
#search-opportunity-compact .options .option select,
#search-activities-compact .options .option input,
#search-activities-compact .options .option select,
#search-activitiesCalls-compact .options .option input,
#search-activitiesCalls-compact .options .option select,
#search-activitiesMeeting-compact .options .option input,
#search-activitiesMeeting-compact .options .option select,
#search-activitiesTasks-compact .options .option input,
#search-activitiesTasks-compact .options .option select,
#search-activitiesNotes-compact .options .option input,
#search-activitiesNotes-compact .options .option select {
    padding: 2px 6px;
    height: 25px;
}

#search-client .options {
    min-height: 55px;
}

#search-client .options .option {
    height: 55px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

#result-search-client {
    margin-top: 15px;
}

#search-client-compact .options {
    min-height: 55px;
}

#search-client-compact .options .option {
    height: 45px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* #search-client-compact .options .option .option-title {
    font-size: 0.9em;
} */

#search-client-compact .options .option input,
#search-client-compact .options .option select {
    padding: 2px 4px;
    height: 25px;
}

#search-client-compact .options .option input[type="checkbox"] {
    width: 16px;
    padding-top: 0;
    margin-top: 0;
    float: none;
    margin: auto;
}

#search-postal-code-compact .options {
    min-height: 55px;
}

#search-postal-code-compact .options .option {
    height: 45px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#search-postal-code-compact .options .option .option-title {
    font-size: 0.9em;
}

#search-postal-code-compact .options .option input,
#search-postal-code-compact .options .option select {
    padding: 3px 6px;
    height: 25px;
}

#search-product .options {
    min-height: 55px;
}

#search-product .options .option {
    height: 55px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

#search-product-compact .options {
    min-height: 55px;
}

#search-product-compact .options .option {
    height: 45px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#search-product-compact .options .option .option-title {
    font-size: 0.9em;
}

#search-product-compact .options .option input,
#search-product-compact .options .option select {
    padding: 2px 4px;
    height: 25px;
}

#search-picking-compact .options {
    min-height: 55px;
}

#search-picking-compact .options .option {
    height: 45px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#search-picking-compact .options .option .option-title {
    font-size: 0.9em;
}

#search-picking-compact .options .option input,
#search-picking-compact .options .option select {
    padding: 3px 6px;
    height: 25px;
}

#search-supplier .options {
    min-height: 55px;
}

#search-supplier .options .option {
    height: 55px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

#result-search-supplier {
    margin-top: 15px;
}

#search-supplier-compact .options {
    min-height: 55px;
}

#search-supplier-compact .options .option {
    height: 45px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#search-supplier-compact .options .option .option-title {
    font-size: 0.9em;
}

#search-supplier-compact .options .option input,
#search-supplier-compact .options .option select {
    padding: 3px 6px;
    height: 25px;
}

#window-order-print-options,
#window-invoice-print-options,
#window-debitNote-print-options,
#window-creditNote-print-options,
#window-budget-print-options,
#window-receipt-print-options,
#window-payment-print-options,
#window-cargo-movement-print-options,
#window-return-delivery-print-options,
#window-cargo-shipping-print-options,
#window-credit-note-print-options,
#window-debit-note-print-options,
#window-order-info,
#window-send-doc-by-email,
.window-small-dialog {
    display: none;
    position: absolute;
    padding: 1em;
    width: 300px;
    left: 50%;
    margin-left: -110px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    min-height: 100px;
    z-index: 10;
}

#window-invoice-print-options h4,
#window-debitNote-print-options h4,
#window-creditNote-print-options h4,
#window-budget-print-options h4,
#window-receipt-print-options h4,
#window-payment-print-options h4,
#window-cargo-movement-print-options h4,
#window-return-delivery-print-options h4,
#window-cargo-shipping-print-options h4,
#window-credit-note-print-options h4,
#window-debit-note-print-options h4,
.window-order-info h4 {
    margin-bottom: 20px;
}

#invoice-print-options,
#debitNote-print-options,
#creditNote-print-options,
#budget-print-options,
#receipt-print-options,
#payment-print-options,
#window-cargo-movement-print-options,
#window-return-delivery-print-options,
#window-cargo-shipping-print-options,
#window-credit-note-print-options,
#window-debit-note-print-options,
#window-order-info,
#window-send-doc-by-email,
#window-small-dialog {
    margin-top: 25px;
}

#table-invoices tr:first-child th {
    white-space: nowrap;
}

#table-invoices td {
    vertical-align: middle;
}

#table-invoices tr.selected,
#table-invoices tr.selected:hover td {
    background-color: #abd9ff !important;
}

#search-invoice .options {
    min-height: 35px;
}

#search-invoice .options .option {
    /*height: 35px;*/
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#search-invoice .options .option .option-title {
    font-size: 0.9em;
}

#result-search-invoice,
#result-search-reportListPendingArticle,
#result-search-CheckingAccount,
#result-search-reportVat {
    margin-top: 10px;
}

.text-break {
    width: 450px;
    word-break: break-all;
}

.summaryArticleDesignation,
.summaryArticleClientName {
    word-break: break-all;
    font-size: 2em;
    margin: 0 30px;
}

#search-invoice-compact .options {
    min-height: 55px;
}

#totalPendingArticle,
#summaryClientArticle {
    margin: 20px 0;
    background-color: #dce5f3;
    display: none;
}

.summaryArticleTexte {
    font-size: 1.3em;
    padding: 0 30px;
    padding-bottom: 20px;
}

#totalPendingArticle .option,
#summaryClientArticle .option {
    float: left;
    width: auto;
    margin: 15px;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
}

.closePendingArticle {
    position: absolute;
    right: 18px;
}

.totalArticlependTitle {
    padding: 15px 30px 0 5px;
    text-align: right;
    text-transform: uppercase;
}

.summaryArticleTotalQtdPending {
    font-size: 1.7em;
}

.totalArticlependtext {
    padding: 0 30px 0 5px;
}

.totalArticlependtext .numPending {
    text-align: left;
    padding-left: 40%;
    float: left;
    width: 70%;
}

.totalArticlependtext .buttonPending {
    text-align: right;
    float: left;
    width: 30%;
}

.totalArticlependtext .buttonPending a {
    width: auto;
    margin-right: 0;
}

@media screen and (max-width: 1470px) and (min-width: 1300px) {
    .totalArticlependtext .numPending {
        text-align: left;
        padding-left: 25%;
        width: 65%;
    }

    .totalArticlependtext .buttonPending {
        width: 35%;
    }
}

@media screen and (max-width: 1300px) {
    .totalArticlependtext .numPending {
        text-align: left;
        padding-left: 15%;
        width: 60%;
    }

    .totalArticlependtext .buttonPending {
        width: 40%;
    }
}

#totalPendingArticle .option div,
#summaryClientArticle .option div {
    text-align: left;
    font-size: 1em;
    font-weight: normal;
}

#search-entity-compact .options {
    min-height: 55px;
}

#search-entity-compact .options .option,
#search-CheckingAccount-compact .options .option {
    height: 35px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

/*#summaryEntityCheckingAccount1,
#summaryEntityCheckingAccount2{
    display:none;
    }*/

#search-entity-compact .options .option .option-title,
#search-CheckingAccount-compact .options .option .option-title {
    font-size: 0.9em;
}

#search-entity-compact .options .option input,
#search-entity-compact .options .option select,
#search-CheckingAccount-compact .options .option input,
#search-CheckingAccount-compact .options .option select {
    padding: 0 3px;
    height: 20px;
}

#search-invoice-compact .options .option,
#search-ReportListPendingArticle-compact .options .option,
#search-reportVat-compact .options .option,
#search-reportExpense-compact .options .option,
#div_sum_reportListPendingArticle {
    height: 45px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#search-CheckingAccount-compact .options .option {
    text-align: center;
}

#search-invoice-compact .options .option .option-title,
#search-reportVat-compact .options .option .option-title,
#search-reportExpense-compact .options .option .option-title {
    font-size: 0.9em;
}

#search-invoice-compact .options .option input,
#search-invoice-compact .options .option select,
#search-reportVat-compact .options .option input,
#search-reportVat-compact .options .option select,
#search-reportExpense-compact .options .option input,
#search-reportExpense-compact .options .option select {
    padding: 3px 6px;
    height: 25px;
}

#search-payment .options {
    min-height: 35px;
}

#search-payment .options .option {
    /*height: 35px;*/
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#search-payment .options .option .option-title {
    font-size: 0.9em;
}

#result-search-payment {
    margin-top: 15px;
}

#search-payment-compact .options {
    min-height: 55px;
}

#search-payment-compact .options .option {
    height: 45px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#search-payment-compact .options .option .option-title {
    font-size: 0.9em;
}

#search-payment-compact .options .option input,
#search-payment-compact .options .option select {
    padding: 2px 6px;
    height: 25px;
}

#search-receipt .options {
    min-height: 35px;
}

#search-receipt .options .option {
    /*height: 35px;*/
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#search-receipt .options .option .option-title {
    font-size: 0.9em;
}

#result-search-receipt {
    margin-top: 15px;
}

#search-receipt-compact .options {
    min-height: 55px;
}

#search-receipt-compact .options .option {
    height: 45px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#search-receipt-compact .options .option .option-title {
    font-size: 0.9em;
}

#search-receipt-compact .options .option input,
#search-receipt-compact .options .option select {
    padding: 2px 6px;
    height: 25px;
}

.div-receipt-divider {
    border-top: 1px solid #eee;
    margin-top: 2em;
    padding-top: 1em;
}

#table-creditNotes tr.selected,
#table-creditNotes tr.selected:hover td {
    background-color: #abd9ff !important;
}

#search-creditNote .options {
    min-height: 35px;
}

#search-creditNote .options .option {
    /*height: 35px;*/
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#search-creditNote .options .option .option-title {
    font-size: 0.9em;
}

#result-search-creditNote {
    margin-top: 15px;
}

#table-debitNotes tr.selected,
#table-debitNotes tr.selected:hover td {
    background-color: #abd9ff !important;
}

#search-debitNote .options {
    min-height: 35px;
}

#search-debitNote .options .option {
    /*height: 35px;*/
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#search-debitNote-compact .options {
    min-height: 35px;
}

#search-debitNote-compact .options .option {
    /*height: 35px;*/
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#search-debitNote .options .option .option-title {
    font-size: 0.9em;
}

#search-debitNote-compact .options .option input,
#search-debitNote-compact .options .option select {
    padding: 2px 6px;
    height: 25px;
}

#result-search-debitNote {
    margin-top: 15px;
}

#search-creditNote-compact .options {
    min-height: 35px;
}

#search-creditNote-compact .options .option {
    /*height: 35px;*/
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#search-creditNote .options .option .option-title {
    font-size: 0.9em;
}

#search-creditNote-compact .options .option input,
#search-creditNote-compact .options .option select {
    padding: 2px 6px;
    height: 25px;
}

.table-info-system {
    margin-top: 20px;
}

.table-info-system td {
    padding: 5px 15px;
    color: #00ff00;
    background-color: #000;
    vertical-align: top;
}

.table-info-system td:first-child {
    min-width: 250px;
    color: #fff;
}

div.pagination {
    width: 100%;
    text-align: right;
    margin: 10px 0;
}

#clients_map {
    display: block;
    width: 95%;
    height: 350px;
    margin: 0 auto;
    -moz-box-shadow: 0 5px 20px #ccc;
    -webkit-box-shadow: 0 5px 20px #ccc;
    box-shadow: 0 5px 20px #ccc;
}

#clients_map.large {
    height: 500px;
}

#suppliers_map {
    display: block;
    width: 95%;
    height: 350px;
    margin: 0 auto;
    -moz-box-shadow: 0 5px 20px #ccc;
    -webkit-box-shadow: 0 5px 20px #ccc;
    box-shadow: 0 5px 20px #ccc;
}

#suppliers_map.large {
    height: 500px;
}

.page-overlay {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 100;
}

.overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    opacity: 0.8;
    background: #4477aa;
    border: solid 3px #336699;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #333;
    text-shadow: 1px 1px 1px #666;
    padding: 0 4px;
}

.overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

.overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #336699;
}

.overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #336699;
}

.border-space-bottom {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.family-tree {
    /*list-style: none;*/
    margin: 2em;
    padding: 1.5em 3em;
    background-color: #fafafa;
}

ul.family-tree li {
    font-size: 1.2em;
}

ul.family-tree ul li {
    font-size: 0.9em;
}

ul.family-tree ul ul li {
    font-size: 0.8em;
}

.table-see-form {
    /* margin: auto;*/
    margin-top: 3em;
    font-size: 1em;
}

.table-see-form tr td p {
    font-size: 1em;
}

.table-see-form tr td {
    padding: 0.4em 0;
    vertical-align: top;
    max-width: 350px;
    min-width: 200px;
}

.table-see-form tr td:first-child {
    padding-right: 1.4em;
    text-align: right;
    padding-top: 0.3em;
    text-transform: uppercase;
    font-weight: bold;
}

.multibanco {
    border: 1px solid #ddd;
}

.multibanco td {
    padding: 10px !important;
}

.multibanco td:first-child {
    width: 110px !important;
    min-width: 110px !important;
}

.ulOrderProducts {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ulOrderProducts li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.ulOrderProducts li .name {
    font-weight: bold;
    font-size: 1.1em;
}

.ulOrderProducts li .quantity {
    font-size: 0.9em;
}

.link-disabled {
    color: #aaa;
    pointer-events: none;
}

.link-disabled:hover {
    cursor: not-allowed !important;
}

.form-compact .form-group {
    margin-bottom: 10px;
}

.form-compact .form-group hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-compact .form-group label {
    font-size: 0.9em;
}

.form-compact .form-group div input,
.form-compact .form-group div select {
    padding: 3px 9px;
    font-size: 0.9em;
    height: 28px;
}

.no-gutter [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.small-gutter [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

.small-gutter .form-group {
    margin: 3px 0;
}

.margin-right300 {
    margin-right: 300px;
}

.margin-right280 {
    margin-right: 280px;
}

#activity-column {
    position: absolute;
    right: 17px;
    top: 0;
    background-color: rgb(47, 77, 92);
    color: #fff;
    padding: 25px;
    width: 280px;
    display: none;
    margin-top: 40px;
}

#activity-column a {
    color: #aef6ff;
}

#activity-column a:hover {
    color: #fff;
}

#activity-column h4 {
    margin-bottom: 20px;
}

#activity-column .activity-category {
    font-size: 1em;
    color: #8badbd;
    margin: 15px 0 10px 0;
    padding-top: 10px;
}

#activity-column .activity-post {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 21px;
    /*margin-bottom: 5px;
    padding-bottom: 5px;*/
}

#activity-column .activity-post .title {
    font-size: 0.9em;
    color: #d7d7d7;
}

#activity-column .activity-post .title a {
    color: #00c0ff;
    font-size: 1em;
}

#activity-column .activity-post .title a:hover {
    color: #00a7de;
    font-size: 1em;
}

#activity-column .activity-post .date {
    font-size: 0.8em;
    color: #aaa;
}

#activity-column .activity-post .content {
    font-size: 1.1em;
    padding: 0 0 5px 0;
    overflow: hidden;
}

.form-upload-options {
    margin-bottom: 10px;
}

#form-upload-status {
    font-weight: bold;
    margin-top: 10px;
}

#picking .title {
    height: 20px;
    margin-bottom: 25px;
}

#picking .title h4 span {
    font-weight: bold;
}

/*#pickingOrdersList {
    margin-top: 10px;
}*/

#pickingOrdersList .order-info {
    border-top: 0;
    /*background-color: #f0f5f9;*/
    padding: 15px 10px 5px 10px !important;
    line-height: 25px;
    border-bottom: 1px solid #dee7f0;
}

#pickingOrdersList .order-info1 {
    border: 0 !important;
    padding: 5px 0px !important;
    line-height: 15px;
    /*background-color: #f6fbfd;*/
}

#pickingOrdersList tr th {
    /*padding-top: 15px !important;*/
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-weight: normal;
    text-transform: uppercase;
    border: 0;
    font-size: 0.9em;
    color: #888;
}

#pickingOrdersList tr th:first-of-type,
#pickingOrdersList tr td:first-child {
    padding-left: 0 !important;
}

#pickingOrdersList tr th:last-of-type,
#pickingOrdersList tr td:last-child {
    padding-right: 0 !important;
}

#pickingOrdersList tr:not(.no-hover, .green-background2):hover td {
    background-color: #f3faff;
}

#pickingOrdersList td {
    vertical-align: middle;
    overflow: hidden;
    /*  white-space: nowrap;*/
    max-width: 250px;
    color: #000;
    border: 0;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

#pickingOrdersList td a {
    text-transform: uppercase;
    line-height: 16px;
}

.input-small {
    width: 35px;
    padding: 2px 3px;
    text-align: center;
}

.input-qtd-separate {
    color: #aaa;
    border: 1px solid #aaa;
}

.input-qtd-separate-value {
    color: #000;
    font-weight: bold;
    border: 1px solid #666;
}

.picking-state {
    /*margin-bottom: 10px;*/
    text-align: center;
    background-color: #fafafa;
    padding: 6px;
    display: none;
    margin-bottom: 10px;
}

.picking-state i {
    margin-right: 5px;
}

.picking-info {
    margin-top: 10px;
    display: none;
}

#picking_barcode {
    float: right;
    width: 155px;
    border: 1px solid #226da7;
    padding: 4px 6px;
    font-size: 1.2em;
    height: 30px;
    text-align: center;
}

.picking-tr-subline {
    background-color: #d7e6f1;
}

.picking-tr-subline2 {
    background-color: #d7edfd;
    background-color: #dac4ff;
}

.picking-tr-subline-parent {
    background-color: #f0f0f0;
    background-color: #e6dbc3;
}

#tablePlaceholderInvoices {
    width: 100%;
    border: 1px solid #888;
}

#tablePlaceholderInvoices tr:first-child td {
    font-weight: bold;
    padding-bottom: 5px;
    vertical-align: middle;
}

#tablePlaceholderInvoices td {
    padding: 3px 10px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    vertical-align: top;
    border-bottom: 1px solid #888;
    text-align: left;
}

.shippingMapPlaceholderTable {
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.shippingMapPlaceholderTable tr:first-child td {
    /*font-weight: bold;
    padding-bottom: 5px;
    vertical-align: middle;*/
    color: #555;
}

.shippingMapPlaceholderTable td {
    padding: 2px 6px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 1.1em;
}

.shippingMapPlaceholderTable td input[type="checkbox"] {
    width: 18px;
    height: 30px;
}

.partial-product-list .search {
    height: 40px;
    margin-bottom: 10px;
    /*background-color: #f3f4f5;
    padding: 10px;*/
}

.partial-product-list .search .title {
    font-size: 1.1em;
    margin-bottom: 5px;
    color: #666;
}

.partial-product-list .search .option {
    width: 150px;
    float: left;
    margin-right: 5px;
}

.partial-product-list .search .option:last-child {
    margin-right: 0;
    margin-left: 5px;
    float: left;
    width: inherit;
}

.partial-product-list .search .option input {
    height: 30px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    width: 100%;
}

.productlist-div-absolute {
    position: fixed;
    top: 5px;
    left: 5px;
    right: 20px;
    padding: 5px 10px;
    z-index: 2000;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.4);
    border: 4px solid #176fc5;
    display: none;
    max-height: 90%;
    overflow-x: auto;
    padding-bottom: 10px;
}

.productlist-div-absolute .header {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.productlist-div-absolute .footer {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 5px;
}

.supplierList-div-absolute,
.personList-div-absolute,
.opportunityList-div-absolute {
    position: absolute;
    top: 50px;
    left: 30px;
    right: 30px;
    padding: 15px 20px;
    z-index: 9999999999999999;
    background-color: rgba(255, 255, 255, 1);
    /*box-shadow: 0 0 10px 2px #aaa;*/
    border: 4px solid #176fc5;
    display: none;
}

.supplierList-div-absolute .header,
.personList-div-absolute .header,
.opportunityList-div-absolute .header {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.supplierList-div-absolute .footer,
.personList-div-absolute .footer,
.opportunityList-div-absolute .footer {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 5px;
}

.partial-supplier-list .search,
.partial-person-list .search,
.partial-opportunity-list .search {
    height: 80px;
    margin-bottom: 10px;
    background-color: #f3f4f5;
    padding: 10px;
}

.partial-supplier-list .search .title,
.partial-person-list .search .title,
.partial-opportunity-list .search .title {
    font-size: 1.1em;
    margin-bottom: 5px;
    color: #666;
}

.partial-supplier-list .search .option,
.partial-person-list .search .option,
.partial-opportunity-list .search .option {
    width: 150px;
    float: left;
    margin-right: 5px;
}

.partial-supplier-list .search .option:last-child,
.partial-person-list .search .option:last-child,
.partial-opportunity-list .search .option:last-child {
    margin-right: 0;
    margin-left: 5px;
    float: left;
    width: inherit;
}

.partial-supplier-list .search .option input,
.partial-person-list .search .option input,
.partial-opportunity-list .search .option input {
    height: 30px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    width: 100%;
}

.productFamilyList-div-absolute {
    position: absolute;
    top: 50px;
    left: 30px;
    right: 30px;
    padding: 15px 20px;
    z-index: 9999999999999999;
    background-color: rgba(255, 255, 255, 1);
    /*box-shadow: 0 0 10px 2px #aaa;*/
    border: 4px solid #176fc5;
    display: none;
}

.productFamilyList-div-absolute .header {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.productFamilyList-div-absolute .footer {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 5px;
}

.partial-productFamily-list .search {
    height: 80px;
    margin-bottom: 10px;
    background-color: #f3f4f5;
    padding: 10px;
}

.partial-productFamily-list .search .title {
    font-size: 1.1em;
    margin-bottom: 5px;
    color: #666;
}

.partial-productFamily-list .search .option {
    width: 150px;
    float: left;
    margin-right: 5px;
}

.partial-productFamily-list .search .option:last-child {
    margin-right: 0;
    margin-left: 5px;
    float: left;
    width: inherit;
}

.partial-productFamily-list .search .option input {
    height: 30px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    width: 100%;
}

#productList {
    table-layout: fixed;
    width: 100%;
}

/* #productList td {
    text-align: left;
} */

#productList td a:hover {
    cursor: pointer;
}

#productList th {
    padding: 7px;
    overflow: hidden;
    white-space: nowrap;
}

#productList td .product-price-link-wrapper {
    padding: 0px 0px 3px 0px;
}

/*
#productList td div {
    padding: 7px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

*/

/*
#productList td:first-child {
    padding: 4px;
    text-align: center !important;
}

#productList td:nth-child(4) {
    max-width: 800px;
    color: #333;
}

#productList th:nth-last-child(-n+2) {
    text-align: right;
}

#productList td:nth-last-child(-n+2) {
    text-align: right;
}*/

[draggable="true"] {
    cursor: move;
}

.picking-calculation-info_absolute {
    position: absolute;
    z-index: 99;
    width: 90%;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 4px 3px 14px 1px rgba(0, 0, 0, .4);
    border: 1px solid #176fc5;
}


/* steps */

.cd-multi-steps {
    width: 90%;
    max-width: 768px;
    padding: 0.5em 1em;
    margin: 1em auto;
    background-color: #d9d9d9;
    border-radius: 0.25em;
}

.cd-multi-steps:after {
    content: "";
    display: table;
    clear: both;
}

.cd-multi-steps li {
    float: left !important;
    margin: 0.5em 0;
    width: 120px !important;
}

.cd-multi-steps li::after {
    /* this is the separator between items */
    display: inline-block;
    content: "\00bb";
    margin: 0 0.6em;
    color: #959fa5;
}

.cd-multi-steps li:last-of-type::after {
    /* hide separator after the last item */
    display: none;
}

.cd-multi-steps li>* {
    /* single step */
    display: inline-block;
    font-size: 1.4rem;
    color: #2c3f4c;
}

.cd-multi-steps li.current>* {
    /* selected step */
    color: #96c03d;
}

.cd-multi-steps a:hover {
    /* steps already visited */
    color: #96c03d;
}

/*v2*/

.cd-multi-steps-v2 {
    /*width: 90%;*/
    border-radius: 0.25em;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cd-multi-steps-v2:after {
    content: "";
    display: table;
    clear: both;
}

.cd-multi-steps-v2 li {
    float: left !important;
    margin: 0.5em 0;
    /*width: 170px !important;*/
    list-style: none;
    text-transform: uppercase;
}

.cd-multi-steps-v2 li::after {
    /* this is the separator between items */
    display: inline-block;
    content: "\1F80A";
    margin: 0 1em;
    /*margin-left: 25%;*/
    color: #176fc4;
}

.cd-multi-steps-v2 li:last-of-type::after {
    /* hide separator after the last item */
    display: none;
}

.cd-multi-steps-v2 li:last-child,
.cd-multi-steps-v2 li:last-child a {
    color: #96c03d;
    /*font-weight: bold;*/
}

.cd-multi-steps-v2 li>* {
    /* single step */
    display: inline-block;
    font-size: 1.2em;
    color: #2c3f4c;
}

.cd-multi-steps-v2 li.current>* {
    /* selected step */
    color: #96c03d;
}

.cd-multi-steps-v2 a:hover {
    /*color: #96c03d;*/
    color: #176fc4;
}

/*noinspection CssUnknownTarget*/

.cd-multi-steps.custom-separator li::after {
    /* replace the default arrow separator with a custom icon */
    content: "";
    height: 16px;
    width: 16px;
    background: url(../img/cd-custom-separator.svg) no-repeat center center;
    vertical-align: middle;
}

/*noinspection ALL*/

.cd-multi-steps.custom-icons li>*::before {
    /* add a custom icon before each item */
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 0.4em;
    margin-top: -2px;
    background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
    vertical-align: middle;
}

.cd-multi-steps.custom-icons li:not(.current):nth-of-type(2)>*::before {
    /* change custom icon using image sprites */
    background-position: -20px 0;
}

.cd-multi-steps.custom-icons li:not(.current):nth-of-type(3)>*::before {
    background-position: -40px 0;
}

.cd-multi-steps.custom-icons li:not(.current):nth-of-type(4)>*::before {
    background-position: -60px 0;
}

.cd-multi-steps.custom-icons li.current:first-of-type>*::before {
    /* change custom icon for the current item */
    background-position: 0 -20px;
}

.cd-multi-steps.custom-icons li.current:nth-of-type(2)>*::before {
    background-position: -20px -20px;
}

.cd-multi-steps.custom-icons li.current:nth-of-type(3)>*::before {
    background-position: -40px -20px;
}

.cd-multi-steps.custom-icons li.current:nth-of-type(4)>*::before {
    background-position: -60px -20px;
}

@media only screen and (min-width: 768px) {
    .cd-multi-steps {
        /* reset style */
        background-color: transparent;
        padding: 0 1.2em;
        padding: 0;
        text-align: center;
    }

    .cd-multi-steps li {
        position: relative;
        float: none;
        margin: 1.2em 0;
        margin: 0.4em 40px 0.4em 0;
        list-style: none;
    }

    .cd-multi-steps li:last-of-type {
        margin-right: 0;
    }

    .cd-multi-steps li::after {
        /* this is the line connecting 2 adjacent items */
        position: absolute;
        content: "";
        height: 4px;
        background: #d9d9d9;
        /* reset style */
        margin: 0 1em;
        margin: 0;
    }

    .cd-multi-steps li.visited::after {
        background-color: #96c03d;
    }

    .cd-multi-steps li>*,
    .cd-multi-steps li.current>* {
        position: relative;
        color: #96c03d;
        font-size: 1.6rem;
    }

    .cd-multi-steps li.current>* {
        position: relative;
        color: #3dacc0;
        /*font-weight: bold;*/
        /*text-transform: uppercase;*/
    }

    .cd-multi-steps.custom-separator li::after {
        /* reset style */
        height: 4px;
        background: #d9d9d9;
    }

    .cd-multi-steps.text-center li::after {
        width: 100%;
        top: 50%;
        left: 100%;
        -webkit-transform: translateY(-50%) translateX(-1px);
        -moz-transform: translateY(-50%) translateX(-1px);
        -ms-transform: translateY(-50%) translateX(-1px);
        -o-transform: translateY(-50%) translateX(-1px);
        transform: translateY(-50%) translateX(-1px);
    }

    .cd-multi-steps.text-center li>* {
        z-index: 1;
        padding: 0.6em 1em;
        border-radius: 0.25em;
        background-color: #d9d9d9;
    }

    .no-touch .cd-multi-steps.text-center a:hover {
        background-color: #2c3f4c;
    }

    .cd-multi-steps.text-center li.current>*,
    .cd-multi-steps.text-center li.visited>* {
        color: #ffffff;
        background-color: #96c03d;
    }

    .cd-multi-steps.text-center.custom-icons li.visited a::before {
        /* change the custom icon for the visited item - check icon */
        background-position: 0 -60px;
    }

    .cd-multi-steps.text-top li,
    .cd-multi-steps.text-bottom li {
        width: 80px;
        text-align: center;
    }

    .cd-multi-steps.text-top li::after,
    .cd-multi-steps.text-bottom li::after {
        /* this is the line connecting 2 adjacent items */
        position: absolute;
        left: 50%;
        /* 40px is the <li> right margin value */
        width: calc(100% + 40px);
    }

    .cd-multi-steps.text-top li>*::before,
    .cd-multi-steps.text-bottom li>*::before {
        /* this is the spot indicator */
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background-color: #d9d9d9;
    }

    .cd-multi-steps.text-top li.visited>*::before,
    .cd-multi-steps.text-top li.current>*::before,
    .cd-multi-steps.text-bottom li.visited>*::before,
    .cd-multi-steps.text-bottom li.current>*::before {
        background-color: #96c03d;
    }

    .no-touch .cd-multi-steps.text-top a:hover,
    .no-touch .cd-multi-steps.text-bottom a:hover {
        color: #96c03d;
    }

    .no-touch .cd-multi-steps.text-top a:hover::before,
    .no-touch .cd-multi-steps.text-bottom a:hover::before {
        box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
    }

    .cd-multi-steps.text-top li::after {
        /* this is the line connecting 2 adjacent items */
        bottom: 4px;
    }

    .cd-multi-steps.text-top li>* {
        padding-bottom: 20px;
    }

    .cd-multi-steps.text-top li>*::before {
        /* this is the spot indicator */
        bottom: 0;
    }

    .cd-multi-steps.text-bottom li::after {
        /* this is the line connecting 2 adjacent items */
        top: 3px;
    }

    .cd-multi-steps.text-bottom li>* {
        padding-top: 20px;
    }

    .cd-multi-steps.text-bottom li>*::before {
        /* this is the spot indicator */
        top: 0;
    }

    .cd-multi-steps li.current>*::before {
        color: #ffffff;
        background-color: #3dacc0 !important;
    }
}

/* --------------------------------

Add a counter to the multi-steps indicator

-------------------------------- */

.cd-multi-steps.count li {
    counter-increment: steps;
}

.cd-multi-steps.count li>*::before {
    content: counter(steps) " - ";
}

@media only screen and (min-width: 768px) {

    .cd-multi-steps.text-top.count li>*::before,
    .cd-multi-steps.text-bottom.count li>*::before {
        /* this is the spot indicator */
        content: counter(steps);
        height: 26px;
        width: 26px;
        line-height: 26px;
        font-size: 1.4rem;
        color: #ffffff;
    }

    .cd-multi-steps.text-top.count li:not(.current) em::before,
    .cd-multi-steps.text-bottom.count li:not(.current) em::before {
        /* steps not visited yet - counter color */
        color: #fff;
    }

    .cd-multi-steps.text-top.count li:not(.current) em,
    .cd-multi-steps.text-bottom.count li:not(.current) em {
        /* steps not visited yet - counter color */
        color: #bbb !important;
    }

    .cd-multi-steps.text-top.count li::after {
        bottom: 11px;
    }

    .cd-multi-steps.text-top.count li>* {
        padding-bottom: 34px;
    }

    .cd-multi-steps.text-bottom.count li::after {
        top: 11px;
    }

    .cd-multi-steps.text-bottom.count li>* {
        padding-top: 34px;
    }
}

.document-flow-div-absolute {
    position: absolute;
    top: 90px;
    left: 10%;
    right: 10%;
    padding: 15px 20px;
    z-index: 0;
    background-color: rgba(255, 255, 255, 1);
    /*box-shadow: 0 0 10px 2px #aaa;*/
    display: none;
    border: 4px solid #176fc5;
}

.document-flow-div-absolute .header {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.document-flow-div-absolute .footer {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 5px;
}

#documentFlowContent {
    text-align: center;
}

#documentFlowContent nav {
    margin-top: 2em;
}

#documentFlowContent .resume {
    width: 100%;
    padding: 0.6em;
    margin: 1em 0;
    background-color: #00750d;
    color: #fff;
    font-size: 2.8em;
    text-align: center;
}

#documentFlowContent .details .detail {
    margin-top: 5px;
    margin-bottom: 10px;
    display: none;
}

#documentFlowContent .details .detail .table-info {
    table-layout: fixed;
    width: 100%;
}

#documentFlowContent .details .detail .table-info tr td {
    width: 25%;
    vertical-align: top;
    color: #333;
    padding: 3px 3px;
    font-size: 0.8em;
    word-break: break-all;
}

@media (min-width: 768px) {
    #documentFlowContent .details .detail .table-info tr td {
        font-size: 1.2em;
        padding: 3px 10px;
    }
}

#documentFlowContent .details .detail .table-info tr td:first-child {
    text-align: right;
}

#documentFlowContent .details .detail .table-info tr td:nth-child(2) {
    text-align: left;
    font-weight: bold;
}

#documentFlowContent .details .detail .table-info tr td:nth-child(3) {
    text-align: right;
}

#documentFlowContent .details .detail .table-info tr td:last-child {
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}

#documentFlowContent .details .detail .table-info tr:first-child td {
    text-align: center;
}

#documentFlowContent .details .detail .table-info tr td a {
    color: #0063c4;
}

#documentFlowContent .details .detail .table-info tr td a:hover {
    color: #000;
}

.tableResumeClientLastSales {
    /*  border: 1px solid #aaa;*/
    margin: auto;
}

.tableResumeClientLastSales tr:first-child td {
    text-align: center;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.tableResumeClientLastSales tr:nth-child(2) td {
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.tableResumeClientLastSales td {
    padding: 4px 15px;
}

.form-products input[type="checkbox"] {
    width: 20px;
    height: 27px;
}

.form-products .input-value-price-table {
    width: 140px;
    margin-right: 10px;
}

.table-permissions {
    width: 100%;
}

.table-permissions td {
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.table-permissions td input[type="checkbox"] {
    width: 15px;
    height: 15px;
    float: none;
}

.table-permissions tr:first-child td {
    font-weight: bold;
    text-align: center;
}

.table-permissions td:first-child {
    font-weight: bold;
    text-align: left;
}

#clockDate {
    font-size: 3em;
}

#clockDate .clock {
    font-weight: bold;
}

#clockDate .date {
    margin-left: 10px;
    color: #777;
}

#page-logistics .header {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #d3d5dc;
    display: block;
}

#page-logistics .header .title {
    color: #3d5870;
    font-size: 4.2em;
    font-weight: bold;
}

#page-logistics .footer {
    display: block;
    margin-top: 1em;
    border-top: 1px solid #d3d5dc;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em 20px;
    z-index: 100;
    background-color: #2b5d8a;
    color: #fff;
    height: 50px;
}

#page-logistics .footer .menu {
    list-style: none;
    float: right;
}

#page-logistics .footer .menu li {
    float: left;
    margin-left: 25px;
    font-size: 0.8em;
    padding-top: 4px;
}

#page-logistics .footer .menu li a {
    color: #fff;
    font-size: 1.6em;
    line-height: 0;
}

#page-logistics .footer .menu li a:hover {
    color: #eee;
}

#page-logistics .box .box-body {
    padding: 0 20px 20px 20px;
}

#page-logistics .widget {
    /*border-right: 1px solid #d3d5dc;*/
    padding: 5px;
}

#page-logistics .box {
    box-shadow: none;
}

#page-logistics .box-title {
    font-size: 2em !important;
    font-weight: bold !important;
    font-family: inherit;
}

#page-logistics .layer {
    display: none;
}

#page-expedition {
    overflow: hidden;
}

#page-expedition .header {
    margin-bottom: 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #d3d5dc;
    display: block;
}

#page-expedition .header .title {
    color: #3d5870;
    font-size: 2.6em;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 1px;
}

#page-expedition .footer {
    display: block;
    margin-top: 1em;
    border-top: 0 solid #d3d5dc;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 100;
    background-color: rgba(43, 93, 138, 0.95);
    color: #fff;
    height: 40px;
}

#page-expedition .footer .menu {
    list-style: none;
    float: right;
}

#page-expedition .footer .menu li {
    float: left;
    margin-left: 25px;
    font-size: 0.8em;
    padding-top: 4px;
}

#page-expedition .footer .menu li a {
    color: #fff;
    font-size: 1.6em;
    line-height: 0;
}

#page-expedition .footer .menu li a:hover {
    color: #eee;
}

#page-expedition .box .box-body {
    padding: 0 20px 20px 20px;
}

#page-expedition .widget {
    /*border-right: 1px solid #d3d5dc;*/
    padding: 5px;
}

#page-expedition .box {
    box-shadow: none;
}

#page-expedition .box-title {
    font-size: 2em !important;
    font-weight: bold !important;
    font-family: inherit;
}

#page-expedition .layer {
    display: none;
}

#page-expedition .title {
    font-size: 1.6em;
    text-transform: uppercase;
    color: #0097d5;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}

#page-expedition .zone {
    border: 3px solid #0097d5;
    padding: 5px;
    background-color: #fff;
    margin: 0 5px 5px 0;
    /*margin-bottom: 15px;*/
    float: left;
    /*width: 99%;*/
    width: 32.7%;
    /*
    max-height: 300px;
    overflow-y: auto;*/
    border-radius: 4px !important;
}

/*#page-expedition .zone.active {
    display: block
    }*/

#page-expedition .table-shippingPending-zone {
    width: 100%;
}

#page-expedition .table-shippingPending-zone th {
    padding: 2px 3px;
    text-transform: uppercase;
    color: #999;
    white-space: nowrap;
    font-weight: normal;
}

#page-expedition .table-shippingPending-zone td {
    padding: 4px;
    font-size: 1.2em;
    line-height: 1em;
    color: #555;
    vertical-align: top;
}

#page-expedition .table-shippingPending-zone td a {
    color: #000;
}

/* clearfix */

.grid:after {
    content: "";
    display: block;
    clear: both;
}

.grid-sizer {
    width: 50%;
}

.grid-item {
    /*height: 120px;*/
    float: left;
    /* background: #D26;*/
    border: 2px solid #333;
    /*border-color: hsla(0, 0, 0, 0.5);
  border-radius: 5px;*/
}

.grid-item--width2 {
    width: 40%;
}

.grid-item--width3 {
    width: 60%;
}

.grid-item--height2 {
    height: 200px;
}

.grid-item--height3 {
    height: 260px;
}

.grid-item--height4 {
    height: 360px;
}

#page-order-dashboard {
    overflow: hidden;
}

#page-order-dashboard .header {
    margin-bottom: 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #d3d5dc;
    display: block;
}

#page-order-dashboard .header .title {
    color: #3d5870;
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 0;
}

#page-order-dashboard .footer {
    display: block;
    margin-top: 1em;
    border-top: 0 solid #d3d5dc;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 100;
    background-color: rgba(43, 93, 138, 0.95);
    color: #fff;
    height: 40px;
}

#page-order-dashboard .footer .menu {
    list-style: none;
    float: right;
}

#page-order-dashboard .footer .menu li {
    float: left;
    margin-left: 25px;
    font-size: 0.8em;
    padding-top: 4px;
}

#page-order-dashboard .footer .menu li a {
    color: #fff;
    font-size: 1.6em;
    line-height: 0;
}

#page-order-dashboard .footer .menu li a:hover {
    color: #eee;
}

#page-order-dashboard .box .box-body {
    padding: 0 20px 20px 20px;
}

#page-order-dashboard .widget {
    /*border-right: 1px solid #d3d5dc;*/
    padding: 5px;
}

#page-order-dashboard .box {
    box-shadow: none;
}

#page-order-dashboard .box-title {
    font-size: 2em !important;
    font-weight: bold !important;
    font-family: inherit;
}

#page-order-dashboard .layer {
    display: none;
}

#page-order-dashboard .title {
    font-size: 1.6em;
    text-transform: uppercase;
    color: #0097d5;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}

#page-order-dashboard .zone {
    border: 3px solid #0097d5;
    padding: 5px;
    background-color: #fff;
    margin: 5px;
    /*margin-bottom: 15px;*/
    float: left;
    width: 99%;
    /*display: none;*/
}

#page-order-dashboard .table-order-zone {
    width: 100%;
}

#page-order-dashboard .table-order-zone th {
    padding: 2px 3px;
    text-transform: uppercase;
    color: #999;
    white-space: nowrap;
    font-weight: normal;
}

#page-order-dashboard .table-order-zone td {
    padding: 4px;
    font-size: 1.2em;
    line-height: 1em;
    color: #555;
    vertical-align: top;
}

#page-order-dashboard .table-order-zone td a {
    color: #000;
}

.spinnerContainer {
    position: absolute;
}

.dashboard-widget {
    background-color: #fff;
    padding: 15px 30px;
    width: 100%;
}

.dashboard-widget .title {
    font-size: 1.9em;
    font-weight: bold;
}

.dashboard-widget .number {
    font-size: 7.3em;
    font-weight: bold;
    line-height: 80px;
}

.dashboard-widget span i {
    font-size: 40px;
}

.dashboard-widget .text-green {
    color: #058600 !important;
}

.dashboard-widget .text-red {
    color: #b90000 !important;
}

.dashboard-widget .text-orange {
    color: #ff8b00 !important;
}

.dashboard-widget-mini {
    background-color: #fff;
    padding: 15px 30px;
    width: 100%;
}

.dashboard-widget-mini .title {
    font-size: 1.6em;
    font-weight: bold;
}

.dashboard-widget-mini .number {
    font-size: 2.7em;
    font-weight: bold;
}

.dashboard-widget-mini span i {
    font-size: 20px;
}

.dashboard-widget-mini .text-green {
    color: #058600 !important;
}

.dashboard-widget-mini .text-red {
    color: #b90000 !important;
}

.dashboard-widget-mini .text-orange {
    color: #ff8b00 !important;
}

.white-box {
    background-color: #fff;
    margin-bottom: 1em;
    padding: 1em;
}

.month-days-cont .options .option {
    height: 45px;
    float: left;
    margin: 3px 5px 5px 0;
    text-align: center;
}

.month-days-cont .options .option .option-title {
    text-align: center;
}

.table-top-clients-difference-values {
    width: 100%;
    margin-top: 15px;
}

.table-top-clients-difference-values td {
    padding: 1px 2px;
    font-size: 1.2em;
}

.table-top-products-difference-values {
    width: 100%;
    margin-top: 15px;
}

.table-top-products-difference-values td {
    padding: 1px 2px;
    font-size: 1.2em;
}

.graph-resume {
    font-size: 1.3em;
    color: #444;
}

.graph-resume div {
    margin-bottom: 2px;
}

.graph-resume div span {
    font-weight: normal;
    color: #000;
    font-size: 1.8em;
    margin-left: 5px;
}

.table-resume-sales-analysis {
    font-size: 1.4em;
    float: left;
    margin: 0 0 2em 3em;
}

.table-resume-sales-analysis tr td {
    padding: 3px 0;
    font-size: 1em;
    color: #666;
}

.table-resume-sales-analysis tr td.title {
    font-size: 1.3em;
    color: #00397a;
    padding-bottom: 10px;
}

.table-resume-sales-analysis tr td.subtitle {
    font-size: 1.1em;
    color: #006abe;
    padding-top: 15px;
}

.table-resume-sales-analysis tr td:first-child {
    min-width: 150px;
}

.table-resume-sales-analysis tr td:nth-child(2) {
    font-weight: 400;
    color: #000;
    font-size: 1.8em;
    padding-left: 15px;
    line-height: 1em;
}

.partial-client-list .search,
.partial-person-list .search,
.partial-opportunity-list .search,
.partial-contact-list .search {
    height: 80px;
    margin-bottom: 10px;
    background-color: #f3f4f5;
    padding: 10px;
}

.partial-client-list .search .title,
.partial-person-list .search .title,
.partial-opportunity-list .search .title,
.partial-contact-list .search .title {
    font-size: 1.1em;
    margin-bottom: 5px;
    color: #666;
}

.partial-client-list .search .option,
.partial-person-list .search .option,
.partial-opportunity-list .search .option,
.partial-contact-list .search .option {
    width: 150px;
    float: left;
    margin-right: 5px;
}

.partial-client-list .search .option:last-child,
.partial-person-list .search .option:last-child,
.partial-opportunity-list .search .option:last-child,
.partial-contact-list .search .option:last-child {
    margin-right: 0;
    margin-left: 5px;
    float: left;
    width: inherit;
}

.partial-client-list .search .option input,
.partial-person-list .search .option input,
.partial-opportunity-list .search .option input,
.partial-contact-list .search .option input {
    height: 30px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    width: 100%;
}

.clientlist-div-absolute,
.personlist-div-absolute,
.opportunitylist-div-absolute,
.contactlist-div-absolute {
    position: absolute;
    top: 50px;
    left: 30px;
    right: 30px;
    padding: 15px 20px;
    max-width: 1280px;
    z-index: 9999999999999999;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px 2px #aaa;
    display: none;
}

.clientlist-div-absolute .header,
.personlist-div-absolute .header,
.opportunitylist-div-absolute .header,
.contactlist-div-absolute .header {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.clientlist-div-absolute .footer,
.personlist-div-absolute .footer,
.opportunitylist-div-absolute .footer,
.contactlist-div-absolute .footer {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 5px;
}

#clientList,
#personList,
#opportunityList,
#contactList {
    width: 100%;
}

#clientList th,
#personList th,
#opportunityList th,
#contactList th {
    padding: 7px;
    overflow: hidden;
    white-space: nowrap;
}

#clientList td,
#personList td,
#opportunityList td,
#contactList td {
    padding: 7px;
    width: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#clientList td:first-child,
#personList td:first-child,
#opportunityList td:first-child,
#contactList td:first-child {
    padding: 4px;
    text-align: center !important;
}

#clientList td:nth-child(4),
#personList td:nth-child(4),
#opportunityList td:nth-child(4),
#contactList td:nth-child(4) {
    max-width: 800px;
}

#clientList th:nth-last-child(-n + 2),
#personList th:nth-last-child(-n + 2),
#opportunityList th:nth-last-child(-n + 2),
#contactList th:nth-last-child(-n + 2) {
    text-align: right;
}

#clientList td:nth-last-child(-n + 2),
#personList td:nth-last-child(-n + 2),
#opportunityList td:nth-last-child(-n + 2),
#contactList td:nth-last-child(-n + 2) {
    text-align: right;
}

#widgetTableActivities th {
    font-size: 13px;
}

#widgetTableActivities td {
    font-size: 12px;
}

.table-permissions-all {
    width: 100%;
}

.table-permissions-all tr:nth-child(odd) td {
    background: #fff;
}

.table-permissions-all tr:nth-child(even) td {
    background: #f2f6fa;
}

.table-permissions-all tr:first-child {
    font-weight: bold;
}

.table-permissions-all thead tr:first-child td {
    padding-bottom: 15px;
}

.table-permissions-all tr td {
    padding: 2px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.table-permissions-all tr:hover td {
    background: #cadcee;
}

.table-permissions-all tr td:first-child {
    text-align: left;
    font-weight: bold;
    text-transform: capitalize;
}

.table-permissions-all tr td input[type="checkbox"] {
    height: 18px;
    float: left;
    margin: 0 auto;
    width: 100%;
}

#permissions-all input.search {
    width: 100%;
}

/* cargo movement */

#window-cargoMovement-print-options {
    display: none;
    position: absolute;
    padding: 1em;
    min-width: 220px;
    left: 50%;
    margin-left: -110px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    min-height: 100px;
}

#cargoMovement-print-options {
    margin-top: 25px;
}

#table-cargoMovements tr:first-child th {
    white-space: nowrap;
}

#table-cargoMovements td {
    vertical-align: top;
}

#table-cargoMovements tr.selected,
#table-cargoMovements tr.selected:hover td {
    background-color: #abd9ff !important;
}

#search-cargoMovement .options {
    min-height: 35px;
}

#search-cargoMovement .options .option {
    /*height: 35px;*/
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#search-cargoMovement .options .option .option-title {
    font-size: 0.9em;
}

#result-search-cargoMovement {
    margin-top: 10px;
}

#search-cargoMovement-compact .options {
    min-height: 55px;
}

#search-cargoMovement-compact .options .option {
    height: 45px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#search-cargoMovement-compact .options .option .option-title {
    font-size: 0.9em;
}

#search-cargoMovement-compact .options .option input,
#search-cargoMovement-compact .options .option select {
    padding: 3px 6px;
    height: 25px;
}

/* cargo shipping */

#window-cargoShipping-print-options {
    display: none;
    position: absolute;
    padding: 1em;
    width: 220px;
    left: 50%;
    margin-left: -110px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    min-height: 100px;
}

#cargoShipping-print-options {
    margin-top: 25px;
}

#table-cargoShippings tr:first-child th {
    white-space: nowrap;
}

#table-cargoShippings td {
    vertical-align: top;
}

#table-cargoShippings tr.selected,
#table-cargoShippings tr.selected:hover td {
    background-color: #abd9ff !important;
}

#search-cargoShipping .options {
    min-height: 35px;
}

#search-cargoShipping .options .option {
    /*height: 35px;*/
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#search-cargoShipping .options .option .option-title {
    font-size: 0.9em;
}

#result-search-cargoShipping {
    margin-top: 10px;
}

#search-cargoShipping-compact .options {
    min-height: 55px;
}

#search-cargoShipping-compact .options .option {
    height: 45px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#search-cargoShipping-compact .options .option .option-title {
    font-size: 0.9em;
}

#search-cargoShipping-compact .options .option input,
#search-cargoShipping-compact .options .option select {
    padding: 3px 6px;
    height: 25px;
}

/* form ultra compact */

.form-ultra-compact .form-group {
    margin-bottom: 0;
}

.form-ultra-compact .form-group hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-ultra-compact .form-group label {
    font-size: 1em;
    padding-left: 4px;
    padding-right: 2px;
    height: 28px;
    color: #555;
}

.form-ultra-compact .title {
    font-size: 1.4em;
}

.form-ultra-compact .form-group div input,
.form-ultra-compact .form-group div select {
    padding: 1px 4px;
    font-size: 1em;
    height: 24px;
    line-height: 1em;
    margin: 1px 0;
}

.form-ultra-compact .form-group div textarea {
    padding: 4px;
    font-size: 1em;
    height: 48px;
    line-height: 1em;
    margin: 2px 0;
}

.form-ultra-compact .form-control {
    height: 28px;
}

.form-ultra-compact .form-group .btn {
    padding: 0 6px;
    border-left: 0;
    height: 24px;
    line-height: 1em;
    font-size: 0.9em;
    margin: 1px 0;
    background-color: #fff;
}

.form-ultra-compact .form-group .btn:hover {
    background-color: #f0f0f0;
}

.form-ultra-compact .form-group .btn:focus {
    border-color: #aaa !important;
}

.form-ultra-compact .checkbox,
.form-ultra-compact .checkbox-inline,
.form-ultra-compact .control-label,
.form-ultra-compact .radio,
.form-ultra-compact .radio-inline {
    padding-top: 7px;
    line-height: 1.1em;
}

.form-ultra-compact .form-control,
.form-ultra-compact select,
.form-ultra-compact textarea {
    border: 1px solid #aaa;
}

.form-ultra-compact select:disabled,
.form-ultra-compact select[disabled] {
    border: 1px solid #ddd !important;
}

.form-ultra-compact .div-border-divider {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.form-ultra-compact .form-control[disabled],
.form-ultra-compact .form-control[disabled]:hover,
.form-ultra-compact .form-control[readonly],
.form-ultra-compact fieldset[disabled] .form-control {
    background-color: #f8f8f8;
    border: 0 solid #ddd;
    cursor: not-allowed;
    pointer-events: auto;
    border: 1px solid #ddd;
}

.form-ultra-compact .control-label[disabled] {
    cursor: not-allowed;
    color: #bbb;
}

.form-ultra-compact .document-zone-toggle:hover {
    cursor: pointer;
    /*background-color: #f6f3f9;*/
}

.form-ultra-compact .table-lines,
.form-ultra-compact .table-lines2 {
    /*width: 100%;*/
    table-layout: fixed;
    word-wrap: break-word;
}

.form-ultra-compact .table-lines-view {
    width: 100%;
}

.table-lines-view tr td {
    padding: 4px;
}

.table-lines-view tr th {
    padding: 4px;
}

.table-lines-view > tbody > tr:nth-child(even) {
    background-color: #f8f8ff;
}

.table-lines-view > tbody > tr:hover {
    background: #abd9ff !important;
}


.form-ultra-compact .table-lines tr th,
.form-ultra-compact .table-lines2 tr th {
    text-align: center;
    font-weight: normal;
    /*font-size: 0.9em;*/
    color: #333;
    /*text-transform: uppercase;*/
    /* white-space: nowrap; */
    padding: 1px 3px;
    vertical-align: top;
}

.form-ultra-compact .table-lines tr td,
.form-ultra-compact .table-lines2 tr td {
    padding: 0;
    vertical-align: top;
}

.form-ultra-compact .table-lines tr td input,
.form-ultra-compact .table-lines2 tr td input,
.form-ultra-compact .table-lines tr td select,
.form-ultra-compact .table-lines2 tr td select,
.form-ultra-compact .table-lines tr td button,
.form-ultra-compact .table-lines2 tr td button {
    margin: 1px 0;
}

.form-ultra-compact .table-lines tr td .btn,
.form-ultra-compact .table-lines2 tr td .btn {
    position: relative;
    width: 30px;
    height: 23px;
    font-size: 0.8em;
    border: 1px solid #ddd;
    border-left: 0;
    /*border-right: 0;*/
}

.form-ultra-compact .table-lines tr td .btn:focus,
.form-ultra-compact .table-lines2 tr td .btn:focus {
    border-color: #ddd !important;
}

.form-ultra-compact .table-lines tr th:first-child,
.form-ultra-compact .table-lines2 tr th:first-child {
    padding-left: 10px;
}

.form-ultra-compact .table-lines tr td:first-child,
.form-ultra-compact .table-lines2 tr td:first-child {
    padding-right: 5px;
}

.form-ultra-compact .table-lines tr td input,
.form-ultra-compact .table-lines2 tr td input {
    width: 100%;
    border: 1px solid #ddd;
    /*border-right: 0;*/
    text-align: center;
    font-size: 1em;
    padding: 2px 3px;
    line-height: 1em;
    height: 23px;
    min-width: 35px;
    color: #333;
}

.form-ultra-compact .table-lines tr td input[readonly],
.form-ultra-compact .table-lines2 tr td input[readonly] {
    background-color: #f5f5f5;
}

.form-ultra-compact .table-lines input[type="checkbox"],
.form-ultra-compact .table-lines2 input[type="checkbox"] {
    height: 16px !important;
}

.form-ultra-compact .table-lines tr td:last-child input,
.form-ultra-compact .table-lines2 tr td:last-child input,
.form-ultra-compact .table-lines tr td:nth-last-child(2) input,
.form-ultra-compact .table-lines2 tr td:nth-last-child(2) input {
    border-right: 1px solid #ddd;
}

.form-ultra-compact .table-lines tr td select,
.form-ultra-compact .table-lines2 tr td select {
    width: 55px;
    min-width: 55px;
    height: 23px;
    border: 1px solid #ddd;
    color: #333;
}

/*.form-ultra-compact .table-lines tr td  .bt-search-product {
    position: relative;
}*/

.form-ultra-compact .btn-extra {
    margin: 10px;
    height: 24px;
    line-height: 1em;
    padding: 1px 8px;
    /*width: 150px;*/
    border: 0;
    color: #fff;
    /*background-color: #428bca;*/
    background-color: #aaa;
}

.form-ultra-compact .btn-extra:hover {
    /*background-color: #377ab4;*/
    background-color: #999;
}

.form-ultra-compact .table-lines tr td input[disabled],
.form-ultra-compact .table-lines tr td select[disabled] {
    background-color: #f5f5f5;
}

.form-ultra-compact .table-lines .window-product-observations {
    position: absolute;
    padding: 10px;
    background-color: #fff;
    margin-top: 0;
    width: 300px;
    height: 100px;
    display: none;
    z-index: 100;
    border: 1px solid #6e8fa2;
}

.popup-doc-attachments {
    position: absolute;
    padding: 10px;
    background-color: #fff;
    margin-top: 0;
    width: auto;
    right: 50px;
    display: none;
    z-index: 100;
    border: 1px solid #6e8fa2;
}

.form-ultra-compact .table-lines .window-product-tax-exemption {
    position: absolute;
    padding: 10px;
    background-color: #fff;
    right: 15px;
    background-color: #fff;
    width: 450px;
    height: 60px;
    display: none;
    z-index: 100;
    border: 1px solid #6e8fa2;
}

.product-client-wrapper {
    position: absolute;
    padding: 10px;
    background-color: #fff;
    margin-top: 2px;
    right: 15px;
    background-color: #fff;
    width: 225px;
    height: 50px;
    display: none;
    z-index: 100;
    border: 1px solid #6e8fa2;
}

.product-client-wrapper>input {
    width: 93% !important;
}

.form-ultra-compact .table-lines .small-button:disabled i {
    color: grey;
}

.form-ultra-compact .table-lines .window-product-observations textarea {
    width: 100%;
    height: 100%;
}

.form-ultra-compact .table-lines button {
    width: 100%;
    border: 1px solid #ddd;
    height: 23px;
    border-right: 0;
    background-color: #d8e6ed;
}

.form-ultra-compact .table-lines button:hover {
    background-color: #cddbe2;
}

.form-ultra-compact .table-lines .line-actions {
    white-space: nowrap;
}

.form-ultra-compact .table-lines .line-actions a {
    padding-left: 5px;
    padding-top: 2px;
}

.form-ultra-compact .document-totals input[disabled] {
    background-color: #f3f3f3 !important;
}

.form-ultra-compact .document-totals input[readonly] {
    background-color: #f3f3f3 !important;
}

.form-ultra-compact .document-totals input {
    color: #000;
    border: 1px solid #ddd !important;
    font-size: 1.2em !important;
    height: 26px !important;
}

.form-ultra-compact .document-totals2 input[disabled] {
    background-color: transparent !important;
}

.form-ultra-compact .document-totals2 input[readonly] {
    background-color: transparent !important;
}

.form-ultra-compact .document-totals2 input {
    color: #000;
    border: 0px solid transparent !important;
    font-size: 1.2em !important;
    height: 26px !important;
}

.entity_postalcode_suggestions {
    display: none;
    padding: 10px 15px;
    position: absolute;
    min-height: 40px;
    max-height: 300px;
    overflow-x: auto;
    width: 98%;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
    z-index: 20;
    margin-top: 1px;
}

.entity_postalcode_suggestions .suggestion {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.entity_postalcode_suggestions .suggestion:hover {
    cursor: pointer;
    font-weight: bold;
}

.form-ultra-compact .entity_suggestions,
.form-ultra-compact .pv1_suggestions {
    display: none;
    /*padding: 10px 15px;*/
    padding: 15px;
    position: absolute;
    min-height: 40px;
    width: 97.5%;
    background-color: #fff;
    box-sizing: border-box;
    /*box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .5);*/
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.4);
    z-index: 10;
    margin-top: 26px;
}

.form-ultra-compact .entity_suggestions .suggestion,
.form-ultra-compact .pv1_suggestions .suggestion {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-ultra-compact .entity_suggestions .suggestion:hover,
.form-ultra-compact .pv1_suggestions .suggestion:hover {
    cursor: pointer;
    /*font-weight: bold;*/
    color: #0087ff;
}

/* end form ultra compact*/

.product_family_name_suggestions {
    display: none;
    padding: 10px 15px;
    position: absolute;
    min-height: 40px;
    width: 50%;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
    z-index: 10;
    margin-top: 0px;
}

.product_family_name_suggestions .suggestion {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_family_name_suggestions .suggestion:hover {
    cursor: pointer;
    font-weight: bold;
}


.choice-box {
    display: none;
    padding: 15px;
    position: absolute;
    min-height: 40px;
    background-color: #fff;
    width: 90%;
    box-shadow: 5px 4px 10px 0px rgba(0, 0, 0, .4);
    border: 1px solid #008ac6;
    box-sizing: border-box;
    z-index: 99999;
    margin-top: 10px;
    height: auto;
    padding: 5px;
    max-width: 500px;
}

/*
.form-group .group1 {
    background-color: #e7f5ff;
}

.form-group .group1 input[disabled], .form-group .group1 input[readonly], .form-group .group1 select[disabled], .form-group .group1 select[readonly], .form-group .group1 textarea[disabled], .form-group .group1 textarea[readonly] {
    background-color: #f6f8f9;
    border: 1px solid #aaa;
}

.form-group .group1 input[disabled]:hover, .form-group .group1 select[disabled]:hover, .form-group .group1 textarea[disabled]:hover {
    background-color: #f6f8f9;
    border: 1px solid #aaa;
}

.form-group .group2 {
    background-color: #e7ffe9;
}

.form-group .group3 {
    background-color: #ece7ff;
}

.form-group .group4 {
    background-color: #ffeaf2;
}

.form-group .group5 {
    background-color: #fff8ae;
}

.form-group .group6 {
    background-color: #aeffaf;
}

.form-group .group7 {
    background-color: #c9d1ff;
}

.form-group .group8 {
    background-color: #f9ede6;
}*/

@media screen and (max-width: 992px) {
    .form-group .group1 {
        background-color: transparent;
    }

    .form-group .group2 {
        background-color: transparent;
    }

    .form-group .group3 {
        background-color: transparent;
    }

    .form-group .group4 {
        background-color: transparent;
    }

    .form-group .group5 {
        background-color: transparent;
    }

    .form-group .group6 {
        background-color: transparent;
    }

    .form-group .group7 {
        background-color: transparent;
    }

    .form-group .group8 {
        background-color: transparent;
    }
}

.div-absolute-list {
    position: absolute;
    top: 60px;
    left: 30px;
    right: 30px;
    padding: 15px 20px;
    z-index: 9999;
    border: 3px solid #008ac6;
    display: none;
    background-color: #fff;
    overflow: hidden;
}

.div-absolute-list .header {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #008ac6;
    margin-bottom: 10px;
}

.div-absolute-list .header .title {
    font-size: 1.2em;
}

.div-absolute-list .header .bt-close {
    /*margin-top: -3px;*/
    margin-top: -10px;
    padding-right: 0;
    color: #bbb;
}

.div-absolute-list .footer {
    border-top: 1px solid #008ac6;
    /*padding-top: 15px;*/
    padding-top: 10px;
    margin-top: 5px;
}

.div-absolute-list .footer .bt-select {
    color: #fff;
    background-color: #008ac6;
}

.div-absolute-list .footer .bt-select:hover {
    color: #fff;
    background-color: #0074a7;
}

.small-form {
    padding: 20px;
    font-size: 0.9em;
    margin-top: 15px;
    width: 80%;
}

.small-form input,
.small-form select {
    height: 25px;
    padding: 2px 6px;
    border: 1px solid #ddd;
}

.small-form .btn {
    height: 25px;
    border: none;
    line-height: 0.5em;
}

.partial-list .search {
    display: inline-block;
    margin-bottom: 5px;
}

.partial-list .search .title {
    font-size: 1.1em;
    margin-bottom: 3px;
    color: #888;
}

.partial-list .search .option {
    width: 90px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.partial-list .search .option:last-child {
    margin-right: 0;
    margin-left: 4px;
    float: left;
    width: inherit;
}

.partial-list .search .option input,
.partial-list .search .option select {
    height: 25px;
    padding: 2px 6px;
    border: 1px solid #ddd;
    width: 100%;
    font-size: 0.9em;
}

.partial-list .search .option .btn {
    height: 25px;
    font-size: 0.9em;
    line-height: 0.5em;
}

.partial-list .search .option input[type="checkbox"] {
    height: 20px;
}

.partial-list table tr th {
    padding: 1px 2px 5px 2px;
    font-size: 0.8em;
    text-transform: uppercase;
}

.partial-list table tr th:hover {
    cursor: default;
}

.partial-list table tr td {
    padding: 1px;
    font-size: 0.9em;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.partial-list div.dataTables_info,
#result-search-product div.dataTables_info {
    padding-top: 0;
}

.partial-list .pagination {
    font-size: 0.8em;
}

.input-qty {
    width: 50px;
    text-align: center;
    color: #000;
    padding: 3px 2px;
    font-size: 1em;
    line-height: 1em;
    border: 1px solid #aaa;
}

.input-small {
    width: 30px;
    text-align: center;
    color: #444;
    padding: 3px 2px;
    font-size: 1em;
    line-height: 1em;
    border: 1px solid #aaa;
}

.input-small2 {
    /*width: 40px;
    text-align: center;
    color: #000;
    padding: 4px 2px 3px 2px;
    font-size: 1em;
    line-height: 12px;
    border: 1px solid #000;*/
    width: 35px;
    color: #000;
    padding: 2px 1px 1px;
    line-height: 12px;
    border: 1px solid #000;
    font-size: 1.2em;
    text-align: center;
}

.input-small3 {
    width: 55px;
    color: #000;
    padding: 3px 2px 3px;
    line-height: 12px;
    border: 1px solid #000;
    font-size: 1.2em;
    text-align: center;
}

.input-medium {
    width: 60px;
    text-align: center;
    color: #444;
    padding: 3px 2px;
    font-size: 1em;
    line-height: 1em;
    border: 1px solid #aaa;
}

.menu-data-analysis {
    list-style: none;
    padding: 0;
}

.menu-data-analysis li {
    margin-bottom: 5px;
}

.menu-data-analysis li div {
    margin-bottom: 5px;
}

.product-image {
    padding: 0 2px;
}

.product-image .table-aux-product-info {
    display: none;
    position: fixed;
    padding: 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    background-color: #fff;
    margin-left: 23px;
    left: 10%;
    right: 10%;
    z-index: 99;
    top: 190px;
}

.product-image:hover .table-aux-product-info {
    display: block;
}

.product-image .table-aux-product-info tr td {
    vertical-align: top;
    font-size: 1.1em;
    padding-top: 5px;
    max-width: 500px !important;
    min-width: 160px;
}

.product-image .table-aux-product-info tr td:last-child {
    max-width: 1000px !important;
}

.product-image .table-aux-product-info tr td:nth-child(2) {
    font-weight: bold;
    padding-left: 2px;
    white-space: normal;
}

.product-image-wrapper .table-aux-product-info2 {
    display: none;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
    background-color: #fff;
    z-index: 99;
    position: absolute;
    max-width: 85vw;
    margin: 0 auto;
}

/* class to wrap text inside div breaking the text by words */
.wrapper-text {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    word-break: break-word;
    white-space: normal;
}

/* .product-image:hover .table-aux-product-info2 {
    display: block;
} */

.table-aux-product-info2 .row {
    margin-bottom: 6px;
}

.product-info .table-aux-product-info2 {
    display: none;
    position: fixed;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
    background-color: #fff;
    margin-left: 20px;
    z-index: 99;
    top: 155px;
    right: 10%;
    left: 10%;
}


.product-info:hover .table-aux-product-info2 {
    display: block;
}

/* does no longer apply, the table-aux-product-info2 is now built with divs */
/* .product-image .table-aux-product-info2 tr td {
    vertical-align: top !important;
    font-size: 1em;
    line-height: 1.4em;
}

.product-image .table-aux-product-info2 tr td:first-child {
    width: 165px !important;
}

.product-image .table-aux-product-info2 tr td:last-child {
    max-width: 750px !important;
}

.product-image .table-aux-product-info2 tr td:nth-child(2) {
    font-weight: bold;
    padding-left: 2px;
} */

.div-filter-family {
    font-size: 0.9em;
    color: #001445;
    height: 15px;
    line-height: 1.1em;
    text-transform: uppercase;
}

.div-filter-family.level1 {
    color: #102863;
    font-size: 1.1em;
    margin-top: 5px;
}

.div-filter-family.level2 {
    margin-left: 15px;
    color: #002889;
    font-size: 1em;
    margin-top: 5px;
}

.div-filter-family.level3 {
    margin-left: 25px;
    color: #003fd5;
    font-size: 0.9em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.div-filter-family.level4 {
    margin-left: 35px;
    color: #004aff;
    font-size: 0.8em;
    margin-bottom: 5px;
}

div.family-tree .local-family:hover {
    cursor: pointer;
}

div.family-tree .local-family.level1 {
    font-weight: bold;
    color: #000;
}

div.family-tree .local-family.level2 {
    color: #333;
    margin-left: 10px;
}

div.family-tree .local-family.level3 {
    color: #666;
    margin-left: 20px;
}

div.family-tree .local-family.level4 {
    color: #999;
    margin-left: 30px;
}

#search-documentConversion-compact #pagination {
    margin: 0;
}

#table-documentConversions td {
    vertical-align: middle;
}

@media (min-width: 1200px) {
    #table-documentConversions td {
        padding: 0 1px !important;
    }
}

#table-documentConversions th {
    vertical-align: middle;
    padding: 0 1px !important;
    padding-bottom: 5px !important;
}

#table-documentConversions td table {
    margin-top: 5px;
}

#table-documentConversions td table td {
    padding: 2px !important;
    font-size: 1em;
}

#table-documentConversions td table th {
    font-size: 1em;
}

#table-documentConversions input[type="checkbox"] {
    height: 16px;
    width: 16px;
}

#table-documentConversions .dataTables_empty {
    padding: 20px !important;
}

#windowPrepareNewDocuments {
    /*width: 1100px;*/
    min-height: 200px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: absolute;
    /*left: 50%;
    margin-left: -550px;
    top: 110px;*/
    display: none;
    overflow-x: auto;
    z-index: 10;
    top: 100px;
    left: 50px;
    right: 50px;
    padding-bottom: 30px;
}

#windowPrepareNewDocuments h3 {
    margin-top: 5px;
}

#windowPrepareNewDocuments .result {
    font-weight: 500;
    /*padding: 10px;*/
    text-align: center;
}

.tableResumeConvertDocument {
    width: 100%;
}

.tableResumeConvertDocument th {
    font-weight: 700;
    padding: 2px 3px;
    font-size: 0.9em;
    color: #444;
    text-transform: uppercase;
    font-family: Arial;
}

.tableResumeConvertDocument td {
    padding: 1px 3px;
    font-size: 1em;
    vertical-align: top;
    font-family: Arial;
    color: #000;
}

.tableResumeConvertDocument th:first-child,
.tableResumeConvertDocument td:first-child {
    padding-left: 0;
}

.window {
    display: none;
    position: absolute;
    padding: 1em;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    min-height: 100px;
}

.opacity06 {
    opacity: 0.6;
}

.content-red,
.content-red>* {
    color: #f00;
    background-color: #faa;
}

.green-background {
    background-color: #cbffbd;
    background-color: #b6ffa2;
}

.green-background2 {
    /*background-color: #abff95;*/
    background-color: rgba(17, 255, 0, 0.36);
}

.green-background2:hover,
.green-background2:hover td {
    background-color: #a8fc92;
}

.tingle-modal__close {
    top: 50px;
}

.tingle-auto-width {
    width: auto !important;
}

.tingle-auto-width .tingle-modal-box {
    width: auto !important;
}

.minWidth100px {
    min-width: 100px;
}
.minWidth135px {
    min-width: 135px;
}

.chosen-container {
    min-width: 300px !important;
}

.warehouse-location-small-dialog {
    display: none;
    width: 350px;
    position: absolute;
    z-index: 999;
    background-color: white;
    border: 1px solid lightgrey;
    padding: 20px;
    -webkit-box-shadow: 1px 2px 4px -1px rgba(122, 122, 122, 0.5);
    -moz-box-shadow: 1px 2px 4px -1px rgba(122, 122, 122, 0.5);
    box-shadow: 1px 2px 4px -1px rgba(122, 122, 122, 0.5);
}

#table-communications td {
    vertical-align: top !important;
}

.flat-menu {
    display: inline-block;
}

.flat-menu .nav-menu {
    display: block;
    position: relative;
}

.flat-menu .nav-menu>li {
    margin-right: 0em;
}

.flat-menu .nav-menu>li>div {
    position: relative;
    visibility: visible;
    opacity: 1;
    display: inline-block;
    top: auto;
    margin: auto;
    box-shadow: none;
    padding: 0;
}

.flat-menu .nav-menu .nav-menu-column {
    float: left;
    margin-right: 1.2em;
    margin-bottom: 0.4em;
    padding: 5px;
}

.flat-menu .nav-menu>li>a {
    padding: 0;
}

.flat-menu .nav-menu .nav-menu-row>h3 {
    margin: 0 0 5px 5px;
    color: #333;
}

.flat-menu * {
    border: 0 !important;
}

.flat-menu .nav-menu-row {
    margin-bottom: 0;
}

/*

.flat-menu  .nav-menu-column:nth-child(1) a {
    color: #c11900 !important;
}
.flat-menu  .nav-menu-column:nth-child(2) a {
    color: #0c9804 !important;
}
.flat-menu  .nav-menu-column:nth-child(3) a {
    color: #0064b9 !important;
}
.flat-menu  .nav-menu-column:nth-child(4) a {
    color: #d51fe9 !important;
}
.flat-menu  .nav-menu-column:nth-child(5) a {
    color: #b36b00 !important;
}
.flat-menu  .nav-menu-column:nth-child(6) a {
    color: #00c69c !important;
}
.flat-menu  .nav-menu-column:nth-child(7) a {
    color: #5191ff !important;
}
.flat-menu  .nav-menu-column:nth-child(8) a {
    color: #863ede !important;
}
.flat-menu  .nav-menu-column:nth-child(9) a {
    color: #009263 !important;
}
.flat-menu  .nav-menu-column:nth-child(10) a {
    color: #006a92 !important;
}
.flat-menu  .nav-menu-column:nth-child(11) a {
    color: #319200 !important;
}
.flat-menu  .nav-menu-column:nth-child(12) a {
    color: #928e00 !important;
}
.flat-menu  .nav-menu-column:nth-child(13) a {
    color: #924a00 !important;
}
.flat-menu  .nav-menu-column:nth-child(14) a {
    color: #820092 !important;
}
.flat-menu  .nav-menu-column:nth-child(15) a {
    color: #92004a !important;
}
.flat-menu  .nav-menu-column:nth-child(16) a {
    color: #420092 !important;
}
*/

#table-vacations {
    width: 100%;
    margin-top: 2em;
}

#table-vacations td {
    padding: 10px 15px;
    vertical-align: top;
    color: #000;
    /*border: 1px solid rgb(203, 219, 228);*/
}

#table-vacations tr.content td {
    /* border-right: 1px solid rgb(203, 219, 228);*/
    border-bottom: 1px solid rgb(203, 219, 228);
}

#table-vacations tr:first-child td {
    font-weight: bold;
    padding-bottom: 1em;
}

#table-vacations table.vacation td {
    font-weight: normal;
    border: 0;
    padding: 10px 3em 10px 0;
}



/*** bootstrap extra classes */
.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }
}



/* order - search - multiple select field styling */
#orderAdvancedSearch>.option>.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    height: 25px !important;
    padding: 0px 0px 0px 8px !important;
}

#orderAdvancedSearch>.option>.ms-options-wrap>.ms-options {
    width: 400px !important;
}


#orderAdvancedSearch>.option>.ms-options-wrap>.ms-options>ul input[type="checkbox"] {
    top: 2px;
}



/* invoice - search - multiple select field styling */
#invoiceAdvancedSearch>.option>.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    height: 25px !important;
    padding: 0px 0px 0px 8px !important;
}

#invoiceAdvancedSearch>.option>.ms-options-wrap>.ms-options {
    width: 400px !important;
}


#invoiceAdvancedSearch>.option>.ms-options-wrap>.ms-options>ul input[type="checkbox"] {
    top: 2px;
}

/* --- sales graphics */



.select-years>.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    height: 25px !important;
    padding: 0px 0px 0px 8px !important;
}

.select-years>.ms-options-wrap>.ms-options {
    width: 400px !important;
}


.select-years>.ms-options-wrap>.ms-options>ul input[type="checkbox"] {
    top: 2px;
}





.expand_caret {
    transform: scale(1.6);
    margin-left: 8px;
    margin-top: -4px;
}

.collapsed-link.collapsed>.expand_caret {
    transform: scale(1.6) rotate(-90deg);
}

.tree-family {
    white-space: normal !important;
}

.buyerAccRefDialog {
    position: absolute;
    padding: 10px;
    background-color: #fff;
    right: 15px;
    background-color: #fff;
    width: 450px;
    height: 190px;
    display: none;
    z-index: 100;
    border: 1px solid #6e8fa2;
    padding: 15px;
}



/* -------- */
.location-options>.ms-options-wrap>.ms-options>ul input[type="checkbox"] {
    top: 2px;
}

.location-options>.ms-options-wrap {
    width: 100px !important;
}

.location-options>.ms-options-wrap>.ms-options {
    width: 100px !important;
}

/**** budget prices ****/

.price-loss {
    background-color: #f8d7da !important;
    /* light red background */
    color: #721c24 !important;
    /* dark red text */
    border: 2px solid #f5c6cb !important;
    /* red border */
    font-weight: bold;
}

.price-profit {
    background-color: #d4edda !important;
    /* light green background */
    color: #155724 !important;
    /* dark green text */
    border: 2px solid #c3e6cb !important;
    /* green border */
    font-weight: bold;
}

.price-warning {
    background-color: #fff3cd !important;
    /* light yellow background */
    color: #856404 !important;
    /* dark yellow text */
    border: 2px solid #ffeeba !important;
    /* yellow border */
    font-weight: bold;
}
.price-legend-box {
    display: inline-block;
    padding: 5px 7px;
    margin-right: 10px;
    font-weight: 650;
    border-radius: 4px;
    font-size: 12px;
    border: 2px solid transparent;
}

.legend-profit {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

.legend-loss {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}

.legend-warning {
    background-color: #fff3cd;
    color: #856404;
    border-color: #ffeeba;
}
.legend-container {
    padding: 6px;
    background-color: #fdfdfd;
}

.legend-title {
    font-size: 13px;
    padding-right: 6px;
}

.budget-cost-price-wrapper {
    position: relative;
    display: inline-block;
}

.budget-cost-price-wrapper input {
    padding-right: 30px;
    /* Space for icon */
}

.price-indicator {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* Allows clicks through the icon */
}

.cc-top-after-title {
    float: left;
    margin-left: 5px;
    color: #fff;
}
ul.cc-top-menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
ul.cc-top-menu li {
    margin-bottom: 10px;
    margin-right: 5px;
    float: left;
}
ul.cc-top-menu li:last-child {
    margin-bottom: 0;
}
ul.cc-top-menu li a {
    color: #fff;
    background-color: #005e86;
    padding: 3px 10px;
    border-radius: 3px;
}
ul.cc-top-menu li a:hover {
    color: #fff;
    opacity: .8;
    padding: 3px 10px;
    border-radius: 3px;
}
