/* your styles go here */

section {
    padding: 30px 0 0 0;
}
input {
    background: white;
}

input:-webkit-autofill {
    content: "\feff";
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

.logo h1 small {
    font-size: 30%;
    color: #fff;
}
.login-page .form-holder .info {
    background-image: linear-gradient(to bottom, #ffe254, #ac8a00);
    color: #505050;
    opacity: 0.90;
}

.login-page::before {
    background-image: url("../img/bg.jpg");
    -webkit-filter: blur(0);
    filter: blur(0);
}

.trademark {
    font-size: 50%;
    vertical-align: super;
}

.login-path.login-rlt {
    padding-bottom: 55px;
}

.flashBag {
    padding: 15px;
}

.flashBag {
    color: #fff;
}

table.dataTable {
    margin-top: 0 !important;
    border-collapse: collapse !important;
}

nav.side-navbar small a i {
    font-size: 1em;
    margin-right: 5px;
}

.title small a.active {
    color: #2b90d9;
    padding-left: 5px;
    border-left: 3px solid #1c669c;
}

nav.side-navbar .avatar a {
    height: 100%;
    width: 55px;
    background-color: #f8b028;
    border-radius: 50% !important;
    text-align: center;
    line-height: 55px;
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
}

.table tr[href] {
    cursor: pointer;
}

.page-link {
    padding: 0.3rem 0.65rem;
}

.table-gears tr td:first-child, .table-gears tr :nth-child(2), .table-gears tr th:nth-child(5) {
    white-space: nowrap;
}

.table-accessories tr td:first-child, .table-accessories tr :nth-child(2), .table-accessories tr th:nth-child(5) {
    white-space: nowrap;
}

.table-responsive {
    /*overflow-x: hidden;*/
}

.offer-price {
    background-color: #f8b028 !important;
    color: #fff;
    font-size: 1.5em;
}

.offer-price td {
    padding: 15px !important;
}

.input-transition {
    -webkit-transition: all 0s ease !important;
    -moz-transition: all 0s ease !important;
    -o-transition: all 0s ease !important;
    transition: all 0s ease !important;
    background: #fff !important;
    color: #636363 !important;
}

.input-empty {
    -webkit-transition: all 10s ease;
    -moz-transition: all 10s ease;
    -o-transition: all 10s ease;
    transition: all 10s ease;
    background: #ff7d7d;
    color: #fff;
}

.prices-row p {
    font-weight: 600;
    font-size: 1.3em;
}

.price-sum, .total-sum, .offer-price-sum, .accessory-price-sum, .total-price-sum {
    color: #018ad5;
}

.price-total {
    font-size: 2em !important;
    color: #f8b028;
}

.price-discount-value, .total-discount-value, .total-price-discount-value, .accessory-price-discount-value, .offer-price-discount-value {
    color: #ff7d7d;
}

/*.table-prices tr:not(.prices-row) > td:last-child, .table-prices tr:not(.prices-row) > td:nth-child(2), .table-prices tr:not(.prices-row) > td:nth-child(3) {*/
    /*width: 100px;*/
/*}*/

.table > tbody + tbody {
    border-top: none;
}

.table-prices input {
    box-shadow: none;
    /*background-color: #ff7d7d;
    color: #fff;*/
}

.table-prices select {
    background: #fff;
    box-shadow: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.01);
}

a.btn-success:focus, a.btn-success:hover {
    color: #fff;
}

.img-offer {
    max-height: 400px;
}

.status {
    color: #fff;
}

.status-new {
    background-color: #c171b8;
}

.status-sent {
    background-color: #9f428f;
}

.status-rejected {
    background-color: #995f5e;
}

.status-confirmed {
    background-color: #b0de56;
}

.status-producing {
    background-color: #ff9935;
}

.status-stoped {
    background-color: #be4144;
}

.status-waiting {
    background-color: #34caf9;
}

.status-mounted {
    background-color: #5ba6ec;
}

.status-done {
    background-color: #369f42;
}

.status-version {
    background-color: #9f2661;
}

.datepicker-dropdown.dropdown-menu {
    width: 310px;
}

.status-fitting {
    background-color: #7fdbf9;
}

select option {
    color: #495057;
}
nav.navbar .dropdown-menu {
    margin-top: 0px;
}
nav.navbar .dropdown-menu .dropdown-item small {
    margin-left: 50px;
}
nav.navbar .dropdown-menu .dropdown-item i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.5em;
}
nav.navbar .nav-link span.badge-corner {
    font-size: 0.8em;
}
header.page-header.status {
    color: #fff;
}
.fc-event {
    border: none;
}
.fc-event .fc-content {
    padding: 2px 5px;
}
.page {
    background: #90a1ad;
}
/*.item .title a {
    color: inherit;
}*/
.title a {
    color: inherit;
}
.item {
    padding: 20px;
    position: relative;
}
.item:nth-of-type(even) {
    background: #fafafa;
}
.item .image {
    min-width: 60px;
    max-width: 60px;
    height: 65px;
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
}
.item h3 {
    color: #555;
    font-weight: 400;
    margin-bottom: 0;
}
.item a {
    text-decoration: none !important;
    display: block;
    margin-bottom: 0;
    margin-top: 10px;
    /* color: #555;*/
}
.item-center{
    display: flex;
    margin: 0 auto;
}
.item small {
    color: #454545;
}
.item small a{
    display: inline;
}
.item img {
    padding: 3px;
    border: 1px solid #f8b028;
}
.hide{
    display: none;
}
.nav-pills .nav-item.active .nav-link, .nav-pills .show>.nav-item .nav-link {
    color: #fff!important;
    background-color: #2b90d9!important;
}
.nav-versions .nav-item.active .nav-link, .nav-versions .show>.nav-item .nav-link {
    background-color: #2b90d9 !important;
}
.accessory_item .form-group, .accessory_item select, .accessory_item input{
    margin-bottom: 0;
}
.other_job_item .form-group, .other_job_item select, .other_job_item input {
     margin-bottom: 0;
 }
