﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/*.modal-content {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.modal-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.modal-title {
    color: #333;
    font-size: 24px;
}*/

.error-item {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
    background: #f9f9f9;
    border-left: 4px solid #ff6b6b;
}

.error-title {
    color: #d63031;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.error-solution {
    color: #555;
    margin: 0;
    padding-left: 10px;
    border-left: 2px solid #2ecc71;
}

/*.btn-close {
    background: #3498db;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

    .btn-close:hover {
        background: #2980b9;
    }*/


section .content-body {
    padding: 30px 30px 30px 30px;
    background-color: #fff;
    border: 0 solid rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 1px 3px rgba(33,33,33,0.2);
    -moz-box-shadow: 0 1px 3px rgba(33,33,33,0.2);
    -ms-box-shadow: 0 1px 3px rgba(33,33,33,0.2);
    -o-box-shadow: 0 1px 3px rgba(33,33,33,0.2);
    box-shadow: 0 1px 3px rgba(33,33,33,0.2);
}

.nav-tabs-textsize {
    font-size: 12px;
    margin-left: 7px;
    margin-right: 7px;
}

@media (max-width: 1400px) {
    .nav-tabs-textsize {
        font-size: 10px;
        margin-left: 2px;
        margin-right: 2px;
    }
}

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

.ui-grid-cell-contents-auto {
    /* New Solution */
    display: grid;
    grid-auto-columns: max-content;
    /* IE Solution */
    display: -ms-grid;
    -ms-grid-columns: max-content;
}

.nav > li > a {
    padding: 5px 0.05vw; /*7px 15px*/
    text-align: center;
    font-size: 0.74vw;
}

.nav-tabs.nav-justified > li > a, .nav-tabs > li > a {
    margin-right: 0.075vw; /*5px*/
}

#loading-bar-spinner {
    top: 50%;
    left: 50%;
    padding: 10px;
    /*background-color: #e8e7e7;*/
    border-radius: 10px;
}

    #loading-bar-spinner .spinner-icon {
        width: 30px;
        height: 30px;
    }

