/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    /*padding-top: 3.5rem;*/
    font-family: Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol, BlinkMacSystemFont";
    font-size: 12px;
}

.body_detailpage {
    padding-top: 5px;
}

.title_1 {
    color: #33a96d;
    font-size: 1.2rem;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

/* topheader
------------------------- */
header {
    /*height: 34px;*/
    height: 103px;
}

.header-top {
    height: 70px;
}

    .header-top h1 {
        line-height: 60px;
        height: 75px;
        margin-bottom: 0px;
    }

        .header-top h1 img {
            /*height:34px;*/
        }

/*.img-height {
height: 30px;
margin-bottom: 5px;
margin-left: 15px;
background-color: #fff;
padding: 1px;
}*/


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-inner .carousel-item {
    background: url("../Carwin/images/banner_1.png") no-repeat left top;
}
/* Carousel base class */
.carousel {
    margin-bottom: 1rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 0rem;
    padding: 0px;
    z-index: 10;
    left: 460px;
}

.carousel-caption {
    color: #4f4f4f;
    top: 0px;
}

    .carousel-caption h1 {
        color: #00adef;
        font-size: 35px;
        height: 35px;
        line-height: 35px;
        font-weight: normal;
        white-space: pre;
    }

    .carousel-caption h2 {
        color: #4f4f4f;
        font-size: 70pt;
        font-weight: normal;
        line-height: 0.7;
        margin: 0px;
        margin-top: -20px;
    }

    .carousel-caption h4 {
        font-size: 30px;
        font-weight: normal;
        line-height: 1;
        margin: 0px;
        margin-top: 0px;
    }

    .carousel-caption p {
        margin-top: 20px;
        font-size: 1.10rem !important;
        margin-left: 0px;
    }

.carousel-control-next i, .carousel-control-prev i {
    color: #69950a;
    font-size: 2rem;
    font-weight: bold;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 160px;
    background-color: #fff;
}

    .carousel-item > img {
        position: absolute;
        top: 20px;
        left: 99px;
        /*min-width: 100%;*/
        height: 130px;
    }

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Filters
------------------------- */
.filters {
    position: relative;
    z-index: 95;
}

    .filters .card {
        font-size: 11px;
        background: #f1f1f2;
        border: 1px solid #dcddde;
        height: 55px;
        padding-top: 2px;
        /*margin-top:10px;*/
        padding-bottom: 2px;
    }

        .filters .card select, .filters .card input, .filters .card button {
            height: calc(1.5rem + 2px) !important;
        }

.search_filters {
    background: #f1f1f2;
    border: 1px solid #dcddde;
    padding: 2px !important;
    box-shadow: none;
}

    .search_filters .collapse {
        background: none !important;
        padding: 0px !important;
    }


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 1024px;
    }

    #menu li:first-child {
        margin-left: 1%;
    }

    #menu li a {
        font-size: 13px;
    }

    .product {
        margin-left: 45px;
    }

    .carwin_product table td a img {
        /*width:87%  !important;
        height:87% !important;*/
    }
}

@media (max-width: 1366px) {
    .carwin_product table td a img {
        /*width:70%  !important;
        height:70% !important;*/
    }
}

@media (max-width: 1280px) {
    .carwin_product table td a img {
        /*width: 50% !important;
        height: 50% !important;*/
    }

    .carousel-item {
        height: 165px;
    }

    .carousel-caption h4 {
        font-size: 16pt;
    }

    .carousel-caption p {
        font-size: 14px;
    }
}

.h-55 {
    height: 56% !important;
}

/* Navigation
------------------------- */

.carlye-nav {
    background: url(images/navbar_bg.png) repeat-x !important;
    height: 34px;
    font-size: 15px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

.navbar-nav .dropdown-menu {
    top: 27px;
    border-radius: 0px;
    background: #006a2b;
    padding: 0px;
}

/*/////////// onhover menu /////////////*/
.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}



.navbar-nav .dropdown-menu .dropdown-item {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

    .navbar-nav .dropdown-menu .dropdown-item:hover {
        background: rgba(255,255,255,.2);
    }
/* Bootstrap styles override
------------------------- */

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 6px;
    padding-left: 6px;
}

.container {
    padding-right: 6px;
    padding-left: 6px;
}

.row {
    margin-right: -6px;
    margin-left: -6px;
}

.card {
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.09);
}

    .card img {
        margin: 0px auto;
    }

.card-body {
    padding: .50rem;
}

