/*
 * 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 any plugin's vendor/assets/stylesheets directory 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 bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 *= require_tree ./application
 *= require_self
 *= require jquery-ui/core
 *= require jquery-ui/theme
 *= require jquery-ui/autocomplete
 *= require font-awesome
 */

@import "bootstrap-sprockets";
@import "bootstrap";
@import "select2";
@import "select2-bootstrap";
@import "bootstrap-tagsinput";
@import "spinners";
@import "font-awesome";
@import "social-share-button";

$header-blue: #1676bc;
$link-grey: #343D3E;
$nav-grey: #e7e7e7;

//// HTML/BODY
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;

  font-size: 100%;
  font-weight: 300;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 300;
}

a, a:focus, a:hover {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.title-about{
    font-weight: bolder;
    margin-bottom: 12px;
}

.media-heading {
  font-weight: 400;
}

.caret {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000000;
}

.caret-up {
  transform: rotate(180deg);
}

.caret-align-right {
  position: absolute;
  left: 90%;
  top: 45%;
}

.radio {
  margin-left: 20px;
}

//// HEADER
header {
  border: 0;
  margin-bottom: 16px;

  a, a:focus, a:hover {
    text-decoration: none;
  }

  // barra brasil
  .barra-brasil {
    background: #F1F1F1;
    height: 32px;
    padding: 0 0 0 10px;
    display: block;

    #wrapper-barra-brasil {
      max-width: 100% !important;
    }
  }
  .brasil-flag {
    height: 100% !important;
  }

  //Style just in home page
  .just-in-home{
  // bar with logo, search and user info
  .search-bar {
    color: #FFF;
    background-color: #2178F5;
    padding-bottom: 100px;
    padding-top: 8px;

    // logo
    .logo-container {
      text-align: center;
    }
    .logo {
      margin-top: 70px;
      padding: 0;
      text-align: center;
      h3 {
        margin-top: 10px;
        font-weight: normal;
        font-size: 26px;
      }
      a {
        color: #FFF;
      }
    }
    .logo-image {
      max-width: 100px;
      width: auto;
    }
    // accessibility
    .search-accessibility {
      margin-top: 0px;
      img {
        max-height: 25px;
        height: auto;
      }
    }
    // search
    .search-input {
        margin: 10px auto auto auto;
        margin-bottom: 22px;
        margin-top: 60px;
        max-width: 580px;
        width: auto;
        text-align: center;

      // text input
      .form-control {
        /*border-bottom-left-radius: 7px;*/
        /*border-top-left-radius: 7px;*/
        border-color: #FFF;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        /*max-height: 40px;*/
        height: 40px;
        width: 50%;
        padding-left: 20px;
        font-size: 17px;
        font-weight: 200 !important;
      }
      .form-control1{
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        padding-left: 0px;
        width: 45%;
        font-size: 18px;
        padding-bottom: 7px;
        height: 40px;
      }
      // button input
      .input-group-btn {
        border-bottom-right-radius: 7px;
        border-top-right-radius: 7px;

        .btn, .btn:focus, .btn:hover {
          height: 40px;
          font-size: 18px;
          color: #FF2602;
          background-color: #FFF;
          border-color: #FFF;
        }
      }

      .search-label {
        font-weight: 300 !important;
        color: #FFF;
      }
    }
    // user info
    .status-text {
      margin-top: 20px;
      font-size: 20px;
      text-align: right;

      h2, h4 {
        margin-top: -5px;
      }

      .media-heading {
        // font-size: 32px;
        a {
          color: #FFF;
        }
      }
      .register-link {
        color: #CED1C6;
      }
      .quit-link {
        color: #FF2602;
      }
    }
  }

  // navbar
  .navigation {

    .nav {
      max-height: 40px;
      height:auto;
      float: left;

      h3 {
        margin-top: 3px;
        font-size: 15px;
      }

      .nav-button {
        min-width: 30px;
        height: 100%;
        padding-right: 5px;
        color: #343D3E;
        font-weight: 500 !important;

        a {
          @extend h3;
          padding: 0;
          color: #FFFFFF;
        }
      }

      .nav-button-first {
        padding-left: 0 !important;
      }
      .divider {
        width: 2px;
        margin-left: 3px;
        max-height: 100%;
        height: auto;
        background-color: #FFF;
      }
    }
  }

  .navigation-content {
    display: none;
    background-color: #f2f2f2;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;

    .inner-column {
      padding: 15px;
      padding-top: 5px;
    }

    .nav-tabs {
      border: 0px;
      text-align: center;
    }
  }

  // contrast
  .search-bar-contraste {
    background-color: black;
    color: white;
    background-image: none !important;
  }
}
  //Style in other pages
  // bar with logo, search and user info
  .out-of-home{
  .search-bar {
    color: #FFF;
    background-color: #2178F5;
    padding: 0px;
    padding-top: 8px;
    margin: 0px;

    // logo
    .logo-container {
      text-align: left;
    }
    .logo {
      margin-top: 10px;
      padding: 0;
      text-align: center;
      float: left;
      width: 165px;
      h3 {
        margin-top: 10px;
        font-weight: 400;
      }
      a {
        color: #FFF;
      }
    }
    .logo-image {
      width: 100px;
    }
    // accessibility
    .search-accessibility {
      margin-top: 25px;
      text-align: right;
      img {
        height: 25px;
      }
    }
    // search
    .search-input {
        margin: 10px auto auto auto;
        margin-bottom: 30px;
        max-width: 500px;
        width: auto;
        text-align: center;
        margin-top: 50px;

      // text input
      .form-control {
        /*border-bottom-left-radius: 7px;
        border-top-left-radius: 7px;*/
        border-color: #FFF;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 40px;
        width: 50%;
        padding-left: 20px;
        font-size: 17px;
        font-weight: 200 !important;
      }
      .form-control1{
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        padding-left: 0px;
        width: 45%;
        font-size: 17px;
        padding-bottom: 7px;
        height: 40px;
      }
      // button input
      .input-group-btn {
        border-bottom-right-radius: 7px;
        border-top-right-radius: 7px;

        .btn, .btn:focus, .btn:hover {
          height: 40px;
          font-size: 18px;
          color: #FF2602;
          background-color: #FFF;
          border-color: #FFF;
        }
      }

      .search-label {
        font-weight: 300 !important;
        color: #FFF;
      }
    }
    // user info
    .status-text {
      margin-top: 20px;
      // font-size: 20px;
      text-align: right;

      h2, h4 {
        margin-top: 5px;
      }

      .media-heading {
        // font-size: 32px;
        a {
          color: #FFF;
        }
      }
      .register-link {
        color: #CED1C6;
      }
      .quit-link {
        color: #FF2602;
      }
    }
  }

  // navbar
  .navigation {
    background: $nav-grey;
    text-align: center;

    .nav {
      height: 45px;

      h3 {
        margin-top: 15px;
        font-size: 16px;
        font-weight: 300 !important;
      }

      .nav-button {
        min-width: 130px;
        height: 100%;
        padding-left: 35px;
        padding-right: 35px;
        // font-size: 20px;
        color: #343D3E;
        font-weight: 500 !important;

        a {
          @extend h3;
          padding: 0;
          color: #343D3E;
        }
      }

      .nav-button-first {
        padding-left: 0 !important;
      }
      .divider {
        width: 2px;
        margin-left: 3px;
        height: 100%;
        background-color: #dddddd;
      }
    }
  }

  .navigation-content {
    display: none;
    background-color: #f2f2f2;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;

    .inner-column {
      padding: 15px;
      padding-top: 5px;
    }

    .nav-tabs {
      border: 0px;
      text-align: center;
    }
  }

  // contrast
  .search-bar-contraste {
    background-color: black;
    color: white;
    background-image: none !important;
  }
}


}

