@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/roboto/Roboto-Light.eot); /* For IE6-8 */
  src: local('Roboto-Light'),
       local('Roboto-Light'),
       url(../fonts/roboto/Roboto-Light.woff2) format('woff2'),
       url(../fonts/roboto/Roboto-Light.woff) format('woff'),
       url(../fonts/roboto/Roboto-Light.ttf) format('truetype');

}
body {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    padding-top: 70px;
    padding-bottom: 30px;
    background: #FCFCFC;
}

a {
    color: #1976D2;
}

a:focus, a:hover {
    color: #EF6C00;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.navbar.navbar-inverse {
    background-color: #fff;
    color: #757575;
    border-bottom: 1px solid #F5F5F5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

.you-cart {
    margin: 40px 0;
}

.you-cart h3 {
    color: #EF6C00;
    padding: 0 10px 15px 10px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}

hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc;
}

.clear {
    position: relative;
    top: -20px;
}

.total {
    color: #616161;
    font-weight: 600 !important;
    letter-spacing: 1px;
}

.orange {
    color: #EF6C00;
    font-weight: 400 !important;
}

.bs-component a {
    margin-right: 10px;
}

footer .container {
    margin-top: 60px;
    border-top: 1px solid #ccc;
}

.footer-phone {
    margin-top: 20px;
}

.footer-phone img {
    margin-bottom: 20px;
}

.footer-phone p {
    font-weight: 400;
    color: #b4b4b4;
    line-height: 0.75;
}

.log-border {
    border-right: 1px solid #CCC;
}

.bottons {
    display: block;
    margin: auto;
    text-align: center;
}

.title-bold {
    font-weight: 500;
}

.guest-text {
    margin-bottom: 60px !important;
}

.nav-tabs {
    background: #fff;
    color: #b4b4b4;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    background-color: transparent !important;
    border: 0 !important;
    color: #b4b4b4 !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}

.btn-group {
    float: right;
}

.btn-group > a {
    margin-right: 10px !important;
}

.customer {
    padding: 0 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.form-group {
    /*padding-bottom: 30px;*/
    margin: 5px 0 0 0;
}

.req:after {
    content: " *";
    color: #F44336;
    font-size: 16px;
    position: absolute;
    margin-left: 5px
}

.login-title {
    position: relative;
    top: -15px;
}

.form-group.is-focused .form-control {
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EF6C00), to(#EF6C00)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#EF6C00, #EF6C00), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#EF6C00, #EF6C00), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#EF6C00, #EF6C00), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.form-group.is-focused label,
.form-group.is-focused label.control-label {
    color: #EF6C00;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check {
    color: #EF6C00;
    border-color: #EF6C00;
}

/*noinspection ALL*/
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #EF6C00;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    -webkit-animation: checkbox-on .3s forwards;
    -o-animation: checkbox-on .3s forwards;
    animation: checkbox-on .3s forwards;
}

.messedg {
    background: #FFF8E1;
    margin: 0 20px;
    padding: 20px;
}

.form-group label.control-label {
    font-size: 14px;
    /*text-align: right;*/
}

@media (min-width: 768px) {

    .form-group label.control-label {
        font-size: 14px;
        text-align: right;
    }

}

.select-control:after {
    right: 5px;
    top: 3px;
    font-size: 25px;
    position: absolute;
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    content: "\e5c5";
    pointer-events: none;
    color: #757575;
}

.form-horizontal {
    padding: 20px
}

.togglebutton {
    margin-top: 20px;
}

.togglebutton label .toggle, .togglebutton label input[type=checkbox][disabled] + .toggle {
    margin-left: 10px;
}

.togglebutton label input[type=checkbox]:checked + .toggle {
    background-color: rgba(239, 108, 0, .5);
}

.togglebutton label input[type=checkbox]:checked + .toggle:after {
    background-color: #EF6C00;
}

.radio input[type="radio"]:checked ~ .check {
    background-color: #EF6C00;
}

.radio input[type="radio"]:checked ~ .circle {
    border-color: #EF6C00;
}

.col-sm-3 .togglebutton {
    margin-top: 0;
}

.e-check {
    font-size: 24px;
    padding: 10px;
    vertical-align: middle;
}

.credit-cart {
    font-size: 24px;
    padding: 10px;
    vertical-align: middle;
}

.notes2 {
    color: #999;
    width: 240px;
    display: block;
    margin: 40px auto auto;
}

.notes2 p {
    font-size: 18px;
}

.small-text {
    font-size: 11px;
    margin: auto;
    text-align: center;
}

.terms_con {
    float: left;
    font-size: 14px;
    position: relative;
    top: 8px;
    width: 200px;
}

.title_des {
    font-size: 16px !important;
    color: #999999;
}

.radio-inline {
    padding-left: 0;
}

.radio label {
    padding-left: 30px;
}

.date-p {
    position: relative;
    top: 10px;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.alert.alert-success {
    background-color: #D0E9C6;
    color: #555;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

center .pagination-sm {
    position: relative;
    top: 15px
}

td a {
    color: #616161
}

.modal-body p {
    font-size: 14px;
}

.date-select {
    width: 100px !important;
    margin-right: 10px;
    float: left !important;
}

.navbar.navbar-inverse .dropdown-menu li > a {
    font-size: 14px;
    padding: 13px 16px;
}

.navbar.navbar-inverse .dropdown-menu li > a:focus, .navbar.navbar-inverse .dropdown-menu li > a:hover {
    color: #EF6C00;
    background-color: #eee;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #3d3d3d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;

}

.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #ef6c00;
}

.sidebar-nav li:nth-child(2):before, .sidebar-nav li:nth-child(3):before, .sidebar-nav li:nth-child(4):before, .sidebar-nav li:nth-child(5):before, .sidebar-nav li:nth-child(6):before, .sidebar-nav li:nth-child(7):before, .sidebar-nav li:nth-child(8):before, .sidebar-nav li:nth-child(9):before {
    background-color: #ef6c00;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    position: fixed;
    top: 15px;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 0;
    background: transparent;
    border: none;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #999;
}

.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #1a1a1a;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open .hamb-middle {
    display: none;
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250, 250, 250, .8);
    z-index: 1;
}

.navbar-brand {
    margin-left: 40px !important;
}

.linked {
    font-size: 16px;
    line-height: 1.42857143;
    color: #BDBDBD;
    font-weight: 400;
}

.productTable {
    border: 1px solid #EEEEEE;
    padding: 5px;
}

.productTable td {
    padding: 2px;
}

.title {
    background: #EEEEEE;
}

.title label {
    color: #333;
}

.cat-title-odd label {
    color: #EF6C00;
}

.cat-title-odd b {
    color: #616161;
}

.smaller {
    padding-bottom: 0px;
    padding-right: 5px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.system {
    padding-right: 10px
}

.title_prod {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: 4px;
}

.products {
    padding-top: 20px;
}

.customer_product {
    padding-top: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.insert_text {
    height: 140px;
    border: 1px solid #E0E0E0;
    padding: 10px;
    background: #EEEEEE;
    width: 100%;
}

.top {
    margin-top: 10px !important;
}

#accordion input[type=radio] {
    display: none;
}

#accordion label {
    background: #FAFAFA;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    margin-bottom: .125em;
    padding: 10px 15px;
    z-index: 20;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
    overflow: hidden;
}

#accordion label:hover {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.10), 0 0 0 1px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    cursor: pointer;
}

