/* GLOBAL */

/* The Modal (background) */

.autocomplete {
    position: relative;
    display: inline-block;
  }

  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    margin-right: 12px;
    margin-left: 14px;
  }

  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
  }

  /*when hovering an item:*/
  .autocomplete-items div:hover {
    background-color: #e9e9e9;
  }

  /*when navigating through the items using the arrow keys:*/
  .autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
  }

.myModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
  }

  /* Modal Content/Box */
  .myModal-content {
    background-color: white;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
  }

  #myProgress {
    width: 100%;
    background-color: lightgrey;
  }

  #myBar {
    width: 1%;
    height: 30px;
    background-color: #e41b13;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: bold;
  }

.cc_change_locale{
    visibility: hidden;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: none;
}

.margin-r-20 {
    margin-right: 20px;
}

.truncate-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 130px;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
 }

.position-relative {
    position: relative;
}

.testtesttest {
    position: relative;
}

.panel-heading .icon-toggle:not(.collapsed) i.fa-caret-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

html, body, .deskLayout {
    height: 100%;
}
span[id*='CCPage'] + .deskLayout span[id*='ACN_CC_ProductSetup'] {
    height: calc(100vh - 235px);
    display: block;
}
.deskLayout .contentBody.cc_content_body {
    min-height: calc(100vh - 235px);
}

@media (-webkit-min-device-pixel-ratio: 1.5) {
    .deskLayout .contentBody.cc_content_body {
        min-height: 100vh;
	}
}

/* CATEGORY TREE */

.cc_categories_side_container .cc_category_tree .cc_heading{
    background-color: #eef0f5;
}

.cc_categories_side_container .cc_category_tree .cc_heading .cc_product,
.cc_categories_side_container .cc_category_tree .cc_heading .cc_category,
.cc_categories_side_container .cc_category_tree .cc_heading .cc_menu_type_url {
       color: #000000;
}

#categories-left-nav .panel-title {
    font-size: 15px;
    letter-spacing: -0.2px;
}



/*PAGE LOADER*/

#acn-cc-page-loader, #acn-cc-action-loader {
    display: block;
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    opacity: 0.3;
}

/* HEADER */

.navbar-inverse {
    background-color: #e41b13;
    height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

#massiveHeaderModal{
    text-align: center;
}

#massiveHeaderModal .mh-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    padding-top: 20px;
}

#massiveHeaderModal .mh-description {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 20px;
}

.navbar-inverse .navbar-nav>li {
    padding-right: 10px;
    padding-left: 10px;
}

.navbar-inverse .navbar-nav>li>a {
      line-height: normal;
      letter-spacing: -0.32px;
      color: #ffffff;
}

.fa {
    margin-right: 8px;

}

.black-color {
color:black;
}

.effective-account-arrow {
    position: absolute;
    right: 0;
    width: 30px;
}

.fa-pencil {
    display: none;
}

.navbar-default {
    /*DEMO/FORM PRODUCTS MENU ERROR*/
    /*height: 65px;*/
    border: none;
    background-color: #212b34;
    margin: 0;
    text-transform: uppercase;
}

#cc_store_logo_img {
    background-image: url("../images/cleos-white.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 121px;
    position: absolute;
    top: 10%;
}

#logoUrl {
    height: 60px;
    width: 121px;
    display:inline-block;
    margin: 0 auto;
}

.navbar-collapse>ul {
    float: none;
    display: inline-block;
    margin-left: 25px;
}

.navbar-default .navbar-nav>.open>a {
    color: #eaeaea;
}

.navbar-default .navbar-nav>li {
    height: 65px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #b5b9bd;
    height: 100%;
    line-height: 65px;
    padding: 0 20px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:focus {
    color: #eaeaea;
}

.navbar-default .navbar-nav>.open>a, .dropdown-menu {
    background-color: #212b34;
    border-radius: 0;
    border: none;
}

.dropdown-menu>li>a {
    width: 282px;
    height: 30px;
    color: #eaeaea;
    font-weight: bold;
    letter-spacing: -0.32px;
}

.navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:active, .navbar-default .navbar-nav>.open>a:focus {
    color: #eaeaea;
    background-color: #212b34;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:active {
    background-color: #6a737b;
    color: #eaeaea;
}

.navbar-form {
    margin-top: 16px;
    padding-right: 0;
}

.navbar-header.pull-left.cc_navbar-header {
    width: 100%;
}

.navbar-header .search_form.cc_search_form .navbar-form {
    margin: 0;
    padding: 0;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #e41b13;
    border-color: #337ab7;
}

.cc_col_search{
    padding-right: 0;
}

.cc_col_search .nav {
    float: right;
}

.cc_eff_account_ro {
    color: #ffffff;
    line-height: normal;
    letter-spacing: -0.32px;
    padding-top: 15px;
    padding-bottom: 15px;
}
/*LOGIN PAGE*/

.contentBody.cc_content_body .container {
    padding-top: 30px;
}

.cc_login_button, .cc_register, .cc_login_button:hover, .cc_register:hover, .cc_login_button:focus, .cc_register:focus, .cc_login_button:active:hover, .cc_register:active:hover {
    width: 100%;
    border: none;
    border-radius: 0;
    margin: 8px 0;
    background-color: #EE3124;
    color: white;
    font-size: 18px;
}

#loginFormDsk p {
    height: 34px;
    line-height: 34px;
    font-size: 20px;
}

#emailField, #passwordField {
    border-radius: 0;
}

.cc_forgot_password a {
    font-size: 16px;
}

/*REGISTRATION PAGE*/

.cc_submit, .cc_submit:hover, .cc_submit:focus, .cc_submit:active:hover {
    width: 100%;
    border: none;
    border-radius: 0;
    margin: 8px 0;
    background-color: #EE3124;
    color: white;
    font-size: 18px;
}

.register_label {
    font-weight: normal;
    font-size: 20px;
}

#newCustomerForm .form-control {
    width: 100%;
    border-radius: 0;
}

#newCustomerForm .panel-title {
    font-size: 18px;
}

#useBillingAddress {
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
}

#customer_type {
    background-color: #e41b13;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

#customer_type option {
    background-color: #D7D7D7;
    color: #171e25;
}

/*CHANGE PASSWORD*/

.cc_password_requirements {
    font-size: 16px;
    margin-bottom: 30px;
}

.cc_reset_password_form span {
    font-size: 18px;
    font-weight: normal;
}

.cc_reset_password_form input{
    border-radius: 0;
}

.cc_update_password, .cc_update_password:hover, .cc_update_password:focus, .cc_update_password:active:hover{
     width: 49%;
     border: none;
     border-radius: 0;
     margin: 8px 0;
     background-color: #EE3124;
     color: white;
     font-size: 18px;
}

/*.cc_change_password, .cc_change_password:hover, .cc_change_password:focus, .cc_change_password:active:hover{*/
    .acctmainSection .btn.cc_change_password, .acctmainSection .btn.cc_change_password:hover, .acctmainSection .btn.cc_change_password:focus, .acctmainSection .btn.cc_change_password:active:hover{
    width: 160px;
    height: 34px;
    background-color: #e41b13;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 4px;
    float: right;
}

.cc_change_cancel_password, .cc_change_cancel_password:hover, .cc_change_cancel_password:focus, .cc_change_cancel_password:active:hover{
    width: 49%;
    border: none;
    border-radius: 0;
    margin: 8px 0;
    background-color: #212b34;
    color: #eaeaea;
    font-size: 18px;
}

/*FORGOT PASSWORD*/

.cc_forgot_password_panel .cc_submit, .cc_forgot_password_panel .cc_submit:hover, .cc_forgot_password_panel .cc_submit:focus, .cc_forgot_password_panel .cc_submit:active:hover {
    border: none;
    border-radius: 0;
    margin: 8px 0;
    background-color: #EE3124;
    color: white;
    font-size: 18px;
}

.cc_forgot_password_panel .cc_email {
    font-size: 18px;
    font-weight: normal;
}

/*FOOTER*/

.container-fluid {
    height: auto;
    margin: 0;
}

.footer a:hover {
    text-decoration: none;
}

