@import "datepicker/datepicker3.css";
@import "datatables/dataTables.bootstrap.css";


.pt-2 {
    padding-top: 2%;
}

.bg-loginpanel {
    background: url("../img/bg_loginpaneles.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding-top: 3%;
}

.bg-loginpanel .container {
    width: 100%;
    max-width: 960px;
    margin: auto;
    color: #ffffff;
}

.inner {

    min-height: 100vh;
    background: #e7e6e6;
    padding: 30px;
    border-radius: 10px;
    margin: 2%;
}

.panelbecario .inner {
    min-height: auto;
    background: transparent;
}

.panelvm-content .inner {
    background: #ffffff;
}

.margen_around {
    margin: 20px;
}

.panel-heading h3 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
}

h5 {
    color: #0055a5;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}



.inner-sm {
   padding: 10px 0;
}

.little-down {
    top: 25px;
    position: relative;

}


a.blanco {
    color: #ffffff;
}

.margen_20 {
    margin: 20px 0;
}

.margen_15 {
    margin: 15px 0;
}

.margen_5 {
    margin: 5px 0 0 0;
}


.mayuscula {
    text-transform: uppercase;
}

.margen_50 {
    margin: 50px 0;
}


.navbar-vm{
    background-color: #eeeded;
    border-color: #2b2b2b;
}

.long {
    font-size: 1.4em !important;
}

.dropdown-submenu{
    position:relative;
}

.dropdown-submenu > .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}

.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover > a:after{
    border-left-color:#ffffff;
}

.dropdown-submenu .pull-left{
    float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}


.head-title, .lavel_textarea {
    width: 90%;
    margin: 15px auto;
    background: #0055a5;
    padding: 8px 10px;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}

.error, .error-msg {
    color: #b4061c;
    font-weight: bold;
    font-size: 13px;
}

.bloque_gris {

    background: #eeeded;
    padding: 5px 20px 15px 20px;
    margin: 10px 0 20px 0;
    border-radius: 10px;
}

.lavel_textarea {

    background: #0088cc;
    margin-bottom: 20px;
    text-align: left;
    color: #ffffff;
    font-size: 12px;
}

.dataTables_filter{
    float: right;
}

.dataTables_paginate{
    float: right;
}

.bloque_gris .container {
    width: 95%;
    margin: auto;
}

.textarea_editor{
    width: 100%;
    min-height: 350px;
    padding: 20px;
    background: #f9f9f9;
    overflow:scroll;
}

.text-area-fixed {
    max-height: 400px;
    overflow-y: scroll;
}

.color-verde {
    color: limegreen;
}

.color-rojo {
    color: #ff0000;
}

.img-small-preview {
    width: 20%;
}

.lider_bg {
    background: #84DE84;
}

.btn-olive, .btn-olive:focus {
    background: #24AA7A;
    color: #FFFFFF;
}


.btn-olive:hover {
    background: #139264;
    color: #FFFFFF;
}

