﻿.icon-margin-left {
    margin-left: 5px;
}

.icon-margin-right {
    margin-right: 5px;
}

.modal-xs {
    width: 460px;
}

.display-flex {
    display: inline-flex;
}

.icon-document-biblioteca {
    width: 18px;
    height: 15px;
}

.margin-bottom-xs {
    margin-bottom: 10px;
}

.width-auto{
    width:auto;
}
.titulo--back {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    line-height: 120%;
    font-size: 18px;
}

.navbar-secondary--back {
    margin-top: -30px;
    cursor: pointer;
    padding-left: 30px;
    border-bottom: solid 1px;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.add-material {
    margin: 25px 25px;
    text-align:center;
}

.margin-left--md{
    margin-left:25px !important;
}

.titulo {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    line-height: 120%;
    font-size: 18px;
}
.margin-right--20{
    margin-right:20px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
}

.ui-jqgrid tr.jqgrow td {
    height: auto;
    padding: 8px 5px;
    border-right: none;
}

.ui-widget-content {
    border: none;
    background: none;
}

.ui-jqgrid tr.jqgrow td {
    border-bottom-color: #ccc;
}

.ui-jqgrid {
    border: none;
}

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
    border-left: 0 none;
    border-right: 0 none;
    text-align: left;
    font-weight: 600;
}

.ui-jqgrid tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.ui-jqgrid .ui-pager-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.ui-jqgrid .ui-pg-table td {
    padding: 2px;
}



/* Winrb Styles */ 

.flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.flex-row {
    flex-direction: row;
}

.flex-colunm {
    flex-direction: column;
}

.order-sm-1 {
    order: 1;
}

.order-sm-2 {
    order: 2;
}

.justify-between {
    justify-content: space-between;
}

.hero-winrb {
    background-image: url('../img/hero-bg.png');
    background-size: cover;
    width: 100%;
    padding: 60px 0;
}

.hero-title {
    font-size: 65px;
    line-height: 78px;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
}

.hero-title-image {
    width: 65%;
}

.section-title-rb {
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
}

.section-info {
    font-size: 17px;
    line-height: 24px;
}

.section-title-image {
    text-align: left;
    width: 100%;
}

.section-title-image img {
    width: 60%;
}

.text-white {
    color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    font-size: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-0 {
    margin-bottom: 0;
}

.hero-decorator {
    position: relative;
    z-index: 9999;
}

.hero-decorator img {
    position: absolute;
    top: -242px;
    right: 0;
    width: 153px;
}

.bg-hl {
    background-color: #E8F4EA;
}

.bg-rb {
    background-color: #E8F4EA;
}

.hl-title {
    font-size: 40px;
    line-height: 54px;
    font-weight: 700;
    margin: 0;
}

.highlighted-message {
    position: relative;
    text-align: center;
    padding: 50px 0;
}

.highlighted-message img {
    position: absolute;
    left: 0;
    top: 10%;
}

.text-sm-center {
    text-align: center;
}

.section-winrb {
    padding: 60px 0;
}

@media (min-width: 992px) {
    .section-title-gp {
        margin: 0 3%;
        width: 50%;
    }

    .flex-md-row {
        flex-direction: row;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .hero-title-gp {
        padding: 2% 6%;
    }

    .text-md-left {
        text-align: left;
    }

    .section-title-image {
        width: 50%;
        text-align: left;
    }

    .section-title-gp {
        width: 50%;
    }

    .section-title-image img {
        width: 100%;
    }
}

.color-title-negro {
    color: #666;
}

.w-100 {
    width: 100%;
}

.pl-5 {
    padding-left: 5px;
}

.font-weight-bold {
    font-weight: bold;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.bg-cerrada {
    background-color: #ec0000 !important;
}

.bg-enproceso {
    background-color: #FFC107 !important;
}

.bg-abierta {
    background-color: #1e88e5 !important;
}