﻿.btn {
    padding: 3px 16px;
}

.VerticalRadio {
    margin-top: -1px;
    vertical-align: middle;
}

.myHalfCol .col-lg-6 {
    padding: 0 10px;
}

.myHalfCol .col-lg-6 {
    width: 48%;
    margin: 0 1% /* or auto */;
}


textarea {
    width: 50%;
    resize: none;
    height: 100px;
}

@media (min-width: 992px) {
    textarea {
        width: 50%;
    }
}

@media (max-width: 991px) {
    textarea {
        width: 80%;
    }
}

.glyphicon-calendar:before {
    content: "\1f4c5";
}

@media (min-width: 768px) {
    body {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.42857143;
        color: #3e3f3a;
        background-color: #ffffff;
    }
}

@media (max-width: 767px) {
    body {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 1.42857143;
        color: #3e3f3a;
        background-color: #ffffff;
    }
}

a {
    color: #008545;
}

    a:hover,
    a:focus {
        color: #008545;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto #008545;
        outline-offset: -2px;
    }




.text-primary {
    color: #008545;
}



.text-warning {
    color: yellow;
}

.modal-text-primary {
    color: #ffffff;
}

.container-body {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 735px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 950px;
    }
}

@media (min-width: 768px) {
    .container-body {
        width: 465px;
    }
}

@media (min-width: 992px) {
    .container-body {
        width: 590px;
    }
}

@media (min-width: 1200px) {
    .container-body {
        width: 950px;
    }
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto #008545;
}

@media (max-width: 767px) {
    .form-control {
        padding: 1px 2px;
        border: 1px solid #aaa;
        -webkit-transition: border-color ease-in-out .15s, #008545 .15s;
        -o-transition: border-color ease-in-out .15s, #008545 .15s;
        transition: border-color ease-in-out .15s, #008545 .15s;
        height: 26px;
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .form-control {
        padding: 1px 2px;
        border: 1px solid #aaa;
        -webkit-transition: border-color ease-in-out .15s, #008545 .15s;
        -o-transition: border-color ease-in-out .15s, #008545 .15s;
        transition: border-color ease-in-out .15s, #008545 .15s;
        height: 26px;
        font-size: 14px;
    }
}

.discount {
    display: table;
    overflow: hidden;
    background: #008545;
    top: -10px;
    right: -80px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50px;
    -webkit-box-shadow: 1px 2px 3px 0px rgba(50,50,50,.75);
    -moz-box-shadow: 1px 2px 3px 0px rgba(50,50,50,.75);
    box-shadow: 1px 2px 3px 0px rgba(50,50,50,.75);
    padding: 1px;
    z-index: 9;
}

    .discount span {
        font-size: 14px;
        color: white;
        text-transform: uppercase;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        line-height: 13px;
    }

.combobox {
    padding: 1px;
    height: 26px;
}

.input-sm {
    height: 26px;
    padding: 0px;
}

.viewbtn {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-special {
    float: right;
}

.viewbtn-rightalign {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 0;
}

input {
    border: 1px solid #aaa;
}

    input:active {
        border-color: #008545;
    }

.btn-primary {
    background-color: #008545;
    height: 26px;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-color: #008545;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #008545;
    }

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-color: #008545;
}

@media (max-width: 767px) {
    .dropdown-menu {
        background-color: #008545;
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .dropdown-menu {
        background-color: #008545;
        font-size: 14px;
    }
}

.dropdown-menu.pull-right {
    right: 0;
    left: 0;
}


@media (max-width: 767px) {
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 4px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #ffffff;
    }
}

@media (min-width: 768px) {
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #ffffff;
        white-space: nowrap;
    }
}



.input-group {
    display: inline;
}

.dropdown-menu > li > a :hover {
    color: green;
}


