@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400italic,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

/*
 * General
 */
body, td, tr, div, p, form, input,
select, textarea, font {
    font-family: 'Roboto';
}

body {
    background-color: #f4f4f4;
    color: #444;
}

a.http:before {
        content: url(/static/img/moin-www.png);
        margin: 0 0.2em;
}
p {
    margin-top: 10px;
}

/*
 * Main
 */
.page-header {
    color: #FB8B00;
    margin-top: 30px;
}
#main {
    background: #fff;
    border-radius: 8px;
    padding: 0px 20px 30px;
    word-wrap: break-word;
}

@media (max-width: 992px) {
    #main {
        padding-top: 20px;
    }
}




#main > div.row > div.col-md-8 div.row > article.col-sm-4 > div.img.aprendiendo_python {
        background-position: 62px 0;
}

#main > div.row > div.col-md-8 div.row > article.col-sm-4 > div.img.lista_correo {
        background-position: -134px 0;
}
#main > div.row > div.col-md-8 div.row > article.col-sm-4 > div.img.wiki {
        background-position: -67px 0;
}

/*
 * Ribbon
 */

/*
#ribbon {
	top: 140px;
	left: -48px;
	width: 100%;
	height: 137px;
	padding-left: 17px;
	position: absolute;
	background-color: #39ade6;
}

#ribbon:after {
	right:0;
	bottom:-25px;
	width: 41px;
	height: 25px;
	content: "";
	position: absolute;
	background: url(/static/img/ribbon.png);
}
*/

/*
 * Search
 */

iframe#google {
	border:0;
	margin:0;
	padding:0;
	width: 100%;
}

#search-form {
    margin-bottom: 20px;
}

#search-form input {
    color: #999;
    font-weight: bold;
    background: #eee;
    border-color: #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

#search-form button {
    background: #ccc;
    color: #fff;
}

#searchResult div.modal-body {
	padding-top:0;
}


/*
 * Panels
 */

.list-group-item {
    background: #eee;
    border: 1px solid #fff;
}

.list-group-item:first-child {
    padding-top: 15px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
	background:#f4f4f4;
}
.list-group-item:last-child {
    padding-top: 15px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
	background:#f4f4f4;
}

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

.list-group-item-heading {
    font-weight:bold;
}

h3.list-group-item-heading {
    color: #f0a513;
}

h4.list-group-item-heading {
    color: #2ca8e4;
}

/*
 * Header
 */

#header {
	margin-bottom: 10px;
}

/*
 * Navbar
 */

.navbar-header div.loginreg {
	text-align: center;
	margin-top: 38px;
}

.banner p {
    font-size: 15px;
    text-shadow: 0px 0px 4px #444;
    vertical-align: bottom;
}

.banner .bigger {
    font-size: 38px;
    display: block;
}
.banner-wrapper {
    color: white;
}


#header button.navbar-toggle {
	margin-top: 30px;
	background-color: #2ca8e4;
}

#header button.navbar-toggle .icon-bar {
	background-color: #fff;
}

#header-navbar-collapse {
	margin-right: -15px;
}
.board-list-item .label-default {
    margin-left: 6px;
}

@media (min-width: 768px) {
	#header-navbar-collapse {
		margin-left: -15px;
	}
}

#header-navbar-collapse > ul {
	margin-right: 0;
}

@media (min-width: 768px) {
	#header-navbar-collapse > ul {
		width: 100%;
	}
}

#header ul.navbar-nav > li {
	background-color: #fff;
}

#header ul.navbar-nav > li > a > span {
        display:block;
        height:25px;
        margin:0 auto;
}



#header ul.navbar-nav > li > a > span.inicio {
        width: 25px;
        background-position: -80px 25px;
}

#header ul.navbar-nav > li > a > span.quienes_somos {
        width: 25px;
        background-position: -44px 25px;
}
#header ul.navbar-nav > li > a > span.navbar_lista_de_correo {
    width: 30px;
    background-position: -323px 25px;
}
#header ul.navbar-nav > li > a > span.wiki {
        width: 20px;
        background-position: -292px 25px;
}
#header ul.navbar-nav > li > a > span.news {
        width: 26px;
        background-position: -255px 25px;
}
#header ul.navbar-nav > li > a > span.irc {
        width: 31px;
        background-position: -115px 25px;
}

#header ul.navbar-nav > li > a > span.eventos {
        width: 19px;
        background-position: -191px 25px;
}

#header ul.navbar-nav > li > a > span.pyar {
        width: 26px;
        background-position: -220px 25px;
}

#header ul.navbar-nav > li > a > span.jobs {
        width: 24px;
        background-position: -156px 25px;
}

@media (min-width: 768px) {
	#header ul.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 10px;
		background-color: #fff;
		border-left: 1px solid #f4f4f4;
		border-bottom: 6px solid #fff;
	}
}

#header ul.navbar-nav > li:first-child {
	border-left: 0;
}

@media (min-width: 768px) {
	#header ul.navbar-nav > li {
		width: 11.11%;
	}
}

#header ul.navbar-nav > li > a {
	padding: 0;
	color: #fb8b00;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}

#header ul.navbar-nav > li > a {
	border-bottom: 4px solid white;
}
#header ul.navbar-nav > li.active > a,
#header ul.navbar-nav > li:hover > a {
	background-color: #39ade6;
	border-bottom: 4px solid #fdca01;
    color: white;
}

@media (min-width: 768px) {
	#header ul.navbar-nav > li.active > a,
	#header ul.navbar-nav > li > a:hover {
		border-bottom: 6px solid #fdca01;
	}
}