.popover {
  display: none;
  z-index: 999;
  max-width: 600px;
  width: auto;

  .popover-content {
    max-height: 300px;
    overflow: auto;
  }
}

@media only screen and (min-width: 1010px) {
/*For Desktops*/
  footer {
    padding-top: 50px;
    color: #FFF;

    .main {
      background-color: #E6E6E6;
      padding: 16px 0px 0px 0px;
      min-height: 256px;

      .container-height{
        min-height: 200px;
        .top-padding{
          padding-top: 50px;
        }
      }
      .center-footer{
        margin-left: auto;
        margin-right: auto;
        background: green;
        width: 980px;
      }
      .logo-footer{
      	width: 18%;

        .logos-footer{
          height: 70px;
        }
        .ministerio-size{
          margin-left: 60px;
        }
        .fnde-size{
          height: 100px;
          margin-top: -8%;
          margin-left: 20px;
        }
        .ufpr-size{
          margin-left: 60px;
        }
        .c3sl-size{
          margin-left: 40px;
        }
      }
    }

  	.footerbar{
  		padding: 16px;
  		background-color: #AAB1AD;
  	}
    .footer-bar {
      color: #FFF;
      background-color: #2178F5;

      .logo {
        text-align: center;
        width: 165px;
        margin: 10px auto auto auto;

        h3 {
          margin-top: 10px;
          font-weight: 400;
        }
        a {
         color: #FFF;
        }
      }
    }
  }
}

