html {
    height: 100%;
}
body {
    min-height: 100%;
}
body {
    background: #F5F6F7;
    color: #2D2524;
}
a {
    color: #F19000;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin-bottom: 5px;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    padding: 5px;
}
legend{
    width: unset;
    padding: 0 10px;
}

.sep40 {
    width: 100%;
    height: 40px;
    display: block;
}
.sep50 {
    width: 100%;
    height: 50px;
    display: block;
}
.sep60 {
    width: 100%;
    height: 60px;
    display: block;
}
header{

    padding: 10px 10px 20px;
}
.np {
    padding: 0;
}
.login_container {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}
.login_container h1 {
    margin-bottom: 50px;
}
.form-control {
    height: 50px;
    padding: 11px 12px;
    font-size: 16px;
}
#logo {
    width: 250px;
    margin: 20px 0;
}
.btn {
    font-size: 14px;
    border-radius: 15px;
    padding: 8px 20px !important;
}
.offers_buttons .btn, #send_offer_btn {
    border-radius: 160px;
    padding: 13px 32px 12px 32px !important;
}
.be_offers_buttons .btn {
    padding: 15px !important;
    width: 150px;
}
.btn-rounded {
    color: #FF971D !important;
    border:1px solid #FF971D !important;
    margin-right: 30px;
}
.btn-primary {
    color: #fff;
    background: #FF971D;
    border:1px solid #FF971D;
}
.back_btn {
    border-radius: 0;
    color: #787486;
}

.menu_container {
    background: #fff;
}
.adm_menu {
    padding: 0;
}
.adm_menu h3:hover {
    background: #F8981D;
    color: #fff;
}
.adm_menu h3 {
    color: #787486;
    padding: 15px 10px 15px 20px;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: 1px solid #fff;
    cursor: POINTER;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    width: 250px;
}
.adm_menu h3:hover path {
    fill: #fff;
}
.adm_menu h3 img{
    margin-right: 15px;
}
.adm_menu .fas {
    float: right;
    position: absolute;
    right: 25px;
}
.adm_menu span{
    width:55px;
    display: inline-block;
}
.adm_menu ul {
    margin-top: -10px;
    border-radius: 5px;
}
.adm_menu ul li:hover a, .adm_menu ul li.active a {
    color: #fff;
}
.adm_menu ul li:hover, .adm_menu ul li.active {
    background: #F8981D;
    color: #fff;
}
.adm_menu ul li:hover path , .adm_menu ul li.active path {
    fill:#fff;
}
.adm_menu ul li {
    display: block;
    background: transparent;
}
.adm_menu li a {
    color: #959FA3;
    padding: 10px 8px 10px 30px;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.adm_menu a:hover {
    text-decoration: none;
}
.action_buttons .btn {
    border-radius: 10px;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 100%;
}
.data_container {
    min-height: 500px;
    height: 100%;
}
.remove_answer{
    position: absolute;
    right: 45px;
    margin-top: -39px;
    color: #ff0000;
    cursor: pointer;
}
.padd25 {
    padding-left: 25px;
}
.page_container, .page_offer_container {
    padding: 0 24px 24px;
    background: #fff;
    display: block;
    border-radius: 5px;
    min-height: 800px !important;
}
.admin .page_container{
    background: transparent;
    padding-bottom:0;
}
.white_bg {
    background: #fff;
}
.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}
.breadcrumb a {
    color: #2D2524;
}
#filter_div {
    padding-top:40px;
}
#logos_div img{
    width: 100%;
}
#logos_div {
    background: #fff;
    overflow: hidden;
}
.dropdown-item.disabled{
    background: #8de18d;
}
.sep10 {
    width: 100%;
    height:10px;
}
.red {
    color: #ff0000;
}
.green {
    color: lightgreen;
}
.orange{
    color: #f0ad4e;
}
.data_container {
    background: #fff;
    padding: 25px;
    margin: 25px 0;
    border-radius: 10px;
    overflow: hidden;
}
span.left {
    width: 30px;
    display: inline-block;
    vertical-align: top;
}
label.right {
    width: 90%;
    display: inline-block;
    font-weight: 400;
}
footer{
    padding: 24px;
    font-size: 16px;
}
#logout {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: absolute;
    right: 20px;
    top:10px;
}
#logout span {
    padding-right: 15px;
    padding-top: 5px;
}
#logout a {
    color: #0f0f0f;
}
#logout a:hover{
    text-decoration: none;
}
#admin_nav li{
    display: inline-block;
    vertical-align: top;
}
.buttons ul li {
    display: inline-block;
}
.modal-dialog {
    z-index: 99999;
}
.npl {
    padding-left:0;
}
.npr {
    padding-right:0;
}
.np {
    padding: 0;
}
.required_label::after {
    content: " * ";
}

