/* Global Styles */
body {
    padding: 0;
    margin: 0;
}

.container{
  background: #fff;
}

.well {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.panel-default > .panel-heading {
    color: #fff;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0px;
}

.navbar-right .dropdown-menu {
  left: 0;
}

.dropdown-menu {
  min-width: 200px;
}

.dropdown-menu > li > a {
  white-space: normal;
}

.side-collapse {
  display: block;
  height: 100% !important;        
}

.row-margin {
  padding:0 10px;
}

.row-margin-top {
  padding-top:10px;
}

#send_url { display: none; } 

/* Page template radius */
.top-radius {
  //-webkit-border-radius:6px 6px 0px 0px;
  //-moz-border-radius:6px 6px 0px 0px;
  //border-radius:6px 6px 0px 0px;
}

.bottom-radius {
  //-webkit-border-radius:0px 0px 6px 6px;
  //-moz-border-radius:0px 0px 6px 6px;
  //border-radius:0px 0px 6px 6px;
}
     
/* Top Menu Submenu */
.dropdown-submenu {
  position:relative;
}

.dropdown-submenu > .dropdown-menu {
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}
 
.dropdown-submenu > a:after {
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;
  margin-right:-10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color:#555;
}

.dropdown-submenu.pull-left {
  float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left:-100%;
  margin-left:10px;
  -webkit-border-radius:6px 0 6px 6px;
  -moz-border-radius:6px 0 6px 6px;
  border-radius:6px 0 6px 6px;
}

/* Side Menu Submenu*/
.list-group-submenu {
  padding-left:20px;
  background: #eee;
}

.list-group-submenu.active {
  background: #666;
}

.list-group-submenu.active:before {
  font-family: "Glyphicons Halflings";
  content: "\e250";
  padding-right: 5px;
}

.list-group-submenu.active:hover {
  background: #666;
}

.list-group-subsubmenu {
  padding-left:40px;
  background: #f9f9f9;
}

.list-group-subsubmenu.active {
  background: #999;
}

.list-group-subsubmenu.active:before {
  font-family: "Glyphicons Halflings";
  content: "\e250";
  padding-right: 5px;
}

.list-group-subsubmenu.active:hover {
  background: #999;
}

/* Header */
header {
}

.langs {
    text-align:left;
    padding: 10px 0 0 5px;
}

.user {
    text-align:right;
    padding: 10px 15px 0 0;
}

.logo {
    text-align:center;
    padding: 20px 15px;
}

.search {
    text-align:center;
    padding: 0px;
}

/* Theme */
.theme {
  position: relative;
  width:100%;
  height: 400px;
  margin: 20px 0;  
}

.carousel {
    height: 100%;
}

.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 100%;
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel .carousel-caption{
}

/* Content Page */
.content_name {
}

.content_name h1 {
  font-size: 200%;
  margin: 0 0 10px;
}

.content_name h2 {
  font-size: 150%;
  margin: 0 0 10px;
}

.content_login {
  margin: 30px 0;
}

.content_text {
  padding-bottom: 10px;
}

.content_news {
}

.news {
  margin: 0;
  padding: 5px;
  background: #fff;
}

.news h4 {
  padding: 10px;
  color: #fff;
  background-color: #234D20;
  border: 1px solid #234D20;
  border-radius: 3px;
}

.content_news_detail {
}

.content_news_detail h1 {
  font-size: 200%;
  margin: 0 0 10px;
}

.content_albums {
}

.album {
  margin: 10px 0;
  padding: 10px;
  background: #fcf8e3;
}

.album img {
  margin: 10px 0 0 0;
}

.content_album_detail {
}

.content_album_detail h1 {
  font-size: 200%;
  margin: 0 0 10px;
}

.content_forum {
}

.content_contracts {
}

.content_contract_detail {
}

.content_include {
}

.content_search {
}

.datum {
  color: #696969;
  font-size: 90%;
  padding-bottom:5px;
}

.autor {
  color: #696969;
  font-size: 90%;
  padding-bottom:5px;
}

/* Side page */
div.zabuto_calendar .table th {
  font-weight:normal;
}

/* Bottom */
.bottom {
    padding: 20px 0;
}

/* Carousel multi */
#multi {
  background: #ffffff;
  height:80px;
  padding: 0 20px;
}