.cc_footer_logo_row {
    height: 140px;
    background-color: #6a737b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#asi_logo {
    width: 100px;
    height: 63px;
    background-image: url("../images/asi-white.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 80px;
}

#telespazio_logo {
    width: 190px;
    height: 32px;
    background-image: url("../images/telespazio-white.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 80px;
}

.main_footer {
    height: 130px;
    background-color: #212b34;
    padding: 0 142px;
}

.first_row {
    height: 80%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#egeos_logo {
    width: 130px;
    height: 59px;
    background-image: url("../images/e-geos-logo-white.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#social_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#twitter {
    width: 48px;
    height: 48px;
    background-image: url("../images/twitter.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#facebook {
    width: 48px;
    height: 48px;
    background-image: url("../images/facebook.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#instagram {
    width: 48px;
    height: 48px;
    background-image: url("../images/instagram.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#youtube {
    width: 48px;
    height: 48px;
    background-image: url("../images/youtube.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#bottom_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b_menu {
    margin: 0 10px;
    font-size: 18px;
    letter-spacing: -0.2px;
    color: #ffffff;
    text-transform: none;
    text-decoration: none;
}

.second_row {
    height: 20%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#copyright, #disclaimer{
    font-size: 10px;
    letter-spacing: -0.36px;
    color: #ffffff;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
}

.footerBrowser .row:after, .footerBrowser .row:before{
    content: none;
}

/*MINI CART*/

.minicart .panel {
    border-radius: 4px;
    background-color: #212b34;
    color: #eaeaea;
}
.minicart .panel-default> .panel-heading {
    border-radius: 4px;
    background-color: #212b34;
    color: #eaeaea;
    height: 50px;
    padding: 17px 15px;
}
.minicart .panel-default> .panel-heading h3 {
    text-transform: none;
}

.minicart .panel-body {
    padding-top: 0px;
}

.minicart hr {
    margin-top: 0px;
}
.minicart .my_cart.mini_cart.cc_mini_cart {
    border-top: 1px solid #384149;
    padding-top: 15px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.43px;
    text-align: center;
    text-transform: uppercase;
    color: #dddddd;
}
/* PRODUCT LIST */
span[id*="ProductList"] + .deskLayout .cc_main_container {
    margin-top: 0;
    padding-top: 0;
}
.btn-group.btn-group-justified.cc_sort_options button {
    background-color: #9a9ba6;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.55px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    height: 30px;
    border-radius: 0;
}
.btn-group.btn-group-justified.cc_sort_options button.active {
    background-color: #e41b13;
}
li.cc_layout_control button span.fa {
    margin-right: 0;
}
li.cc_layout_control button,
li.cc_layout_control button.disabled {
    background-color: #9a9ba6;
    color: white;
    opacity: 1;
}
li.cc_layout_control button.active {
    background-color: #e41b13;
    color: white;
}
select.form-control.cc_page_size_control {
    border: 0;
}
.productListContent .cc_product_link a {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.72px;
    color: #171e25;
}
.productListHeader .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cc_product_results_tagline {
    display: none;
}
.productListHeader select.form-control.cc_page_size_control {
    height: 30px;
}
.breadcrumb {
    background-color: transparent;
    margin-top: 15px;
}
.breadcrumb a {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.43px;
    text-align: center;
    color: #6a737b;
    text-transform: uppercase;
}
.breadcrumb > li + li:before {
   color: #6a737b;
}
.breadcrumb .cc_breadcrumb_item:last-child a {
   color: #343a40;
}

.filterContainer .panel-default>.panel-heading {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #eaeaea;
    background-color: #212b34;
    text-transform: none;
    padding: 17px 15px 0px;
    height: 50px;
}
.filterContainer .panel.panel-default.center-block.cc_filter_container {
    border-radius: 4px;
    background-color: #212b34;
    color: #eaeaea;
}

.filterContainer .list-group-item {
    border: 0;
    color: #212b34;
}
.filterContainer .cc_product_count {
    background-color: #E41B13;
    color: white;
}
.filterContainer .specGroupContent {
    border-top: 1px solid #384149;
    padding-top: 15px;
}
.filterContainer .cc_spec_header {
    margin-bottom: 10px;
}
.product-setup-btn-wrapper {
    margin-bottom: 35px;
}
.cc_grid_image_container {
    padding: 15px 0;
}
.select-product-btn {
    text-transform: uppercase;
}

/*FEATURED PRODUCT*/

.featured-prod .panel-body{
    padding-top: 0px;
}

.featured-prod .panel {
   -webkit-box-shadow: none;
   box-shadow: none;
}

/*PROMOTION*/

.promotion-box-RightNav .panel, .promotion-box-LeftNav .panel{
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.promotion-box-RightNav .panel .cc_promo_link.promo_ext img, .promotion-box-LeftNav .panel .cc_promo_link.promo_ext img {
    margin-bottom: 10px;
}

.promotion-box-RightNav .panel-body, .promotion-box-LeftNav .panel-body{
    padding: 0px;
}

/*PRODUCT DETAILS*/
.setupSection {
    border-top: 1px solid #d7d7d7;
}

.prodDetailContainer .panel{
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.prodDetailContainer .tabpanel{
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 50px;
}

.product_detail_item .product_title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.86px;
    color: #171e25;
}

.product_detail_item .shortDesc {
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #212b34;
}

.product_detail_item .cc_label {
    margin-right: 50px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.54px;
    color: #171e25;
}

.product_detail_item .cc_value {
   font-size: 18px;
   font-weight: bold;
   letter-spacing: -0.65px;
   color: #121212;
}

.acn_cc_setup, .acn_cc_setup:hover, .acn_cc_setup:focus, .acn_cc_setup:active:hover {
    min-width: 190px;
    width: auto;
    height: 34px;
    background-color: #e41b13 !important;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 4px;
}

.acn_cc_adddemoproduct, .acn_cc_addformproduct, .acn_cc_adddemoproduct:hover, .acn_cc_addformproduct:hover,
.acn_cc_adddemoproduct:focus, .acn_cc_addformproduct:focus,
.acn_cc_adddemoproduct:active:hover, .acn_cc_addformproduct:active:hover {
    width: 190px;
    height: 34px;
    background-color: #e41b13 !important;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 4px;
}

.acn_cc_msgButtonDisabled {
    font-weight: bold;
    color: #e41b13;
}

#myTab li a{
    color: #6d7271;;
    font-size: 13px;
    letter-spacing: -0.47px;
    border-radius: 0;
    border: 1px solid #DEDEDE;
    border-bottom: none;
    background-color: transparent;
    margin-right: 0;
    margin-bottom: 1px;
}

#myTab li.active a{
    color: #ee3124;
    border: 1px solid #999999;
    border-bottom: none;
}

.nav-tabs {
    border-bottom: 1px solid #999999;
}

.tab-pane {
      font-size: 14px;
      line-height: 1.71;
      letter-spacing: -0.5px;
      color: #212b34;
      margin-bottom: 50px;
}

/*MY SPACE*/

#MyAccount_navSection .panel {
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* #MyAccount_navSection li:nth-of-type(1) {
    display: none;
} */

/* #MyAccount_navSection li:nth-of-type(2) {
    border-top: none;
    visibility: hidden;
} */

#MyAccount_navSection li {
    background-color: #eef0f5;
}

#MyAccount_navSection li a {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.54px;
    color: #171e25;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

#MyAccount_navSection .arrow {
    display: inline-block;
    float: right;
    font-weight: bold;
    font-size: 18px;
    margin-left: -20px;
}

.cc_myaccount_content .panel-default>.panel-heading {
    background-color: #eef0f5;
}

.cc_myaccount_content .panel-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.72px;
    color: #171e25;
    text-transform: none;
}

.cc_myaccount_content [class*="value"] {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: -0.58px;
      color: #121212;
}

.cc_myaccount_content [class*="label"] {
     font-size: 16px;
     letter-spacing: -0.58px;
     color: #384149;
     display: inline-block;
     width: 50%;
}

#address {
     margin: 20px 0 0 10px;
     font-size: 15px;
     font-weight: bold;
     letter-spacing: -0.54px;
     color: #171e25;
}

.myAccBillingAddr, .myAccShippingAddr, .myAccMailingAddr, .myAccOtherAddr {
     border-radius: 4px;
     background-color: #212b34;
     padding: 0 10px 10px 10px;
     margin: 10px;
     width: 45%;
}

.myAccBillingAddr [class*="label"], .myAccShippingAddr [class*="label"], .myAccMailingAddr [class*="label"], .myAccOtherAddr [class*="label"] {
     width: 100%;
     font-size: 12px;
     font-weight: bold;
     color: #eaeaea;
}

.adress_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #d7d7d7;
    height: 50px;
}

.img-map{
    width: 17px;
    height: 17px;
    margin-left: 5px;
    margin-right: 10px;
    background-image: url("../images/map.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.img-truck{
    width: 17px;
    height: 17px;
    margin-left: 5px;
    margin-right: 10px;
    background-image: url("../images/truck.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.address_selection_display ol{
     font-size: 12px;
     font-weight: normal;
     color: #eaeaea;
     list-style-type: none;
     padding-left: 15px;
     padding-top: 10px;
}

.address_selection_display ol li:before {
    content: "•";
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.cc_edit_profile, .cc_edit_profile:hover, .cc_edit_profile:focus, .cc_edit_profile:active:hover {
    width: 160px;
    height: 34px;
    background-color: #e41b13;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 4px;
    float: right;
}

.product-setup-guide {
    font-weight: bold;
    font-size: 16px;
}

.setup-guide-container img {
    width: 100%!important;
    height: auto!important;
}

.myStorageRow {
    padding: 25px 15px;
    margin: 0 -5px;
    border-bottom: 1px solid #d7d7d7;
}

.myStorageRow .btn {
    padding: 0;
}

#mytStorageNoItem {
    font-size: 20px;
}
.myStorageRow .order_item_status_badge{
    padding: 10px 0px 30px 0px;
}
.tags-badge {
    margin-bottom: 10px;
}

.tags-badge .badge.badge-secondary {
    background-color: #CBC9C9;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
}
.product-status-badge {
    width: 160px;
    height: 34px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    padding: 7px 0;
    text-transform: uppercase;
}
.product-status-badge.badge-red {
    background-color: #e41b13;
}
.product-status-badge.badge-green {
    background-color: #009900;
}
.product-status-badge.badge-orange {
    background-color: #FF6600;
}
.searchStorageItemForm {
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}
.searchStorageItemForm .form-group {
    margin-bottom: 10px;
}

#searchStorageItemForm .form-group {
    width: 100%;
}

.searchStorageItemForm .input-group {
    border-radius: 4px;
}

#searchStorageItemInput {
    width: 100%;
    padding-right: 25px;
}

.searchStorageItemForm .form-group i {
    position: absolute;
    right: 0px;
    z-index: 5;
    color: #6a737b;
    opacity: 0.8;
    top: 8px;
}

.searchStorageItemForm .form-group select {
    width: 200px;
}

#fromDateStorage, #toDateStorage {
   width: 100%;
   height: 30px;
   background-color: #fff;
   border-radius: 4px;
   padding-right: 25px;
}
.myStorageRow .item-info-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.myStorageRow .item-info-section > .product-status-badge,
.myStorageRow .item-info-section > button {
    width: calc(50% - 10px);
}
.myStorageRow .item-info-section .imageData {
    min-width: auto;
}
.myStorage-filter-section {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.myStorage-filter-section .item-step-result.error{
    border: 1px solid #e41b13;
}

.myStorage-persistence {
    padding: 25px 0;
}
.item-info-section #download_button,
.item-info-section #view_button {
    width: calc(50% - 10px);
}
.persistence-renew {
    height: 30px;
    border-radius: 4px;
    margin-left: 5px;
    background-color: #D7D7D7;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #3A3A3A;
    text-transform: uppercase;
    display: inline-block;
}

/*MY ORDERS*/

.acctmainSection .panel {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.acctmainSection .panel.panel-default.cc_panel.cc_paginator {
    margin-left: 0;
}

.cc_myaccount_myorders {
    margin-bottom: 0
}

.cc_paginator {
    margin-bottom: 0;
}

.searchOrderForm {
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
}
.searchOrderForm .form-group {
    margin-bottom: 10px;
}

.searchOrderForm .input-group {
    border-radius: 4px;
    width: 100%;
}

#searchOrderInput {
    width: 100%;
}

.searchOrderForm .form-group i {
    position: absolute;
    right: 0px;
    z-index: 5;
    color: #6a737b;
    opacity: 0.8;
    top: 8px;
}

.searchOrderForm .form-group select {
    width: 100%;
}

#fromDateStr, #toDateStr{
   width: 100%;
   height: 30px;
   background-color: #fff;
   border-radius: 4px;
   padding: 0 12px;
   border: 1px solid #ccc;
}
/*
col-md-test{
    width: 80%;
} */

.date i {
    top: 5px;
}

.cc_order_search_action {
    padding-top: 20px;
}

.switch-button {
    padding: 20px 0;
}

.switch-button .title-section {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.72px;
    color: #171e25;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.switch-button .btn {
    width: 100%;
    height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    border: 2px solid #e41b13;
}

.switch-button .btn.switchMyStorage {
    background-color: transparent;
    color: #e41b13;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-radius: 0px 4px 4px 0px;
}

.switch-button .btn.switchMyOrder {
    background-color: transparent;
    color: #e41b13;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-radius: 4px 0px 0px 4px;
}

.switch-button .btn.switchMyOrder.active,
.switch-button .btn.switchMyStorage.active,
.btn.RemoveBTN {
    background-color: #e41b13;
    color: #ffffff;
}
.btn.RemoveBTN:hover {
    color: #333;
    background:transparent;
}
.RemoveBTN {
  width: 120px; /* Imposta una larghezza fissa */
  overflow: hidden; /* Nasconde tutto ciò che esce dalla larghezza */
  white-space: normal; /* Impedisce al testo di andare a capo */
  text-overflow: ellipsis; /* Aggiunge i puntini di sospensione (...) */
}
/*.switch-button .btn.switchMyStorage.active {
    background-color: #e41b13;
    color: #ffffff;
}*/

