*{
    list-style:none;
}
label{
    font-weight:bold;
    color:black;
}
nav  button:not(.dropdown-toggle), nav a {
    width: 100%;
}
iframe{
    border:none;
    width: 100%;
    height: 100%;
}
.table td, .table th {
    vertical-align:middle;
}
.pointer{
    cursor:pointer;
}

.company_inputs{
    border: none;
    background: none;
    width:100%;
}
.open_modal{
    display:none;
    display:none;
}
.block{
    display:block;
}
.none{
    display:none !important;
}
.flex{
    display:flex;
}
.inline{
    display:inline;
}
.company_change_logo_btn{
    display:none;
}
.product_add_photo_btn{
    display:none;
}
.product_photos{
    position:relative;
    margin-right:5px;
}
.pohoto_delete{
    position:absolute;
    right:0;
    top:0;
    font-size:20px;
    cursor:pointer;
    display:none;
}
.product_photos:hover .pohoto_delete{
    display:block;
}
.add_product_photo{
    font-size:100px;
    color:lightgrey;
    cursor:pointer;
}
.lang{
    cursor:pointer;
    position:relative;
}
.lang_hover{
    position:absolute;
    left:0;
    height:0;
    overflow:hidden;
}
.lang:hover .lang_hover{
    height:300%;
}
.prod_cat{
    position:relative;
    margin:0;
    padding:5px 15px 5px 0;
    cursor:pointer;
}
.product_add_categories{
    font-size:14px;
    padding: 5px 0;
}
.prod_cat_del_icon, .prod_ed_cat_del_icon, .char_del_icon, .char_ed_del_icon{
    position:absolute;
    display:none;
    right:0;
    bottom:25%;
}
.del_char_ara{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 30px;
}
.add_input_one{
    text-align:center;
    font-size:30px;
}
.photo_count{
    line-height: 90px;
    margin-left: 5px;
}
.relative{
    position:relative;
}
.manufacturers_search,.series_search, .products_search, .services_search, .contact_search, .distributor_category_search, .distributor_contact_search, .distributor_manufacturer_search, .distributor_series_search, .distributors_search{
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    background:#98cbe8;
    z-index:11;
}
.manufacturers, .series, .products, .services, .contacts, .distributor_category, .distributor_contact, .distributor_manufacturer, .distributor_series, .distributors{
    margin:10px;
}
#relate_to_column{
    width: 20%;
}

.characteristics {
    background-color: #f9f9f9;
    border-left: #dadada 2px dashed;
    padding-top: 20px;
    padding-bottom: 20px;
}

.product_info {
    background-color: #ececec;
    padding-top: 20px;
    padding-bottom: 20px;
}

.product_info .form-control-sm {
    width: 100%;
}

.product_info textarea {
    height:100px;
}

.characteristics .form-group {
    margin-bottom: 0.3rem;
}
.delete_category_icon, .our_photo_delete{
    position:absolute;
    cursor:pointer;
    top:0;
    right:0;
}
.our_photo:hover .our_photo_delete{
    display:block;
}
.category_edit_img{
    width:100px;
    height:100px;
}
.category_edit_img:hover .delete_category_icon{
    display:block;
}
.add_detal, .add_phone, .delete_action, .delete_edit_phone, .delete_action_edit, .add_subdivision, .delete_product_distributor{
    font-size:35px;
}
.add_detal_div:hover .delete_detal{
    display:block;
}
.add_edit_detail_div:hover .delete_edit_detail{
    display:block;
}
.add_phone:hover .delete_phone{
    display:block;
}
.delete_phone, .delete_edit_phone, .delete_action, .delete_action_edit{
    position:absolute;
    right:0;
    top:0;
}
.phone:hover .delete_edit_phone{
    display:block;
}
.action:hover .delete_action{
    display:block !important;
}
.action_edit:hover .delete_action_edit{
    display:block;
}
.distributor_category_names p{
    margin:0;
}
.distributor_category_name:hover .delete_distributor_category{
    display:inline-block;
}
.distributor_contact_name:hover .delete_distributor_contact{
    display:inline-block;
}
.distributor_manufacturer_name:hover .delete_distributor_manufacturer{
    display:inline-block;
}
.distributor_series_name:hover .delete_distributor_series{
    display:inline-block;
}
.product_distributor, .total_price{
    border:2px solid darkslategrey;
    border-radius:20px;
    margin:10px;
}
.pagination li{
    padding:5px;
}

