/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */

/*
principal-color #fad300
secundary-color #fcbf2d
tertiary-color #FFFFFF
*/

.page-sidebar{
  background-color: #BBBBBB!important;
  border-right: 1px solid #fad300;
}

ul.page-sidebar-menu > li > a{
  color: #222222!important;
  font-weight: bolder;
}

ul.page-sidebar-menu > li > a:hover{
  color: #BBBBBB!important;
}

ul.page-sidebar-menu li > ul.sub-menu > li > a{
  color: #111111!important;
}

.page-sidebar .sidebar-search input{
  background-color: #BBBBBB!important;
  color: #222222!important;
}

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

.login .content .input-icon,
.login .content .input-icon{
    border-left: 2px solid #fad300 !important
}

.btn.principal-color{
    background-color: #fad300;
    color: #FFFFFF;
    text-shadow: none;
}

.principal-color-text{
    color:#fad300;
}

ul.page-sidebar-menu > li.active > a {
    background: none repeat scroll 0 0 #fad300 !important;
}

.btn.orange {
    background-color: #fcbf2d;
    color: #FFFFFF;
    text-shadow: none;
  }

.btn.yellow {
    background-color: #0a758c;
    color: #FFFFFF;
    text-shadow: none;
  }

.btn.yellow:hover,
.btn.yellow:focus,
.btn.yellow:active,
.btn.yellow.active,
.btn.yellow.disabled,
.btn.yellow[disabled]  {
    background-color: #085e70!important;
  }

  .btn.default {
    background-color: #fcbf2d;
    color: #333333;
    text-shadow: none;
}

  .btn.default:hover {
    background-color: #a0c8d0 !important;
}

.portlet.box.orange > .portlet-title {
    background-color: #fcbf2d;
}

.tabbable-custom .nav-tabs > li.active {
    border-top: 3px solid #fcbf2d;
}


.portlet.box.orange {
    border-color: #fcbf2d;
}
.orange.supply{
  border-color: #fcbf2d;
}

.partnership-offer-link{
  width: 100%;
  display: block;
  padding: 50px 10px;
  border: 2px solid #fcbf2d;
  text-align: center;
  font-size: 20px;
}

.partnership-offer-link:hover,
.partnership-offer-link:active{
  background-color: #fcbf2d;
  border: 2px solid #fcbf2d;
  color: white;
}

.tabbable-custom .nav-pills > li.active > a  {
  background-color: #fad300;
  border: 3px solid #fcbf2d;
}