@media only screen and (min-width: 600px) and (max-width: 1009px){
/*For tablets*/
  footer {
    padding-top: 30px;
    color: #FFF;

    .main {
      background-color: #E6E6E6;
      padding: 16px 0px 0px 0px;
      min-height: 200px;

      .container-height{
        min-height: 140px;
        .top-padding{
          padding-top: 30px;
        }
      }

      .logo-footer{
      	width: 2%;
        display: inline-block;

        .logos-footer{
          height: 40px;
        }
        .ministerio-size{
          margin-left: 120px;
        }
        .fnde-size{
          height: 60px;
          margin-top: -8%;
          margin-left: 170px;
        }
        .ufpr-size{
          margin-left: 290px;
        }
        .c3sl-size{
          margin-left: 370px;
        }
      }
    }

  	.footerbar{
  		padding: 16px;
  		background-color: #AAB1AD;
  	}
    .footer-bar {
      color: #FFF;
      background-color: #2178F5;

      .logo {
        text-align: center;
        width: 165px;
        margin: 10px auto auto auto;

        h3 {
          margin-top: 10px;
          font-weight: 400;
        }
        a {
         color: #FFF;
        }
      }
    }
  }
}

@media only screen and (max-width: 599px){
/*For Smartphones*/
  footer {
    padding-top: 20px;
    color: #FFF;

    .main {
      background-color: #E6E6E6;
      padding: 5px 0px 0px 0px;
      min-height: 156px;

      .container-height{
        min-height: 90px;
        .top-padding{
          padding-top: 10px;
        }
      }

      .logo-footer{
      	width: 2%;
        display: inline-block;

        .logos-footer{
          height: 18px;
        }
        .ministerio-size{
          margin-left: 40px;
        }
        .fnde-size{
          height: 60px;
          margin-top: -8%;
          margin-left: 50px;
        }
        .ufpr-size{
          margin-left: 150px;
        }
        .c3sl-size{
          margin-left: 170px;
        }
      }
    }

  	.footerbar{
  		padding: 16px;
  		background-color: #AAB1AD;
  	}
    .footer-bar {
      color: #FFF;
      background-color: #2178F5;

      .logo {
        margin: 10px auto auto auto;
        text-align: center;
        width: 100px;
        h3 {
          margin-top: 5px;
          font-weight: 300;
        }
        a {
         color: #FFF;
        }
      }
    }
  }
}

td.stars {
  width: 22%;
}

td.visualis {
  width: 22%;
}

table.tipo1 td {
  width: 52%;
  height: 33px;
}

table.tipo1 p {
  font-size: 15px;
  font-weight: bold;
}

////////////////////////////////////////////////////////////////////////////////

/* Alto Contraste*/
.contraste {
  background-color: black !important;
  color: white;
  .white-input{
    a{
      color:yellow;
    }
  }
  a {
    color: yellow;
  }
  .search-bar {
    color: white !important;
  }
  #myCarousel {
    a {
      color: white !important;
    }
  }
  #search {
    .form-control {
      background-color: black !important;
      color: white;
    }
  }
  #subject-highlight {
    background-color: black !important;
  }

  .field {
    input {
      color: black !important;
    }
  }
  .actions {
    input {
      color: black !important;
    }
  }
  .panel-wrapper {
    background-color: black !important;
    border: 2px solid white;
    .btn {
      background-color: black !important;
      border: 5px solid white;
      border-style: outset;
    }
  }
  .btn {
    border:2px solid white;
  }

  .user-header  {
    border: 7px solid white;
    h3{
      color:white;
    }
    .btn{
      border: 2px solid white;
    }
  }
  .grey-panel{
    input{
      color: black;
      font-weight: bold;
    }
    .button-save-setup{
      color:yellow;
    }
    .btn-singin{
      color: white;
    }
    .btn-danger{
      color: yellow;
    }
  }
  footer {
  	.footerbar{
  		background-color: black;
  	}
    .footer-bar {
      border:2px solid white;
      background-color: black;
    }
  }
  .navigation-content{
      background-color: black;
  }
  .select-add-file{
      background-color: black;
   }
}