.logistic_alert{
    position:absolute;
    right:-40px;
    top:100%;
    z-index:999;
    display:none;
    background:white;
    border:1px solid grey;
    border-radius:10px 0 0 10px;
    max-height:300px;
    width:max-content;
    padding:10px;
    overflow-y:scroll;
    max-width:500px;
    text-align:left;
    font-size:10px;
}

.logistic_arrow{
    padding:5px;
    border:1px solid grey;
    cursor:pointer;
}

.product_table_input_search{
    padding:0 0 0 0 !important;
}

.product_table_input_search input{
    border:unset;
    padding:5px;
    width:100%;
}

.product_projects_select{
    margin-bottom: 10px;
    width: max-content;
}

.product_projects_select label{
    margin:0;
}

.product_projects_select td, .product_table td, .product_table th, .conversion_table td, .conversion_table th, .product_history th, .histories_tbody td{
    padding: 5px;
    width: max-content;
}

.product_table, .conversion_table{
    text-align: center;
}

::-webkit-input-placeholder {
    color: black;
    font-weight: bold;
}
::-moz-placeholder {
    color: black;
    font-weight: bold;
}
:-ms-input-placeholder {
    color: black;
    font-weight: bold;
}
:-moz-placeholder {
    color: black;
    font-weight: bold;
}
#products_total, #services_total, #profit_total, #total, #sale_total, #installers_salary_total{
    margin-left:30px;
    color:red;
}
#conversion_create .form-group, #conversion_create label, #conversion_edit .form-group, #conversion_edit label{
    margin:0;
}
#conversion_edit, #conversion_edit input, #conversion_edit select, #conversion_edit button, #conversion_edit td, #conversion_edit th, #conversion_create, #conversion_create input, #conversion_create select, #conversion_create button, #conversion_create td, #conversion_create th{
    font-size: 14px;
}
.send_co{
    width:100%;
}
.co_body td, .co_body th, .co_items_body td, .co_items_body th{
    border:1px solid grey;
    padding:5px;
}
.co_body table, .co_items_body table{
    width:100%;
    margin-bottom:25px;
}
.co_body, .co_items_body{
    margin:25px;
    padding:0;
}
.dataTables_wrapper {
    margin-top: 10px;
}
.loading_gif, .loading_gif_all{
    position: absolute;
    background: #a5a2a285;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility:hidden;
    z-index: 9999;
}
.custom_error{
    color:red;
    text-align:center;
}
.main-sip {
    background-color: #9ba0f2 !important;
}
.group-call {
    cursor: pointer;
}
.group-call td:before {
    position: absolute;
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transition: 0.5s;
    color: #7A80DD;
}
.group-call.opened td:before {
    transform: rotate(90deg);
    transition: 0.5s;
}
.group-call-text {
    margin-left: 10px;
}

.see-record {
    cursor: pointer;
}

.call-filter {
    width: 100%;
}

.records {
    position: sticky;
    top: 0;
    z-index: 1;
}

.audio-records {
    width: 100%;
}

#conversion_action_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}
.co_name_input{
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding-bottom: 10px;
    border: none;
}
.commercial_offers{
    margin-right:10px;
}
.conversion_table input::placeholder{
    font-weight:normal;
    text-align:center;
}
.conversion_table thead, .conversion_table thead input, .conversion_table thead select{
    background:lightgray;
}
.planning_section{
    height:80vh;
}
.planning_section_header{
    text-align:center;
    width:100%;
    background:lightgrey;
    color:#ffffff;
    padding:5px;
}
#planning_date_section div{
    font-size:12px;
    cursor:pointer;
    margin:5px 0;
    border-bottom:1px solid grey;
}
.lang-dropdown {
    min-width: 5.4rem !important;
}
.lang-dropdown .item{
    text-align: center;
    margin-bottom: 5px;
}
.fitter_group_fitters{
    border: 2px solid grey;
    min-width: 200px;
    padding: 5px;
    border-radius: 10px;
    padding-bottom:40px;
    height:100%;
}
.fitter_group_fitter{
    cursor:pointer;
    color:#ffffff;
    border-radius:5px;
    padding:2px 5px;
    margin:5px;
}
.fitter_group_headers{
    text-align:center;
    background:darkgrey;
    border-radius:5px;
    margin:5px;
    color:#ffff;
    font-weight:700;
    padding:2px 5px;
}
.fitter_group_groups{
    border: 2px solid grey;
    padding: 5px;
    border-radius: 10px;
}
.fitter_group_appended_group{
    border:2px solid grey;
    border-radius:10px;
    margin:0 22px;
    padding-bottom:40px;
}
.fitter_group_appended_group_delete{
    position:absolute;
    left:98%;
    bottom:89%;
    font-size:22px;
    display:none;
    cursor:pointer;
}
.fitter_group_appended_group:hover .fitter_group_appended_group_delete{
    display:block;
}
.save-vehicle {
    margin-top: 10px;
}

