/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 /*C60000 color secundario rojo*/

 body {
    color: #404040;
    font-family: Lucida Sans Unicode,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
}

a {
    color: #C60000;
}

 #header {
    background: #F9B03D;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.header-container {
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    max-width: 1140px;
    margin: 0 auto;
}

.display-top {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.user-info {
    margin-right: 2rem;
}

#search_block_top #search_query_top, #search_block_left #search_query_block {
    height: 40px;
    line-height: 0;
    margin-right: 0;
}

#search_block_top .btn.button-search {
    padding: 7px 0 11px 0;
}

/*#wrapper {
    margin-top: 48px;
}*/

/*product*/
#product #content {
    max-width: 100%;
}

.tabs {
    box-shadow: none;
    margin-top: 0rem;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border-bottom: 3px solid #F9B03D;
}

.tabs .nav-tabs .nav-link.active {
    color: #F9B03D;
}

.product-features {
    margin-top: 0;
    margin-left: 0;
}

.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    padding: .625rem;
    margin-right: .625rem;
    min-height: 2.5rem;
    word-break: normal;
    text-transform: none;
    margin-bottom: .5rem;
}

.product-features>dl.data-sheet dd.value {
    margin-right: 0;
    text-align: right;
}

#product-description-short {
    text-align: center;
}

/*footer*/
#footer {
    padding-top: 0px;
}

.footer-container {
    margin-top: 0px;
    box-shadow: none;
}

.footer-menu {
    display:flex !important;
    justify-content: space-around;
    align-items: center;
}

.footer-menu li {
    width: auto;
}

.s-qv-mask mask {
    display: none;
}

/*customer diet*/

.modal-header .close {
    margin-top: -25px;
}

.jmarketplace-panel {
    background-color: #fff;
    border: 1px solid #d3d8db;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}

.jmarketplace-panel-header {
    display: flex;
    justify-content: space-between;
    height: 32px;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
    height: 2.2em;
    margin: -20px -16px 15px;
    padding: 5px 7px;
}

#module-customerdiets-diethistory .column ul {
    height: 180px;
    width: 99%;
    overflow: auto;
    border: 1px solid rgba(0,0,0,.25);
    padding: 8px;
}

#module-customerdiets-diethistory .column ul li {
    width: 100%;
    padding: 8px;
    border-bottom: 1px dotted rgba(0,0,0,.25);
}

#module-customerdiets-diethistory .column ul li a {
    width: 100%;
    display: block;
}

#module-customerdiets-diethistory .nav-tabs {
    display: flex;
    justify-content: start;
}

#module-customerdiets-diethistory .nav-tabs li {
    margin-right: 7px;
}

#module-customerdiets-diethistory .nav-tabs li a {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

#module-customerdiets-diethistory .nav-tabs li a.active {
    z-index: 2;
    font-weight: bold;
    text-decoration: none;
    background-color: #F9B03D;
    border-color: #F9B03D;
}

#module-customerdiets-diethistory .tab-content {
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 10px;
}

#module-customerdiets-diethistory .box-resum {
    background-color: #C60000;
    color: #F9B03D;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

#module-customerdiets-diethistory .box-resum a {
    background-color: #C60000;
    color: #F9B03D;
}

#module-customerdiets-diethistory .box-resum a:hover {
    color: #f1f1f1;
}

#module-customerdiets-diethistory h3 .badge {
    background-color: #F9B03D;
    border: 1px solid #F9B03D;
    border-radius: 20px;
    color: #C60000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2em;
    margin-left: .4em;
    padding: 0 10px;
}

#module-customerdiets-diethistory .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #f1f1f1;
    border-radius: .25rem;
}

#module-customerdiets-diethistory .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #C60000;
    text-align: center;
    white-space: nowrap;
    background-color: #F9B03D;
    transition: width .6s ease;
}

#wrapper {
    /*height: 100vh;*/
    padding-top: 70px;
}

#main .page-content, #main .page-header {
    margin-bottom: 1.563rem;
    box-shadow: none;
    border: none;
}

/*.table-fixed{
    width: 100%;
    background-color: #f3f3f3;
}
tbody{
      height:400px;
      overflow-y:auto;
      width: 100%;
}

thead,tbody,tr,td,th{
      display:block;
}

tbody td{
        float:left;
      }

thead tr th{
          float:left;
         background-color: #f39c12;
         border-color:#e67e22;
}*/