.cc_order_search_action .btn, .cc_order_search_action .btn:hover, .cc_order_search_action .btn:focus, .cc_order_search_action .btn:active:hover {
   width: 100%;
   height: 34px;
   border-radius: 4px;
   background-color: #e41b13;
   font-size: 14px;
   font-weight: bold;
   color: #ffffff;
   float: right;
   margin: 0;
}

.orderPaginationSec .col-xs-4{
    padding-left: 0;
}

.cc_paginator {
    margin-left: 15px;
}

#orderTable .table-hover>tbody>tr:hover {
    background-color: #fff;
}

#orderTable .cc_table_header_row, #storageTable .cc_table_header_row{
   font-size: 12px;
   font-weight: bold;
   color: #6a737b;
}

#orderTable > tbody > tr.cc_table_header_row > th ,
#storageTable > tbody > tr.cc_table_header_row > th {
    border-top: none;
}

#orderTable, #orderTable a,
#storageTable, #orderTable a {
   font-size: 12px;
   font-weight: bold;
   color: #121212;
}

#storageTable, #storageTable a, #storageTable, #storageTable a {
    font-size: 12px;
    font-weight: bold;
    color: #121212;
}

#storageTable>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 6px;
}

.datepicker {
    background-color: #fff
}

#storageTable .table_col_mission {
    width: 150px;
}

#storageTable .table_col_aquisition, #storageTable .table_col_status, #storageTable .table_col_altercode {
    width: 90px;
    vertical-align: middle;
}

#storageTable .cc_col_order_date {
    vertical-align: middle;
    margin: 0;
}
#storageTable .cc_table_col.table_col_tags {
    vertical-align: middle;
}
#storageTable .cc_table_col.table_col_tags p{
    margin: 0;
}
#storageTable .table_col_link, #storageTable .table_col_checkbox {
    width: 10px;
    vertical-align: middle;
}

#storageTable .table_col_link a.gotoOrderDetails {
    margin: 0;
}

a.gotoOrderDetails {
    cursor: pointer;
}

/*ORDER VIEW*/

.btn-back{
    padding: 19px;
}
.order_note_section,
.order_details_section{
    padding-top: 30px;
}
.order_details_section .notes-area{
    background-color: transparent;
    padding: 0;
}
.order_details_section{
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.notes-area {
    background-color: #ffffff;
    min-height: 60px;
    padding: 10px;
}

.released-status {
    background-color: #00ff00;
    text-transform: uppercase;
}

.blocked-status {
    background-color: #ff0000;
    text-transform: uppercase;
}

.not-orderable-status {
    background-color: #ff0000;
    text-transform: uppercase;
}

.in-creation-status {
    background-color: #ffA500;
    text-transform: uppercase;
}

.order-product-status {
    min-height: 34px;
    line-height: 34px;
    text-align: center;
}

.orderContainer .button-container {
    margin-bottom: 10px;
}

.orderContainer .button-container .row .col-md-5,
.orderContainer .button-container .row .col-md-3 {
    padding-right: 0;
}

.orderContainer h3, h4 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.72px;
    color: #171e25;
    text-transform: none;
}

.orderContainer h4 {
    margin-bottom: 25px;
}

.orderContainer .cc_item_total .cc_total_label {
    margin: 0;
    font-size: 14px;
}

.orderContainer .cc_item_total .cc_total {
    font-size: 15px;
}

.cc_order_information {
    width: 100%;
    background-color: #eef0f5;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.cc_order_details .panel.cc_order_information {
    border-radius: 0;
    border-bottom: 1px solid #dfdfdf;
}

.cc_order_details .panel-default>.panel-heading {
    background-color: #eef0f5;
}

.cc_order_item_list {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.orderContainer .cc_order_item_list .panel-body.cc_body:not(:last-child) {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    padding-bottom: 40px;
}

.order-row {
     border-top: 1px solid #dfdfdf;
     padding-top: 30px;
}
.well.cc_well.cc_order_information{
    margin-bottom: 0px;
    padding: 0px
}

.collapsedChildItems .order-row {
    border: none;
}

.collapsedChildItems .cc_order_item_list .row .col-md-3.imagePreview {
    width: 17%;
}

.collapsedChildItems .cc_order_item_list .row .col-md-2.price_div {
    width: 24%;
}

.collapsedChildItems .order-sf {
    display: none;
}

.collapsedChildItems .col-md-2.imagePreview {
    padding: 0;
}

.orderContainer .category {
    display: inline-block;
    width: 50%;
      font-size: 16px;
      letter-spacing: -0.58px;
      color: #384149;
}

.orderContainer .value {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: -0.58px;
      color: #121212;
}

.order-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.cc_item_title {
     font-size: 16px;
     font-weight: bold;
     letter-spacing: -0.58px;
     color: #171e25;
}

.cc_item_title .order-sf {
    font-weight: 500;
    font-size: 13px;
    color: #797979;
}

.description {
     font-size: 14px;
     letter-spacing: -0.5px;
     color: #212b34;
}

.licenceDetailsTitle {
    background-color: #D7D7D7;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
}

.licenceDetailsTitle a {
    display: block;
    color: #3A3A3A;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    margin: 7px 10px;
    text-decoration: none;
}

.licenceDetailsTitle a i {
    float: right;
    margin-right: 25px;
    font-size: 20px;
}

.licenceDetailsItem {
    margin-left: -10px;
}

.licenceDetailsItem p {
    display: inline-block;
    margin-right: 25px;
    font-size: 13px;
}

.satelliteDataList {
    display: flex;
    flex-direction: column;
}
.satelliteDataList .satelliteDataItem.product_identifier {
    order: -1;
}

[id^=imgDataModal],
[id^=imgProcessingParametersModal],
[id^=feasabilityModal] {
    padding-right: 0!important;
}

[id^=imgDataModal] .modal-dialog,
[id^=imgProcessingParametersModal] .modal-dialog,
[id^=feasabilityModal] .modal-dialog {
    width: 650px;
}

[id^=imgDataModal] .modal-header,
[id^=imgProcessingParametersModal] .modal-header,
[id^=feasabilityModal] .modal-header {
    padding: 15px 15px 0 15px;
}

[id^=imgDataModal] .modal-body,
[id^=imgProcessingParametersModal] .modal-body,
[id^=feasabilityModal] .modal-body {
    padding: 10px 30px 20px 30px;
}

[id^=imgDataModal] .modal-body .img,
[id^=imgProcessingParametersModal] .modal-body .img,
[id^=feasabilityModal] .modal-body .img {
    padding: 0 0 20px 0;
}

[id^=imgDataModal] .modal-body .no-img,
[id^=imgProcessingParametersModal] .modal-body .no-img,
[id^=feasabilityModal] .modal-body .no-img {
    height: 20vh;
    background-image: url("../images/no-image.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

[id^=imgDataModal] .modal-body .satelliteDataList,
[id^=imgProcessingParametersModal] .modal-body .satelliteDataList,
[id^=feasabilityModal] .modal-body .satelliteDataList {
    list-style: none;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    max-height: 40vh;
    overflow: auto;
    padding-right: 10px;
}

[id^=imgDataModal] .modal-body .satelliteDataList li,
[id^=imgProcessingParametersModal] .modal-body .satelliteDataList li,
[id^=feasabilityModal] .modal-body .satelliteDataList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    padding: 5px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

[id^=imgDataModal] .modal-body .satelliteDataList li .data-key,
[id^=imgProcessingParametersModal] .modal-body .satelliteDataList li .data-key,
[id^=feasabilityModal] .modal-body .satelliteDataList li .data-key {
    font-size: 15px;
    font-weight: 700;
    color: #707070;
    text-transform:capitalize;
}

[id^=imgDataModal] .modal-body .data-value,
[id^=imgProcessingParametersModal] .modal-body .data-value,
[id^=feasabilityModal] .modal-body .data-value {
    font-weight: bold;
    word-break: break-all;
}

#backToOrderHistory.imageData {
    width: auto;
}

.imageData {
    height: 34px;
    border-radius: 4px;
    background-color: #D7D7D7;
    border: none;
    padding: 0;
    font-size: 14px;
    width: 100%;
    max-width: 190px;
    font-weight: bold;
    color: #3A3A3A;
    text-transform: uppercase;
    display: block;
}

.processParameterData {
    height: 34px;
    border-radius: 4px;
    background-color: #D7D7D7;
    border: none;
    padding: 0;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
    color: #3A3A3A;
    text-transform: uppercase;
    display: block;
}

.cc_order_status {
    margin-bottom: 5px;
    color: #808080;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: -0.54px;
    text-align: right;
}

.item_status {
    margin-bottom: 10px;
    text-align: right;
    color: #808080;
    font-size: 12px;
}

.included_items {
    margin-top: 10px;
    text-align: right;
}

.cc_included_items.include-items-link a {
    text-decoration: underline;
    color: #212B34;
}

.cc_included_items.include-items-link i {
    margin-right: 0;
}

.included_items .modal-dialog {
    text-align: left;
}

.cc_item_price {
    font-weight: bold;
    text-align: right;
    margin: 0;
}

.price_div {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.cc_item_total {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: auto;
}

.cc_item_total .cc_total_label {
    margin-right: 10px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.54px;
    color: #171e25;
    line-height: 18px;
}

.cc_item_total .cc_total {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.65px;
    color: #121212;
}

.cc_total .cc_grand_total {
   font-size: 18px;
   font-weight: bold;
   letter-spacing: -0.65px;
   color: #121212;
   float: right;
   margin-bottom: 50px;
   text-align: right;
}

.cc_total .cc_grand_total .cc_total_label{
    margin-right: 18px;
}

.total hr, .panel-body hr {
    border-top: 1px solid #dfdfdf;
}
.panel-body:last-child hr {
    display: none;
}
.cc_order_item_list .item_status div {
    padding-left: 0px;
    padding-right: 0px;
}

/*IFRAMES*/

.productSetup, .imgPreview {
    height: 100%;
}

iframe {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    min-height: 450px;
}
/* TERMS & CONDITIONS */

.termsConditions {
    text-align: center;
    height: 45px;
}

.termsConditionsToPdf, .termsConditionsToPdf:hover, .termsConditionsToPdf:focus, .termsConditionsToPdf:active {
    cursor: pointer;
    background-color: #EE3124;
    color: white;
    font-weight: bold;
    padding: 0.5rem 2rem;
    font-size: 16px;
    line-height: 1.5;
    border: none;
    border-radius: 0.25rem;
    margin: 20px 20px 40px 20px;
}

/*CONTACT US*/

.contactUs {
    text-align: center;
}

.contactUs .contactButton, .contact .contactButton:hover, .contact .contactButton:focus, .contact .contactButton:active {
    cursor: pointer;
    background-color: #EE3124;
    color: white;
    font-weight: bold;
    padding: 0.5rem 2rem;
    font-size: 16px;
    line-height: 1.5;
    border: none;
    border-radius: 0.25rem;
    margin: 20px 20px 40px 20px;
}

.fastResponseText {
    margin-bottom: 35px;
}

.textAndButtonWrapper {
    margin-bottom: 50px;
}

.contactUs .modal {
    text-align: left;
}

.contactUs .modal-content {
    border-radius: 0;
    border: 3px solid #EE3124;
    padding: 0 40px;
}

.contactUs h4 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 1rem;
    margin-bottom: -0.6rem;
    color: grey;
}

.contactUs h5 {
    margin-bottom: 0.6rem;
    margin-top: 2rem;
    padding-bottom: 1rem;
    font-size: 14px;
    color: grey;
    border-bottom: 1px solid grey;
}

.contactUs .modal-body {
    padding: 0 30px 30px 30px;
}

.contactUs form {
    color: #ee3124;
    font-weight: bold;
    font-size: 16px;
}

.contactUs form a {
    color: #ee3124;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

.contactUs label.error{
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #a94442;
    margin: 5px 0 10px 0
}

#acceptance-error{
    margin: 0;
}

#gdpr-error{
    font-weight: normal;
}

#eula-error{
    font-weight: normal;
}