.installation-link {
    background-color: #ffffff;
    -webkit-box-shadow: 2px 3px 20px 0px rgba(1, 1, 1, 0.05);
    box-shadow: 2px 3px 20px 0px rgba(1, 1, 1, 0.05);
    max-width: 689px;
    border-radius: 5px;
    padding: 0;
    list-style: none;
}

.installation-steps .installation-link {
    display: block;
    color: #666666;
    font-size: 16px;
    font-weight: 900;
    position: relative;
    padding: 12px 20px;
    text-align: left;
}

.installation-steps .installation-link.active {
    background-color: #1875f0;
    color: #fff;
}

.installation-link .fa {
    margin-right: 10px;
    color: #999999;
}

.installation-steps .installation-link.active .fa {
    color: #fff;
}
.card-header {
    padding: 3px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header, .card-header h5 {
    color: #fff;
    background: #1875f0;
    padding: 11px 30px;
    font-size: 22px;
    font-weight: 700;
}
.card {
    margin-bottom: 30px;
    border: 0;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}
.content-card {
    margin-left: 10px;
}
.in_stock input{
    border:none;
    width:70px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.purchase_search_and_change div{
    padding:0 10px;
}
#purchase_modal_save, #purchase_modal_send_email{
    width:100%;
}
.example-img {
    display: inline-block;
    padding-right: 15px;
    border-right: 1px solid lightgray;
}
.uploaded-work-img {
    margin: 10px 5px 0 0;
}
.image-area {
    position: relative;
    display: inline-block;
}
.remove-image {
    display: none;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 10em;
    padding: 2px 6px 3px;
    text-decoration: none !important;
    font: 700 21px/20px sans-serif;
    background: #555;
    border: 3px solid #fff;
    color: #FFF;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}
.remove-image:hover {
    background: #E54E4E;
    padding: 3px 7px 5px;
    top: -11px;
    right: -11px;
}
.remove-image:active {
    background: #E54E4E;
    top: -10px;
    right: -11px;
}
.uploaded-img {
    margin-top: 10px;
}
.scrollX {
    overflow-x: auto;
}
.purchases_send_email_boxes{
    margin: 0 5px;
    padding: 0 5px;
    border: 2px solid #858796;
    border-radius: 10px;
}
#purchase_send_email_modal_body{
    justify-content:center;
    overflow-x: auto;
}
.accordion-btn {
    color: #ffffff !important;
    font-weight: 900 !important;
}
#accordion h5 {
    padding: 0;
    color: #ffffff;
}
.fitter-claim {
    height: 700px;
    overflow-y: auto;
}
.right-end {
    display: flex;
    justify-content: flex-end;
}
.deny-btn {
    width: 15%;
}

.claim-status #accordion {
    width: 100%;
    min-height: 100px;
    border: 1px solid #e3e6f0;
    border-radius: .35rem;
}

.attached-file {
    border: 1px solid #1875F0;
    padding: 5px 5px;
    border-radius: 5px;
    margin-right: 5px;
}
.conversion_checkbox_with_button {
    width:100%;
    margin-top:5px;
    border:1px solid #d1d3e2 !important;
}
.background_white {
    background-color:#fff !important;
}
.collapse {
    z-index: 999 !important;
}
.conversion-img {
    max-width: 130px;
}
.conversion-img-header {
    margin: 0 20px;
}
.hidden {
    display: none !important;
}
.change-pass-btn {
    display: flex;
    justify-content: flex-end;
}
select option:disabled {
    background: #9e4a4e;
    color: #ffffff;
}
.delete_distributor_subdivision{
    text-align:center;
    font-size:30px;
}
.add_contact_modal_click {
    margin-left: 24px;
}
#total_div {
    margin-top: 5px;
}
.product_table > thead > tr > th,
.conversion_table > thead > tr > th {
    font-size: 13px !important;
    padding: 0.5rem !important;
}
.conversion_table > thead > tr > th:nth-of-type(15) > select {
    width: 70px;
}
.show-hide-container {
    position: relative;
    width: 0px;
    cursor: pointer;
}
.show-hide-container > .content-info {
    display: none;
    font-size: 13px;
}
.show-hide-container > .content-show-hide {
    display: block;
    margin: 0;
}

