/*  Cross-browser mixins
 *  
 *  David Marquês Francisco
 *  (dfrancisc[at]gmail.com)
 *  
 *  -------------------------------------
 */
/*    David Marquês Francisco
 *    (dfrancisc[at]gmail.com)
 *
 *    Originally based on the theme "Drastic
 *    Dark" by Juan Maria Martinez Arce
 *    (juan[at]insignia4u.com)
 *
 *    Added components that doesn't exist in
 *    other web-app-theme themes
 *    -----------------------------------------
 *
 *    #full-main (ocupa os 100% de width para
 *      páginas que não têm barra lateral)
 *    .flash .error-list
 *    #sidebar .warning
 *    .breadcrumb
 *    .searchform
 *    a.global_button (não está a ser utilizado
 *      mas pode ser útil. São botões que ficam
 *      na barra de separadores)
 *    .block-norounded (blocos sem as pontas
 *      arredondadas)
 *    .secondary-inner-nav (navegação sem as
 *      pontas arredondadas para blocos
 *      interiores)
 *    div.tooltip (reimplementa o aspecto das
 *      tooltips que mostram o 'title' das
 *      imagens)
 *    .highlighted-title-info (informação
 *      adicional para títulos)
 *
 *                                           */
body {
  color: #111111;
  background: #f4f4f4;
  font-family: helvetica, arial, sans-serif; }

h1, h2, h3 {
  color: #111111; }

a:link, a:visited, a:hover, a:active {
  color: #111111; }

a {
  -moz-outline: none; }

hr {
  background: #f4f4f4;
  color: #f4f4f4; }

#header {
  background-color: #261f1f;
  background-image: url("../../images/logo.png");
  background-repeat: no-repeat;
  background-position: 0px 0px; }
  #header h1 {
    padding: 15px 55px;
    font-size: 40px;
    font-style: normal;
    text-transform: normal;
    letter-spacing: -1px;
    line-height: 1.2em;
    color: white;
    text-shadow: black 1px 1px 2px;
    height: 50px; }
    #header h1 a:link, #header h1 a:active, #header h1 a:hover, #header h1 a:visited {
      color: white; }

#main, #full-main {
  width: 83%;
  float: left; }
  #main .block, #full-main .block {
    padding-top: 0px;
    background: white;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px; }
    #main .block .content, #full-main .block .content {
      padding-top: 1px; }
      #main .block .content .inner, #full-main .block .content .inner {
        padding: 0 15px 15px; }
      #main .block .content h2, #full-main .block .content h2 {
        margin-left: 15px;
        font-size: 22px;
        font-style: normal;
        font-weight: bold;
        text-transform: normal;
        letter-spacing: -1px;
        line-height: 1.2em; }
      #main .block .content p, #full-main .block .content p {
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        text-transform: normal;
        letter-spacing: normal;
        line-height: 1.45em; }
  #main .block-norounded, #full-main .block-norounded {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }

#full-main {
  width: 940px; }
  #full-main .block {
    margin-bottom: 20px; }

#main-navigation {
  background-color: #f4f4f4;
  background-image: url("../../images/menubar-background.png");
  background-repeat: repeat-x;
  -moz-border-radius-topleft: 9px;
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px; }
  #main-navigation ul li {
    float: left;
    padding-left: 15px;
    padding-right: 5px;
    margin-right: 0; }
    #main-navigation ul li a:link, #main-navigation ul li a:visited, #main-navigation ul li a:hover, #main-navigation ul li a:active {
      padding: 8px 0;
      text-decoration: none;
      color: #111111; }
    #main-navigation ul li.active a:link, #main-navigation ul li.active a:visited, #main-navigation ul li.active a:hover, #main-navigation ul li.active a:active {
      color: #a4a4a4; }