.text-pdf{
    color: #fff;
}
.fc-agendaDay-view table  table tr:hover {
    background: #ccc;
    cursor: pointer;
}
.ui-timepicker-standard{
    z-index: 9999!important;
}
.project .project-date span {
    color: #999;
    font-size: large;
}
.project .time, .project .comments, .project .project-progress {
    color: #999;
    font-size: large;
    margin-right: 20px;
}
.fitting-status{
    padding: 2px 15px;
    color: #fff;
    /*margin-top: -10px;*/
    font-size: 1em;
    text-decoration: none;
}
.f_new{
    background-color: #7fdbf9;
}
.f_working{
    background-color: #5ba6ec;
}
.f_stoped{
    background-color: #dc3545;
}
.f_done{
    background-color: #28a745;
}
.display-5 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.1;
}
.project .row {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
label {
    font-size: 0.8em;
    color: #90a1ad;
}
.page:not(.login-page) input:required {
    border: 1px solid #ff9191;
}
.page:not(.login-page) select:required {
    border: 1px solid #ff9191;
}
.bg-light-blue {
    background-color: #58a7ff;
}
.bg-white-border{
    background-color: transparent;
    border: 1px solid #fff;
}
dt {
    margin-bottom: .5rem;
}
.min-height-200{
    min-height: 200px;
}
.no-wrap{
    white-space: nowrap;
}
.login-page .form-holder .info h1 {
    font-size: 2.5em;
    font-weight: 300;
    color: #fff;
}
@media (max-width: 991px){
    .login-page .info {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .login-page .form-holder .info h1 {
        font-size: 2em;
        font-weight: 300;
        color: #fff;
        padding-bottom: 50px;
    }
}

.spinner {
    margin-top: 0 !important;
}
.tooltip { pointer-events: none; }

.bg-light-grey{
    background-color: #757575;
}
#offerDataVersionName{
    border: none;
    line-height: 0;
}

#offerDataVersionName:focus{
    outline: none!important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-header.status{
    padding: 10px 0 5px 0!important;
}
.bg-info.text-white a{
    /*color: #fff!important;*/
}
.cursor-pointer {
    cursor: pointer;
}
.span_pseudo, .form-check span:before, .form-check span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.form-check {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
    padding-left: 0;
}
.form-check input {
    display: none;
}
.form-check input:checked ~ span {
    background: #007bff;
    border-color: #007bff;
}
.form-check input:checked ~ span:before {
    width: 1rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}
.form-check input:checked ~ span:after {
    width: 0.4rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
}
.form-check input:disabled ~ span {
    /*background: #ececec;*/
    /*border-color: #dcdcdc;*/
}
.form-check input:disabled ~ label {
    color: #dcdcdc;
}
.form-check input:disabled ~ label:hover {
    cursor: default;
}
.form-check label {
    padding-left: 2rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom:0;
}
.form-check span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
}
.form-check span:before {
    transform: rotate(-55deg);
    top: 1rem;
    left: 0.37rem;
}
.form-check span:after {
    transform: rotate(35deg);
    bottom: 0.35rem;
    left: 0.2rem;
}