ul.thumbnails.image_picker_selector {
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
ul.thumbnails.image_picker_selector ul {
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
ul.thumbnails.image_picker_selector li.group_title {
    float: none; }
ul.thumbnails.image_picker_selector li {
    margin: 5px 12px 5px 0px;
    float: left; }
ul.thumbnails.image_picker_selector li .thumbnail {
    padding: 6px;
    margin-bottom: 5px;
    border: 1px solid #dddddd;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
ul.thumbnails.image_picker_selector li .thumbnail img {

    height: 50px;
    -webkit-user-drag: none; }
ul.thumbnails.image_picker_selector li .thumbnail.selected {
    background: #0088cc; }




.login-paneles {
    width: 40%;
    margin: auto;
}

.icon-review {

    font-size: 3em;
    margin: auto;

}

.izquierda {
    text-align: left !important;
}


.flotar_izq {
    float: left;
}

.centrar_vertical {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    margin-top: -240px;

}

.small-img {
    width: auto;
    height: 100px;
    display: inline-block;
    margin: 10px;
}

.answer_report {
    float: none !important;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn-app {
    padding: 10px !important;
    font-weight: bold;
    font-size: 1em !important;
}

.mb-2 {
    margin-bottom: 2%;
}

.bg-5 {
    background: #cae0fb !important;
}

.bg-2, .bg-30, .bg-31  {
    background-color: #faf3aa !important;
}

.bg-7, .bg-27, .bg-33, .bg-34 {
    background-color: darkseagreen !important;
}

.bg-1,  .bg-28, .bg-29 {
    background-color: #87ad34 !important;
}

.bg-4, .bg-35 {
    background-color: #fa9799 !important;
}

.bg-22 {
    background-color: #ea7578 !important;
}

.bg-10 {
    background-color: indianred !important;
}

.bg-19{
    background-color: #f7cb88 !important;
}

.bg-20 {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

.bg-24 {
    background-color: #00acd6 !important;
    color: #FFFFFF !important;
}

.bg-21 {
    background-color: green !important;
    color: #FFFFFF !important;
}

.bg-8 {
    background-color: mediumpurple !important;
}

.bg-23 {
    background-color: #8763d9 !important;
}

.bg-25 {
    background-color: #8763d9 !important;
}

.bg-9 {
    background-color: darkred !important;
}

.bg-peligro{
    background-color: #F55D5D;
}

.bg-peligro-prorroga{
    background: rgba(245,93,93,1);
    background: -moz-linear-gradient(left, rgba(245,93,93,1) 0%, rgba(202,219,103,1) 70%, rgba(202,219,103,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,93,93,1)), color-stop(70%, rgba(202,219,103,1)), color-stop(100%, rgba(202,219,103,1)));
    background: -webkit-linear-gradient(left, rgba(245,93,93,1) 0%, rgba(202,219,103,1) 70%, rgba(202,219,103,1) 100%);
    background: -o-linear-gradient(left, rgba(245,93,93,1) 0%, rgba(202,219,103,1) 70%, rgba(202,219,103,1) 100%);
    background: -ms-linear-gradient(left, rgba(245,93,93,1) 0%, rgba(202,219,103,1) 70%, rgba(202,219,103,1) 100%);
    background: linear-gradient(to right, rgba(245,93,93,1) 0%, rgba(202,219,103,1) 70%, rgba(202,219,103,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55d5d', endColorstr='#cadb67', GradientType=1 );

}

.btn-dropdown {
    height: 60px;

}

.btn-dropdown.bg-8:hover {
    background-color: mediumpurple !important;
}

.dropdown-menu.abg-8 a:hover {
    background-color: mediumpurple !important;
}


.btn-dropdown.bg-4:hover {
    background-color: #fa9799 !important;
}

.dropdown-menu.abg-4 a:hover {
    background-color: #fa9799 !important;
}



.btn-dropdown.bg-1:hover {
    background-color: #7ba848 !important;
}

.dropdown-menu.abg-1 a:hover {
    background-color: #7ba848 !important;
}

.st-5 {
    background-color: turquoise;
}

.st-2 {
    background-color: #ffff00;
}

.st-7 {
    background-color: #47a447;
}

.st-1 {
    background-color: #478500;
}

.st-4 {
    background-color: #990000;
    color: #FFFFFF;
}

.st-8 {
    background-color: coral;
}

.st-10 {
    background-color: #9ad717;
}


.bg-danger {
    background: #ff4349;
    color: #ffffff;
}

.bg-success {
    background: green;
    color: #ffffff;
}

.btn-dark {
    background: #333333;
    color: #ffffff;
}

.btn-dark:hover {
    background: #000000;
    color: #ffffff;
}


a.tooltips {
    position: relative;
    display: inline;
}
a.tooltips span {
    position: absolute;
    width:200px;
    color: #0055a5;
    background: #fff;
    height: auto;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
    text-transform: none;
    font-size: 14px;
    line-height: 16px;
    padding: 15px;
    font-weight: normal;
}
a.tooltips span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
a:hover.tooltips span {
    visibility: visible;
    opacity: 1;
    top: 50px;
    left: 25%;
    margin-left: -76px;
    z-index: 999;
}


.small-box .inner h3 {
    font-size: 1.5em;
}

.small-box .icon {
    font-size: 3.5em;
    top: -10px;
}

.vertical-align {
    vertical-align: middle;
}

.pop-alert {
    position: absolute;
    z-index: 1;
    top: 35px;
    right: 15px;
}

.visados-status {
    font-weight: bold;
}

.visados-status div {
    line-height: 12px;
    height: auto;
    overflow: hidden;
}


.visados-status  span {
    width: 15%;
    height: 25px;
    background: #2f3699;
    float: left;
    margin-right: 5px;

}


.visados-status span.obligatoria {
    background: #b4b4b4;

}


.visados-status span.visa-voluntario {
    background: #2483ab;

}


.visados-status span.visa-llegada {
    background: #709ad1;

}

.tip {
    padding:10px;
    margin: 25px 0;
    min-height: 300px;
    -webkit-box-shadow: 0px 2px 16px -1px rgba(133,130,133,1);
    -moz-box-shadow: 0px 2px 16px -1px rgba(133,130,133,1);
    box-shadow: 0px 2px 16px -1px rgba(133,130,133,1);
}

.desc_beca {
    height: 400px;
    overflow-y: scroll;
}

@media screen and (max-width: 480px) {

    .inner {
        padding: 0;
    }

    .tip {
        min-height: inherit;
    }


}


@media screen and (max-width: 640px) {



    html, body {
        overflow-x: scroll !important;
    }
}


.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
    margin-right: 10px;
}

.escrito-partenario h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
}


.label-eliminar {

    position: absolute;
    background: #000000;

}

.list-detalles > li, .list-ficha > li {
    margin: 10px 0;
    height: auto;
    overflow: hidden;
}

.list-detalles li .col-md-8, .tab-content, .list-ficha .col-md-8 {
    background: #f5f5f5;
    padding: 10px;
}

.list-responsabilidades > li {
    width: 100%;
   font-size: 1.5em;
    font-weight: bold;
    margin: 8px 0;
}

.list-responsabilidades li .multi-collapse{
    font-size: 14px;
    font-weight: normal;
}

 .list-responsabilidades > li > a {
     color: #333333;
 }

.modal-body {
    font-size: 14px;
}


.actividades {
    font-size: 1.1em;
}


.btn-pink {
    background: hotpink;
    color: #ffffff;
}

.logos {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.logos li {
    display: inline-block;
    margin: 5px 5px 30px 5px;
}

.logos li img {
    height: 80px;
}

.encuesta-form {
    font-size: 1.3em;
}

.app-becario {
    position: relative;
}

.overlay.aviso-app {
    background: rgba(0,0,0,.5);
    color: #ffffff;
    padding: 30% 10%;
    text-align: center;

}

.overlay.aviso-app h3 {
    font-weight: bold;
    font-size: 1.8em;
}

.btn-status-41, .btn-status-44 {
    background: lightyellow;
}

.btn-status-42 {
    background: lightgreen;
}

.btn-status-43, .btn-status-45 {
    background: palevioletred;
}

.btn-status-46 {
    background: cadetblue;
}

#otro_donde_compro {
    display: none;
}

.mt-2 {
    margin-top: 2%;
}

.mr-10p {
    margin-right: 10px;
}



.btn-administrar {
    margin-bottom: 5px;
    padding: 5px !important;
    display: block;
}


.modal-body .form-group {
    margin-left: 0;
    margin-right: 0;
}


#encasode, #paralargoplazo, #es_estudiante, #paraaceptacionextrafee, #encasodeUSA, #cv, #permisoparental, #antecedentes, #certificadomedico, #cartageneral, .carta_especifica, .questionnaire_cbb, .form_sci, .otro_doc {
    display: none;
}

.form-group.carta_especifica {
    padding: 0 0 60px 0;
}