@media (max-width: 991px) {
    .input-group .form-control {
        width: 80%;
        max-width: 700px;
        display: table;
        position: relative;
        z-index: 2;
        float: left;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .input-group .form-control {
        width: 50%;
        display: table;
        position: relative;
        z-index: 2;
        float: left;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .header-width {
        width: 80%;
        margin-left: 10%;
    }
}

@media (min-width: 1200px) {
    .header-width {
        width: 70%;
        margin-left: 15%;
    }
}

@media (max-width: 767px) {
    .header-width {
        margin-left: 10%;
    }
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: green;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
}

.input-group-addon {
    padding: 0px 9px;
    height: 26px;
    font-size: 9px;
    width: 10px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: rgba(23, 134, 91, 0.9);
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border-radius: 4px;
    background-color: #008545;
}

.nav-pills > li > a {
    background-color: #199364;
}

.nav-pills > li + li {
    background-color: #199364;
}

.navbar {
    margin-bottom: 0px;
}


@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        width: auto;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 1px;
    }
}

@media (min-width: 768px) {
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
    }
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #008545;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #008545;
}

.navbar {
    color: #008545;
}

.panel-success > .panel-heading {
    background-color: #008545;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #008545;
}

.navbar-inverse {
    border: none;
}

.navbar-inverse {
    background-color: #008545;
}

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: white;
    }

@media (min-width: 1200px) {
    .container {
        width: 1150px;
    }
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    border-color: #dfd7ca;
    text-decoration: underline;
}

.caption1 {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: central;
    text-align: center;
    margin: 16px 0 20px 0;
}

@media (min-width: 1200px) {
    .caption1 p {
        color: white;
        font-size: 11px;
        margin: 0px;
        text-align: center;
        font-weight: 500;
    }
}

@media (min-width: 992px) {
    .caption1 p {
        color: white;
        font-size: 11px;
        margin: 0px;
        text-align: center;
        font-weight: 100;
    }
}

@media (max-width: 991px) {
    .caption1 p {
        color: white;
        font-size: 11px;
        margin: 0px;
        text-align: center;
        font-weight: 100;
    }
}

.caption1 h3 {
    font-size: 11px;
    margin: 2px;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    background-color: #0E5338;
}


.thumb {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}

    .thumb img {
        width: 100%;
    }

.thumbnail {
    padding: 0px;
    background-color: #008545;
    border: 0px solid #0E5338;
    border-radius: 15px;
    text-align: center;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #24D28F;
}

.panel-success > .panel-heading {
    color: #008545;
    background-color: #008545;
}


    .panel-success > .panel-heading .badge {
        color: #008545;
        background-color: #008545;
    }

.well {
    background-color: #ffffff;
}

.modal {
    display: none;
}

#myModal {
    display: none;
    height: 100%;
}

#myModalShow {
    display: block;
}

input:focus,
.form-control:focus {
    border-color: #008545;
}

.nav-pills a {
    color: #ffffff;
}

.form-control::-webkit-input-placeholder {
    color: grey;
}

.form-control:-moz-placeholder {
    color: grey;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0;
}

.form-control::-moz-placeholder {
    color: grey;
}

.form-control:-ms-input-placeholder {
    color: grey;
}

.form-control:focus {
    outline: 5px auto #008545;
    outline-offset: -2px;
}

@media (max-width: 991px) {
    .single-line {
        width: 80%;
        max-width: 700px;
    }
}

.text-success {
    color: #008545;
}

a.text-success:hover,
a.text-success:focus {
    color: #008545;
}

.single-line:focus {
    outline: 5px auto #008545;
}

@media (min-width: 992px) {
    .single-line {
        width: 50%;
    }
}

.single-line-full {
    width: 100%;
}



@media (max-width: 991px) {
    .form-control {
        width: 80%;
        max-width: 700px;
    }
}

@media (min-width: 992px) {
    .form-control {
        width: 50%;
    }
}

.iframe-container {
    padding-bottom: 60%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 4px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .displayUnderLine {
        display: table;
        margin: 0 auto;
        width: 550px;
    }
}