.card-title {
    margin-bottom: .25rem;
    padding-bottom: .25rem;
    font-size: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.btn-group-sm > .btn, .btn-sm {
    padding: .20rem .3rem !important;
    line-height: 1 !important;
}

.btn-success {
    background-color: #009448;
    border-color: #28a745;
}

.btn-flat {
    border-radius: 0rem;
}

.btn {
    font-size: 0.9rem;
    line-height: 1;
}

.modal-header {
    background: #008000;
    color: #fff;
}

.modal-header, .modal-footer {
    padding: 0.5rem;
}

    .modal-header .modal-title {
        font-size: 1rem;
    }

    .modal-header button.close {
        color: #fff;
        margin-right: -0.5rem;
    }

main {
    margin-top: 8px;
}

footer {
    background: #d1d1d1;
}

.navbar-nav .nav-link {
    border-right: 1px solid rgba(255,255,255,.2);
}

/* FORM
    -------------------------------- */

.custom-select {
    border-radius: 0rem;
}

label {
    display: inline-block;
    margin-bottom: .1rem;
    font-weight: bold;
}

.custom-select {
    padding: .18rem .4rem;
}

.btn-md {
    padding: .18rem .4rem;
}

.form-control {
    padding: .20rem 1.75rem .20rem .75rem;
    line-height: 1;
    border-radius: 0px;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    font-size: .750rem;
    line-height: 1;
}

.btn-defualt {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(209, 209, 209);
    border-radius: 2px;
    background-image: -moz-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(255,255,255) 100%);
    color: #273691;
    font-weight: bold;
    font-size: 14px;
}

.carwin_product .card-title {
    color: #fff;
    background: #008000;
}

.carwin_product table td:hover {
    background: #eff6f9;
}

.carwin_product table td a {
    color: #008000;
    font-weight: bold;
}

/* accordian
------------------------- */
#accordion {
    margin-bottom: 1rem;
}

    #accordion .card-header {
        /*width:200px;
    margin-top:-41px;*/
    }

    #accordion .card { /*margin-top:45px;*/
    }

.accordion .filterheader:after {
    font-family: "dripicons-v2" !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-variant: normal !important;
    text-transform: none !important;
    font-size: 20px;
    speak: none;
    line-height: 1.1;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased;
    content: "\54";
    float: left;
}

.accordion .filterheader.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\57" !important;
}

.search_filters .filterheader {
    line-height: 22px;
    cursor: pointer;
}

    .search_filters .filterheader a {
        font-size: 14px;
        font-weight: bold;
    }

.search_filters .collapse {
    border: 0px !important;
}

#accordion .collapse {
    background: rgba(230,230,230,1);
    background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(246,246,246,1) 67%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,230,230,1)), color-stop(67%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(246,246,246,1) 67%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(246,246,246,1) 67%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(246,246,246,1) 67%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(230,230,230,1) 0%, rgba(246,246,246,1) 67%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=0 );
    border: 1px solid #e6e6e6;
    border-top: 2px solid #009449;
}

.tab-content {
    border: 1px solid #e6e6e6;
    border-top: 2px solid #00adef;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.09);
    margin-bottom: 0rem;
    height: 100%;
}

#fullpage {
    top: 75px;
}

.tab-content > .tab-pane {
    height: 100%;
}

.collapse.show {
}

.action_buttons {
    position: absolute;
    right: 0px;
    top: -40px;
}

.card-header {
    padding: .40rem 1rem;
    font-size: 1.3em;
}

    .card-header button {
        position: relative;
        padding: .10rem;
        display: block;
        width: 100%;
        text-align: left;
        color: #fff;
        padding-left: 25px;
    }

        .card-header button:hover {
            color: #fff;
        }

        .card-header button:before {
            font-family: "Ionicons";
            content: "\f126";
            transition: all 0.5s;
            font-size: 16px;
            line-height: 16px;
            font-weight: bold;
            position: absolute;
            left: -4px;
            top: 7px;
            color: #fff;
            border-right: 1px solid #fff;
            padding-right: 6px;
        }

    .card-header.active button:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }



/* Product Detail page
------------------------- */
.product {
    width: 100%;
}

    .product img {
        float: left;
        width: 20%;
    }

    .product .discription {
        padding-left: 22%;
        padding-top: 5px;
        margin-top: 0px;
        width: auto;
    }

        .product .discription h5 {
            color: #006127;
        }

.pannel {
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.09);
}

    .pannel .heading {
        /*background: rgba(254,254,254,1);
    background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(200,203,209,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(200,203,209,1)));
    background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(200,203,209,1) 100%);
    background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(200,203,209,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(200,203,209,1) 100%);
    background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(200,203,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c8cbd1', GradientType=0 );*/
        color: #00adef;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        padding: 6px 10px;
        border-color: #fff;
        border-bottom: 1px solid #ececec;
        margin: 0px;
        font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    }