.btn-modal-emergency {
    border-radius: 4px;
    background-color: #e41b13;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 20px;
}

.contactUs input, .contactUs select, .contactUs textarea {
    display: block;
    width: 100%;
    background-color: #e0e0e0;
    border: none;
    color: black;
    font-weight: normal;
    margin: 10px 0 -5px 0;
}

.contactUs textarea {
    resize: vertical;
}

.contactUs input[type='checkbox'] {
    display: inline;
    width: auto;
}

.contactUs input[type='submit'], .contactUs input[type='submit']:hover, .contactUs input[type='submit']:focus, .contactUs input[type='submit']:active{
    color: white;
    padding: 0.5rem 2rem;
    font-size: 16px;
    line-height: 1.5;
    background-color: #ee3124;
    border-color: #ee3124;
    border-radius: 0.25rem;
    width: auto;
    margin: 25px 0 10px 0
}

.thankYou {
    display: none;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    color: grey;
}

/*------------------------------*/

body {
    background-color: #eef0f5;
    font-family: 'Open Sans';
}

.carousel-inner img {
    width: 100%;
}

.panel {
    border: none;
    background-color: #eef0f5;
}

.panel-default>.panel-heading {
    background-color: white;
    text-transform: uppercase;
    border: none;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel-group .panel {
    border-radius: 0px;
    border-bottom: 1px solid grey;
}

.cc_scroll-top {
    display: none;
}


/* CART */

.cc_panel_shopping_cart {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.cc_panel_shopping_cart h2{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1.01px;
    color: #171e25;
}

#beforeCheckout .modal-header {
    padding: 5px 10px 0 0;
}

#beforeCheckout .modal-body {
    padding: 0 15px;
}

#beforeCheckout .modal-body .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

#beforeCheckout .modal-body label{
    width: 100%;
    font-weight: normal;
}

#beforeCheckout .modal-body input,
#beforeCheckout .modal-body select {
    width: 100%;
    margin-bottom: 15px;
}

#beforeCheckout .modal-footer {
    border: none;
    padding: 0 15px 15px 15px;
}

#beforeCheckout #errorArea {
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #a94442;
    margin: 5px 0 10px 0;
}

#cart_items_container hr {
    margin: 10px 0;
}

.cc_cart_item .item_title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.58px;
    color: #171e25;
}

.scenes {
    color: #808080;
    text-transform: uppercase;
    font-size: 12px;
}

.btn-back-red {
    min-width: 190px;
    height: 34px;
    color: #fff;
    border-radius: 4px;
    background-color: #e41b13;
    border: none;
}

.licenceSetup {
     min-width: 190px;
     height: 34px;
     border-radius: 4px;
     background-color: #e41b13;
     border: none;
     margin-top: 5px;
}

.licenceSetup a, .licenceSetup a:hover, .licenceSetup a:focus, .licenceSetup a:active {
     font-size: 14px;
     font-weight: bold;
     color: #ffffff;
     text-transform: uppercase;
     display: block;
     text-decoration: none;
     padding: 0px 10px;
}

.technicalparams {
    min-width: 190px;
    height: 34px;
    border-radius: 4px;
    background-color: #e41b13;
    border: none;
    margin-top: 5px;
}

.technicalparams a, .technicalparams a:hover, .technicalparams a:focus, .technicalparams a:active {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    padding: 0px 10px;
}

.cartItemGreyButton {
     min-width: 165px;
     height: 34px;
     border-radius: 4px;
     background-color: #e0e0e0;
     border: none;
     margin-top: 5px;
     margin-left: 0;
}

.cartItemGreyButton a, .cartItemGreyButton a:hover, .cartItemGreyButton a:focus, .cartItemGreyButton a:active {
     font-size: 14px;
     font-weight: bold;
     color: #6d6d6d;
     text-transform: uppercase;
     display: block;
     text-decoration: none;
}

.div-price {
    height: 140px;
}
#clear-cart-modal .btn.btn-default{
    background-color: #e41b13;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}
#clear-cart-modal .modal-header{
    font-size: 20px;
    font-weight: 600;
}
#clear-cart-modal .modal-footer, .groupItemRemoveModal .modal-footer, #groupParentModalRemove .modal-footer, #dtoRemoveModal .modal-footer {
    border-top: none;
}

.cc_product_status {
    color: #808080;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: -0.54px;
}

.price_block .cc_price {
    position: absolute;
    bottom: 0;
    right: 15px;
    margin-bottom: 0;

}

.price_block .cc_price .cc_label {
    margin-right: 60px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.54px;
    color: #171e25;
    line-height: 18px;
}

.price_block .cc_price .cc_value {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.65px;
    color: #121212;
}

.childItemTitle {
    background-color: #D7D7D7;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    width: 100%;
}

.childItemTitle a {
    display: block;
    color: #3A3A3A;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    margin: 7px 10px;
    text-decoration: none;
}

.childItemTitle a i {
    float: right;
    margin-right: 25px;
    font-size: 20px;
}

.collapsedChildItems {
    padding: 0;
}

/* .collapsedChildItems .select-orderitem {
    display: none;
} */

.select-orderitem-button {
    background: red;
}

.collapsedChildItems .cart_item_list {
    padding-top: 30px;
}

.cc_checkout .grand_total {
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}

.cc_checkout .grand_total .price .cc_label {
    font-size: 14px;
    font-weight: bold;
}

.cc_checkout .grand_total .price .cc_value {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.cost_description {
    display: inline-block;
    margin-top: 27px;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #212b34;
}

#orderNotes{
    display: none;
    margin-top: 10px;
}
#oneClickCheckout,
#clear-cart-modal-btn,
#saveReseller,
#add-comment-btn{
    min-width: 160px;
    width: auto;
    height: 34px;
    border-radius: 4px;
    background-color: #e41b13;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 20px;
}
#clear-cart-modal-btn, #add-Reseller-btn,
#add-comment-btn{
    margin-right: 15px;
}
#add-comment-btn{
    background-color: #212b34;
}

.wishButtons.cc_wish_buttons {
    display: block;
}

.cart_item_list.cc_cart_item_list .cart-links {
    margin-top: 15px;
}

.modal-header {
    border: none;
}

.inc-item-select {
    margin: 15px 0;
}

.section-wrapper:last-of-type .inc-item-select:last-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
}
#change-persistence-modal .section-wrapper:last-of-type .inc-item-select:last-child{
    border: none;
}
.inc-item-select span {
    font-weight: bold;
}

.inc-item-select .inc-item-radio {
    margin-right: 5px;
}

label.inc-item-select-label {
    font-weight: normal;
    color: #6d7271
}

.cc_cart_included_items_modal .modal-content {
    border-radius: 0;
}

.cc_cart_included_items_modal .modal-body {
    overflow-x: auto;
    max-height: 80vh;
}

.included-items-table input[type="radio"] {
    -webkit-appearance: none;
    width: 24px;
    border: 1px solid black;
    border-radius: 5px;
    height: 24px;
    margin-top: 0;
    margin-bottom: -3px;
    cursor: pointer;
}

.included-items-table input[type="radio"]:checked {
    background-color: black;
}

.included-items-table input[type="radio"]:after {
    font-family: FontAwesome;
    content: "0";
    display: block;
    margin: 4px 0 0 4px;
    color: white;
}

.included-items-table input[type="radio"]:checked:after {
    font-family: FontAwesome;
    content: "\f00c";
    display: block;
    margin: 4px 0 0 4px;
    font-size: 14px;
    color: white;
    background-color: black;
}

.included-items-table .section-title,
.inc-items-modal-header {
    font-weight: 600;
}

.included-items-table .section-content {
    margin-top: 15px;
}

.inc-items-modal-header {
    font-size: 22px;
}

.table-responsive.white-table {
    background-color: #fff;
    color: #000;
    margin-bottom: 40px;
}

.table-responsive.white-table .orderPaginationSec .panel {
    background-color: #fff;
}

.orderPaginationSec .cc_paginator .cc_body .row .first-column {
    display: none;
}

.orderPaginationSec .cc_paginator .cc_body .row > .center-column,
.orderPaginationSec .cc_paginator .cc_body .row > .right-column {
    width: 100%;
}

.table-responsive.white-table .table {
    margin-bottom: 0;
}