#accordion input:checked + label {
    background: #FAFAFA;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
}

#accordion article {
    border-top: 1px solid #ddd;
    height: 0px;
    overflow: hidden;
    z-index: 10;
    background: #FFFFFF;
    margin-bottom: 0;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

#accordion article p {
    padding: 0;
}

#accordion input:checked article {
}

#accordion input:checked ~ article {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    height: auto;
    margin-bottom: .125em;
}

.breadcrumb {
    margin-bottom: 0px !important;
    padding: 8px 15px;
    list-style: none;
    background-color: #FCFCFC;
    border-radius: 0px;
    margin-top: 20px;
}

.you-cart {
    margin: 20px 0;
}



.panel-body p {
    font-size: 14px;
}

.alert.alert-warning {
    background-color: #ff5722;
    color: rgba(255, 255, 255, .84);
    width: 80%;
    margin: auto;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #757575;
    padding-bottom: 5px;
}

.product-cart td {
    padding: 5px;
}

.manufacture {
    margin: 10px 0px;
    font-weight: 500;
}

.panel.panel-default > .panel-heading, .panel > .panel-heading {
    background-color: #FAFAFA;
}

.panel-group .panel {
    background: #FFFFFF;
    margin-bottom: 0;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
    overflow: hidden;
}

.panel-group .panel:hover {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.10), 0 0 0 1px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    cursor: pointer;
}

h4.panel-title > a {
    display: block;
}

/*.btn, .input-group-btn .btn {
    padding: 6px 24px;
}*/

.panel-body > table > tbody > tr > td {
    vertical-align: middle;
    padding: 5px 10px;
}

.panel-body > table > tbody > tr > td .btn {
    float: right;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #b5b5b5;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ef6c00;
}

.forgot {
    color: rgba(135, 135, 135, 1.00) !important;
    margin-right: 20px;
    font-size: 12px;
    margin-top: 12px;
}

.text-danger {
    font-size: 14px !important;
    position: relative;
    top: 5px;
}

.has-feedback .form-control {
    padding-right: 5px;
}

.contact {
    text-transform: uppercase;
}

