/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 8, 2018 */

@font-face {
    font-family: 'helvetica_neueregular';
    /*src: url('helveticaneue-thin-webfont.woff2') format('woff2'),
         url('helveticaneue-thin-webfont.woff') format('woff');*/
    src: url("HelveticaNeue-MediumCond.otf") format("opentype");

}

@font-face {
    font-family: 'OpenSans-Regular';
    /*src: url('helveticaneue-thin-webfont.woff2') format('woff2'),
         url('helveticaneue-thin-webfont.woff') format('woff');*/
    src: url("OpenSans-Regular.ttf") format("opentype");

}

@font-face {
    font-family: 'OpenSans-Bold';
    /*src: url('helveticaneue-thin-webfont.woff2') format('woff2'),
         url('helveticaneue-thin-webfont.woff') format('woff');*/
    src: url("OpenSans-Bold.ttf") format("opentype");

}

@font-face {
    font-family: 'OpenSans-CondBold';
    /*src: url('helveticaneue-thin-webfont.woff2') format('woff2'),
         url('helveticaneue-thin-webfont.woff') format('woff');*/
    src: url("OpenSans-CondBold.ttf") format("opentype");

}

html,
body {
    height: 100%;
    font-family: 'OpenSans-Regular', Helvetica, Arial, sans-serif;
    color: #4d4d4d;
    background-color: #ebf7f7;
}

.navbar-nav {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.navbar li a {
    font-weight: normal !important;
    padding-left: 2px;
    padding-right: 2px;
}

#acciones {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 100px 15px 20px;
}

.container {
    width: 90% !important;
}

.footer {
    height: 60px;
    background-color: #4D4D4D;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    color: #fff;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

input.nota_pregunta {
    width: 75px;
    height: 75px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.btn-selected {
    background-color: rgb(190, 233, 239);
    border: 1px solid rgb(193, 193, 193) !important;
}

input.form-control.hasDatepicker.input_link {
    margin-bottom: 10px;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: all;
}

.groupForm {
    border: 1px solid #929292;
    padding: 20px;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin-bottom: 20px
}

.site-index li a {
    font-weight: normal !important;
}

.navbar {

    background-image: url("/img/header.png");
    background-size: cover;
    height: 85px;
}

.navbar.develop{
    background-image:none;
}

.navbar-inverse {
    border: none;
}

.navbar-brand {
    color: #fff !important;
    font-weight: bold;
    height: 70px;
    line-height: 35px;
    margin-top: 7px;
}

.navbar li a {
    color: #fff !important;
    font-weight: bold;
    line-height: 60px;
}

.navbar-inverse .btn-link {
    color: #fff;
}

.pagination li.active a {
    color: #fff !important;
}

.menu-separador a {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent !important;
}

.container.blanco a.navbar-brand {
    background-color: #fff !important;
}

.headerInfo {
    font-family: 'OpenSans-CondBold';
    background-color: #0070b9;
    color: #fff;
    padding: 10px;
    margin: 5px;
    /*font-weight:bold;*/
    font-size: 13px;
    vertical-align: top;

}

.cellInfo, .cellInfoTotal {
    font-family: 'OpenSans-Bold';
    background-color: #fff;
    color: #4b4b4a;
    padding: 10px;
    margin: 5px;
    /*font-weight:bold;*/
    font-size: 13px;

}

.cellInfoTotal {
    background-color: #bde7ed;

}

.cellInfo.article {
    font-family: 'OpenSans-Regular';
    font-weight: normal;
}

.cellInfo.article.par ,.view_enquesta_resposta.par{
    background-color: #f5f5e3;
}

.cellInfo.article.impar ,.view_enquesta_resposta.impar {
    background-color: #ffffef;
}

.bordeCategoriaActiva {
    position: absolute;
    border-left: 2px solid #0070b9;
    top: 0;
    left: 0;
    width: 1px;
    height: 0px
}

#info img {
    vertical-align: baseline;
}

.pestanas {
    padding: 0px;
}

.pestana {
    text-align: center;
    padding: 20px 2px;
    border-bottom: 1px solid #B5B5B5;
    cursor: pointer;

}

.pestana.active {
    background-color: #FFFFFF;
    border-left: 4px solid #337ab7;
    color: #337ab7;
    font-weight: bold;

}

.containerPestana {
    background-color: #FFFFFF;
    padding: 20px;
}

#inserciones td, #inserciones th, #actualizaciones td, #actualizaciones th, #camposImportacion th {
    padding: 10px;
}

#contenidoPestanaGestio .row {
    margin-bottom: 10px;
}

#contenidoPestanaGestio .row .col-sm-3.labelGestio, #contenidoPestanaGestio .row .col-sm-2.labelGestio {
    padding-top: 8px;

}

#contenidoPestanaGestio .row .control-label {
    display: none;
}

#contenidoPestanaGestio .form-group {
    margin-bottom: 0px;
}

#contenidoPestanaGestio .form-group input {
    text-align: right;
}

.cellInfoTotal, .cellInfo {
    position: relative;
}

.btnInfo {
    position: absolute;
    top: 11px;
    right: 6px;
}

/*#modalHeader{
	display:none;
}*/
.tableInfoQuadre {
    border-collapse: inherit;
}

