﻿@import 'https://fonts.googleapis.com/css?family=Ubuntu';
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
body {
  font-family: 'Ubuntu';
  font-size: 16px;
  padding-top: 50px;
  padding-bottom: 20px;
  margin: 0;
  background-color: #ebebeb; }

.body-content {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 600px; }

.head-section {
  padding-top: 20px;
  background-color: #ebebeb; }

.form-wrapper {
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: white;
  border: black aliceblue;
  border: 1px solid #c8c8d3;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); }

.form-section-title {
  color: #003366;
  border-bottom: 1px solid #c8c8d3;
  margin-bottom: 20px;
  padding-bottom: 10px; }
  .form-section-title.bold {
    font-weight: bold; }

.error-message {
  display: block;
  color: red;
  font-weight: bold; }

.jumbotron {
  max-width: 80%;
  margin: 0 auto;
  margin-top: 200px; }
  .jumbotron .btn {
    margin-top: 20px; }
  .jumbotron h1 {
    text-align: center;
    margin-bottom: 40px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-left-20 {
  margin-left: 20px; }

.margin-left-30 {
  margin-left: 30px; }

.border-left {
  border-left: 1px #ebebeb solid; }

.border-right {
  border-right: 1px #ebebeb solid; }

.border-top {
  border-top: 1px #ebebeb solid; }

.border-bottom {
  border-bottom: 1px #ebebeb solid; }

.border-full {
  border: 1px #ebebeb solid; }

.border-rounded {
  border-radius: 5px; }

.btn-iica-green {
  color: #FFF;
  background-color: #007934;
  border-color: #669933;
  left: 0; }
  .btn-iica-green:hover, .btn-iica-green:focus {
    color: white;
    text-decoration: underline;
    background-color: #007934;
    background-color: #669933; }
  .btn-iica-green .badge {
    background-color: white;
    color: #007934; }

.btn-iica-blue-light {
  color: #FFF;
  background-color: #006699;
  border-color: #003366; }
  .btn-iica-blue-light:hover, .btn-iica-blue-light:focus {
    color: white;
    font-weight: bold;
    background-color: #003366; }
  .btn-iica-blue-light .badge {
    background-color: white;
    color: #006699; }

.link-todo {
  text-align: center; }

.search-bar .input-group-btn .btn {
  border-left-width: 0;
  left: -2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .search-bar .input-group-btn .btn > .material-icons {
    display: block; }

.search-bar .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #cccccc; }

.float-input {
  position: relative;
  margin-top: 16px; }
  .float-input input, .float-input select, .float-input textarea {
    background: none;
    z-index: 1; }
    .float-input input.focused + label, .float-input input.filled + label, .float-input select.focused + label, .float-input select.filled + label, .float-input textarea.focused + label, .float-input textarea.filled + label {
      font-size: 0.9em;
      top: -8px;
      z-index: 2;
      background: white;
      padding: 0 5px; }
  .float-input label {
    position: absolute;
    top: 6px;
    left: 12px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    color: #006699; }

.label-input, .label-input-top {
  position: relative;
  margin-top: 16px; }
  .label-input label, .label-input-top label {
    position: absolute;
    color: #006699;
    font-size: 0.9em;
    top: -10px;
    left: 12px;
    z-index: 2;
    background: white;
    padding: 0 5px;
    z-index: 3; }
  .label-input label.grey, .label-input-top label.grey {
    background-color: #ebebeb; }
  .label-input .select2-container, .label-input-top .select2-container {
    display: block; }
  .label-input .select2-container--default .select2-selection--single, .label-input-top .select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    padding: 6px 12px;
    height: 34px; }
    .label-input .select2-container--default .select2-selection--single .select2-selection__arrow, .label-input-top .select2-container--default .select2-selection--single .select2-selection__arrow {
      margin-top: 3px; }

.label-input-top label {
  top: -18px; }

.checkbox {
  padding-top: 6px; }
  .checkbox label {
    font-weight: bold; }

select.valid {
  background-position: right 22px center !important; }

select.error {
  background-position: right 22px center !important; }

.glyphicons-iica {
  font-size: 20px;
  color: #009666; }

.glyphicons-danger {
  font-size: 20px;
  color: #cc0033; }

.gv-buttons {
  width: 6%;
  text-align: center; }

.no-label-margin {
  margin-top: 15px; }

.navbar-iica {
  background-color: #003366;
  padding-right: 15px; }
  .navbar-iica .navbar-brand > img {
    width: 50%; }
  .navbar-iica li > a {
    color: white; }
    .navbar-iica li > a:hover {
      background-color: #006699; }
  .navbar-iica .nav .open > a:hover, .navbar-iica .nav .open > a:focus {
    font-weight: bold;
    background-color: #006699; }
  .navbar-iica .dropdown-menu {
    background-color: #006699; }
    .navbar-iica .dropdown-menu a:hover {
      font-weight: bold;
      color: white; }

.breadcrumb {
  background-color: #ebebeb;
  font-size: 1.5em;
  padding-top: 4px;
  margin-bottom: 0;
  margin-top: 30px; }

.nav-tabs {
  margin-top: 20px; }

.tab-content {
  padding-top: 20px; }

.panel-ods-programas .panel-heading {
  background-color: #003366; }
  .panel-ods-programas .panel-heading a {
    color: white; }

.panel-ods-programas .panel-temas .panel-body {
  text-align: center; }

.panel-ods-programas .tema {
  width: 120px;
  display: inline-block;
  vertical-align: top; }
  .panel-ods-programas .tema img {
    height: 50px;
    display: block;
    margin: 0 auto; }
  .panel-ods-programas .tema strong {
    color: black;
    font-size: 0.8em; }

.panel-ods-programas .ods {
  display: inline-block; }
  .panel-ods-programas .ods img {
    width: 70px; }

.lista-programas {
  list-style-type: none;
  padding-left: 0; }
  .lista-programas h3 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #003366; }
  .lista-programas .item {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .lista-programas .add-data {
    color: #666; }

.list-container {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 10px 10px;
  margin-top: 20px;
  position: relative;
  padding-top: 15px; }
  .list-container legend {
    position: absolute;
    color: #006699;
    font-size: 0.9em;
    top: -10px;
    left: 12px;
    z-index: 2;
    background: white;
    padding: 0 5px;
    z-index: 3;
    border-bottom: none;
    display: inline-block;
    font-weight: bold;
    width: auto; }
  .list-container a {
    display: inline-block; }
    .list-container a img {
      height: 80px; }
  .list-container.white {
    background-color: white; }

.paralax {
  overflow: hidden; }

[class*="bg__"] {
  background-attachment: scroll;
  background-position: center center;
  background-size: cover; }

@media screen and (min-width: 992px) {
  [class*="bg__"] {
    background-attachment: fixed; } }

.bg__portada {
  background-image: url("http://apps.iica.int/DashboardProyectos/Content/Images/background.jpg");
  height: 800px;
  padding-top: 20px; }

.recursos-adicionales .title {
  text-align: center; }

.recursos-adicionales .btn-recursos-adicionales {
  display: block;
  background-color: #006699;
  color: white;
  height: 20px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 4px;
  height: 40px;
  padding-left: 10px; }

.recursos-adicionales .video-container iframe {
  width: 100%; }

.tag-list {
  list-style-type: none; }
  .tag-list li {
    display: inline; }
    .tag-list li:after {
      content: ", "; }
    .tag-list li:last-child:after {
      content: ""; }