.table-responsive button, .table-responsive button:hover, .table-responsive button:focus, .table-responsive button:active, .table-responsive button:active:focus, .table-responsive button:active:hover {
    margin-top: 10px;
    border-radius: 4px;
    background-color: #e41b13;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}

.cart_item_list.cc_cart_item_list .cart_item {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 45px;
}

.cart_item_list.cc_cart_item_list .cart_item:last-child {
    border: none;
}

.cart_item_list.cc_cart_item_list .highlight_cart_item {
    border: solid 2px #e41b13 !important;
    padding: 5px;
}

.row.highlight_cart_item {
    border: solid 2px #e41b13 !important;
    padding: 5px;
}

.emergency-message-expired {
    margin: 10px 0 0 0;
    font-weight: bold;
}

.buyForMe-message-label {
    margin: 10px 0 0 0;
    font-weight: bold;
}

.emergency-message-priceIncreased {
    margin: 10px 0 0 0;
    font-weight: bold;
}


.form-message-product {
    margin: 10px 0 0 0;
    font-weight: bold;
}

.selectImagesOptions {
     min-width: 165px;
     height: 34px;
     border-radius: 4px;
     background-color: #e41b13;
     border: none;
     margin-left: 0;
}

.selectImagesOptions a, .selectImagesOptions a:hover, .selectImagesOptions a:focus, .selectImagesOptions a:active {
     font-size: 14px;
     font-weight: bold;
     color: #ffffff;
     text-transform: uppercase;
     display: block;
     text-decoration: none;
}

.selectImagesOptionsRow {
    height: 45px;
    margin-left: 0;
    color: #3A3A3A;
    font-weight: bold;
}

.selectImagesOptionsSpan {
    margin-right: 15px;
    line-height: 34px;
    letter-spacing: 0.4px;
}

.cartItem_deleteButton {
    min-width: 165px;
    height: 34px;
    border-radius: 4px;
    background-color: #e41b13;
    border: none;
    margin-top: 5px;
}

.cartItem_deleteButton a, .cartItem_deleteButton a:hover, .cartItem_deleteButton a:focus, .cartItem_deleteButton a:active {
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}

/* --- CHECKOUT - General --- */
.asterisk:after{
    content: '*';
}
.checkoutContent .btn.btn-default{
    width: auto;
    min-width: 160px;
    height: 34px;
    border-radius: 4px;
    background-color: #e41b13;
    border-color: #e41b13;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 20px;
}
.btn.btn-default.processBack{
    background-color: #212b34;
    border-color: #212b34;
}
.checkoutContent .form-control:focus{
   border-color: #212b34;
}

/* --- CHECKOUT - Panel Navigation --- */
.nav.nav-pills.nav-justified.thumbnail{
    margin-top: 40px;
}
.nav-pills>li+li{
    vertical-align: middle;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover{
    background-color: #212b34;
}
.active.cc_checkoutStep h4{
    color: #fff;
}

/* --- CHECKOUT - User Information Step --- */
.product-usage-section{
    padding: 25px 0px;
}
.product-usage-section p{
    font-weight: 600;
}
#shippingAddressForm .copyAddress{
    cursor: pointer;
}
/* label[for="address1"]:after,
label[for="city"]:after{
    content: '*';
} */
.checkoutContent .contact-info{
    font-size: 24px;
    font-family: inherit;
}
#billingAddressForm, #shippingAddressForm{
    background-color: #d8dade;
    padding-top: 5px;
    padding-bottom: 5px;
}
#mailingAddress-container{
    background-color: #d8dade;
    padding: 15px;
    margin-bottom: 10px;
}
.mailingAddress-title{
    font-size: 24px;
    font-family: inherit;
    margin-bottom: 10px;
}
.cc_address_entry_billing{
    padding-left: 0px;
    padding-right: 0px;
}
.cc_address_entry_shipping{
    padding-right: 0px;
}
#billingAddressForm{
    padding-left: 15px;
    padding-right: 10px;
}
#shippingAddressForm{
    padding-right: 15px;
    padding-left: 10px;
}
.checkoutContent .address-section{
    padding-top: 15px;
}

/* --- CHECKOUT - Shipping Step --- */
.checkoutContent .shippingDetails.cc_shipping_details{
    float: right;
}

/* --- CHECKOUT - Order Review Step --- */
.checkoutContent .cc_checkout_review .link_button.cc_link_button{
    text-align: right;
    width: 100%;
}
.cc_total .cc_grand_total{
    width: 100%;
}
.checkoutContent .cc_item_price{
    text-align: left;
}
.checkoutContent .cc_item_total .cc_total_label{
    margin-right: 0px;
}
.checkoutContent .cc_value.cc_sku{
    display: none;
}

/* --- CHECKOUT - Payment Step --- */
.payment-step-action-btn{
    text-align: right;
    padding-top: 25px;
}
.payment-method-section p{
    font-weight: 600;
}

/* --- Order Item Status Badge --- */
.order_item_status_step_label {
    display: inline-block;
    width: 70px;
    position: relative;
    margin-bottom: -6px;
    vertical-align: bottom;
}
.order_item_status_step{
    display: inline-block;
    text-align: left;
    margin-right: 10px;
    padding: 1px 0px;
    position: relative;
    font-size: 12px;
    width: calc(23% - 20px);
    color: #797979;
}
.collapsedChildItems .order_item_status_step{
    width: calc(22% - 18px);
}
.collapsedChildItems .order_item_status_badge {
    padding: 0;
}

.collapsedChildItems .order_item_status_step .step-info .step-subtitle {
    font-size: 10px;
}

.collapsedChildItems .order_item_status_step .step-title {
    font-size: 11px;
}
.order_item_status_step.resultKO .step-info {
    color: red;
}
.order_item_status_step.resultOK .step-info {
    color: #4A9A06;
}
.order_item_status_step .step-line {
    background:#DDDDDD;
    position: relative;
    width: 100%;
    display: block;
    height: 2px;
    margin-top: 15px;
}
.order_item_status_step .step-title {
    font-weight: 700;
}
.order_item_status_step .step-title p {
    display: inline-block;
    margin: 0;
}
.order_item_status_step .step-line .step-circle {
    min-width: 12px;
    height: 12px;
    border-radius: 100px;
    top: -5px;
    background: #F5B475;
    position: absolute;
    content: "";
}
.order_item_status_step.started .step-line .step-circle {
    background: #FFE450;
}
.order_item_status_step.failed .step-line .step-circle {
    background: #E31B14;
}
.order_item_status_step.completed_with_errors .step-line .step-circle{
    background: #FF9300;
}
.order_item_status_step.completed .step-line .step-circle{
    background: #4A9A06;
}
.order_item_status_step.null .step-line .step-circle{
    background: #D7D7D7;
    width: 100%!important;
}
.order_item_status_step .warning-message:before {
    content: "";
    position: absolute;
    background-image: url("../images/warning.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    top: 5px;
    right: 0;
}
.order_item_status_step .information-message:before {
    content: "";
    position: absolute;
    background-image: url("../images/information.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    top: 5px;
    right: 0;
}

.order_item_status_step.failed .step-info .step-title,
.order_item_status_step.failed .step-info .step-subtitle {
    color: #e41b13;
}

.order_item_status_steps{
    display: inline;
}
.order_item_status_badge{
    padding-top: 20px;
}
.order_item_status_badge span{
    padding-right: 10px;
}
.delivery_step{
    background-color: #e41b13;
}
.preparation_step{
    background-color: #ef8115;
}
.processing_step{
    background-color: #f5b475;
}
.retrieval_step{
    background-color: #009900;
}
.order_item_status_step .tooltip_step{
    visibility: hidden;
    display: block;
    width: auto;
    white-space: nowrap;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    margin-top: 10px;
    padding: 3px 10px;
    font-size: 10px;
    position: absolute;
    z-index: 1;
}
.cc_col_order_status .tooltip-inner {
    text-align: left;
}
.order_item_status_step:hover .tooltip_step{
    visibility: visible;
}
.order_item_status_element{
    width: 100%;
    padding: 20px 0px;
}
.cc_order_details .order_item_status_badge{
    padding-top: 0px;
}

/*COUPON*/
.cc_shopping_cart_discount_panel .btn {
    min-width: 160px;
    height: 34px;
    border-radius: 4px;
    background-color: #e41b13;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.cc_shopping_cart_discount_panel .panel-title {
    letter-spacing: -0.72px;
    color: #171e25;
    text-transform: none;
}

.cc_shopping_cart_discount_panel .cc_myaccount_content {
    padding-left: 0px;
    padding-right: 0px;
}

.cc_shopping_cart_discount_panel .discount_code .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.cc_shopping_cart_discount_panel .coupon_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}

.cc_shopping_cart_discount_panel .coupon_title span{
    font-size: 14px;
    font-weight: bold;
}

.cc_shopping_cart_discount_panel .couponMessagingSection-Error .alert-danger{
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    background-color: transparent;
}

.cc_shopping_cart_discount_panel .couponMessagingSection-Error .alert{
    padding: 0px;
    margin-bottom: 0px;
    border: none;
}

.orderContainer .coupon_price_div .cc_item_total{
    position: absolute;
    bottom: auto;
    right: 0;
}

.licence-details {
    padding-bottom: 10px;
    margin-left: 5px;
    width: 95%;
}

#save-setup-licence {
    margin-right: 10px;
}

.add-licence {
    text-align: end;
    padding-bottom: 10px;
}

.add-licence button {
    background-color: #e41b13;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 120px;
}

.resellerForm {
    padding: 10px;
}

.resellerForm label span{
    line-height: 34px;
    font-size: 16px;
}

.resellerForm label.error {
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #a94442;
    margin: 5px 0 10px 0
}

.cartItemTags-wrapper > input {
    width: 100%;
}

.cartItemCustomerNumber-wrapper > input {
    width: 100%;
}

#contactUsBanner {
    background-image: url("../images/banner-image.png");
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-right: 100%;
    background-size: cover;
}

.d-flex-desktop {
    display: flex !important;
}

.boxContacts {
    padding-left: 120px;
    padding-top: 50px;
}

/*MEDIA*/

@media(min-width: 992px) and (max-width: 1199px){
    .cc_navbar-nav {
        width: 500px;
    }

    .navbar-default .navbar-nav>li {
        height: 32px;
    }

    .navbar-default .navbar-nav>li>a {
        line-height: 32px;
        letter-spacing: 0;
    }

    .navbar-collapse>ul {
        margin-left: 40px;
    }

    .dropdown-menu {
        width: 200px;
    }

    .dropdown-menu>li>a {
        width: auto;
        height: 50px;
        line-height: 43px;
    }

    .navbar-form{
        padding: 0;
    }

    .b_menu {
        margin: 0 5px;
        font-size: 13px;
    }

    .myStorageRow #download_button, .myStorageRow #view_button {
        width: 130px;
    }

    .myStorageRow #download_button a, .myStorageRow #view_button a {
        width: auto;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .boxContacts {
        padding-left: 30px;
    }

    .cc_navbar-inverse {
        height: 60px;
    }

    .pull-right.cc_navbar-header {
        float: left!important;
    }

    .cc_navbar-nav {
        width: 400px;
    }

    .navbar-default .navbar-nav>li {
        height: 32px;
    }

    .navbar-default .navbar-nav>li>a {
        line-height: 32px;
    }

    .navbar-collapse>ul {
        margin-left: 15px;
    }

    .dropdown-menu {
        width: 200px;
    }

    .dropdown-menu>li>a {
        width: auto;
        height: 40px;
        line-height: 35px;
    }

    .cc_col_search {
        width: 200px;
    }

    .navbar-form{
        padding: 0;
    }

    #cc_store_logo_img {
        width: 100px;
        top: 15%;
    }

    #logoUrl {
        width: 100px;
    }

    .cc_reset_password_form span {
       font-size: 16px;
    }

    .main_footer {
        padding: 0 50px;
    }

    .b_menu {
        margin: 0 5px;
        font-size: 13px;
    }

    #egeos_logo {
        width: 100px;
    }

    .div-price {
        height: 60px;
    }

    .resellerForm {
        padding: 0;
    }

    .cc_myaccount_content [class*="label"] {
         display: inline;
    }

    .price_div,
    .order-details-el{
        width: 100%;
    }

    .cc_order_status, .item_status, .included_items, .cc_item_price {
        text-align: left;
    }

    .item_status div {
        display: inline-block;
        margin-right: 5px;
    }

    .price_div .cc_price p {
        display: inline-block;
        margin-right: 10px;
    }

    .cc_item_total {
        float: right;
    }

    /* .order_item_status_badge{
        width: 50%;
    } */

    .price_block {
        float: left!important;
    }

    .price_block .cc_price {
        position: static;
    }

    .myStorageRow .buttons_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }

    .myStorageRow .buttons_row .cc_item_title {
        margin-top: 10px;
    }

    .resellerForm label {
        padding-right: 0;
    }

    .resellerForm label span{
        line-height: 34px;
        font-size: 14px;
        letter-spacing: -0.2px;
    }
}