.contact i {
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.panel-body-cont {
    padding: 10px 0px;
}

.coutry {
    font-size: 18px !important;
    margin-left: 20px;
}

.coutry span {
    color: #EF6C00;
}

.alert {
    margin-bottom: 0px;
}

.form-control {
    position: relative;
    top: 10px;
}

.same {
    padding-bottom: 0px;
}

.small_btn {
    padding: 5px 15px !important;
}

.small_btn i {
    color: #EF6C00
}

.coupon {
    float: left !important;
}

.coupon > .form-group {
    position: relative;
    top: -10px;
}

.coupon label {
    color: #333;
    font-weight: 300;
    font-size: 14px;
}

.form_hr {
    border-top: 0px;
}

.accordion-head {
    font-size: 16px;
    color: rgba(0, 0, 0, 1.00);
    font-weight: 300;
    text-transform: uppercase;
}

.form-group .help-block {
    display: none;
    position: relative;
    text-align: center;
    top: 10px;
}

.credit-carts {
    padding: 40px;
}

ul .coutry {
    font-size: 13px !important;
    padding-top: 22px;
    padding-bottom: 20px;
}

.a_login {
    text-decoration: underline;
}

.login-block {
    width: 360px;
    display: block;
    margin: auto;
}

.cart-info {
    padding: 0px 10px 10px 10px;
}

.cart-info label {
    background: rgba(255, 255, 255, 1.00) !important;
    box-shadow: none !important;
}

.e-check .control-label {
    background: rgba(255, 255, 255, 1.00) !important;
    box-shadow: none !important;
}

.text-info {
    font-size: 14px !important
}

.breadcrumb a {
    color: #333;
    cursor: pointer
}

.conf-info {
    padding: 10px;
    border-bottom: 1px dashed #000000;
    border-top: 1px dashed #000000
}

.conf-adress {
    padding: 10px;
    border-bottom: 1px dashed #000000;
    margin-bottom: 40px;
}

pre h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 0px
}

.top-top {
    top: 20px;
    position: relative;
}

.disease {
    font-size: 14px !important;
    line-height: 1.27142857;
    font-weight: normal !important;
    color: #BDBDBD;
    font-weight: 400;
    margin: 16px 0 0 0;
}
.breadcrumb > li i{ position:relative; top:5px;}
pre {
    overflow: hidden;
}

.chat {
    background-color: #689f38 !important;
    color: rgba(255, 255, 255, .90);
    height: 64px !important;
    width: 64px !important;
    position: relative;
    z-index: 2;
}

.chat2 {
    position: absolute;
    left: 0px;
    margin: auto;
    height: 64px;
    width: 64px;
    line-height: normal;
    background: #64DD17;
    border-radius: 50%;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes example {
    0% {
        transform: scale(1, 1); /* Standard syntax */
        opacity: 1;
    }
    25% {
        transform: scale(1.5, 1.5); /* Standard syntax */
        opacity: 0.4;
    }
    50% {
        transform: scale(1, 1); /* Standard syntax */
        opacity: 1;
    }
    75% {
        transform: scale(1.5, 1.5); /* Standard syntax */
        opacity: 0.4;
    }
    100% {
        transform: scale(1, 1); /* Standard syntax */
        opacity: 1;
    }
}

@keyframes example {
    0% {
        transform: scale(1, 1); /* Standard syntax */
        opacity: 1;
    }
    25% {
        transform: scale(1.5, 1.5); /* Standard syntax */
        opacity: 0.4;
    }
    50% {
        transform: scale(1, 1); /* Standard syntax */
        opacity: 1;
    }
    75% {
        transform: scale(1.5, 1.5); /* Standard syntax */
        opacity: 0.4;
    }
    100% {
        transform: scale(1, 1); /* Standard syntax */
        opacity: 1;
    }
}

.live_chat {
    background-color: rgba(0, 0, 0, .60);
    font-size: 16px;
    color: #FFFFFF;
    padding: 8px 20px;
    border-radius: 2px;
    position: relative;
    right: 10px;
    z-index: 1;
}

.fab-chat {
    width: 300px;
    margin: 0px 20px 20px 20px;
    float: right;
    position: relative;
}

.chat-btn {
    position: fixed;
    right: 0;
    bottom: 0;
}.prod{ min-height:75px;
		  height:auto; 
 	      margin-bottom:0px !important; 
		  }
.prod p {
	height:75px;
	display:table-cell;
    vertical-align:middle;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #EF6C00;
    border-color: #EF6C00;
}
.modal-content{ padding:20px;margin-top: 20%;}
.modal-content table { margin-left:5%;}
.modal-content table td { padding:5px 0; vertical-align:middle}
.tab-detail td{ vertical-align:middle !important;}
.tab_btn{ padding:5px !important; margin:0px !important;}


.popover{
    background: rgba(255, 255, 255, 0.9) !important;
    background-color: white;
}