/*
 *
 */

h3 {
	color:#35679a;
	font-weight: bold;
}

/*
 * Footer
 */

#footer {
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #f4f4f4;
}

#footer a {
	color: #808080;
	font-size: 11px;
}

@media (min-width: 768px) {
	#footer ul.right {
		float: right;
	}
}

#footer li {
	line-height: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#footer li.usla,
#footer li.python {
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    text-align: right;
}

@media (max-width: 992px) {
    #footer li.python {
        clear: left;
        float: right;
        margin: 15px 0 0;
    }
}

/*
 * Inputs and forms
 */
.form-horizontal .form-actions {
    clear: both;
    margin-left: 15px;
}
.textarea.form-control {
    height: 140px;
}

.job-date {
    font-size: 14px;
    margin-left: 10px;
    color: #999;
}

time.published {
    font-size: 0.8em;
    color: #666;
}
.tags-group {
    margin-top: 15px;
    margin-bottom: 15px;
}
.board-list-item, .simple-list-item {
    margin-bottom: 25px;
}
.board-list-item {
    border-left: 3px solid #FDCA01;
    padding-left: 10px;
}
.board-list-item h4, .simple-list-item h4 {
    font-weight: bold;
}
.table.table-no-border tbody > tr > td,
.table.table-no-border tbody > tr > th {
    border-top: 0px none;
}
.board-list-simple-item {
    padding: 10px;
    margin-bottom: 10px;
}
.board-list-simple-item > h3 {
    margin-top: 0px;
}
.board-list-simple-item:nth-child(odd) {
    background-color: #F4F4F4;
}
@media (min-width: 768px) {
	.navbar-header div.loginreg {
		float: left;
	}
    .banner h1, .banner p {
        display: inline-block;
    }
}
@media (min-width: 992px) {
	.navbar-header div.loginreg {
		margin-top:0;
	}
    .banner-wrapper {
       color: white;
       width: 100%;
       position: absolute;
       /* top: 150px; */
    }
    .banner {
        height:137px;
        width: 100%;
        left: 0;
    }
    .index-content, .index-right {
       margin-top: 185px;
    }
    .banner h1 {
        margin-right: 20px;
        font-size: 35px;
    }
    .banner .bigger {
        font-size: 42px;
    }
    .banner p {
        width: 400px;
    }
    #div_id_description > label {
        width: 8.33333%;
    }
    #div_id_description > div {
        width: 60%;
    }
}
@media (min-width: 1200px) {
    .form-horizontal .form-actions {
        margin-left: 106px;
    }
}
@media (min-width: 1290px) {
    .banner-wrapper {
       width: calc(100% - (100% - 1170px)/2 + 41px);
       height: 162px;
    }
    .banner .container {
        position: absolute;
        right: 41px;
    }
    .ribbon {
        width: 41px;
        height: 25px;
        background-image: url(../img/ribbon.png);
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
}

pre {
    font-family: 'Ubuntu Mono', monospace !important;
    font-size: 1em !important;
}

.editable button {
    float: right;
    margin: 0 0 1em 1em;
}

.waliki-nav {
    width: 100%;
    border-top: 1px solid #eee;
    margin-bottom: -20px;

}

.waliki-nav > li > a {
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 0.85em;
    color: #ccc;
}

a.white {
    color: #fff;
}

a.white:hover {
    color: #fff;
    text-decoration: none;
}

div.sponsored_jobs {
    padding: 5px;
}

/*           */
/* joboffers */
/*           */

.joboffers .list-group-item {
    background-color: var(--grey95);
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-rigth: 10px;
    border-radius: 0;
}

.joboffers .btn {
  text-transform: uppercase;
  font-weight: bold;
}

.field .field-name {
  font-weight: bold;
  margin-bottom: 5px;
}

.field .field-update {
  padding: 2px 10px;
}

.field-definitions {
  border-bottom: 1px dotted #ccc;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 10px;
}

.field-definitions:last-child {
  border-bottom: none;
  margin-bottom: 0;
}


.field-definitions .field {
  margin-bottom: 15px;
}

.equal-height {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.v-center {
  margin-top: auto;
  margin-bottom: auto;
}

.history-header .label {
  font-size: 1em;
}

.mt-0 {
    margin-top:0px;

}

.ma-5{
    margin:5px;
}

.mp-10{
    margin:10px;
    padding:10px;
}

.w-100 {
    width: 100%;
}

.offer-detail {
  margin-bottom: 10px;
  color: #888;
}

.offer-detail .panel-heading {
  text-transform: uppercase;
}

.offer-detail dt {
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  font-weight: 500;
}

.offer-detail dd {
  margin-bottom: 12px;
  font-weight: bold;
}

.offer-detail .btn {
  font-weight: bold;
}

.contact-info {
  padding: 20px 0 0;
  margin: 0;
  letter-spacing: 1px;
  font-weight: 700;
}

.contact-info span {
  letter-spacing: 4px;
  font-size: 1.4em;
  color: #666;
  vertical-align: middle;
}

.contact-info li {
  margin-bottom: 10px;
  line-height: 20px;
}

.btn-dark-green {
  background-color: #558b2f;
  border-color: #33691e;
  color: #fff;
}

.btn-dark-green:hover, .btn-dark-green:focus, .btn-dark-green:active, .btn-dark-green.active, .open>.dropdown-toggle.btn-dark-green {
  color: #fff;
  background-color: #33681e;
  border-color: #558b2f;
}

.my-actions .list-group-item {
  background-color: #F6DDCC;
  color: ;
}

.my-actions .list-group-item-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