.multiselect {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    background: #fff !important;
    border: 1px solid #ddd;
    padding: 13px;
}
.free{
    background: #92ec7e;
}
.busy {
    background: #e4b9b9;
}
.checkin{
    background: #f0ad4e;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.btn-group, .btn-group-vertical {
    width: 100%;
}
.multiselect-container .form-check-label {
    font-size: 12px;
}
.multiselect-all, .multiselect-option, .multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
    background: #fff;
    border: 0;
    display: block;
    width: 100%;
    text-align: left;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.multiselect-container .form-check-label {
    font-size: 14px;
    margin-left: 10px;
}
.multiselect-container .multiselect-filter>input.multiselect-search {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 6rem !important;
    margin-left:  0 !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 10px;
}
.multiselect-container .multiselect-filter>.fa-search {
    z-index: 1;
    padding-left: 0.75rem;
    margin-top: 15px;
    position: absolute;
}
.offers_nav{
    display: flex;
    margin-left: 0;
    padding-left: 0;
}
.offers_nav li, .offers_buttons li, .be_offers_buttons1 li{
    display: inline-block;
}
.active rect {
    fill:#FF971D;
}
.offers_subnav {
    margin: 0;
    padding: 0;

}
 .offers_buttons {
    margin: 0;
    padding: 0;
    bottom: 24px;
    right: 24px;
    position: absolute;
}
.offers_subnav li {
    display: block;
    background: #FAFBFF;
    margin: 10px 0;
    border-radius: 5px;
}
.offers_subnav li a {
    padding: 20px;
    display: inline-block;
    width: 100%;
    color: #858585;
    border-radius: 5px;
}
.offers_subnav li a:hover {
    color: #F8981D;
    background: #FFF5E5;
    text-decoration: none;
}
.offers_subnav li a.active {
    background: #F8981D;
    color: #fff;
    text-decoration: none;
}

.offer_left, .offer_right{
    float: left;
}
.offer_left {
  margin-right: 60px;
}
.offer_right{
    max-width: 800px;
    width: 100%;
    padding-top: 140px;
}
.offers_buttons #next_btn {
    margin-left: 30px;
}
#call_ico {
    position: absolute;
    top: 24px;
    right: 24px;
}
#edit_ico {
    position: absolute;
    bottom:84px;
    right: 54px;
}
.step1 p.intro{
    margin-top: 95px;
}
.form-control{
    border: 1px solid #E5E7E8;
    color: #787486;
}
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer 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;
}
.checkcontainer .checkmark:after {
    left: 10px;
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}
/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #FF971D;
}
.checkcontainer input:checked ~ .checkmark.required {
    background-color: #B1B5B8;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked > .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_check .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);
}
.radiocontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radiocontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.radiocontainer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .checkmark {
    background-color: #FF971D;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiocontainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .checkmark:after {
    top: 6px;
    left: 6px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: white;
}