.menu-bar-contrast {
  background-color: black !important;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  li {
    color: white !important;
    a {
      color: white !important;
    }
    a:hover {
      background-color: #1E1E1E !important;
    }
    a:active {
      background-color: #1E1E1E !important;
    }
    a:focus {
      background-color: #1E1E1E !important;
    }
    .caret {
      border-top: 7px white solid;
    }
  }
  .divider {
    background-color: white;
  }
  .dropdown-menu {
    background-color: black;
  }
}

.words {
  color: white;
}

.selec {
  color: black;
}

.fundo {
  background: black;
}

.set-align {
  position: relative;
	margin: 5px;
	padding: 0px 35px;
	}
  .left-edge1 {
    position:absolute;
    left: -35px;
  }
.right-button { padding: 0px 60px;  }

.grey-panel{
  background-color: #EEEEEE;
  width: 100;
  padding: 40px;
  text-align:center;
  margin: 25px;
  .btn-singin{
     width: 230px; color:white; background-color: #1676bc;
   }

}

.add-file{
  .logo-add-file{
    width:250px; height:150px;
  }
  .btn-remove{
    margin-top: 15px; width: 130px; background-color: #FF2134;
  }
   .input-add-file{
    font-size:14pt; margin-bottom: 10px;
  }
  .add_file-save{
    margin-top: -10px; width: 230px; color:white; background-color: #1676bc;
  }
  .select-add-file{
    width: 345px;
  }
  .title{
    position:absolute; margin-left:60px;
  }
}

.but {
  display: inline-block;
  background-color: #1676bc;
  color: #fff;
  padding: 8px 26px;
  text-decoration: none;
  box-sizing: border-box;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 16px;
  border: 0px;
}

.but-shadow {
  box-shadow: 1px 1px 1px #999;
}

.but-rc {
  border-radius: 4px;
}

.center_data{
  text-align:center;
}

.thumb{
  width:250px;
  margin-left: 50px;
  border: solid 1px #ccc;
}

input.chk {
  margin-top:5px;
  margin-left:5px;
}

.white-input {
  .top-padding-setup{
    margin-top: 25px;
  }
  .input-width-setup1{
    width:370px;
  }
  .input-setup-name{
    width:515px;
    height:60px;
    font-size:18pt;
    font-weight:bold;
    margin-bottom: 5px;
  }
  .link-setup{
    color: #1676bc;
  }
  .link-setup-2{
    color: #FF3300;
  }
  .btn-file {
      position: relative;
      overflow: hidden;
  }
  .btn-file input[type=file] {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 100%;
      min-height: 100%;
      font-size: 100px;
      text-align: right;
      filter: alpha(opacity=0);
      opacity: 0;
      outline: none;
      background: white;
      cursor: inherit;
      display: block;
  }
  input{
    border:none;
  }
}

.button-cancel-setup{
  height: 35px; width: 110px; color:white; background-color: #FF3300;
}
.button-save-setup{
  height: 35px; width: 110px; color:white; background-color: #1676bc;
}

.logos-footer{
  height: 70px;
  width: auto;
}
.btn-file {
    position: relative;
    overflow: hidden;
}

.add-picture{
  color:#1676bc;
}

 .btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.style-cadastro{
  font-color: #343D3E;
  font: Arial;
}

.navbar-inverse {
  background: #59595C;
  border-color: #59595C;
}
.align-everything{
  line-height: 170%;
}

.style-input{
    width: 335px;
    margin-bottom: 10px;
}

.style-text{
  text-align: right;
}

.field_with_errors {
  display: inline;
}

.style-check{
  padding-left: 80px;
  margin-top: 40px;
  margin-bottom: 40px;
  .style-link{
      color: #1676bc;
      text-decoration: underline;
  }
}

.style-terms-of-service{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1px;
}

.send-new-item img{
  float: left;
  position: relative;
}

.send-new-item h3{
  position: relative;
  padding-left: 20px;
}