.read_form label {
    text-align: right;
}

.read_form label, .read_form input {
    padding-top: 0px;
}

fieldset {
    border: 1px solid #dadce4;
    background: #f8f9fa;
    padding: 3px;
    height: 100%;
    font-size: 9px;
}

    fieldset legend {
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        width: auto;
        background: #f8f9fa;
        padding: 3px 10px;
        margin-bottom: 0px;
        position: relative;
        color: blue;
    }

        fieldset legend:before {
            position: absolute;
            top: 4px;
            color: rgb(124,124,124);
            left: 0px;
            content: "[";
        }

        fieldset legend:after {
            position: absolute;
            top: 4px;
            color: rgb(124,124,124);
            right: 0px;
            content: "]";
        }

.oil_filter_select {
    height: 20px !important;
    padding: 0px !important;
}

/* Tab Container
------------------------- */
.nav-link {
    padding: .2rem 1rem;
}

.nav-tabs .nav-link i {
    font-size: 22px;
    position: absolute;
    display: none;
    top: 0px;
    left: 9px;
    z-index: 2;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2;
    font-size: 14px;
    font-weight: bold;
    padding-right: 30px;
    /*padding-left: 45px;*/
    color: #999;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link span {
        position: relative;
        z-index: 2;
    }

        .nav-tabs .nav-item.show .nav-link:after, .nav-tabs .nav-link:after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            outline: 1px solid transparent;
            border-radius: 10px 10px 0 0;
            background: #ececec;
            box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.05);
            content: '';
            -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
            transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            height: 38px;
        }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        outline: 1px solid transparent;
        border-radius: 10px 10px 0 0;
        background: rgba(0, 91,37, 0.8) /*#2CC185*/;
        box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.05);
        content: '';
        -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
        transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        height: 38px;
    }

.sec_scroll {
    /*height:48vh;
    overflow-y:auto;*/
}

/* Table styles
------------------------- */

/*.table {border: 5px solid #bfeafb;}*/
.table tbody tr td, .table tbody tr th {
    background: #fff;
    border-bottom: 2px solid #ddf3fb;
    border-left: 1px solid #ececec;
    padding: 6px;
}

