body {
    background-color: #4d6d95;
    margin: 0 auto;
    height: 100%;
    direction: ltr;
    font-family: Arial;
}
/*
.row {
  margin-right: 0;
  margin-left: 0;
}

.minus_padding {
    padding-left: -15px;
    padding-right: -15px;
}*/

.no-rt-padding {
    padding-right: 0;
}

.logo_container {
    background-color: #4d6d95;
    min-height: 130px;
    text-align: center;
}

.logo {
    padding-top:15px;
}

.logo_promo {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.header_right {
    background-color: #fff;
    min-height: 130px;
    padding:15px;
}

.head_btn {
    font-size: 20px;
    padding: 2px 6px;
    min-height: 29px;
    margin-bottom: 5px;
}



.head_btn_small {
    font-size: 12px;
}

.slider_container>span {
    color: #959595;
    font-size: 12px;
}

.slider-track {
    border-radius: 0;
}

.slider-selection {
     border-radius: 0;
}

/* CSS Overwrite for Tooltip */
.tooltip-inner {
    background-color: #5897b2 !important;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #5897b2;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #5897b2;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #5897b2;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #5897b2;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #5897b2;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #5897b2;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #5897b2;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #5897b2;
}

.nav_container {
    background-color: #4d6d95;
    height: 100%;
}

.nav {
    margin-left:-15px;
    margin-right: -15px;
    /*padding-top: 40px;*/
}

.nav>li>a {
    color: #b1b1b1;
    font-size: 16px;
    line-height: 1.5em;
}

.nav>li>a>i {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 22px;
}

.nav>li>a:hover, .nav>li>a:focus {
    color: #fff;
    background-color: #2c5486;
   /* backgrounnd-color:#ddd;*/
}


.nav>li.active> a,
.nav>li.active> a:hover,
.nav>li.active> a:focus {
    color: #fff;
    background-color: #2c5486;
    /*background-color:#ccc;*/
}

/* Accordian Panel*/
.main_container {
    height: 100%;
}

.panel {
    background-color: #eaeaea;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0;
}

.panel-heading {
    background-color: #49818d;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    padding: 10px 15px;
}

.blue_color {
    background-color: #2c5486;
}

.panel-heading>a {
    color: #fff;
    font-size: 14px;
}

.panel-heading>a:hover {
    background-color: #49818d;
    text-decoration: none;
}

.panel-heading>a>i {
    float: right;
    font-size: 24px;
}

.panel-body {
    padding: 0 0 0 5px;
    
}

.right_margin {
    padding-right: -10px;
}

.left_margin {
    padding-left: -10px;
}


.sub_panel {
    border: 1px solid #b2b2b2;
    background-color: #fff;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sub_panel_heading {
    font-size: 14px;
    color: #fff;
    padding:5px;
}

.sub_panel_heading>i {
    font-size:16px;
    padding: 0 5px;
}

.panel_hd_1 {
    background-color: #ff2c31;
}

.panel_hd_1 {
    background-color: #ff2c31;
}

.panel_hd_2 {
    background-color: #05b0d5;
}

.panel_hd_3 {
    background-color: #0a9816;
}

.panel_hd_4 {
    background-color: #b3b103;
}

.panel_hd_5 {
    background-color: #08afb1;
}

.panel_hd_6 {
    background-color: #ef8514;
}

/* CHECKBOX CSS */
.checkbox {
    padding-left: 35px;
    font-size: 12px;
    color: #767676;
    line-height: 2em;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0px;
    height: 28px;
}

input[type="checkbox"] {
    height: 18px;
    vertical-align: middle;
}


/* FOOTER CSS */
footer {
    background-color: #3b3f4a;
    bottom: 0;
    width: 100%;
    /*position: absolute;*/
}
.copyright {   
    color: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 10px;
}

.footer_nav {
    text-align: right;
}

.footer_nav>ul {
    margin-bottom: 0;
}

.footer_nav>ul>li {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.footer_nav>ul>li>a {
    color: #bebebe;
    font-size: 12px;
}


.footer_nav>ul>li>a:hover, .footer_nav>ul>li>a:focus {
    color: #fff;
    background-color: #3b3f4a;
    text-decoration: none;
}


.footer_nav>Ul>li.active> a,
.footer_nav>Ul>li.active> a:hover,
.footer_nav>ul>li.active> a:focus {
    color: #fff;
    background-color: #3b3f4a;
}



/**####### NEW CSS ######### */
/*tab inside panel CSS*/
.panel-tabs {
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
}

.panel-tabs>li>a {
    background-color: #b2b2b2;
    color: #fff;
    font-size: 14px;
}

.panel-tabs > li > a:hover, .panel-tabls > li > a:focus {
    background-color: #fff;
    color: #767676;
}

.panel-tabs > li.active > a, .panel-tabs > li.active > a:hover, .panel-tabs > li.active > a:focus {
    background-color: #fff;
    color: #767676;
}

.tab-content {
    background-color: #fff;
    border: 1px solid #d0d0d0;
    padding: 10px 10px 0 10px;
    margin-bottom: 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
}

.tab-pane {
    margin-right: -10px;
    margin-left: -10px;
}

/*Product Display CSS*/
.product-display {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    /* margin-left: -10px;
     margin-right: -10px;*/
}

.product-display-panel{
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #f4f4f4;
    border-radius: 2px;
    padding: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
}

.product-img {
    display: block;
    position: relative;
}

.product-title {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    line-height: 2em;
    border-bottom: 1px solid #d7d7d7;
}

.product-title>span {
    font-size: 14px;
    font-weight: normal;
    color: #7e7e7e;
}

.product-details {
    display: block;
    position: relative;
    font-size: 12px;
    color: #727272;
    line-height: 1.5em;
    padding: 5px 0;
    height: 100%;
}

.product-price-cart {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-price-cart>span {
    color: #727272;
    font-size: 24px;
    border: 1px solid #d4d4d4;
    padding:10px 20px;
}


/** ############# NEW CSS ENDS HERE ###########*/

.tooltip{display:none;}