@media screen and (max-width: 767px) {
    .d-flex-desktop {
        display: block !important;
    }

    .boxContacts {
        padding-left: 30px;
    }

    span[id*='CCPage'] + .deskLayout span[id*='ACN_CC_ProductSetup'] {
        height: calc(100vh - 220px);
    }
    .container{
       width: 100%;
    }

    .cc_navbar-inverse {
        height: 90px;
    }

    .cc_navbar-nav {
        margin: 7.5px -15px 1px -15px;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 11px;
    }

    .header-spacer {
        margin: 0;
    }

    .cc_navbar-header ul li {
        display: block;
    }

    .pull-right.cc_navbar-header {
        float: left!important;
    }

    #cc_store_logo_img {
        display: none;
    }

    #logoUrl {
        display: none;
    }

    .navbar-form {
        margin-left: 0;
        padding: 10px 0;
    }

    .navbar-default {
        height: auto;
    }

    .navbar-default .navbar-nav>li {
        height: auto;
    }

    .navbar-default .navbar-nav>li>a {
        line-height: 50px;
        padding: 0 20px 0 10px;
    }

    .navbar-collapse>ul {
        margin-left: auto;
    }

    .navbar-form {
        margin-right: 0;
    }

    .contentBody.cc_content_body .container {
        padding-top: 10px;
    }

    #newCustomerForm .form-control {
        width: 100%;
    }

    .main_footer {
        padding: 0 20px ;
    }

    #asi_logo {
        margin-right: 20px;
    }

    #telespazio_logo {
        margin-left: 20px;
    }

    .b_menu {
        margin: 0 5px;
        font-size: 11px;
    }

    .first_row {
        height: 70%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    #egeos_logo {
        display: none;
    }

    .second_row {
        height: 30%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .myAccBillingAddr, .myAccShippingAddr, .myAccMailingAddr, .myAccOtherAddr {
        width: 100%;
    }

    .searchOrderForm .form-group select {
        width: 100%;
    }

    #searchOrderInput {
        width: 100%;
    }

    #fromDateStr, #toDateStr{
       width: 200%;
    }

    .searchOrderForm .form-group {
        margin-bottom: none;
    }

    .searchOrderForm .form-group i {
        display: none;
    }
    .order_note_section{
        padding-bottom: 30px;
    }
    .order_item_status_badge{
        padding: 20px 15px;
    }
    .order_item_status_step{
        width: 25%;
    }
    .order_item_status_badge{
        width: 100%
    }

    .cc_col_search {
        padding: 0;
    }

    .cc_col_search .nav {
        float: none;
    }

    .datepicker {
        left: 0;
    }

    .cc_order_information {
        width: 100%;
    }

    .cartItemGreyButton {
        margin-left: 0;
    }

    .selectImagesOptionsSpan {
        margin-right: 5px;
        letter-spacing: -1px;
    }

    .price_div {
        width: 100%;
    }

    .cc_order_status, .item_status, .included_items, .cc_item_price {
        text-align: left;
    }

    [id^=imgDataModal] .modal-body .data-value {
        float: none;
    }

    [id^=imgDataModal] .modal-dialog {
        width: auto;
    }

    [id^=imgDataModal] .modal-body .satelliteDataList li{
        display: block;
    }

    .item_status div {
        display: inline-block;
        margin-right: 5px;
    }

    .price_div .cc_price p {
        display: inline-block;
        margin-right: 10px;
    }

    .cc_item_total {
        float: right;
    }

    .div-price {
        height: 60px;
    }

    .resellerForm {
        padding: 0;
    }

    .price_block {
        float: left!important;
    }

    .price_block .cc_price {
        position: static;
    }

    .grand_total .price .cc_label {
        font-size: 18px;
    }

    .grand_total .price .cc_value {
        font-size: 18px;
    }

    .myStorageRow #download_button, .myStorageRow #view_button {
        width: 130px;
    }

    .myStorageRow #download_button a, .myStorageRow #view_button a {
        width: auto;
    }

    .myStorageRow .buttons_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }

    .myStorageRow .buttons_row .cc_item_title {
        margin-top: 10px;
    }

    .contactUs .modal-body {
        padding: 0;
    }

    .contactUs .modal-header {
        padding: 15px 0;
    }

    .contactUs .modal-content {
        padding: 0 20px;
    }

    .cc_eff_account_ro {
        font-size: 11px;
    }
    #searchStorageItemInput, #searchItemStatus,
    #fromDateStorage, #toDateStorage{
        width: 100%;
        height: 40px;
    }
    #searchStorageItemForm .form-group,
    #searchStorageItemForm .form-group > .input-group {
        width: 100%;
    }
    .myStorage-filter-section .cc_order_search_action .searchOrder {
        float: left;
    }
    .myStorage-persistence {
        text-align: center;
    }
    .cc_order_item_list .item-info-section {
        width: 80%;
    }
    .myStorageRow .item-info-section > .product-status-badge,
    .myStorageRow .item-info-section > button {
        width: calc(50% - 15px);
    }

    #contactUsBanner {
        padding-top: 130px;
    }
}

/*-----------------------*/
/* Toggle checkbox */
/* .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  margin-bottom: 6px;
  margin-top: -6px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: -4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.fa-check {
    position: absolute;
    color: white;
    margin-top: inherit;
    left: 10px;
    bottom: 13px;
}

input:checked + .slider {
  background-color: #e41b13;
  margin-bottom: 6px;
  margin-top: -6px;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
  margin-bottom: 6px;
  margin-top: -6px;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

input.error, select.error {
    border: 1px solid #e41b13;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} */

.buyImage {
    margin-top: 15px;
}

.widgetSection .secRelatedCrossSell_container .panel-heading
{
	background-color: transparent;
    text-transform: uppercase;
    border-bottom: 1px solid #D7D7D7;
}

.readonly {
    background-color: #eee;
    opacity: 1;
    pointer-events: none;
}
.readonly-label {
    opacity: 1;
    pointer-events: none;
}
/* BUTTONS */

.go-back-button {
    background: transparent;
    color: #e41b13;
    border: none;
    font-weight: 700;
    vertical-align: bottom;
}

.go-back-button i{
    font-size: 20px;
    font-weight: 700;
    vertical-align: bottom;
}

.go-back-button:hover, .go-back-button:focus, .go-back-button:active  {
    background: transparent;
    color: #e41b13;
    border: none;
}

.button-red, .button-red:hover, .button-red:focus, .button-red:active:hover {
    width: 100%;
    border: none;
    height: 34px;
    border-radius: 4px;
    background-color: #e41b13;
    color: white;
    border: 2px solid #e41b13;
}

.button-red-outline, .button-red-outline:hover, .button-red-outline:focus, .button-red-outline:active {
    width: 100%;
    height: 34px;
    color: #fff;
    border-radius: 4px;
    color: #e41b13;
    background-color: transparent;
    border: 2px solid #e41b13;
}

.orderContainer .table-responsive button,
.orderContainer .table-responsive button:hover,
.orderContainer .table-responsive button:focus,
.orderContainer .table-responsive button:active,
.orderContainer .table-responsive button:active:focus,
.orderContainer .table-responsive button:active:hover {
    background: unset;
    color: #e41b13;
    margin: 0;
    padding: 0;
    text-transform: none;
}
.orderContainer .cc_name .cc_value.cc_name {
    font-size: 14px;
    color: #707070;
    font-weight: 700;
    min-width: 100px;
    word-break: break-all;

}
.orderContainer .cc_name {
    min-width: 100px;
}
.orderContainer .cc_total {
    text-align: right;
}

.form-control {
    font-size: 12px;
    color: #555;
}

.searchOrderForm .form-group .select2-container--default .select2-selection {
    padding: 0 12px;
    min-height: 30px;
    border: 1px solid #ccc;
}

.searchOrderForm .form-group .select2-container--default .select2-selection .select2-search__field,
.searchOrderForm .form-group .select2-container--default .select2-selection .select2-selection__rendered {
    font-size: 12px;
    color: #555;
    line-height: 29px;
    border-radius: 3px;
    margin: 0;
    padding: 0;
}


.searchOrderForm .form-group .select2-container--default .select2-selection {
    padding-bottom: 0;
}

.searchOrderForm .form-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 3px;
    margin-top: 3px;
    padding: 0;
    height: 21px;
    line-height: normal;
}

.text-right {
    text-align: right
}


/* pagination */
.acctmainSection .orderPaginationSec .cc_paginator .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.acctmainSection .orderPaginationSec .cc_paginator .firstAction,
.acctmainSection .orderPaginationSec .cc_paginator .lastAction {
    font-weight: 700;
}

.acctmainSection .orderPaginationSec .cc_items_per_page,
.acctmainSection .orderPaginationSec .cc_paginator_legend {
    margin: 0;
    font-weight: 700;
}
.acctmainSection .orderPaginationSec .cc_paginator a {
    color: #000
}

.acctmainSection .orderPaginationSec .cc_paginator .current-select-page{
    background: #d3d3d3;
    border-radius: 100%;
    display: inline-block;
    width: 25px;
    line-height: 23px;
    color: #000;
    height: 25px;
}

.acctmainSection .orderPaginationSec .cc_paginator .pagination-button {
    font-size: 18px;
    font-weight: 700;
    margin: 0 5px;
}

span[id*='CCPage'] + .deskLayout span[id*='ACN_CC_ImagePreview'] {
    display: block;
    height: calc(100vh - 235px);
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #ddd;
    cursor: default;
}

.titleContact {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ee3124;
}

.descContacts {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #73797c;
    font-size: 13px;
}

.descContacts a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #73797c;
    font-size: 13px;
}

.descContacts .fa:before{
    color: #ee3124;
}

#newCustomerForm .cc_new_customer_panel .form-group .error.help-block {
    color: #e41b13;
}

.d-flex {
    display: flex !important;
}

#messageimgcontactus {
    width: 95px;
    height: 71px;
    background-image: url("../images/message_contactus.png");
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0.6;
}

#contactusbymessage {
    flex-grow: 0.6;
}

#mailimgcontactus {
    width: 56px;
    height: 56px;
    background-image: url("../images/mail_contactus.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.boxContacts .contactButton {
    width: 100%;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    max-width: 205px;
}

.cc_applied_coupon, .cc_savings {
    color: #e41b13;
    font-weight: bold;
}