.show-comment {
    position: relative;
    width: 500px !important;
}
.show-comment > .content-info {
    display: block;
    font-size: 13px;
}

.show-comment > .content-show-hide {
    display: none;
}

.conversion_table > thead > tr > th:nth-of-type(9) {
    width: 50px;
}
.conversion_table > thead > tr > th:nth-of-type(1) {
    width: 92px !important;
}
.conversion_table > tbody > tr > td {
    position: relative;
}
.conversion_table > tbody > tr > td > svg {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.date-td > p {
    white-space: nowrap;
    margin: 0 !important;
}
.product_projects_select > table {
    overflow-x: scroll;
}
.input-button-container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 3fr 1fr;
}
.input-button-container > button {
    padding: 0;
}
.wrapper1, .wrapper2{
    width: 100%;
    border: none 0px RED;
    overflow-x: scroll;
    overflow-y:hidden;
}
.wrapper1{height: 20px; }
.div1 {
    width: 100%;
    min-width:1400px;
    height: 20px;
}
.div2 {
    width: 100%;
    min-width:1400px;
    overflow: auto;
}

.show-hide-container {
    cursor: pointer;
}


.fitters-conversion-comment-con {
    cursor: pointer;
}
.fitters-conversion-comment-con > p {
    position: relative;
    height: 38px;
    width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.fitters-conversion-comment-con.open > p {
    height: auto;
    width: 150px;
    text-overflow: unset;
    white-space: unset;
    overflow: unset;
}

tbody {
    color: black
}

.table-bordered th, .table-bordered td{
    border: 1px solid dimgrey !important;
}

tbody > tr > td {
    padding: 0 !important;
    vertical-align: middle !important;
}

@media (max-width: 1700px) {
    .div1 {
        width: 100%;
        min-width:1700px;
        height: 20px;
    }
    .div2 {
        width: 100%;
        min-width: 1700px;
        overflow: auto;
    }
}
@media (max-width: 768px) {
    #accordionSidebar > .nav-item > .nav-link > span {
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        overflow: hidden !important;
    }
    .conversion-h2 {
        display: block !important;
        text-align: center;
    }
    .conversion-button-a {
        display: block !important;
        overflow: hidden;
        width: max-content;
        margin: 10px auto;
    }
    .product_projects_select {
        overflow-x: scroll;
        width: 100%;
    }
    .product_projects_select > table > tbody > tr > td  {
        min-width: 150px;
    }
}

.export-file {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 1fr;
    grid-gap: 10px;
}

.conversion_documents, .conversion_documents_edit, .gigoptdealer_files, .gigoptdealer_files_edit{
    margin:5px 0 0 0;
}

.conversion_documents div, .conversion_documents_edit div, .gigoptdealer_files div, .gigoptdealer_files_edit div{
    margin:0 45%;
}
#actions{
    overflow:auto;
}




/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #2196F3;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.vs_custom_select{
    appearance:none;
    border-radius:5px;
    outline:none;
    padding:0 1em 0 1em;
    margin:0;
    font-family:inherit;
    font-size:inherit;
    cursor:pointer;
    line-height:inherit;
}

@keyframes select_background{
    from {background-color: darkgray;}
    to {background-color: white;}
}

.vs_custom_select:hover{
    animation:select_background 0.5s infinite;
}

.generated-has-info > table{
    width: 100%;
    border-collapse: separate;
}

.generated-has-info > table td{
    width: calc(100%/5);
}

.loader {
    border: 1px solid transparent;
    border-radius: 50%;
    border-top: 2px solid #ffffff;
    display: block;
    height: 28px;
    width: 28px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin .9s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.delete_product_distributor{
    position: absolute;
    right: 5px;
    top: -6px;
    font-size: 37px;
    cursor: pointer;
}
.vs_adminkurs_table{
    background-color: #e3f9e4;
    font-size: 10px;
    margin-right: 5px;
    margin-top: 5px;
}
.vs_adminkurs_td_first{
    padding: 2px 10px !important;
    border: 1px solid #7788AC;
    background-color: #f3f3f3;
}
.vs_adminkurs_td_last{
    padding: 2px 10px !important;
    border: 1px solid #7788AC;
    background-color: #00A650;
}
.actuality-btn{
    cursor:pointer;
}