/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
.custom-logo {
  display: inline-block;
  width: 210px;
  height: 90px;
  background: url(../../../images/yootheme/logo.png) 50% 50% no-repeat;
  background-size: contain;
}

#menubar {  
    background: none repeat scroll 0 0 #00316D;  
    border-top: 1px solid #DDDDDD !important;  
}
/*--- Mudanca dos titulos dos modulos ---*/
 .module .module-title {  
     background: none repeat scroll 0 0 #00316D !important;  
     border-radius: 4px 4px 4px 4px;  
     color: #FFFFFF;  
    font-size: 14px;  
     line-height: 14px;  
     margin-bottom: 10px;  
    padding: 10px;  
 }

.menu-sidebar a.level1 > span, .menu-sidebar span.level1 > span {  
    color: #00316D;  
}  
.menu-sidebar a.level1 > span, .menu-sidebar span.level1 > span {  
    background: none repeat scroll 0 0 #ffffff;  
    border: 0px solid #B3892E;  
    border-radius: 4px 4px 4px 4px;  
    padding: 4px;  
}

/*--- Mudanca dos titulos dos modulos ---*/
 #system .title {  
    font-size: 26px;  
 }
 #system .title  {
    color: #00316D;  
 }

.searchbox {  
    background: none repeat scroll 0 0 #C0C0C0 !important;  
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

  .custom-logo { height: 60px; }
  
}