@media (max-width: 767px) {
    .padding-xs {
        padding-top: 15px;
    }

    #navOther {
        position: absolute;
        z-index: 9;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        background: white;
    }

    #navOtherMain {
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .container-images {
        background-color: white;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .container-images {
        height: 166px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        border: 5px #008545 solid;
        border-radius: 15px;
    }
}

@media (min-width: 1200px) {
    .container-images {
        height: 207px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        border: 5px #008545 solid;
        border-radius: 15px;
    }
}

@media (max-width: 767px) {
    .thumbnail {
        width: 100%;
        max-width: 520px;
    }

    .thumb {
        position: relative;
        padding: 0px;
        margin-bottom: 20px;
    }

        .thumb img {
            max-width: 520px;
        }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .thumbnail {
        width: 167px;
        height: 217px;
    }
}

@media (min-width: 1200px) {
    .thumbnail {
        width: 207px;
        height: 258px;
    }
}

.dummy {
    padding-top: 100%; /* forces 1:1 aspect ratio */
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


@media (min-width: 1200px) {
    .img-rounded {
        max-height: 100%;
        max-width: 197px;
        display: inline-block;
        vertical-align: middle;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .img-rounded {
        max-height: 100%;
        max-width: 157px;
        display: inline-block;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .img-rounded {
        max-height: 100%;
        max-width: 100%;
        display: inline-block;
        vertical-align: middle;
    }
}

@media (min-width: 768px) {
    .padding-xs {
        padding-left: 0px;
    }
}

.navbar-nav {
    margin: 0px -15px;
}

.iframe-container iframe,
.iframe-container object, btn .iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rcorners2 {
    border-radius: 25px;
    border: 2px solid #008545;
    padding: 20px;
}

.foldericon {
    width: 10%;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal-dialog {
}

.btn-circle {
    padding-bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px; /* adjust line height to align vertically*/
    padding: 0;
    border-radius: 50%;
    background-color: white !important;
    margin: 0 0 0 15px;
    color: #008545;
}

.center-block-other {
    position: fixed;
    top: 50% !important;
    left: 50%;
}

.btn-circle:hover {
    background-color: #024e34 !important;
}

.topbar-big-nomobile {
    position: absolute;
    margin-top: 10px;
    height: 70px;
}

.topbar-big-mobile {
    position: absolute;
    height: 75px;
}

.topbar-small-nomobile {
    margin-top: 3px;
    height: 70px;
    position: absolute;
}

.topbar-small-mobile {
    position: absolute;
    height: 70px;
}

@media (max-width: 991px) {
    .assetsearch {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .assetsearch {
        width: 50%;
    }
}

.product-images {
    float: left;
    width: 50%;
    max-width: 50%;
    border-radius: 15px;
}







.otherfooter {
    padding-top: 5px;
    background-color: #008545;
    /* Set the fixed height of the footer here */
}




.lowerfooter {
    background-color: #008545;
    /* Set the fixed height of the footer here */
    width: 100%;
}




.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.the-fieldset {
    border: 2px groove threedface #444;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

.logo-images {
    max-width: 125px;
    max-height: 81px;
}

.fit-table {
    overflow: auto;
}


html,
body {
    height: 100%;
}

body {
    display: table;
    width: 100%;
    margin: 0px;
}

.page-row {
    display: table-row;
    height: 1px;
}

.page-row-expanded {
    height: 100%;
}

@media (min-width: 768px) {
    .sidebar-width {
        width: 230px;
        /*height: 600px;*/
        margin-bottom: 40px;
    }
}

.text-box {
    height: 26px;
}


@media (min-width: 768px) {
    .bigger-text-box {
        height: 40px;
        width: 80%;
        border-radius: 5px;
    }
}

@media (max-width: 767px) {
    .bigger-text-box {
        height: 40px;
        width: 65%;
        border-radius: 5px;
    }
}

@media (min-width: 768px) {
    .bigger-dropdown {
        height: 40px;
        width: 10%;
        border-radius: 5px;
    }
}

@media (max-width: 767px) {
    .bigger-dropdown {
        height: 40px;
        width: 20%;
        border-radius: 5px;
    }
}

.btn-bigger {
    height: 40px !important;
    margin-left: -6px !important;
    border-radius: 2px;
    border-top-width: 1px;
}

.ui-menu .ui-menu-item {
    list-style-image: none !important;
    color: red !important;
    background-color: white;
}

.ui-menu-item {
    border: 0px !important;
    border-radius: 5px;
}


@media (min-width: 768px) {
    .button-align-left {
        padding-left: 3%;
    }
}

@media (min-width: 1200px) {

    .button-align-left {
        padding-left: 1.2%;
    }
}

@media (min-width: 250px) and (max-width: 300px) {
    .table-mobile {
        max-width: 200px;
    }
}

@media (min-width: 300px) and (max-width: 350px) {
    .table-mobile {
        max-width: 250px;
    }
}

@media (min-width: 350px) and (max-width: 400px) {
    .table-mobile {
        max-width: 300px;
    }
}

@media (min-width: 400px) and (max-width: 450px) {
    .table-mobile {
        max-width: 350px;
    }
}

@media (min-width: 450px) and (max-width: 500px) {
    .table-mobile {
        max-width: 400px;
    }
}

@media (min-width: 500px) and (max-width: 550px) {
    .table-mobile {
        max-width: 450px;
    }
}

@media (min-width: 550px) and (max-width: 600px) {
    .table-mobile {
        max-width: 500px;
    }
}

@media (min-width: 600px) and (max-width: 650px) {
    .table-mobile {
        max-width: 550px;
    }
}

@media (min-width: 650px) and (max-width: 700px) {
    .table-mobile {
        max-width: 600px;
    }
}

@media (min-width: 700px) and (max-width: 750px) {
    .table-mobile {
        max-width: 650px;
    }
}

.glyphicons {
    color: #499A62;
}

@media (min-width: 801px) {
    .glyphicons-size {
        font-size: 48px;
    }

    .wrapper1, .wrapper2 {
        border: none 0px RED;
        overflow-y: hidden;
    }

    .wrapper1 {
        height: 20px;
    }

    .div1 {
        height: 20px;
    }

    .div2 {
        overflow: auto;
    }

    .div1BiggerTable {
        width: 2300px;
        height: 20px;
    }

    .div2BiggerTable {
        width: 2300px;
        overflow: auto;
    }
}

@media (max-width: 800px) {
    .glyphicons-size {
        font-size: 24px;
    }
}

.glyphicons:hover,
.glyphicons:focus,
.glyphicons:active {
    color: green;
}

@media (max-width: 767px) {
    .showWithTable {
        display: none;
    }
    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .no-more-tables tr {
        border: 1px solid #ccc;
        border-top: 1px #008545 solid;
        border-bottom: 1px #008545 solid;
    }

    .no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;
        height: 44px;
    }

        .no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
Label the data
	*/
        .no-more-tables td:before {
            content: attr(data-title);
        }
}

#map-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
}

#map-canvas {
    width: 100%;
    height: 480px;
}

.list_item_container {
    height: 20px;
    padding: 5px 0;
    min-width: 200px;
    background-color: white;
}

.product-image {
    width: 70px;
    height: 70px;
    padding-left: 15px;
    float: left;
}

@media (max-width: 800px) {
    .description {
        color: black;
        font-weight: normal;
        float: left;
        line-height: 20px;
    }
}

@media (min-width: 1200px) {
    .description {
        color: black;
        font-weight: normal;
        float: left;
        line-height: 20px;
        font-size: 12px;
    }
}


@media (min-width: 801px) and (max-width: 1199px) {
    .description {
        color: black;
        font-weight: normal;
        float: left;
        line-height: 20px;
    }
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #F4F1F1 !important;
}

.border {
    border-style: solid;
    border-width: 15px;
    color: black;
}

@media (max-width: 1199px) {
    .shoppingCart {
        color: black;
        font-weight: bold;
        float: left;
        vertical-align: middle;
        line-height: 80px;
    }
}

@media (min-width: 1200px) {
    .shoppingCart {
        color: black;
        font-weight: bold;
        float: left;
        vertical-align: middle;
        line-height: 80px;
    }
}

.basket {
    display: table;
    margin-top: -12px;
    background: #b80000;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50px;
}

.btn-Secondary {
    background-color: #00ab49;
    height: 26px;
    color: white;
}


    .btn-Secondary:hover,
    .btn-Secondary:focus,
    .btn-Secondary.focus,
    .btn-Secondary:active,
    .btn-Secondary.active,
    .open > .dropdown-toggle.btn-Secondary {
        background-color: #008545;
        color: white;
    }



#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.text-Aplant {
    color: #b80000;
}

@media (min-width: 768px) {
    .menu__level {
        height: 850px !important;
    }
}


.label-feedback {
    padding: 6px;
    background-color: #b80000 !important;
    margin-right: 10px;
}


.rowMainOrder {
    border: 2px solid #008545;
    background: #e7fbf3;
}



.rowAccessories {
    border: 2px solid #139D41;
}


.rowMain {
    background-color: #e7fbf3;
}

.rowMainColorIndication {
    background-color: #e7fbf3;
    border: 2px solid #008545;
}



.totalPriceTableCell {
    border-top: 2px solid #008545;
    border-bottom: 2px solid #008545;
    background-color: #e7fbf3;
}

.alert-danger {
    background-color: #b80000;
    border-color: transparent;
    color: #ffffff;
}

    .alert-danger hr {
        border-top-color: rgba(0, 0, 0, 0);
    }

    .alert-danger .alert-link {
        color: #e6e6e6;
    }


@media (min-width: 992px) {
    .labelPostcodeLookup {
        margin-left: -8%;
    }
}


@media (min-width: 768px) {
    .navbar-nav {
    }
}

.text-secondary {
    color: #00ab49;
}


@media (max-width: 1199px) {
    .partialOrderCheckbox {
        left: -12%;
    }
}

@media (min-width: 1200px) {
    .partialOrderCheckbox {
        left: -14%;
    }
}


.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #00ab49;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #00ab49;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #98978b;
    background-color: #f8f5f0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

/*.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}*/

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: gray;
        margin-left: 5px;
        background-color: #f8f5f0;
    }
}