.table .thead-dark th {
    color: #fbf9f9;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    background-color: #006127;
    border-color: #c8e3ec;
    font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

.table .thead-dark-second th {
    color: #333;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    background-color: #d0d0d0;
    border-bottom: 3px solid #fff;
    border-left: 1px solid #fff;
    font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

.table td, .table th {
    padding: .50rem;
}

.alert-dark {
    color: #1b1e21 !important;
    background-color: #d6d8d9 !important;
    border-color: #c6c8ca !important;
}

/* sticky-footer-navbar
------------------------- */

/* Sticky footer styles
-------------------------------------------------- */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol, BlinkMacSystemFont";
}

footer {
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    line-height: 30px; /* Vertically center the text there */
    background-color: #d8d8d8;
    border-top: 1px dotted #ccc;
    color: #4c4c4c;
    font-size: 11px;
    padding: 0px 10px;
    padding-left: 3%;
    position: fixed;
    left: 0px;
}


/* custom height
------------------------- */
.height100per {
    height: 100%;
}


/* custom padding
------------------------- */
.padtop {
    padding-top: 16px;
    margin: 0px auto;
    position: relative;
    z-index: 99;
}

.m-r10 {
    margin-right: 10px;
}

.mt-65 {
    margin-top: 65px;
}

/* Login page
------------------------- */
.login-gradentbox {
    /*background-image: -moz-linear-gradient( 90deg, rgb(108,147,30) 0%, rgb(220,236,224) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(108,147,30) 0%, rgb(220,236,224) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(108,147,30) 0%, rgb(220,236,224) 100%);*/
    position: fixed;
    left: 0%;
    height: 280px;
    width: 340px;
    top: 24%;
}

.login-bg {
    background: url(images/Background_image_SCREW1.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.login-box {
    margin: 0px;
    position: fixed;
    height: 280px;
    width: 330px;
    background: rgba(236, 243, 259, .8);
    border: 3px solid rgba(0, 123, 255, .9);
    padding: 16px;
    /*old background-color: rgba(0, 255, 255, 0.3);*/
    z-index: 8;
    left: 10px;
    top: 25%;
}

.strip {
    height: 105px;
    width: 27%;
    background-color: rgba(220, 236, 224, 0.3);
    position: absolute;
}

.login-box-body {
    width: 293px;
    position: relative;
    left: 0%;
    z-index: 99;
}

    .login-box-body form {
        padding: 20px 0px;
    }

        .login-box-body form label {
            color: #273691;
            font-size: 13px;
        }

        .login-box-body form input, .login-box-body form select {
            font-size: 13px;
        }

.has-feedback {
    position: relative;
}

.form-control-feedback {
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    font-size: 1.7rem;
}

.logincompressor {
    position: absolute;
    left: -200px;
}


/* Compressors controls layout
------------------------- */

/*--------- open_drive_recips ---------------*/

.open_drive_recips {
    position: relative;
}

.controls_layer select, .controls_layer input {
    height: 16px !important;
    line-height: 12px;
    padding: 4px;
    font-size: 10px;
}

.controls_layer {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    padding: 6px;
}

.open_drive_recips .TLC {
    position: absolute;
    width: 90px;
    left: 386px;
    top: 40px;
}

.open_drive_recips .mc {
    position: absolute;
    width: 90px;
    left: 153px;
    top: 80px;
}

.open_drive_recips .emty_1 {
    position: absolute;
    width: 60px;
    left: 13px;
    top: 140px;
}

    .open_drive_recips .emty_1 .TTXV {
        position: absolute;
        font-weight: bold;
        width: 60px;
        left: 34px;
        top: 9px;
    }

.open_drive_recips .SST {
    position: absolute;
    width: 90px;
    left: 204px;
    top: 192px;
}

.open_drive_recips .mc2 {
    position: absolute;
    width: 90px;
    left: 510px;
    top: 225px;
}

    .open_drive_recips .mc2 .condenser {
        position: absolute;
        width: 90px;
        left: 0px;
        top: -28px;
        font-weight: bold;
    }

.open_drive_recips .sle {
    position: absolute;
    width: 90px;
    left: 209px;
    top: 326px;
}

    .open_drive_recips .sle .evaporater {
        position: absolute;
        width: 90px;
        left: -109px;
        top: 12px;
        font-weight: bold;
    }

.open_drive_recips .rgt {
    position: absolute;
    width: 90px;
    left: 316px;
    top: 326px;
}

    .open_drive_recips .rgt .compressor {
        position: absolute;
        width: 90px;
        left: 47px;
        top: -57px;
        font-weight: bold;
    }

.open_drive_recips .TDISC {
    position: absolute;
    width: 90px;
    left: 462px;
    top: 317px;
}

.open_drive_recips .SDT {
    position: absolute;
    width: 75px;
    left: 628px;
    top: 33px;
}

.open_drive_recips .HR {
    position: absolute;
    width: 75px;
    left: 628px;
    top: 121px;
}



/*--------- NON-ECONOMIZED ---------------*/
.green_fields {
    font-size: 10px;
}

    .green_fields label, .black_fields label {
        font-weight: bolder;
        font-size: 10px;
        border-radius: 2px !important;
        position: relative;
        top: 3px;
    }

    .green_fields select, .green_fields input {
        background: rgb(170,231,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(170,231,255,1) 0%, rgba(75,206,237,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(170,231,255,1) 0%,rgba(75,206,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(170,231,255,1) 0%,rgba(75,206,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ee89e', endColorstr='#8ce48c',GradientType=0 ); /* IE6-9 */
        border: 1px solid #aae7ff;
        color: #333333;
    }

.input-background {
    background: rgb(183, 233, 247); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(183, 233, 247,1) 0%, rgba(75,180,190,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(183, 233, 247,1) 0%,rgba(75,190,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(183, 233, 247,1) 0%,rgba(75,206,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ee89e', endColorstr='#8ce48c',GradientType=0 ); /* IE6-9 */
    border: 1px solid #B7E9F7;
    color: #333333;
}

.black_fields select, .black_fields input {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7c7c7c+0,7c7c7c+50,767676+51,747474+100 */
    background: rgb(124,124,124); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(124,124,124,1) 0%, rgba(124,124,124,1) 50%, rgba(118,118,118,1) 51%, rgba(116,116,116,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(124,124,124,1) 0%,rgba(124,124,124,1) 50%,rgba(118,118,118,1) 51%,rgba(116,116,116,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(124,124,124,1) 0%,rgba(124,124,124,1) 50%,rgba(118,118,118,1) 51%,rgba(116,116,116,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#747474',GradientType=0 ); /* IE6-9 */
    opacity: 1;
    border: 1px solid #626262;
    color: #fff;
    cursor: not-allowed;
}

.NON-ECONOMIZED {
    position: relative;
}

    .NON-ECONOMIZED label {
        font-size: 11px;
        margin-right: 6px;
    }

    .NON-ECONOMIZED .TLC {
        position: absolute;
        width: 90px;
        left: 140px;
        top: 59px;
    }

    .NON-ECONOMIZED .TLC {
        position: absolute;
        width: 90px;
        left: 140px;
        top: 59px;
    }

    .NON-ECONOMIZED .HR {
        position: absolute;
        width: 90px;
        left: 216px;
        top: 142px;
    }

    .NON-ECONOMIZED .SDT {
        position: absolute;
        width: 90px;
        left: 296px;
        top: 142px;
    }

    .NON-ECONOMIZED .ttxv {
        position: absolute;
        width: 90px;
        left: 86px;
        top: 230px;
    }

    .NON-ECONOMIZED .SST {
        position: absolute;
        width: 90px;
        left: 279px;
        top: 188px;
    }

    .NON-ECONOMIZED .SLE {
        position: absolute;
        width: 90px;
        left: 372px;
        top: 306px;
    }

    .NON-ECONOMIZED .RGT {
        position: absolute;
        width: 68px;
        left: 568px;
        top: 193px;
    }

    .NON-ECONOMIZED .MC {
        position: absolute;
        width: 68px;
        left: 568px;
        top: 62px;
    }

    .NON-ECONOMIZED .tdis {
        position: absolute;
        width: 68px;
        left: 568px;
        top: 112px;
    }

    .NON-ECONOMIZED .ME {
        position: absolute;
        width: 68px;
        left: 38px;
        top: 112px;
    }

    .NON-ECONOMIZED .MCT {
        position: absolute;
        width: 90px;
        left: 279px;
        top: 142px;
    }

    .NON-ECONOMIZED .MET {
        position: absolute;
        width: 90px;
        left: 216px;
        top: 188px;
    }


/*--------- ECONOMIZED ---------------*/
.ECONOMIZED {
    position: relative;
}

    .ECONOMIZED img {
        width: 100%;
    }

    .ECONOMIZED .TLC {
        position: absolute;
        width: 48px;
        left: 32%;
        top: 25%;
    }

    .ECONOMIZED .mc {
        position: absolute;
        width: 48px;
        left: 92%;
        top: 32%;
    }

    .ECONOMIZED .TDISC {
        position: absolute;
        width: 48px;
        left: 90%;
        top: 19%;
    }

    .ECONOMIZED .tle {
        position: absolute;
        width: 48px;
        left: 12%;
        top: 67%;
    }

    .ECONOMIZED .Mec {
        position: absolute;
        width: 48px;
        left: 10%;
        top: 66%;
    }

    .ECONOMIZED .ttxv {
        position: absolute;
        width: 48px;
        left: 25%;
        top: 65%;
    }

    .ECONOMIZED .RPM {
        position: absolute;
        width: 48px;
        left: 62%;
        top: 22%;
    }

    .ECONOMIZED .SST {
        position: absolute;
        width: 48px;
        left: 54%;
        top: 57%;
    }

    .ECONOMIZED .SIT {
        position: absolute;
        width: 48px;
        left: 78%;
        top: 60%;
    }

    .ECONOMIZED .sle {
        position: absolute;
        width: 48px;
        left: 65%;
        top: 65%;
    }

    .ECONOMIZED .me {
        position: absolute;
        width: 48px;
        left: 1%;
        top: 30%;
    }

    .ECONOMIZED .sle .evaporater {
        position: absolute;
        width: 48px;
        left: -109px;
        top: 12px;
        font-weight: bold;
    }

    .ECONOMIZED .rgt {
        position: absolute;
        width: 48px;
        left: 76%;
        top: 65%;
    }

    .ECONOMIZED .SDT {
        position: absolute;
        width: 48px;
        left: 60%;
        top: 25%;
    }

    .ECONOMIZED .HR {
        position: absolute;
        width: 48px;
        left: 42%;
        top: 35%;
    }

    .ECONOMIZED .MCT {
        position: absolute;
        width: 48px;
        left: 54%;
        top: 35%;
    }

    .ECONOMIZED .MET {
        position: absolute;
        width: 48px;
        left: 42%;
        top: 57%;
    }

    .ECONOMIZED .outlet {
        position: absolute;
        width: 48px;
        left: 83%;
        top: 25%;
    }

.tooltip-danger .tooltip-inner {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #721c24;
}



.tooltip-danger .tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #721c24;
}



.tooltip-danger .tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #721c24;
}



.tooltip-danger .tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #721c24;
}

.tooltip-inner {
    max-width: 500px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #fff;
    border-radius: 0.25rem;
}