.tableInfoQuadre td {
    padding: 10px;
}

#modalContent .row {
    margin-bottom: 10px;

}

#modalContent .labelGestio {
    margin-top: 6px;
    text-align: right;
}

.infoResumenValor {
    background-color: #E1E1E1;
    padding: 6px;
    text-align: right;
    font-weight: bold;
    min-height: 32px;

}

.si, .no {
    color: #cccccc;
    width: 35px;
    padding: 8px 0;
    text-align: center;
    display: block;
    float: left;
    cursor: pointer;
}

.no {
    margin-left: 5px;

}

.si.active, .no.active {
    border: 1px solid #000;
    color: #000;

}

.aprovacio_0 .cellInfo, .aprovacio_0 .cellInfoTotal {
    background-color: #fad4ce;
}

.aprovacio_1 .cellInfo, .aprovacio_1 .cellInfoTotal {
    background-color: #eef8d6;
}

.cellInfo.comentari, .cellInfo.financament {
    cursor: pointer;

}

.addTags {
    padding: 6px 15px;
    color: #46799b;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border-radius: 2px 0 0 2px;
    border: 1px solid #46799b;
    text-decoration: none !important;
}

.tag-editor .tag-editor-tag {
    padding-left: 5px;
    color: #46799b;
    border: 1px solid #46799b;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border-radius: 2px 0 0 2px;
}

.tag-editor .tag-editor-delete i::before {
    font-size: 16px;
    color: #8ba7ba;
    content: "×";
    font-style: normal;
    background-color: #fff;
}

.tag-editor .tag-editor-delete {
    background: #fff;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    padding-left: 3px;
    padding-right: 4px;
    border-right: 1px solid #46799b;
    border-top: 1px solid #46799b;
    border-bottom: 1px solid #46799b;
}

ul.tag-editor {
    height: 80px;
}

.myButton {
    float: right;
}

.centerAll {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.m-lr-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.color-blue {
    color: white;
    background-color: #2672c1;
}

.activitat-button {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    border: solid 0.1px darkgrey;
}

.bk-color-white {
    background-color: white;
    margin: 13px 0px 0px 0px;
}

.response {
    border-bottom: solid 0.1px lightgrey;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.responseElement {
    padding-left: 0px;
}

.score {
    background-color: lightblue;
    color: #0b58a2;
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#EvaluacioAlumne {
    display: block;
    padding: 15px 0px;
    margin-top: 15px;
    border-top: solid 0.1px;
}

.title {
    font-weight: 900;
    color: #337ab7;
}

.button-modal {
    WIDTH: 100%;
    height: 50px;
    font-size: 25px;
}

.element-row {
    padding: 5px;
    background-color: white;
    margin: 10px 0px;
}

#pdfs {
    margin-top: 30px;
}

.navbar-inverse .navbar-nav > .open > a {
    background-color: transparent !important;
    height: 84px !important;
}

/*.dropdown-menu{*/
/*height: 39px !important;*/
/*color: grey;*/

/*}*/
.dropdown-menu .dropdown a {
    /*height: 32px !important;*/
    color: grey !important;
    line-height: 25px !important;
}

/*.dropdown-menu > li > a:hover, .dropdown-menu:hover {*/
/*background-color: transparent!important;*/
/*}*/

.ta-center {
    text-align: center;
}

.ta-left {
    text-align: left;
}


.buttonAsIcon {
    border: none;
    background-color: transparent;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 90%;
        margin: 30px auto;
    }
}

.close {
    /*font-size: 41px;*/
}

.preguntaEnquesta {
    float: left;
    width: 94%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #BCBABA;
    border-radius: 4px;
    margin-top: 15px;
}

.view_enquesta {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 25%;
    margin-right: 25%;
}
.view_enquesta_resposta{
    font-family: 'OpenSans-Regular', Helvetica, Arial, sans-serif;
    padding: 5px;
}
.view_enquesta_resposta_total{
    float: right;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

h3 a{
    font-size:18px;
}
button.myButton a{
    text-decoration: none;
}
a.bold{
    font-weight: bold;
}
.field-articledocumentacio-documentacioadministrativa .groupForm  {
    border:none;

}
#participants-vue .select2-container{
    width: 100% !important;
}
#groupSeleccionarProfessionals #participants-vue{
    border: none;
    padding: 0;
}

.divBotoGuardar{
    position: absolute;
    top: -50px;
    right: 0px;
    padding:0;
}

.container > .articles-create,.container > .articles-update{
    margin-top:55px;
}

#modal .select2-container{
    width: 100% !important;
}

.missatgeAlert{
    color: red;
    margin-top: 20px;

}


@media only screen and (max-width: 1500px) {

    body .wrap > nav.navbar {
        height: auto !important;
    }

    body .wrap > nav.navbar .container {
        width: 100% !important;
    }

    .navbar li a {
        color: #fff !important;
        font-weight: bold;
        line-height: 20px;
        padding: 5px;
    }

    .navbar-nav li button {
        line-height: 16px !important;
    }

    .wrap > .container {
        padding: 150px 15px 20px;
    }
}
.file-preview-image {
    font: 17px Impact, Charcoal, sans-serif !important;
    color: #008000;
}