/*.dropdown-submenu:hover>a:after {
border-left-color: #fff;
}*/

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

@media (max-width: 767px) {
    .submenuItems {
        margin-left: 10px;
        font-style: italic;
        background-color: #f8f5f0;
    }
}



@media (min-width: 768px) {
    .menusHeight {
        margin-bottom: 60px;
    }
}


@media (min-width: 768px) and (max-width: 1326px) {
    .topBarSpacing {
        margin-top: 30px;
    }
}

/*@media (min-width: 1200px) and (max-width: 1510px) {
    .topBarSpacingBigger {
        margin-top: 30px;
    }
}*/

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 4000 !important;
    background-color: inherit;
}

@media (min-width: 1200px) {
    .legend-width {
        width: 70%;
        margin-left: 20%;
    }
}

@media (min-width: 992px) {
    .legend-textbox {
        width: 320px;
    }

    .legend-textarea {
        width: 320px;
    }

    .legend-dropdown {
        width: 320px;
    }
}

@media (min-width: 1200px) and (max-width: 1245px) {
    .legend-combobox {
        width: 275px !important;
    }
}

@media (min-width: 1246px) {
    .legend-combobox {
        width: 290px !important;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .legend-combobox {
        width: 290px !important;
    }
}


@media (max-width: 991px) {
    .legend-textbox {
        width: 80%;
    }
}


fieldset.scheduler-border {
    border: 2px groove #00ab49 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    border-radius: 8px;
    margin: 0 1.5em 1.5em 0 !important;
    box-shadow: 0 0 10px #006400;
}

legend.scheduler-border {
    color: #008545;
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    background-color: white;
}


.aplant {
    color: #b80000;
}

a.aplant {
    color: #b80000;
}

a:hover.aplant,
a:focus.aplant {
    color: #9E0000;
    text-decoration: underline;
}

a:focus.aplant {
    outline: thin dotted;
    outline: 5px auto #9E0000;
    outline-offset: -2px;
}

@media (min-width: 991px) {
    .deliveryAddress {
        text-align: right;
    }
}

@media (min-width: 991px) {
    .sitePrefLookup {
        margin-left: -20%;
    }
}

/* offHire  Collection Details screen*/

@media(min-width:2208px) {

    .offhireCollectionAddressTextbox {
        margin-left: -33%;
    }

    .offhireCollectionPostcodeTextbox {
        margin-left: -59%;
    }

    .offhireCollectionLookupButton {
        margin-left: -33%;
    }
}

@media(min-width:1344px) and (max-width: 2207px) {

    .offhireCollectionAddressTextbox {
        margin-left: -28%;
    }

    .offhireCollectionPostcodeTextbox {
        margin-left: -50%;
    }

    .offhireCollectionLookupButton {
        margin-left: -28%;
    }
}

@media(min-width:912px) and (max-width: 1343px) {

    .offhireCollectionAddressTextbox {
        margin-left: -18%;
    }

    .offhireCollectionPostcodeTextbox {
        margin-left: -32%;
    }

    .offhireCollectionLookupButton {
        margin-left: -18%;
    }
}




@media (min-width: 992px) {
    .collectionAddressLabel {
        text-align: right;
    }
}


@media (max-width: 991px) {
    .collectionAddressLabel {
        text-align: left;
    }
}

@media (min-width: 1060px) {
    .collectionDatePicker {
        width: 70% !important;
    }

    .collectionTimePicker {
        margin-left: -2%;
    }
}

@media (min-width: 1060px) and (max-width: 1296px) {

    .collectionTimePicker {
        width: 65%;
    }
}

@media (min-width: 992px) and (max-width: 1059px) {

    .collectionDateDiv {
        width: 35%;
    }

    .collectionTimePickerDiv {
        margin-left: -6%;
        width: 22%;
    }
}

@media (max-width: 767px) {

    .collectionTimePicker {
        width: 40%;
    }

    .collectionTimePickerDiv {
        width: 60%;
    }
}

/************************************/

/***********OffHire Search***********/



@media (min-width: 600px) and (max-width: 899px ) {

    .contractNumberLabel {
        margin-left: -3%;
    }
}

@media (min-width: 900px) and (max-width: 1649px ) {

    .contractNumberLabel {
        margin-left: -5%;
    }
}


@media (min-width: 1650px) {

    .contractNumberLabel {
        margin-left: -6%;
    }
}


/***********************************/

.navbar-collapse.in {
    overflow-y: visible;
}

.disable-textbox {
    background-color: #F2F0EC;
}


/*****************Product Navigation***********************/
.menu {
    background-color: #008545 !important;
    position: inherit !important;
    height: 920px !important;
    width: inherit !important;
}

@media (min-width: 768px) {
    .menu {
        border-radius: 0px 15px 15px 0px;
    }
}


.menu__link {
    font-weight: normal !important;
    color: #ffffff !important;
    border-bottom: 1px solid;
}


    .menu__link[data-submenu]::after {
        content: '\e127' !important;
        font-family: 'Glyphicons Halflings' !important;
        font-size: 1.2em;
        color: #ffffff !important;
    }


    .menu__link:hover,
    .menu__link[data-submenu]:hover::after {
        color: #98978b !important;
        background-color: #f8f5f0 !important;
    }

.menu__breadcrumbs a:not(:last-child)::after {
    content: '\e092' !important;
    font-family: 'Glyphicons Halflings' !important;
    color: #ffffff !important;
}


.menu__link--current::before {
    font-size: 2.0em !important;
    left: 0.2em !important;
    color: #ffffff !important;
}

.menu__breadcrumbs a {
    color: #ffffff !important;
    font-weight: normal !important;
    font-size: 11px !important;
}

.menuXS {
    position: absolute !important;
    z-index: 999;
    top: 0 !important;
    height: 1000px !important;
    width: 100% !important;
}

.navbar-fixed-top {
    z-index: 998 !important;
}

.action--open {
    position: inherit !important;
}

@media screen and (max-width: 767px) {
    .action--open,
    .action--close {
        display: block;
    }
}

.menu__wrap {
    margin-top: 25px;
}
.menu__scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 400px;
    text-align: justify;
}
/**********************************************************/
@media screen and (max-width: 767px) {
    .sidebar {
        display: none;
        position: absolute !important;
    }
}