.secondary-navigation {
  background-color: #f2f1ee;
  background-image: url("../../images/boxbar-background.png");
  border-bottom-width: 0px;
  -moz-border-radius-topleft: 9px;
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px; }
  .secondary-navigation li.first a, .secondary-navigation ul li.first {
    -moz-border-radius-topleft: 9px;
    -webkit-border-top-left-radius: 9px;
    border-top-left-radius: 9px; }
  .secondary-navigation ul li a:link, .secondary-navigation ul li a:visited, .secondary-navigation ul li a:hover, .secondary-navigation ul li a:active {
    text-decoration: none;
    color: #111111; }
  .secondary-navigation ul li.text {
    padding: 10px 15px;
    color: #818171; }
  .secondary-navigation ul li.active {
    background-color: white; }
    .secondary-navigation ul li.active a:hover {
      background-color: white; }

#user-navigation {
  top: auto;
  right: 25px; }

#user-navigation ul li a:link, #user-navigation ul li a:visited, #user-navigation ul li a:hover, #user-navigation ul li a:active {
  text-decoration: none;
  color: #111111; }

#user-navigation ul li, .secondary-navigation ul li {
  float: left; }

.secondary-inner-nav {
  background-color: #f0eff0;
  background-image: url("../../images/boxbar-background.png");
  font-size: 13px;
  border-bottom-color: white;
  border-bottom-width: 10px;
  border-bottom-style: solid; }
  .secondary-inner-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .secondary-inner-nav ul li {
      float: left; }
      .secondary-inner-nav ul li.active {
        background-color: white; }
        .secondary-inner-nav ul li.active a:hover {
          background-color: white; }
      .secondary-inner-nav ul li a {
        display: block;
        padding: 10px 15px; }
        .secondary-inner-nav ul li a:link, .secondary-inner-nav ul li a:visited, .secondary-inner-nav ul li a:hover, .secondary-inner-nav ul li a:active {
          text-decoration: none;
          color: #261f1f; }

#status {
  margin-top: 20px;
  padding: 15px;
  float: right;
  color: white;
  font-size: 16px;
  text-shadow: black 1px 1px 2px; }

#status a {
  color: white; }

#footer .block {
  color: white;
  background: #261f1f;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px; }
#footer p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #bbbbb7; }