.contract-url, .overflow {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.invalid-date .md-datepicker-input {
    color: red;
}

.invalid-date .md-datepicker-triangle-button .md-datepicker-expand-triangle {
    border-top-color: red;
}

.ng-animate.no-animate {
    -webkit-transition: none !important;
    transition: none !important;
}

.no-animate {
    -webkit-transition: none !important;
    transition: none !important;
}

.red-color {
    color: red;
}

.green-color {
    color: green;
}

.white-color {
    color: white !important;
}


.black-color {
    color: black !important;
}

.border__form {
    border: 1px solid #3f51b5;
    padding: 5px;
}

.row_padding_bottom {
    padding-bottom: 5px;
}

.row_margin_bottom {
    margin-bottom: 10px;
}

.col_height {
    height: 30px;
}

.text_vertical {
    vertical-align: sub;
}

.text_horizontal {
    text-align: center;
}

.input_padding_left {
    padding-left: 20px !important;
}

.separation {
    padding: 2px;
}

.text_size {
    font-size: 12px;
}

.item-details-nametext {
    font-weight: 800;
    color: #505458;
}

.picked_item {
    line-height: 15px;
    margin: 4px 0px;
}

.item-details-namebox {
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

.text_size.text_size_name {
    font-weight: 800;
    color: #505458;
}

.cg-notify-message.danger {
    color: #fff !important;
    background-color: #ef5350 !important;
    border-color: #ef5350 !important;
}

.cg-notify-message.success {
    color: #fff !important;
    background-color: #46be8a !important;
    border-color: #46be8a !important;
}

.padding-0 {
    padding: 0px;
}

.page-topbar .logo-area {
    background-image: url(/Content/images/logo-blaze-whide.png);
    background-repeat: no-repeat;
    background-size: 170px;
    background-position: center;
}

.loginpage h1 a {
    height: 302px;
    min-height: 302px;
    background-size: 345px 302px;
    background-image: url(/Content/images/logo-big.png);
}

body .login_page {
    background-color: unset;
    background-image: url(/static/images/wetu-bg-image.png);
}

.dropzone-highlighted {
    border: 3px dashed blue;
}

.loader {
    border: 2px solid #ddd;
    border-radius: 50%;
    border-top: 2px solid #5f5f5f;
    border-left: 2px solid #5f5f5f;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 400ms linear infinite;
    animation: spin 400ms linear infinite;
    position: absolute;
    top: 45%;
    left: 47%;
}

.button-loader {
    border: 2px solid #ddd;
    border-radius: 50%;
    border-top: 2px solid #5f5f5f;
    border-left: 2px solid #5f5f5f;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 400ms linear infinite;
    animation: spin 400ms linear infinite;
}

.update-loader-container {
    z-index: 1000000;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    background-color: #ddd;
}

.pdf-loader-container {
    opacity: 0.8;
    background-color: #ddd;
    height: 800px;
}

.quotation-detail {
    height: 200px;
    resize: vertical;
    width: 96%;
    margin-left: 2%;
    padding: 0px 5px;
}

.opportunity-navtabs {
    width: 500px;
    margin: 0 auto;
}

.topbar-character {
    font-family: constantia;
    font-size: 24px;
}

.nav-tabs > li.tab-primary > a {
    background-color: rgb(63, 81, 181);
    color: white;
}

.with-blue-active-tab > .nav-tabs > li.active > a,
.with-blue-active-tab > .nav-tabs > li.active > a:hover,
.with-blue-active-tab > .nav-tabs > li.active > a:focus {
    background-color: rgb(63, 81, 181);
    color: white;
}

.nav-tabs > li.tab-primary.active > a {
    border-color: rgb(63, 81, 181);
    background-color: white;
    border-bottom-color: white;
    color: black;
}

.nav-tabs > li.tab-add > a {
    background-color: #fdb45d !important;
    color: black !important;
    padding: 5px;
}

.primary-itinerary-checkbox {
    margin-top: 2px;
    width: 24px !important
}

.itinerary-custom-control {
    outline: none;
    width: 100%;
}

.md-datepicker-input-container.md-datepicker-invalid {
    border-bottom-color: rgba(0,0,0,0.12);
}

.itinerary-custom-control.ng-invalid,
.itinerary-custom-control.ng-invalid-max,
md-datepicker.ng-invalid input:first-of-type {
    border-color: orangered !important;
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
}

.custom-invalid {
    border-color: orangered !important;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    margin-bottom: -6px;
}

.custom-invalid-small {
    border-color: orangered !important;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-bottom: -2px;
}

.icon-calender {
    color: #999;
    font-size: 14px !important;
    padding-top: 6px;
    float: right;
}

.icon-erase {
    color: red;
    font-size: 14px !important;
    padding-top: 6px;
    float: right;
    cursor: pointer;
}

.itinerary-tab {
    padding-left: 3px;
    padding-right: 3px;
}

.itinerary-border {
    border-color: #bdc4c7;
    border-width: 1px;
    border-style: solid;
    height: 32px;
    overflow: hidden;
}

.itinerary-background {
    background-color: #bdc4c7;
    min-height: 32px;
}

.itinerary-border-content {
    margin-top: 4px;
}

.itinerary-block-name {
    text-align: center;
}

page[size="A4"] {
    background: white;
    width: 21cm;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}

    page[size="A4"] p {
        margin-bottom: 0px;
    }

.additional-save-button {
    z-index: 1;
}

@media screen and (min-width: 1400px) {
    .additional-save-button {
        position: absolute;
        right: 47px;
    }
}

@media screen and (max-width: 1399px) {
    .additional-save-button {
        float: right;
        margin-right: 30px;
        margin-bottom: 20px;
    }
}

.pdf-border {
    border-color: #bdc4c7;
    border-width: 1px;
    border-style: solid;
    background-color: white;
}

.pdf-label-draft {
    height: 45px;
    background-color: #ab6635;
}

.pdf-label-unpaid {
    height: 45px;
    background-color: orangered;
}

.pdf-label-deposit {
    height: 73px;
    background-color: #f2c313;
}

.pdf-label-paid {
    height: 45px;
    background-color: #66cc33;
}

.pdf-label-invoiced {
    height: 45px;
    background-color: #66cc33;
}

.pdf-label-content {
    height: 45px;
    color: white;
    font-size: 20px;
    padding-top: 8px;
}

.pdf-details {
    padding: 5px;
    /*white-space: pre-wrap;*/
    background-color: #ececec;
}

    .pdf-details p {
        padding-top: 2px;
        padding-bottom: 2px;
    }

.services-details {
    padding: 5px;
    /*white-space: pre-wrap;*/
    background-color: #faf281;
}

.pdf-branding-details {
    /*white-space: pre-line;*/
    font-size: 12px;
}

.pdf-footer {
    background-color: #bdc4c7;
}

.pdf-footer-details {
    font-size: 13px;
}

.pdf-header {
    background-color: #3c3d3a;
    height: 35px;
    color: white;
    font-weight: bold;
    font-size: 15px;
}

.cell-invoiced,
.cell-draft,
.cell-deposit,
.cell-paid,
.cell-unpaid {
    color: white;
}

.cell-invoiced {
    background-color: #66cc33;
}

.cell-draft {
    background-color: #ab6635;
}

.cell-deposit {
    background-color: #f2c313;
}

.cell-paid {
    background-color: #66cc33;
}

.cell-unpaid {
    background-color: orangered;
}

.quotation-list-item:hover {
    opacity: 0.8;
}

.invoice-list-item:hover {
    opacity: 0.8;
}

.payments-table {
    min-width: 520px;
}

.travelling-details-row > div.row {
    padding-bottom: 5px;
}

.travelling-details-row input {
    padding-left: 15px;
    padding-right: 15px;
}

.travelling-custom-control {
    outline: none;
    width: 100%;
}

textarea.travelling-custom-control {
    border: 1px solid #ddd;
}

.travelling-custom-control.ng-invalid.ng-dirty {
    border-color: orangered;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

input.travelling-custom-control:read-only {
    background-color: whitesmoke;
}

.pdf-block-background {
    background-color: #3c3d3a;
    min-height: 32px;
    color: white;
    font-weight: bold;
}

.pdf-block-border {
    border-color: #3c3d3a;
    border-width: 1px;
    border-style: solid;
    height: 32px;
    overflow: hidden;
}

.ui-grid-viewport {
    overflow-anchor: none;
}

.moment-picker {
    z-index: 11050 !important;
}

.chosen-container {
    width: 100% !important;
}

.crop-image-container {
    border-style: dotted;
    border-width: 2px;
    background-color: #e6e6e6;
    height: 320px;
}

.cropped-image-preview {
    border-radius: 50%;
}

.footer-appversion {
    height: 25px;
    padding-bottom: 5px;
}

.app-content {
    min-height: calc(100vh - 30px);
}

.special-date-picker {
    overflow: hidden;
    white-space: nowrap;
    height: 32px;
}

    .special-date-picker > i {
        position: absolute;
        right: 0px;
    }


.itinerary-builder-content table {
    width: 300px;
    border-collapse: collapse;
}

.itinerary-builder-content td,
.itinerary-builder-content th {
    border: 1px solid black;
}

.custom-itinerary-table > thead > tr > td,
.custom-itinerary-table > tbody > tr > td,
.custom-itinerary-table > tfoot > tr > td {
    padding: 0px 10px 0px 10px;
    border-color: #e0e0e0;
    vertical-align: middle;
}




.custom-itinerary-table .md-datepicker-input {
    font-size: 12px;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    min-width: 61px;
    max-width: 307px;
    width: 26px;
    padding: 10px 0 10px;
}

.black-text {
    color: #000000; 
    font-weight: normal; 
    font-style: normal; 
}


.red-text {
    color: #ff0000; 
    font-weight: bold; 
    font-style: normal; 
}

.green-text {
    color: #28a745; 
    font-weight: bold;
}


.red-border {
    border: 2px solid #ff4d4d !important; /* яркий красный */
    border-radius: 4px !important; /* скругленные углы */
    box-shadow: 0 0 6px rgba(255, 77, 77, 0.3) !important; /* легкая красная тень */
    transition: all 0.3s ease !important; /* плавное появление */
}

.black-text {
    color: black;
}

.arrival-date-error .md-datepicker-input {
    color: red !important;
}

.placeholder-error input::-webkit-input-placeholder {
    color: red !important;
}

/* Для Firefox */
.placeholder-error input::-moz-placeholder {
    color: red !important;
    opacity: 1;
}

/* Для IE */
.placeholder-error input:-ms-input-placeholder {
    color: red !important;
}

.custom-itinerary-table > tbody > tr:nth-child(odd) > td {
    background-color: rgba(0,0,0,.075);
}

.custom-itinerary-table > tbody > tr:hover > td {
    background-color: antiquewhite;
    cursor: move;
}

.custom-itinerary-table > thead > tr > th,
.custom-itinerary-table > tbody > tr > th,
.custom-itinerary-table > tfoot > tr > th {
    padding: 10px 10px 10px 10px;
}

.clear-input-border > div,
.clear-input-border {
    border-bottom: 0px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.btn-yellow.active, .btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
    background: #d0b12f !important;
}

.btn.btn-yellow {
    background: #FDD017;
}

.btn.black-button-color {
    color: black;
}

.ng-invalid, .ng-invalid:focus, .has-error .form-control, .has-error .form-control:focus {
    border-color: #ef5350 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

/*[ui-grid-row] {
    display: table-row;
}

.ui-grid-row, .ui-grid-cell {
    margin-bottom: 35px;
    height: auto !important;
}

.ui-grid-cell {
    float: none;
    display: table-cell;
}

.ui-grid-header-cell, .ui-grid-cell-contents {
    white-space: normal;
    padding: 2px;
    word-break: break-word;
}*/

.emailsettings-header-border {
    border-color: #bdc4c7;
    border-width: 1px;
    border-style: solid;
    height: 56px;
    overflow: hidden;
}

.accordion.transparent .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 0px;
}

.mail-wrapper > .mail-wrapper-item i {
    margin-right: 10px;
    font-size: 14px;
}

.mail-wrapper {
    background-color: #3f51b5;
}

    .mail-wrapper > .mail-wrapper-item {
        display: block;
        padding: 11px 15px;
        outline: none;
        margin-bottom: 0;
        color: #fff;
        text-decoration: none;
        background-color: transparent;
    }

        .mail-wrapper > .mail-wrapper-item:hover {
            background-color: #e91e63;
        }

.panel-heading .panel-title a {
    display: block;
    padding: 15px 15px;
    /*text-transform: uppercase;*/
    font-size: 15px;
    /*background-color: #66cc99 !important;*/
    border: 2px solid #3f51b5;
}

    .panel-heading .panel-title a i {
        font-size: 25px;
    }

.active-mail-tab-color {
    background-color: #e91e63 !important;
}


.default-mail-tab-color {
    background-color: #3f51b5;
}

.mail-row {
    padding: 15px 15px;
    border-top: 1px solid #ddd;
}

.btn.btn-tab {
    border-radius: 0;
    border: 1px solid black;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-default.active, div.active div.btn.opp-nav-button {
    background-color: rgb(63, 81, 181);
    color: white;
}

.background-grey {
    background: #e0e0e0 !important;
}

.with-blue-active-tab .nav-tabs {
    background: #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.white-input {
    border: none !important;
    background: white !important;
}

.mail-buttons, .paging {
    padding-top: 20px;
}

.table-header {
    background-color: grey !important;
    border: 2px solid grey !important;
}

    .table-header.vertical-centered th {
        vertical-align: middle;
    }

.header-element, .header-element-date {
    color: white !important;
    text-align: center;
}

.header-element-date {
    width: 185px;
}

.item {
    height: 40px;
    outline: inherit !important;
    padding-top: 5px;
}

.item-element {
    background: white !important;
    color: black !important;
    text-align: center !important;
    border: 2px solid grey !important;
    cursor: pointer !important;
}

.item-element-clear {
    color: black !important;
    text-align: center !important;
    border: 2px solid grey !important;
    cursor: pointer !important;
}

.item-grey {
    background: white !important;
    color: black !important;
    text-align: center !important;
    border: 2px solid grey !important;
    cursor: pointer !important;
}

.item-element-simple {
    color: black;
    text-align: center;
    border: 2px solid grey;
    cursor: pointer;
}

.item-element-total {
    color: white;
    background: black;
    text-align: center;
    border: 2px solid grey;
    cursor: pointer;
}

.modal-header-item-red {
    background: red !important;
    color: black !important;
    text-align: center !important;
    cursor: pointer !important;
}

.paid-lead {
    background-color: #299764 !important;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
}

.organic-lead {
    background-color: #ffba1a !important;
    color: black;
    padding: 2px 6px;
    border-radius: 3px;
}

.paid-lead-text {
    background-color: #299764 !important;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
}

.organic-lead-text {
    background-color: #ffba1a !important;
    color: black;
    padding: 2px 6px;
    border-radius: 3px;
}

.item-red {
    background: red !important;
    color: black !important;
    text-align: center !important;
    border: 2px solid grey !important;
    cursor: pointer !important;
}

.item-grey-roi {
    background: #a19c9c !important;
    color: white !important;
    text-align: center !important;
    border: 1px solid #a19c9c;
    cursor: pointer !important;
}

.item-grey-ro-special {
    background: #808080 !important;
    color: white !important;
    text-align: center !important;
    border: 1px solid black !important;
    cursor: pointer !important;
}

.item-darkgrey-roi {
    background: #3b3838 !important;
    color: white !important;
    text-align: center !important;
    border: 2px solid black !important;
    cursor: pointer !important;
}

.nowrap {
    white-space: nowrap;
}

.empy-bord-cell {
    border: none !important;
    background-color: white !important;
}


.item-green {
    background: #88F684 !important;
    color: black !important;
    text-align: center !important;
    border: 2px solid grey !important;
    cursor: pointer !important;
}

.item-country-green {
    background: #0ab500 !important;
    color: white !important;
    text-align: center !important;
    border: 2px solid grey !important;
    cursor: pointer !important;
}

.item-yellow {
    background: #EDE431 !important;
    color: black !important;
    text-align: center !important;
    border: 2px solid grey !important;
    cursor: pointer !important;
}

.item-pink {
    background: #ff98d4 !important;
    color: black !important;
    text-align: center !important;
    border: 2px solid grey !important;
    cursor: pointer !important;
}

.item-country-pink {
    background: #ff98d4 !important;
    color: white !important;
    text-align: center !important;
    border: 2px solid grey !important;
    cursor: pointer !important;
}

.item-consulted {
    background: #85dea7 !important;
    color: black !important;
    text-align: center !important;
    border: 2px solid black !important;
    cursor: pointer !important;
}

.item-workBy {
    background: #F297E9 !important;
    color: black !important;
    text-align: center !important;
    border: 2px solid black !important;
    cursor: pointer !important;
}

.item-lost {
    background: #8bc3db !important;
    color: black !important;
    text-align: center !important;
    border: 2px solid black !important;
    cursor: pointer !important;
}

.item-salesstages {
    background: #9d94e6 !important;
    color: black !important;
    text-align: center !important;
    border: 2px solid black !important;
    cursor: pointer !important;
}

.item-violet {
    background: #A13CEC !important;
    color: black !important;
    text-align: center !important;
    border: 2px solid black !important;
    cursor: pointer !important;
}

.item-green-automation {
    background: #41e238 !important;
    color: black !important;
    text-align: center !important;
    border: 2px solid black !important;
    cursor: pointer !important;
}

.item-blue {
    background: #46d2f4 !important;
    color: black !important;
    text-align: center !important;
    border: 2px solid black !important;
    cursor: pointer !important;
}

.item-country-blue {
    background: #005acf !important;
    color: white !important;
    text-align: center !important;
    border: 2px solid black !important;
    cursor: pointer !important;
}

.item-yellow-automation {
    background: #EDE431 !important;
    color: black !important;
    text-align: center !important;
    border: 2px solid black !important;
    cursor: pointer !important;
}

.item-orange {
    background: #ffa200 !important;
    color: black !important;
    text-align: center !important;
    border: 2px solid black !important;
    cursor: pointer !important;
}







.item.unseen > .item-element {
    background-color: yellow !important;
}

.mail-form-control {
    min-height: 350px !important;
}

.view-mail-header, .view-mail-content {
    background-clip: content-box !important;
    text-align: center;
}

.view-mail-header {
    background: black;
    color: white;
}

.view-mail-content {
    background: lightgrey;
    color: black;
}

.div-scroll {
    overflow-x: auto;
}

.profile-top-tab {
    width: 107px;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    text-align: start;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 1px;
        left: -126%;
        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: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;
        }

.page-topbar li .dropdown-menu.profile li a {
    display: block;
    border-bottom: 0px solid #f5f5f5;
}

.page-topbar li .dropdown-menu li li {
    border-bottom: 0px solid #e0e0e0;
}

.page-topbar .quick-area .info-menu li .dropdown-menu {
    width: 226px;
}

.disable-before-dropdown:before {
    content: "" !important;
    border: none !important;
}

.disable-before-dropdown:after {
    content: "" !important;
    border: none !important;
}

.check-notes {
    color: green;
    font-size: 24px !important;
}

    .check-notes[disabled] {
        color: #757575;
        font-size: 24px !important;
    }

.opportunity-emails-tabs .nav-tabs {
    background: white;
}

.bold-cell {
    font-weight: bold;
}

.purple-cell {
    color: rgb(103, 58, 183);
    font-weight: bold;
}

.orange-cell {
    color: #fdb45d;
    font-weight: bold;
}

.primary-cell {
    color: #337ab7;
    font-weight: bold;
}

.success-cell {
    color: #3c763d;
    font-weight: bold;
}

.green {
    color: green !important;
}

.orange {
    color: orange !important;
}


.red {
    color: red !important;
}

.yellow {
    color: yellow !important;
}

.email-template-send .email-template-group {
    background-color: grey !important;
    border: 1px solid black !important;
    color: white;
    padding: 10px;
}

.email-template-send .email-template {
    background-color: white !important;
    border: 1px solid grey !important;
    color: #0000FF !important;
    padding: 5px;
}

    .email-template-send .email-template.green {
        background-color: #71EEA9 !important;
    }

    .email-template-send .email-template.red {
        background-color: #f99898 !important;
    }

.table-header.email-template {
    background-color: grey !important;
    border: 2px solid grey !important;
}

    .table-header.email-template .header-element {
        padding: 5px 10px 5px 10px !important;
    }

.next_mail_btn {
    margin-top: -37px;
    left: 637px;
    width: 75px;
}

.cancel_mail_btn {
    margin-top: -37px;
    left: 715px;
    width: 75px;
}

.bell_red_dot {
    position: absolute;
    font-size: 17px !important;
    margin-left: -5.5px;
    z-index: 1;
    top: -8px;
    color: #e91e63
}

.bell_mail_count {
    color: white;
    font-size: 10px;
    z-index: 1;
    margin-left: 4px;
    position: absolute;
    margin-top: -70px;
}

.email-modal div.modal-content {
    height: 94vh;
}

.email-modal div.modal-body {
    height: 68vh;
    padding-bottom: 0px;
    overflow-y: auto;
}

@media (min-width:400px){
    .btn-small-c {
        margin: 0 auto;
        display: block;
    }
}


    .email-modal div.modal-body.modal-body-small {
        height: 68vh;
        padding-bottom: 0px;
        overflow-y: auto;
    }

    .email-modal div.modal-body.modal-body-big {
        height: 82vh;
        padding-bottom: 0px;
        overflow-y: auto;
    }

.email-modal div.modal-email-footer {
    background-color: white;
    width: auto;
    margin-left: inherit;
    /*height: 20vh;*/
    min-height: 6vh;
    max-height: 20vh;
    margin-top: 2vh;
}

.email-modal div.modal-file-manager {
    overflow-y: auto;
    height: 14vh;
    /*max-height: 14vh;
    min-height: 0vh;*/
}

.email-modal div.modal-dialog {
    margin-top: 30px;
    width: 1400px;
}

.email-modal div.well {
    padding: 2px;
    margin-bottom: 0px;
}

    .email-modal div.well .btn {
        padding: 2px 12px;
    }

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}

.fileViewWrap > iframe {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}

.display-inline {
    display: inline;
}


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

.primary-tabs-wrapper .nav.nav-tabs {
    display: flex;
    align-items: flex-end;
}

.primary-tabs-wrapper .primary {
    height: 30px;
    position: relative;
    display: inline-block;
    line-height: 30px;
}

.simple-overview-table tr td {
    border: 2px solid grey !important;
    cursor: default !important;
}

.opportunity-overview-table tr td {
    border: 2px solid grey !important;
    cursor: pointer !important;
}

.opportunity-overview-table
.table-bot-border-2 {
    border-bottom: 3px solid grey !important;
}

.opportunity-overview-table
.table-bot-border {
    border-bottom: 5px solid grey !important;
}

.b-style {
    background-color: black;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.input-header {
    color: white;
    border-bottom: 0px !important;
    width: 200px
}

.paymentslist-total {
    background-color: #bdc4c7;
    border-color: #bdc4c7;
    width: 80px;
    text-align: center;
    height: 35px;
    padding-top: 6px;
    font-weight: bold;
}

.paymentslist-amount {
    border: 1px solid #bdc4c7;
    width: 300px;
    text-align: center;
    padding-top: 6px;
    font-weight: bold;
}

.thin-line {
    background-color: black;
    width: 100%;
    height: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.details-stepper-container {
    display: inline-flex;
    margin-left: 10%;
    margin-top: 15px;
    margin-bottom: 2px;
}

.details-step-circle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 65px;
    height: 65px;
    background: #ff0000;
    border: 2px solid #000;
    position: relative;
}

.details-step-text {
    position: absolute;
    left: 11px;
    top: 19px;
    color: black;
    font-weight: bold;
}

.details-step-arrow {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 19px;
    font-size: 40px;
    color: black;
}

.details-step-names {
    position: absolute;
    margin-left: 11%;
    margin-top: -25px;
}

.details-step-name {
    margin-left: 17px;
    font-weight: bold;
    color: black;
}

.details-stepper-name {
    white-space: nowrap;
    font-weight: bold;
    color: black;
    margin-top: 10px;
}

.details-stepper-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 130px;
}
.accept-link {
    text-decoration: underline;
    color: #2B3BEB;
}

.thick-line {
    background-color: black;
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.detail-toggle {
    background-color: black;
    height: 25px;
    margin-top: 20px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.detail-final-text {
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 50px;
}

.background-gray {
    background-color: gray;
}

.background-black {
    background-color: black;
}

.text-important {
    text-align: center;
    color: red;
    margin-bottom: 20px;
    font-weight: bold;
}

.background-green {
    background: #66cc33;
}

.modal-z-index{
    z-index: 9999999999999 !important;
}

select.app-style {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -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;
    padding: 5px 10px;
    font-size: 12px !important;
    line-height: 1.5;
    border-radius: 3px;
    display: inline;
    height: 26px;
    vertical-align: top;
}

select option:disabled {
    background-color: #efefef;
}

.button-google {
    width: 100%;
    height: 3rem;
    border: none;
    border-radius: 10px;
    cursor: pointer;   
    display: flex;
}

.button-google-text {
    width: 90%;
    background-color: #4285f4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.button-google-container-icon {
    width: 10%;
    background-color: white;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-google-icon {
    width: 50%;
    height: 50%;
    background-repeat: no-repeat;
    background-image: url("https://static.vecteezy.com/system/resources/previews/012/871/371/original/google-search-icon-google-product-illustration-free-png.png");
    background-size: contain;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.feedbackLabel {
    width: 100vw;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-margin-left {
    margin-left: 0.1rem;
}

.customSelect {
    width: 100px;
}

.item-element-left {
    background: white !important;
    color: black !important;
    text-align: left !important;
    border: 2px solid black !important;
    cursor: pointer !important;
}

select.chosen-in-table + div.chosen-container a.chosen-single, select.select-in-table {
    border-bottom: 0px solid white !important;
}

.with-long-text{
    font-size:0.8rem !important;
}

.iswitch-text {
    position: relative;
    top: -5px;
    left: 3px;
}

.md-datepicker-triangle-button.md-button.md-icon-button {
    left:auto !important;
}

.md-datepicker-input {
    padding: 0 0 1px !important;
}

.md-datepicker-input-container {
    border-bottom-width: 2px !important;
}

.clear-calendar {
    position: absolute;
    display: inline-block;
    margin-left: 10px;
    height: 36px;
    width: 36px;
    padding: 5px 10px;
    line-height: 24px;
}

.full-width {
    width:100%;
}

.badge-on-button {
    top: -3px !important;
}

.ui-grid-pager-row-count-picker select, div[role="navigation"] select {
    padding: 3px 10px !important;
}

.input-group input, .form-control {
    height: 34px !important;
}

.row-toolbar {
    padding-bottom: 20px;
}

.md-button.md-icon-button {
    margin: 0 0px !important;
}
.md-icon-button + .md-datepicker-input-container {
    margin-left: 0px !important;
}
.label-transp {
    background-color: transparent;
    color: black;
    font-size: 0.8rem;
}

.common-table > thead > tr > td, .common-table > tbody > tr > td, .common-table > tfoot > tr > td {
    padding: 0px 10px 0px 10px;
    vertical-align: middle;
}

label {
    display:block;
}

select[ui-jq="chosen"].red + div.chosen-container a {
    color: red;
}

select[ui-jq="chosen"].green + div.chosen-container a {
    color: green;
}

select[ui-jq="chosen"].orange + div.chosen-container a {
    color: orange;
}

select[ui-jq="chosen"].yellow + div.chosen-container a {
    color: yellow;
}

.bg-black {
    background-color:black !important;
}

md-datepicker.in-table button.md-button.md-icon-button {
    height: 36px;
    padding: 0px;
    width: 36px;
}

    md-datepicker.in-table button.md-button.md-icon-button md-icon.md-datepicker-calendar-icon {
        height: 18px;
        width: 18px;
        min-height: 18px;
        min-width: 18px;
    }

.simple-link {
    font-weight: 600;
    text-decoration: underline;
    padding-top: 4px;
    display: inline-block;
}

.d-block {
    display:block;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.f-wrap-wrap {
    flex-wrap: wrap;
}

.flex-auto {
    flex: 0 0 auto;
}

.w-100 {
    width: 100%;
}
.outline-none {
    outline: none;
}

.scrollable {
    overflow-x: hidden;
    overflow-y: scroll;
}
.h-40vh {
    max-height: 40vh;
}

.bordered {
    border: 2px solid #e1e1e1;
}

.scrollable table.table {
    margin-bottom: 0px !important;
}

div.modal {
    display: block;
}

.modal-header, .modal-footer {
    min-height: 66px !important;
}

.modal-dialog-centered {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.md-datepicker-calendar-pane.md-pane-open {
    z-index: 2050;
}

.icon_syle {
    vertical-align: sub;
    position: absolute;
    right: 308px;
}

@media only screen and (max-width: 1745.45px) {

    .icon_syle {
        vertical-align: sub;
        position: absolute;
        right: 272px;
    }
}


@media only screen and (max-width: 1536px) {

    .icon_syle {
        vertical-align: sub;
        position: absolute;
        right: 225px;
    }
}

@media only screen and (max-width: 1280px) {

    .icon_syle {
        vertical-align: sub;
        position: absolute;
        right: 168px;
    }
}

.span1-blue {
    width: 60px;
    color: #3f51b5
}


.fly-button {
    z-index: 1;
    cursor: pointer;
    position: fixed;
    bottom: calc(40px + env(safe-area-inset-bottom));
    right: 15px;
    width: 55px;
    height: 55px;
    border-radius: 25%;
    justify-content: center;
    flex-flow: column;
    display: flex;
    align-items: center;
    font-size: 2.0rem;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(140,140,140,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(140,140,140,0.5);
    box-shadow: 0px 0px 5px 0px rgba(140,140,140,0.5);
    transition: all 0.2s;
    background-color: white;
}

    .fly-button .tooltiptext {
        opacity: 0;
        display: none;
        transition: all 0.2s;
        width: auto;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 10px;
        border-radius: 0;
        position: absolute;
        z-index: 2;
        white-space: nowrap;
        font-size: 0.8rem;
        right: 120%;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(140,140,140,0.5);
        -moz-box-shadow: 0px 0px 5px 0px rgba(140,140,140,0.5);
        box-shadow: 0px 0px 5px 0px rgba(140,140,140,0.5);
        transition: all 0.2s;
    }

        .fly-button .tooltiptext.tooltiptext-always-shown {
            opacity: 0.4;
            display: block;
            font-size: 0.8rem;
        }


        .fly-button .tooltiptext::after {
            content: " ";
            z-index: 2;
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent black;
        }

    .fly-button:hover .tooltiptext {
        opacity: 1;
        display: block;
        -webkit-animation: display-none-transition 0.5s both;
        animation: display-none-transition 0.5s both;
    }

    .fly-button:focus {
        outline: none;
    }

    .fly-button.fly-button-small {
        right: 40px;
        width: 45px;
        height: 45px;
    }

        .fly-button.fly-button-small i.bi {
            font-size: 1.2rem;
            position: relative;
            top: -1px;
            left: -1px;
        }

    .fly-button.fly-button-very-small {
        right: 43px;
        width: 40px;
        height: 40px;
    }

        .fly-button.fly-button-very-small i.bi {
            font-size: 1.2rem;
            position: relative;
            top: -1px;
            left: -1px;
        }

.fly-button-icon {
    margin-top: 0px;
}

    .fly-button-icon img {
        height: 40px;
    }

    .fly-button.fly-button-second {
        bottom: 100px;
    }

.modal-x-lg {
    width: 90%;
}

/*.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    top: 8px !important;
    right: 6px !important
}*/

.disabled-link {
    pointer-events: none;
    cursor: not-allowed;
    color: grey;
    text-decoration: none;
}

/* Добавьте этот стиль в ваш CSS файл */
.dropdown-menu .menu-profile-toggle a img {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 3px; 
    background-color: #1e88e5;
    border-radius: 50%;
    width: 45px !important; 
    height: 45px !important; 
    object-fit: contain;
    box-sizing: border-box;
    vertical-align: middle; 
    flex-shrink: 0; 
}

/* Полностью убираем все эффекты наведения */
.dropdown-menu > li:hover,
.dropdown-menu > li:focus,
.dropdown-menu > li:active {
    background: none !important;
    background-color: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

    .dropdown-menu > li:hover a,
    .dropdown-menu > li:focus a {
        background: none !important;
        background-color: transparent !important;
    }


/* Основные стили для dropdown */
.sms-dropdown-container {
    animation: fadeIn 0.2s ease;
    margin-top: 5px;
}

.sms-dropdown-content {
    animation: slideDown 0.2s ease;
    overflow: hidden;
}

/* Анимации */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-10px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .sms-dropdown-container {
        position: fixed !important;
        top: 50px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        min-width: 90% !important;
        max-width: 280px !important;
    }

        .sms-dropdown-container > div:first-child {
            left: 50% !important;
            transform: translateX(-50%) !important;
        }
}

.nowrap {
    white-space: nowrap;
}

.text-align-center {
    text-align: center !important;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.ustify-content-center {
    display: flex;
    justify-content: center;
}

.bgd-light-green {
    background-color: #D9EAD3 !important;
}
.bgd-light-pink {
    background-color: #F4CCCC !important;
}
.bgd-yellow {
    background-color: #FFD966 !important;
}
.bgd-blue {
    background-color: #4A86E8 !important;
}
.bgd-pink {
    background-color: #DB5CD7 !important;
}
.bgd-light-brown {
    background-color: #CFA054 !important;
}
.bgd-black {
    background-color: black !important;
}
.bgd-red {
    background-color: red !important;
}
.bgd-silver {
    background: #e0e0e0 !important;
}


.bgd-stage-new-enquiry {
    background-color: #a69d8f !important; 
}
.bgd-stage-consulted {
    background-color: #a69d8f !important;
}
.bgd-stage-quoted {
    background-color: #a69d8f !important;
}
.bgd-stage-confirmed {
    background-color: #fcc028 !important;
}
.bgd-stage-paid-deposit {
    background-color: yellowgreen !important;
}
.bgd-stage-paid-full {
    background-color: yellowgreen !important;
}
.bgd-stage-won {
    background-color: yellowgreen !important;
}
.bgd-stage-post-travel {
    background-color: yellowgreen !important;
}
.bgd-stage-canceled-refunded {
    background-color: #CFA054 !important;
}
.bgd-stage-postponed {
    background-color: #CFA054 !important;
}
.bgd-stage-dormant {
    background-color: #52DACA !important;
}
.bgd-stage-lost {
    background-color: #DA5262 !important;
}

.color-black {
    color: black !important;
}
.color-white {
    color: white !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.iswitch.iswitch-grey i:before {
    background-color: #d4d4d4 !important;
}


input[type="file"]:focus {
    outline: none !important;
}

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

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

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


.col-buttons-on-table {
    margin-left: 15px;
}
.scrollable {
    min-height: 30vh;
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

    .scrollable::-webkit-scrollbar {
        width: 8px;
    }

    .scrollable::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .scrollable::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

        .scrollable::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.table-basic tr td {
    border: 1px solid #ddd !important;
    cursor: default !important;
}

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