.carousel-inner .active.left  { left: -25%;             }
.carousel-inner .active.right { left: 25%;              }
.carousel-inner .next         { left: 25%               }
.carousel-inner .prev         { left: -25%              }
.carousel-control.left        { background-image: none; width: 20px; }
.carousel-control.right       { background-image: none; width: 20px; }
.carousel-inner .item         {  }

/* Footer */
.footer {
    background-image: linear-gradient( #36802D, #36802D 60%, #2c6724);
    background-repeat: no-repeat;
    border: 1px solid #2c6724; 
    //border-radius: 4px; 
    //box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    margin: 20px 0;
    padding: 20px 0;
}

.footer a:link, .footer a:visited, .footer a:focus, .footer a:hover {
  color: #f9f9f9;
}

.img-footer {
    float:left;
    padding:2px;
}

.online {}
.created {}
.copyright {}
.sendlink {}
.print {}
.sitemap {}

.view {
   margin: 0;
   padding: 0;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: left;
   cursor: default;
   border: 0px solid #fff;
}

.view img {
   display: block;
   position: relative;
}

.view h2 {
   color: #fff;
   font-size: 150%;
   background: #36802D;
   opacity: 0.7;
   width: 100%;
   position: absolute;
   left: 0;
   bottom: 0;
   margin: 0;
   padding: 20px 40px;
}

.view h2:after {
  float:right;
  font-family: "Glyphicons Halflings";
  content: "\e080";
  color: #fff;
}

.view a {
  color: #fff;
  text-decoration: underlined;
}

.view:hover a {
}

ul.show-ok {
    padding-left: 10px;
}

ul.show-ok li {
    display: block;
}

ul.show-ok li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    position: relative;
    margin-right: 10px;
    top: 3px;
}

blockquote {
    font-size: 20px;
    font-style: italic;
    padding: 30px 30px;
    margin: 10px 30px;
    position: relative;
    color: #36802D;
    border: 0;
}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 50px;
    position: absolute;
    left: -10px;
    top: -20px;
    color: #7a7a7a;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

.motto {
    font-size: 18px;
    font-style: italic;
    padding: 20px;
    margin: 0;
    position: relative;
    color: #36802D;
    border: 0;
    text-align: left;
}

/* Responsive Styles */
@media(min-width:992px) {
    body {
      margin: 0;
    }
}

@media(min-width:769px) {
    #search_s {
        width:250px;
    }
}

@media(max-width:992px) {
    .container{
        width:100%;
    }
    
    .view p {
      padding: 0 30px;
    }

    .view ul {
      padding: 0 30px;
    }

    .view .show-ok li {
      padding: 0px;
    }
    
    /* Carousel multi */
    .carousel-inner .active.left  { left: -33%;             }
    .carousel-inner .active.right { left: 33%;              }
    .carousel-inner .next         { left: 33%               }
    .carousel-inner .prev         { left: -3%              }
    .active > div:last-child { display: none; }
    .active > div:first-child { display: block; }
    .active > div:first-child + div { display: block; }
}

@media(max-width:768px) {
    body {
      margin-top: 50px;
    }
    
    .navbar-default {
        position: fixed;
        z-index: 1030;
        right: 0;
        left: 0;   
        border-radius: 0;
        top: 0;
        border-width: 0 0 1px;
    } 

    header.carousel .carousel {
        height: 70%;
    }

    .langs, .user {
        text-align:center;
    }
    .logo, .search {
        text-align:center;
        padding: 0;
    }
 
    .side-collapse {
      display: none;
      background: #fff none repeat scroll 0 0;
      height: 100%;
      position: fixed;
      right: 0;
      top: 55px;
      width: 60%;
      z-index: 100;
    }  
    
    .panel-submenu {
      border: 0px;
    }
    
    /* Carousel multi */
    .carousel-inner .active.left  { left: -100%;             }
    .carousel-inner .active.right { left: 100%;              }
    .carousel-inner .next         { left: 100%               }
    .carousel-inner .prev         { left: -100%              }
    .active > div { display: none; }
    .active > div:first-child { display: block; }
}