/* DEMO PRODUCT */

#ct-container {
    position: fixed;
    width: 50%;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
}

.ct-row {
    display: flex;
    justify-content: space-between;
}

.ct-group {
    flex: 1;
    margin: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ct-group:first-child {
    align-items: flex-start;
}

.ct-group:last-child {
    align-items: flex-end;
}

.ct-flex-bottom {
    justify-content: flex-end;
}

.ct-toast {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #000;
    border-radius: 4px;
    margin: 0px;
    opacity: 1;
    transition: 0.3s all ease-in-out;
    min-height: 45px;
    pointer-events: all;
    border-left: 3px solid rgb(110, 192, 95);
    opacity: 1;
}

.ct-toast:focus {
    outline: none;
}

.ct-toast svg {
    min-width: 18px;
}

.ct-cursor-pointer {
    cursor: pointer;
}

.ct-icon-loading {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.ct-icon-loading:after {
    content: ' ';
    display: block;
    width: 14px;
    height: 14px;
    margin: 1px;
    border-radius: 50%;
    border: 2px solid #0088ff;
    border-color: #0088ff transparent #0088ff transparent;
    animation: ct-icon-loading 1.2s linear infinite;
}

@keyframes ct-icon-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ct-text-group {
    margin-left: 15px;
}

.ct-text-group-heading {
    margin-left: 25px;
}

.ct-heading {
    font-size: 18px;
    margin: 0px;
    margin-bottom: 5px;
}

.ct-text {
    font-size: 14px;
}

@media (max-width: 768px) {
    .ct-row {
        justify-content: flex-start;
        flex-direction: column;
        margin: 7px 0px;
    }

    .ct-group {
        flex: none;
        margin: 0px;
    }

    .ct-toast {
        margin: 8px 15px;
        width: initial;
    }
}

.toast-container {
    position: fixed;
    z-index: 999999;
    top: 139px;
}

/* DEMO PRODUCT */


/* FORM PRODUCT */

.formProductModal .contactButton {
    cursor: pointer;
    background-color: #EE3124;
    color: white;
    font-weight: bold;
    padding: 0.5rem 2rem;
    font-size: 16px;
    line-height: 1.5;
    border: none;
    border-radius: 0.25rem;
    margin: 20px 20px 40px 20px;
}

.formProductModal .modal {
    text-align: left;
}

.formProductModal .modal-content {
    border-radius: 0;
    border: 3px solid #EE3124;
    padding: 0 40px;
}

.formProductModal h4 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 1rem;
    margin-bottom: -0.6rem;
    color: grey;
}

.formProductModal h5 {
    margin-bottom: 0.6rem;
    margin-top: 2rem;
    padding-bottom: 1rem;
    font-size: 14px;
    color: grey;
    border-bottom: 1px solid grey;
}

.formProductModal h6 {
    font-size: 14px;
    color: grey;
    text-decoration: underline;
}

.formProductModal .modal-body {
    padding: 0 30px 30px 30px;
}

.formProductModal form {
    color: #ee3124;
    font-weight: bold;
    font-size: 16px;
}

.formProductModal form a {
    color: #ee3124;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

.formProductModal label.error{
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #a94442;
    margin: 5px 0 10px 0
}

#acceptance-error{
    margin: 0;
}

#gdpr-error{
    font-weight: normal;
}

.btn-modal-emergency {
    border-radius: 4px;
    background-color: #e41b13;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 20px;
}

.formProductModal input, .formProductModal select, .formProductModal textarea {
    display: block;
    width: 100%;
    background-color: #e0e0e0;
    border: none;
    color: black;
    font-weight: normal;
    margin: 10px 0 -5px 0;
}

.formProductModal textarea {
    resize: vertical;
}

.formProductModal input[type='checkbox'] {
    display: inline;
    width: auto;
}

.formProductModal input[type='submit'], .formProductModal input[type='submit']:hover, .formProductModal input[type='submit']:focus, .formProductModal input[type='submit']:active{
    color: white;
    padding: 0.5rem 2rem;
    font-size: 16px;
    line-height: 1.5;
    background-color: #ee3124;
    border-color: #ee3124;
    border-radius: 0.25rem;
    width: auto;
    margin: 25px 0 10px 0
}

/* FORM PRODUCT */
/* @media (min-width: 992px) {
    .menu-container {
        width: 1027px;
    }
}

@media (min-width: 1200px) {
    .menu-container {
        width: 1451px;
    }
} */

/* SUBSCRIPTION */
.subscription-pdp, .subscription-pdp:hover, .subscription-pdp:focus, .subscription-pdp:active:hover {
    width: 190px;
    height: 34px;
    background-color: #e41b13 !important;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 4px;
}

.subscription-title {
    font-weight: bold;
    color: #E41B13;
}

.subscription-title-applied {
    font-weight: bold;
    color: green;
}

#subscriptionTable {
    margin-bottom: 40px;
    table-layout: fixed;
}

#subscriptionTable .cc_table_header_row {
    font-size: 12px;
    color: #6a737b;
}

#subscriptionTable > tbody > tr.cc_table_header_row > th {
    border-top: none;
    white-space: normal;
    word-wrap: break-word;
}

.cc_col_subscription_name {
    font-weight: bold;
}

.cc_col_subscription_status_subscribed{
    font-weight: bold;
    color:green;
}

.cc_col_subscription_status_notsubscribed{
    font-weight: bold;
    color:red;
}

.cc_subscription_detail_btn {
    width: 100px;
    /* width: 100px;
    height: 20px;
    background-color: #e41b13;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 4px; */

    height: 34px;
    border-radius: 4px;
    background-color: #e41b13;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border: none;
    margin-top: 10px;
}


#subscriptionTable  .clickable  td {
    white-space: normal;
    word-wrap: break-word;
}

#subscriptionTable, #subscriptionTable a {
    font-size: 12px;
    color: #121212;
}

#subscriptionTableDetail {
background-color: #eef0f5;
border-style: solid;
border-inline: initial;
}

#subscriptionTableDetail .cc_table_header_row {
    font-size: 12px;
    color: #6a737b;
}

.tooltip_sub_applied {
    width: 8px;
    height: 8px;
    background: green;
    border-radius: 60%;
    margin-top: 8px;
  }

.tooltip_sub_pending {
    width: 8px;
    height: 8px;
    background: #FFE450;
    border-radius: 50%;
    margin-top: 8px;
  }

.tooltip_sub_applied .tooltiptext,  .tooltip_sub_pending .tooltiptext{
    visibility: hidden;
    width: 120px;
    background-color: #212b34;
    color: #dddddd;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
  }

.tooltip_sub_applied:hover .tooltiptext, .tooltip_sub_pending:hover .tooltiptext {
    visibility: visible;
  }


/* CART HEADER TOOLTIP */
.tooltip_cart_header .tooltiptextcartheader{
    visibility: hidden;
    width: 120px;
    background-color: #333;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
  }

.tooltip_cart_header:hover .tooltiptextcartheader{
    visibility: visible;
  }

/* SUBSCRIPTION */
.pull-right.file {
    text-decoration: underline;
    cursor: pointer;
}

.knowledge-wrap .cc_article_title {
    font-size: 20px;
    margin-top: 0;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.72px;
    color: #171e25;
}

.knowledge-wrap .cc_article_desc {
    color: #1e1e1e;
    font-size: 12px;
}

.knowledge-wrap .highlight-container {
    text-align: center;
}

.knowledge-wrap .search-container {
    background: red;
    padding: 200px 0;
    background-image: url("../images/searcharticle_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.knowledge-wrap .search-container .search-input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.knowledge-wrap .search-container .input-group-btn button{
    height: 40px;
}

.knowledge-wrap .search-container .input-group-btn i {
    margin: 0;
}

.knowledge-wrap .highlight-title {
    font-size: 26px;
    color: #ee3124;
    font-weight: bold;
    margin: 0;
}

.knowledge-wrap .highlight-subtitle {
    font-size: 13px;
    color: #37383C;
    font-weight: normal;
}

.knowledge-wrap .highlight-category {
    margin-bottom: 60px;
}

.knowledge-wrap .section-title {
    font-size: 18px;
    line-height: 20px;
    color: #37383C;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.knowledge-wrap .section-desc {
    font-size: 13px;
    color: #707070;
    font-weight: normal;
}

.knowledge-wrap hr {
    margin-top: 60px;
    margin-bottom: 40px;
    border-top: 1px solid #DDDDDD;
}

.knowledge-wrap .highlight-category ul {
    list-style: none;
    padding: 0;
}

.knowledge-wrap .highlight-category ul .panel-collapse {
    background: transparent;
}

.knowledge-wrap .highlight-category ul li {
    font-size: 12px;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 0;
}

.knowledge-wrap .highlight-category ul li a {
    color: #212B34;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.knowledge-wrap .highlight-category ul li a:hover {
    text-decoration: none;
}

.knowledge-wrap .highlight-category ul li div {
    width: 100%;
}

.knowledge-wrap .highlight-category ul li i{
    font-size: 20px;
    font-weight: bold;
}

.knowledge-wrap .input-search-knowledge {
    border-radius: 5px 0 0 5px;
    width: 100%;
    height: 40px;
    outline: none;
    padding: 20px;
    border: none;
}

.knowledge-wrap .view-more-button {
    width: 100%;
    text-align: left;
}

.knowledge-wrap .view-more-button a {
    color: #ee3124;
    font-weight: bold;
    text-decoration: 1px solid #ee3124;
}

.knowledge-wrap .view-more-button a.icon-toggle.cc_icon_toggle span.view-more {
    display: none;
}
.knowledge-wrap .view-more-button a.icon-toggle.cc_icon_toggle span.view-more {
    display: block;
}
.knowledge-wrap .view-more-button a.icon-toggle.cc_icon_toggle.collapsed span.view-more {
    display: block;
}
.knowledge-wrap .view-more-button a.icon-toggle.cc_icon_toggle.collapsed span.view-less {
    display: none;
}

.knowledge-wrap .highlight-articles {
    padding: 40px 0;
}

.knowledge-wrap .highlight-articles .highlight-wrap {
    margin-bottom: 40px;
}

.knowledge-wrap .highlight-articles .highlight-wrap .col-img {
    padding-right: 9px;
}

.knowledge-wrap .highlight-articles .highlight-wrap .col-content {
    padding-left: 9px;
}

.knowledge-wrap .highlight-articles .highlight-wrap .col-img img.art-thumb {
    width: 100%;
    height: auto;
}

.knowledge-wrap .highlight-result {
    padding: 40px 0;
    box-shadow: 0px 3px 6px #00000029;
}

.knowledge-wrap .highlight-result ul {
    list-style: none;
    padding: 0;
}

.knowledge-wrap .highlight-result ul li {
    font-size: 12px;
    padding: 0;
}

.knowledge-wrap .highlight-result ul li a {
    color: #212B34;
}

.knowledge-wrap .highlight-result ul li .searchLinkArticle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.knowledge-wrap .highlight-result ul li .searchLinkArticle:hover {
    text-decoration: none;
}

.knowledge-wrap .highlight-result div.article-title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px 0 5px;
}