@media screen and (min-width: 768px) {
    .sidebar {
        display: block !important;
        position: relative !important;
        /*padding-right: 0px !important;*/
    }
}

.ReportTable {
    margin: 0px !important;
    table-layout: fixed;
}

    .ReportTable td {
        padding-bottom: 0px !important;
        overflow: hidden;
    }

.tableSize {
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.modal-header {
    background-color: #008545;
    color: #ffffff;
    border-radius: 6px 6px 0px 0px;
    min-height: 52px;
}


.close {
    opacity: 1;
    color: white;
}


@media screen and (min-width: 1900px) {
    .container-fixed {
        width: 1550px;
    }
}

@media screen and (min-width: 1800px) and (max-width: 1899px) {
    .container-fixed {
        width: 1450px;
    }
}

@media screen and (min-width: 1700px) and (max-width: 1799px) {
    .container-fixed {
        width: 1350px;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1699px) {
    .container-fixed {
        width: 1300px;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1599px) {
    .container-fixed {
        width: 1200px;
    }
}


@media screen and (min-width: 1400px) and (max-width: 1499px) {
    .container-fixed {
        width: 1100px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
    .container-fixed {
        width: 1000px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    .container-fixed {
        width: 950px;
    }
}


@media screen and (min-width: 1050px) and (max-width: 1199px) {
    .container-fixed {
        width: 750px;
    }
}


@media screen and (min-width: 920px) and (max-width: 1049px) {
    .container-fixed {
        width: 580px;
    }
}

@media screen and (min-width: 768px) and (max-width: 919px) {
    .container-fixed {
        width: 500px;
    }
}

@media screen and (min-width: 768px) {
    .text-center-ignore-xs {
        text-align: center;
    }
}

#doublescroll {
    overflow: auto;
    overflow-y: hidden;
}

    #doublescroll p {
        margin: 0;
        padding: 1em;
        white-space: nowrap;
    }

@media screen and (max-width: 767px) {
    .btn-circle {
        margin: 0 0 0 6px !important;
    }
}

@media screen and (min-width: 1200px) {
    .daterangeL {
        width: 17.8%;
    }
}

@media screen and (min-width: 1200px) {
    .labelL {
        width: 0%;
    }
}

@media screen and (min-width: 1200px) {
    .dateboxL {
        width: 78% !important;
    }
}

.modalTitleText {
    color: white;
}

@media screen and (min-width: 920px) {
    .modalSize {
        width: 800px;
    }
}

@media screen and (max-width: 919px) {
    .modalSize {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .floatRightExlXS {
        text-align: right;
    }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
    .tableWidth {
        width: 480px;
    }
}

@media screen and (min-width: 400px) and (max-width: 500px) {
    .tableWidth {
        width: 380px;
    }
}

@media screen and (min-width: 300px) and (max-width: 400px) {
    .tableWidth {
        width: 280px;
    }
}
