/* LOGIN Overides */
.login-container {
    /* The image used */
    background-image: url("assets/images/backgrounds/login_bg3.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-container .page-container .login-form {
    background: rgba(255, 255, 255, 0.8);
    width: 420px;
    padding: 40px;
}

.login-container .page-container .login-form .content-group {
    margin: 50px 0;
}

.login-container .page-container .login-form .content-group small {
    margin: 10px 0;
}

.login-container .overlay {
    background-color: rgba(6, 38, 48, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.login-container .footer {
    color: #fff;
}

/** end login*/

/*  Styles from SW  */
body {
    font-family: 'Nunito', sans-serif;
    color: #626262;
    background: #fafafa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.header-highlight .navbar-header:not([class*=bg-]) {
    background-color: #ffeb3b;
}

.header-highlight {
    -webkit-box-shadow: 0 1px 15px 1px rgba(6, 38, 48, 0.08);
    -moz-box-shadow: 0 1px 15px 1px rgba(6, 38, 48, 0.08);
    box-shadow: 0 1px 6px 1px rgba(6, 38, 48, 0.08);
    border-color: #fafafa;
    z-index: 5000;
}

.header-highlight .navbar-header {
    margin-top: 0;
}

.navbar-brand {
    padding: 5px;
}

.navbar-brand img {
    margin-top: 2px;
    padding-left: 15px;
    height: 30px;
}

.page-header-default {
    margin-bottom: 21px;
    border-color: #dee5e7;
}

.breadcrumb-line-component:not([class*=bg-]) {
    border: none;
    background: rgba(0, 150, 136, 0.07);
}

.page-title {
    color: #062630;
    padding: 20px 37px 20px 0;
}

.page-title > h4 > span {
    font-weight: 500;
}

.sorted-asc::after,
.sorted-desc::after {
    float: right;
}

.sorted-desc::after {
    content: "\25BC";
}

.sorted-asc::after {
    content: "\25B2";
}

.content {
    padding: 20px 40px 60px;
}

.panel, .well {
    margin-bottom: 20px;
    border-color: #fff;
    -webkit-box-shadow: 0 1px 6px 1px rgba(6, 38, 48, 0.08);
    -moz-box-shadow: 0 1px 6px 1px rgba(6, 38, 48, 0.08);
    box-shadow: 0 1px 6px 1px rgba(6, 38, 48, 0.08);
}

.panel .panel-heading {
    background: #f0f3f4;
}

.panel .panel-heading h6.panel-title {
    font-size: 14px;
    color: #062630;
}

legend {
    color: #00796B;
    font-weight: 600;
}

.control-label {
    font-weight: 600;
    color: #062630;
}

.control-label.block {
    display: block;
}

.bootstrap-select,
.form-control {
    color: #009688;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.075);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.075);
}

.bootstrap-select:focus,
.form-control:focus {
    border-color: #116e8b;
}

.btn-primary {
    color: #fff;
    background-color: #009688;
    border-color: #009688;
}

.table thead tr th {
    font-weight: 700;
    background: #fafafa;

    border-bottom: 2px solid #4DB6AC;
}

.category-title > span {
    font-weight: 800
}

/*  Styles from SW  */

.table .dropdown-menu {
    min-width: 140px !important;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-12 {
    margin-top: 12px;
}

.padding-left {
    padding-left: 20px;
}

.no-padding-left {
    padding-left: 0px;
}

.margin-right-5 {
    margin-right: 5px;
}

.color-light-grey {
    background-color: lightgrey !important;
}

.width-100 {
    width: 100%;
}

.width-25 {
    width: 25%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.clickable tbody tr {
    cursor: pointer;
}

.not-clickable {
    cursor: not-allowed;
}

.tooltip .tooltip-inner {
    color: black;
    background-color: #ffffff;
    border: 1px solid grey;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    font-size: 14px;
}

.form-hint {
    font-size: 12px;
    line-height: 9pt;
    margin: -5px auto 5px;
    color: #999;
}

.form-hint.error {
    color: #C00;
    font-weight: bold;
    font-size: 8pt;
}

.password-count {
    float: right;
    position: relative;
    bottom: 28px;
    right: 13px;
}

.strength-meter {
    position: relative;
    height: 3px;
    background: #DDD;
    margin: 10px auto 20px;
    border-radius: 3px;
}

.strength-meter:before, .strength-meter:after {
    content: '';
    height: inherit;
    background: transparent;
    display: block;
    border-color: #FFF;
    border-style: solid;
    border-width: 0 5px 0 5px;
    position: absolute;
    width: 80px;
    z-index: 10;
}

.strength-meter:before {
    left: 70px;
}

.strength-meter:after {
    right: 70px;
}

.strength-meter-fill {
    background: transparent;
    height: inherit;
    position: absolute;
    width: 0;
    border-radius: inherit;
    transition: width 0.5s ease-in-out, background 0.25s;
}

.strength-meter-fill[data-strength='0'] {
    background: darkred;
    width: 20%;
}

.strength-meter-fill[data-strength='1'] {
    background: orangered;
    width: 40%;
}

.strength-meter-fill[data-strength='2'] {
    background: orange;
    width: 60%;
}

.strength-meter-fill[data-strength='3'] {
    background: yellowgreen;
    width: 80%;
}

.strength-meter-fill[data-strength='4'] {
    background: green;
    width: 100%;
}

.parameters-style {
    background: rgba(193, 193, 193, 0.21);
}

.no-padding {
    padding: 0px !important;
}

.padding {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

.padding-title {
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 10px;
}

.padding-productCompany {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
}

.switch {
    zoom: 75%;
    margin-top: 15px;
}

.h-underline {
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}

.widget-indicator .w-header1 {
    font-size: 16px;
    font-weight: bold;
}

.widget-indicator .w-header2 {
    font-size: 11px;
    color: grey;
}

.widget-indicator .w-data {
    font-size: 30px;
    font-weight: bold;
}

.widget-indicator .w-footer {
    font-size: 16px;
    font-weight: bold;
}

.widget-indicator .w-positive {
    color: limegreen;
}

.widget-indicator .w-negative {
    color: red;
}

.has-detached-right .container-detached {
    margin-right: -240px !important;
}

.sidebar-detached .sidebar {
    width: 240px !important;
}

.container-detached .content-detached {
    margin-right: 260px !important;
}

.invoice-table .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 8px 10px !important;
}

.invoice-table textarea {
    min-width: 100%;
}

.invoice-item-code {
    padding: 8px 0px;
    margin-bottom: 7px;
}

.invoice-item-btn-size {
    font-size: 20px;
}

.ui-select-bootstrap .glyphicon {
    font-size: 10px !important;
}

.btn-info.active {
    background-color: rgba(33, 150, 243, 0.13);
!important;
    border-color: #00BCD4;
}

.btn-info.active:hover {
    background-color: rgba(116, 101, 118, 0.29);
!important;
}

.bg-canceled {
    background-color: #ff9121;
    border-color: #ff9121;
    color: #fff;
}

.bg-draft {
    background-color: #fff;
    border-color: #a9a9a9;
    color: #a9a9a9;
    font-weight: bold;
}

.bg-new {
    background-color: #fff;
    border-color: #79b8dc;
    color: #79b8dc;
    font-weight: bold;
}

.bg-new {
    background-color: #fff;
    border-color: #79b8dc;
    color: #79b8dc;
    font-weight: bold;
}

.bg-finished {
    background-color: #fff;
    border-color: #c3b908;
    color: #c3b908;
    font-weight: bold;
}

.bg-not-used {
    background-color: #fff;
    border-color: #eee408;
    color: #eee408;
    font-weight: bold;
}

.bg-partial-used {
    background-color: #fff;
    border-color: #ff9121;
    color: #ff9121;
    font-weight: bold;
}

.dimension-paymentDetailMap {
    height: 56px;
}

.radio label {
    padding-left: 5px !important;
}

.radio-inline {
    padding-left: 18px !important;
}

.radio.radio-inline {
    margin-top: 1% !important;
}

.input-search {
    width: 20em;
    margin: 0.3em 2em;
}

.padding {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

.basket-red {
    color: red;
}

.basket-green {
    color: green;
}

.check-red {
    color: red;
}

.check-green {
    color: green;
}

.text-gold {
    color: gold;
}

.padding-left {
    padding-left: 10px;
!important;
}

.padding-right {
    padding-right: 10px !important;
}

.input-search-home {
    margin: 0.3em 2em;
}

.padding-left-status {
    padding-left: 50px;
}

.margin-left-15 {
    left: 15px;
}

.margin-left-10 {
    left: 10px;
}

.angucomplete-dropdown {
    overflow-y: auto;
    max-height: 200px;
}

.page-header-small {
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.table-btn-size {
    font-size: 20px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

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

.center-content {
    vertical-align: middle !important;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    text-align: center;
    padding: 5px 0;
}

.table-proposals td {
    border-top: 0 !important;
}

.wizard > .steps > ul > li.current .number {
    font-size: 14px !important;
}

.wizard > .steps > ul > li.current .number::after {
    content: none !important;
}

.angucomplete-dropdown {
    width: 100% !important;
}

.searchbox-entry {
    font-size: 21px !important;
    height: 45px !important;
}

.searchbox-entry-btn {
    font-size: 16px !important;
    height: 45px !important;
}

.dashboard-container {
    height: 100%;
}

.dashboard-jumbotron {
    position: absolute;
    top: 35%;
    left: 20%;
}

#searchbox-entry .angucomplete-dropdown {
    margin-top: 45px !important;
}

tags-input .tags {
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.no-margin-top {
    margin-top: 0px;
}

.gauge-responsive {
    height: 250px !important;
    width: 100% !important;
}

.dashboard .well {
    margin-bottom: 20px !important;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .gauge-responsive {
        margin-top: 50px !important;
        width: 100% !important;
    }
}

.input-symbol-euro {
    position: relative;
}

.input-symbol-euro input {
    padding-right: 15px;
}

.input-symbol-euro:after {
    position: absolute;
    top: 9px;
    content: "€";
    right: 9px;
}

.width-100 {
    width: 100%;
}

#manual {
    width: 100%;
    min-height: 568px;
    border: none;
}

.contract-plus-arrow {
    position: relative;
    bottom: 28px;
    right: -10px;
    width: 10%;
}

.expand-row > td {
    border-top: none !important;
}

.table-transparent {
    background-color: transparent !important;
}

.date-range-periods .uib-datepicker-popup .uib-day button:not(:disabled) {
    background-color: navajowhite !important;
}

.navbar-select {
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

.searchbox-entry-margin {
    margin-bottom: 50px;
    margin-top: 50px;
}

.well-message {
    margin-bottom: 5px !important;
    padding: 10px !important;
}

.well-button-has-text {
    margin-top: 5px !important;
    padding: 0px !important;
}

.top-orders-table {
    font-size: 12px;
}

.top-orders-table td {
    padding: 5px 10px !important;
}

.navbar select {
    border: none !important;
    box-shadow: none !important;
}

.red-error {
    color: #a94442;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-invalid.ng-touched > div.ui-select-match > span.btn.ui-select-toggle {
    border-color: #D84315;
}

.daterangepicker.dropdown-menu {
    z-index: 5000 !important;
}

.modal-dialog {
    margin: 60px auto !important;
}