.knowledge-wrap .highlight-result ul li i{
    font-size: 20px;
    font-weight: bold;
}

.knowledge-wrap .highlight-result ul li i.circle {
    color: #ee3124;
    font-size: 8px;
}

.SingleHeroKnowledgeWrap .hero-container {
    background: red;
    padding: 200px 0;
    background-image: url("../images/searcharticle_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.single-knowledge-wrap .knowledge-content {
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 30px;
}

.single-knowledge-wrap .article-liked {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 30px;
}

.single-knowledge-wrap .article-liked .content-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
}

.single-knowledge-wrap .article-liked .liked-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.single-knowledge-wrap .article-liked .liked-wrap .like {
    padding: 0 10px;
}

.single-knowledge-wrap .article-liked .liked-wrap .like span {
    vertical-align: middle;
}

.single-knowledge-wrap .article-liked .counter {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}

.single-knowledge-wrap .sidebar-category ul li a {
    color: #212B34;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.single-knowledge-wrap .sidebar-category ul li a div {
    width: 100%;
}

.SingleKnowledgeWrap .breadcrumb {
    padding: 0;
}

.SingleKnowledgeWrap .highlight-articles .single-highlight {
    margin-bottom: 20px;
}


.SingleKnowledgeWrap .highlight-articles .single-highlight .col-img {
    padding-right: 9px;
}

.SingleKnowledgeWrap .highlight-articles .single-highlight .col-content {
    padding-left: 9px;
}

.SingleKnowledgeWrap .highlight-articles .single-highlight .col-img img.art-thumb {
    width: 100%;
    height: auto;
}

.SingleKnowledgeWrap .cc_article_title {
    text-transform: uppercase;
    margin: 0;
}

.SingleKnowledgeWrap .art-thumb-img img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.SingleKnowledgeWrap .cc_article_date {
    color: #707070
}

.SingleKnowledgeWrap .sidebar-category {
    font-size: 15px;
}

.relatedArticles {
    border-top: 1px solid #dddddd;
    padding-top: 40px;
    padding-bottom: 40px;
}

.relatedArticles .single-highlight {
    margin-bottom: 40px;
}

.relatedArticles .cc_article_title,
.relatedArticles .panel-title.cc_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-transform: uppercase;
}

.relatedArticles .panel-description,
.relatedArticles .cc_article_desc {
    color: #707070;
    font-size: 14px;
}

.relatedArticles .view-more-button {
    text-align: left;
}

.relatedArticles .view-more-button a {
    text-align: right;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #000000;
}

.relatedArticles .view-more-button a:hover {
    text-decoration: none;
}







































/* MYORDER LEAFLET STYLE PLUGIN */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 1200; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}

    .errorJson {
        font-size: 16px;
        font-weight: bold;
        color: #ee3124;
        text-decoration: none;
        display:none;
    }
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}
#myStorageSpinner {
    display: none;
}

/* div icon */
.map-container {
    padding: 7px;
    border-radius: 3px;
    background: #fff;
}
.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
}

.map-marker-pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    border: 1px solid white;
    background: #e41b13;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}
.map-marker-pin:after {
    content: '';
    width: 14px;
    height: 14px;
    margin: 7px 0 0 7px;
    background: white;
    position: absolute;
    border-radius: 50%;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #e41b13;
    border: none;
    color: #fff;
	border: 1px solid #fff;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
    margin-left: -4px;
    margin-top: -17px;
    padding-left: 18px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}



/* MYORDER LEAFLET STYLE */

.leaflet-tooltip-bottom:before {
    top: 0;
   margin-top: 0;
    margin-left: 0;
    border-bottom-color: transparent;
}
.leaflet-tooltip-bottom {
    margin-top: 0;
    background-color: #e41b13;
    border: none;
    color: #fff;
    left: 55px;
    padding-left: 20px;
    padding-right: 15px;
    top: -33px;
}


.leaflet-touch .leaflet-control-zoom-display {
    width: 248px;
    height: 48px;
    font-size: 18px;
    line-height: 30px;
  }
  .leaflet-touch .leaflet-bar a, .leaflet-touch .leaflet-toolbar-0 > li > a {
    width: 244px;
    height: 44px;
    font-size: 20px;
    line-height: 45px;
    background-size: 314px 30px;
  }
  .leaflet-touch .leaflet-draw-toolbar.leaflet-bar a {
    background-position-y: 6px;
  }
  .leaflet-touch .leaflet-draw-actions a, .leaflet-touch .leaflet-control-toolbar .leaflet-toolbar-1 > li > .leaflet-toolbar-icon {
    font-size: 20px;
    line-height: 44px;
    height: 44px;
  }
  .leaflet-touch .leaflet-draw-actions, .leaflet-touch .leaflet-toolbar-1 {
    left: 45px;
  }
  .leaflet-draw-toolbar .sr-only {
    position: unset;
}

.metadataMap img.quicklook-modal-image, .metadataMap img.default-product-image {
    width: 100%;
    max-width: 400px;
}

.btn.resetStorage, .btn.resetOrder {
    background-color: transparent;
    color: #e41b13;
    border-top-right-radius: 4px;
    border: 2px solid #e41b13;
    border-bottom-right-radius: 4px;
    border-radius: 4px 0px 0px 4px;
    margin-top: 10px;
    padding-left: 5px;
}

.cc_order_search_action .btn-col-sx {
    padding-left: 5px;
}

.cc_order_search_action .btn-col-dx {
    padding-right: 5px;
}

@media (min-width:768px){
    .btn-sm.resetStorage, .btn.resetOrder   {
        margin-top: 0px;
    }
}

/*FIX width select2 on resize*/
.myorders-leftFormSide .select2 {
    width:100%!important;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }

@media (min-width: 768px) {
    .row.equal {
      display: flex;
      flex-wrap: wrap;
    }
}

.image-container .map-container {
    padding: 0;
}

.image-container {
    margin-bottom: 20px;
}

.metadataMap .modal-dialog, .feasabilityModal .modal-dialog {
    width: 70%;
}


.table-responsive button.btn-view-state:active, .table-responsive button.btn-view-state:focus , .table-responsive button.btn-view-state:active:focus, .table-responsive button.btn-view-state {
    border: 1px solid #ccc;
    background-color: transparent;
    color: #000;
    margin-top: 0;
}

.table-responsive button.btn-view-state:hover{
    border: 1px solid #e41b13;
    background-color: #e41b13;
    color: #fff;
    margin-top: 0;
}

.imagePreview .carousel-inner>.item>a>img,
.imagePreview .carousel-inner>.item>img,
.imagePreview .img-responsive, .thumbnail a>img,
.imagePreview .thumbnail>img {
    width: 100%;
}

/* checkbox select order item */
.select-orderitem {
    margin-top: 10px;
}
.select-orderitem .select-label {
    margin-left: 10px;
    font-weight: bold;
    margin-left: 50px;
    color: #000;
}
/*
.select-orderitem label {
    position:relative;
    cursor:pointer;
    display: flex;
    align-items: center;
}
.select-orderitem label [type="checkbox"] {
    display: none;
    position: absolute;
    margin: 0;
    left: 10px;
}
.select-orderitem [type="checkbox"] ~ span {
    display:inline-block;
    padding: 4px 8px;
    border: 2px solid #d7d7d7;
    border-radius: 3px;
    background: #d7d7d7;
}
.select-orderitem :checked ~ span {
    background:#e41b13;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    border: 2px solid #e41b13;
}
.select-orderitem [type="checkbox"][disabled] ~ span {
    background:rgb(165, 164, 164);
}

.select-orderitem input[type=checkbox] {
    cursor: pointer;
}
.select-orderitem input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: -1px;
    left: 0px;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: white;
}
.select-orderitem input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #e41b13;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    left: 5px;
}

.select-orderitem .wrap-select-all.selected .select-label {
    display: none;
}
.select-orderitem .wrap-select-all.selected .deselect-label {
    display: block;
}
.select-orderitem .wrap-select-all .select-label {
    display: block;
}
.select-orderitem .wrap-select-all .deselect-label {
    display: none;
} */

/*switch checkbox*/
.select-orderitem .switch {
    position: relative;
    height: 20px;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.select-orderitem .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.select-orderitem .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.select-orderitem .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.select-orderitem input:checked + .slider {
    background-color: #e41b13;
}

.select-orderitem input:focus + .slider {
    box-shadow: 0 0 1px #e41b13;
}

.select-orderitem input:checked ~ .select-label {
    color: #e41b13;
}

.select-orderitem input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}
.select-orderitem .slider.round {
    border-radius: 34px;
    width: 40px;
}

.select-orderitem .slider.round:before {
    border-radius: 50%;
}

.metadata-collapse-group {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}
.metadata-collapse-group .button-open-collapse {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.metadata-collapse-group .collapse {
    margin-top: 10px;
}
.metadata-collapse-group .button-open-collapse .title{
    flex: 1;
    color: #000;
}
.metadata-collapse-group .button-open-collapse .fa-caret-down:before {
    color: #000
}
.metadata-collapse-group .metadata-table {
    margin-bottom: 0
}

.quicklook-container img.orderDetail.img-responsive {
    max-height: 300px;
    width: auto;
}

.btn-back-lightGrey {
    min-width: 190px;
    height: 34px;
    color: #fff;
    border-radius: 4px;
    background-color: #e0e0e0;
    border: none;
	float: left;
	margin: 1%;
	color:black;
}

.btn-back-BlackList{
    background-color: #2b2b2b;
    color: #fff;
	min-width: 190px;
    height: 34px;
    border-radius: 4px;
    border: none;
	float: left;
	margin: 1%;
}

.btn-back-selected-BlackList{
    width: auto;
	min-width: 190px;
    height: 34px;
	border-radius: 4px;
	border: none;
	background-color: #e41b13;
	border-color: #e41b13;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	float: left;
	margin: 1%;
}
.btn-back-selected-BlackList:hover{
	background-color: #000000;
	border-color:#000000;
}

.btn-back-lightGrey:hover{
	background-color: rgb(255, 135, 135);
}

.selectedReseller {
	width: auto;
	min-width: 190px;
    height: 34px;
	border-radius: 4px;
	border: none;
	background-color: #e41b13;
	border-color: #e41b13;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	float: left;
	margin: 1%;

}
.disabledClass {
	background-color: gray !important ;
}

.displayNone {
    display:none;
}

td.cc_table_col {
    vertical-align: middle !important;
}

.cc_table_col.text_align_right {
    text-align: right !important;
}

button.RemoveBTN.btn.btn-default {
    margin-top: 0;
    width: auto;
}

.RemoveBTN > a.fa.fa-trash {
    margin-right: 0;
}
/* EDB 2026-03-26 start */
.product-list-icon {
    display:inline-block;
    width:22px;
    height:22px;
    background-repeat:no-repeat;
    background-size:contain;
}
/* EDB 2026-03-26 end */