label {
    font-weight: 400;
}
#industries {
    margin: 0;
    padding: 0;
}
#industries li {
    display: inline-block;
    font-size: 16px;
    color: #787486;
    padding: 10px 16px;
    border:1px solid #787486;
    margin: 10px 10px 10px 0;
    cursor: pointer;
}
#industries li:hover, .industry_active, .other_industry_active{
    color: #FF971D !important;
    border: 1px solid #FF971D !important;
}
.dashed {
    border-bottom: 1px dashed ;
    margin-top: -20px;
    margin-left: 40px;
}
.module_row .checkcontainer  {
    font-size: 16px !important;
    margin-bottom: 15px;
    padding-top: 5px;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px solid #F5F6F7;
    background: #EFF0F6;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border: 1px solid #F5F6F7;
    color: #787486;
    font-size: 14px;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #F5F6F7;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #787486 !important;
    border: 1px solid #F8F8F8;
    background: #F8F8F8;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff !important;
    border: 1px solid #FF971D;
    background: #FF971D;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    padding: 5px;
    border: 1px solid #F5F6F7;
    color: #787486;
}
#module_total, #hardware_total {
    color: #FF971D;
}
#total_module_div, #total_hardware_div {
    font-size: 22px;
    font-weight: 500;
}
.module_container, .hardware_container {
    min-height: 500px;
}
.hardware_img {
    display: inline-block;
    width: 88px;
    margin-right: 15px;
}
.hardware_img img {
    height: 88px;
    width: 88px;
    border:1px solid #E5E7E8;
}
.hardware_img img:hover{
    border: 1px solid #ff971d;
}
.hardware_container .table td {
    border: 0;
    vertical-align: top;
    padding-top: 0;
}
.sub_total_div {
    text-align: right;
    padding-right: 6px;
}
.btn-status0{
    background: #F5F6F7;
    padding: 10px;
    width: 180px;
    color: #787486;
}
.btn-status1{
    background: #ff971d;
    padding: 10px;
    width: 180px;
    color: #fff;
}
.btn-status2{
    background: #FF5E50;
    padding: 10px;
    width: 180px;
    color: #fff;
}
.btn-status3{
    background: #40B3E0;
    padding: 10px;
    width: 180px;
    color: #fff;
}
.btn-status4{
    background: #49B86E;
    padding: 10px;
    width: 180px;
    color: #fff;
}
.offers_inside h2 {
    color:#787486 ;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 60px;
}
.offers_inside h3 {
    font-size: 20px;
    font-weight: 400;
}
.offers_inside label {
    display: inline-block;
    color: #787486;
}
.offers_inside span{
    color: #2D2524;
}
.offers_inside table thead{
    background: #F5F6F7;
    color: #787486;
}
.offers_inside .table thead td {
    padding: 10px 15px !important;
    border-radius: 10px 10px 0 0;
}
.swal2-popup #swal2-content {
    text-align: center;
    font-size: 18px;
}
#call_div {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 2px rgba(149,159,163, 0.25);
    z-index: 100;
    background: #fff;
}
#call_div p{
    color: #787486;
    margin-bottom: 8px;
    margin-top:30px;
    font-weight: 500;
}
#call_div span {
    font-size: 14px;
    color: #959FA3;
    display: block;
    margin-bottom: 65px;
}
#call_div a {
    font-weight: 500;
}
.call_header {
    position: absolute;
    right:15px;
    top: 10px;
}
.call_header img {
    padding: 10px;
    cursor: pointer;
}
.dropdown {
    display: inline-block;
    position: relative;
    margin-left: 40px;
}

.dropdown-options {
    display: none;
    position: absolute;
    overflow: auto;
    background-color:#fff;
    border-radius:5px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
    z-index: 10;
    font-size: 16px;
}

.dropdown:hover .dropdown-options {
    display: block;
}

.dropdown-options a {
    display: block;
    color: #000066;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
}

.dropdown-options a:hover {
    color: #0a0a23;
    background-color: #ddd;
    border-radius:5px;
}
.h100 {
    overflow: hidden;
    height: 100%;
}
.offer_table td:nth-child(1){
    width: 40%;
}
.swal2-actions .btn {
    min-width: 100px;
}
.selected_row {
    background: #78eccf !important;
}
.old_price {
    text-decoration: line-through;
    color: #ff0000;
    padding-right: 15px;
}
.bordered {
    border:1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    padding: 15px;
}
.bordered.col-lg-3{
    width: 23%;
}
.bordered.col-lg-6{
    width: 48.5%;
}
.bordered span{
    font-weight: 600;
    font-size: 28px;
}
small {
    font-size: 80%;
    font-weight: 400;
}
.scroll{
    height: 300px;
    overflow: auto;
    padding-bottom: 10px;
}
.scroll::-webkit-scrollbar {
    width: 10px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
    background-color: #f9f9fd;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #356184;
    background-image: -webkit-gradient(linear, 0 0, 0 100%,
    color-stop(.5, rgba(255, 255, 255, .25)),
    color-stop(.5, transparent), to(transparent));
}
#basket_average, #goods_average, #items_average {
    margin: 20px 0;
}

.mr30 {
    margin-right: 30px;
}
.right_active{
    width:  calc(100% - 275px) !important;
}
.navbar-brand>img {
    display: block;
    height: 49px;
    margin-top: 0;
    padding: 0;
}
.navbar-brand {
    padding: 0 100px 0 0;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .active_item {
    background: #444;
    color: #fff !important;
}
@media (min-width: 1200px){
    .container {
        width: 1560px;
        min-height: unset;
    }
    .admin .container {
        width: 100%;
    }
}