/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * Add spacing to top and bottom of pages.
 */

.page-content {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 38em) {
  .page-content {
    margin-top: 0.5rem;
  }
}

/**
 * Add color to layout icons.
 */

.layout-icon__region {
  fill: #f5f5f2;
  stroke: #666;
}
/*custom css*/
body.path-pos .region.region-highlighted,body.path-pos .help{
   display:none !important; 
}
.region-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.content-header{
    background: #407F71 !important;
    margin: 0px !important;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
}
#block-claro-logo img{
    width: 100px;
    padding: 0px 0px;
}
#block-claro-menu ul{
    margin: 0px !important;
    padding: 0px !important;
}
#block-claro-menu ul li {
    list-style: none;
    float: left;
    margin-left: 25px;
}
#block-claro-menu ul li a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
#block-claro-menu ul li.menu-item.menu-item--active-trail {
    font-weight: bold;
}
a.btn.btn-primary.btn-sm{
    background: #007bff;
    color: #fff;
}
a.btn.btn-primary.btn-sm:hover {
    color: #fff;
    background: #26a769;
}
a.btn.btn-secondary.btn-sm:hover {
    color: #fff;
    background: #26a769;
}
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
    text-decoration: none;
    display: inline-block;
}
.toolbar-tray-open:not(.toolbar-vertical) .layout-container, body:not(.toolbar-tray-open) .layout-container{
        margin-right: 1em !important;
        margin-left: 1em !important;
}
#block-claro-logo a {
    box-shadow: none;
}

form#user-pass{
    display: none;
}
.path-user #user-login-form{
    width: 35%;
    margin: auto;
}
.path-user #block-claro-page-title{
    text-align: center;
}

.path-user .region-highlighted .messages__content a{
    display: none;
}
.path-node .layout-region.layout-region--secondary{
     display: none;
}

.view-sales.view-id-sales .views-row .views-field.views-field {
    float: left;
    margin-right: 20px;
    width: 23%;
}
.view-sales.view-id-sales .views-row .views-field.views-field .views-label{
    font-weight: bold;
    margin-right: 20px;
}

.view-purchase-invoice .views-row .views-field.views-field {
    float: left;
    margin-right: 20px;
    width: 23%;
}
.view-purchase-invoice .views-row .views-field.views-field .views-label{
    font-weight: bold;
    margin-right: 20px;
}