.breadcrumb {
  background-color: #e6e6e6;
  -moz-border-radius-bottomleft: 9px;
  -webkit-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-right-radius: 9px;
  border-bottom-right-radius: 9px; }
  .breadcrumb ul {
    height: 20px;
    padding-bottom: 15px;
    padding-top: 0px;
    list-style-type: none; }
    .breadcrumb ul li {
      color: #777777;
      display: block;
      padding-top: 10px;
      padding-left: 17px;
      margin-right: 15px;
      background: url("../../images/breadcrumb.png") no-repeat 0px 12px;
      float: left; }
      .breadcrumb ul li a {
        text-decoration: none;
        color: #777777; }
      .breadcrumb ul li.first {
        padding-left: 15px;
        background: none; }
      .breadcrumb ul li.active {
        color: #a4a4a4; }

.control {
  float: right;
  margin-right: 9px;
  margin-top: 11px; }

.pagination a, .pagination span, .pagination em {
  border: 1px solid #c3c4ba;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 5px;
  padding: 6px;
  min-width: 15px;
  text-align: center;
  background: #f4f4f4;
  background-image: url("../../images/button-background.png");
  color: #111111; }
.pagination a:hover {
  border: 1px solid #818171;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
.pagination span.current, .pagination em {
  background: #261f1f;
  color: white;
  border: 1px solid #261f1f; }

.pagination a:active {
  background-image: url("../../images/button-background-active.png");
  outline: none; }

.table th {
  background: #eaeaea;
  color: #222222;
  font-weight: normal; }
  .table th.last {
    width: 80px; }
.table td {
  border-bottom: 1px solid #eaeaea; }
  .table td.last {
    padding-top: 0px;
    padding-bottom: 0px; }
.table tr.even {
  background: #f8f8f8; }

.form label.label {
  color: #666666; }
.form input.text_field, .form textarea.text_area {
  width: 100%;
  border: 1px solid #f4f4f4; }
.form input.button {
  background: #f4f4f4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  padding: 2px 5px;
  cursor: pointer;
  color: #111111;
  font-weight: bold;
  font-size: 11px; }
  .form input.button:hover {
    border: 1px solid #666666; }
.form .description {
  font-style: italic;
  color: #8c8c8c;
  font-size: 0.9em; }
.form .navform a {
  color: #cc0000; }

.search {
  border: 1px solid #c1c1c1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0px;
  margin: 0px;
  position: relative;
  float: right;
  width: 300px;
  height: 25px; }
  .search:hover {
    border: 1px solid #a2a294;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
  .search form {
    display: inline; }

.search_box {
  font-family: helvetica, arial, sans-serif;
  font-size: 13px;
  border: 0px;
  border-right: 1px solid #c1c1c1;
  background-color: white;
  position: absolute;
  left: 0px;
  width: 266px;
  height: 25px;
  padding-left: 6px; }

.search_submit {
  border: 0px;
  background: url("../../images/search-button.png") no-repeat;
  position: absolute;
  left: 273px;
  height: 25px;
  width: 27px;
  cursor: pointer; }

.flash .message {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  margin: 0 auto 15px; }
  .flash .message p {
    margin: 8px; }
  .flash .message ul li {
    margin: 5px 0 0 20px;
    text-align: left; }
.flash .error, .flash .error-list {
  border: 1px solid #ffbbbb;
  background-color: #ffdddd; }
.flash .warning {
  border: 1px solid #ffff88;
  background-color: #ffffcc; }
.flash .notice {
  border: 1px solid #1fdf00;
  background-color: #bbffb6; }
.flash .error-list {
  text-align: left; }
  .flash .error-list h2 {
    font-size: 16px;
    text-align: center; }
  .flash .error-list ul {
    padding-left: 22px;
    line-height: 18px;
    list-style-type: square;
    margin-bottom: 15px; }

ul.list li {
  border-bottom-color: #f4f4f4;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px; }
  ul.list li .item .avatar {
    border-color: #f4f4f4;
    border-width: 1px;
    border-style: solid;
    padding: 2px; }

#box {
  width: 480px; }
  #box .block {
    background: white;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px; }
    #box .block h2 {
      background: #261f1f;
      color: white;
      -moz-border-radius-topleft: 9px;
      -webkit-border-top-left-radius: 9px;
      border-top-left-radius: 9px;
      -moz-border-radius-topright: 9px;
      -webkit-border-top-right-radius: 9px;
      border-top-right-radius: 9px; }

a.button, button.button {
  background-image: url("../../images/button-background.png");
  background-color: #eeeeee;
  border: 1px solid #c3c4ba;
  font-family: helvetica, arial, sans-serif;
  font-weight: normal;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  a.button:link, a.button:visited, a.button:hover, a.button:active, button.button:link, button.button:visited, button.button:hover, button.button:active {
    font-weight: normal; }
  a.button:hover, button.button:hover {
    border: 1px solid #818171;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }

a.button:active, button.button:active {
  background-image: url("../../images/button-background-active.png");
  outline: none; }

a.global_button:link, a.global_button:visited, a.global_button:hover, a.global_button:active {
  color: #222222;
  display: block;
  font-size: 1em;
  line-height: 1.3em;
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
  float: right;
  padding: 8px 10px 6px 7px;
  margin: 0 9px 0 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
a.global_button img {
  margin: 0 3px -3px 0 !important;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px; }

.form div.left {
  width: 10%;
  float: left; }
.form div.right {
  width: 85%;
  float: right; }

.login div.left, .signup div div.left {
  width: 21%;
  float: left; }
.login div.right, .signup div div.right {
  width: 74%;
  float: right; }

.filetype {
  background-image: url("../../../images/filetype/unknown.png");
  background-repeat: no-repeat;
  padding-top: 9px;
  padding-left: 11px;
  font-size: 14px;
  color: #a4a4a4;
  width: 100px;
  height: 128px; }

.highlighted-title-info, .highlighted-title-info-grey, .highlighted-title-info-green, .highlighted-title-info-yellow, .highlighted-title-info-red {
  display: inline;
  font-size: 13px;
  vertical-align: top;
  padding-left: 3px;
  padding-right: 5px;
  margin-left: 5px;
  font-weight: normal;
  text-transform: lowercase;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.highlighted-title-info-grey {
  background-color: #a4a4a4;
  color: white; }

.highlighted-title-info-green {
  background-color: #1fdf00;
  color: white; }

.highlighted-title-info-yellow {
  background-color: #ffee79;
  color: black; }

.highlighted-title-info-red {
  background-color: #cc0000;
  color: white; }
