﻿@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,300i,400,400i,600,600i,700,700i,900&display=swap');

body {
    /*background-color:white;*/
    font-size: 14px;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    /*font-family: 'Poppins', sans-serif !important;*/
    font-family: 'Titillium Web', sans-serif !important;
    margin: 0px;
    padding: 0px;
    color: #000; /*#75787B;*/
    height: 100%;
    /*background: #fafafa !important;*/
}


.header {
    background: #07073A;
    padding: 5px;
    height: 85px;
}

.TituloSecundario {
    font-size: large;
}

.QuizPregunta {
    font-size: medium;
}

input[type=submit] {
    background-color: #07073A;
    color: #FFFFFF;
    width: 100px;
    font-size: 16px;
    border: 1px solid #07073A !important;
    border-radius: 0px;
    border-width: 0px;
    /*height: 35px;*/
    transition: all 0.5s;
    font-family: 'Titillium Web', sans-serif !important;
}

    input[type=submit]:hover {
        background-color: #E20A48;
        border: 1px solid #E20A48 !important;
        color: #FFFFFF;
        cursor: pointer;
    }

.monkey {
    height: 100px;
}

.IcoHead {
    height: 70px;
    padding-left: 50px;
    padding-top: 10px;
}

header {
    background-color: #07073A;
    height: 90px;
}

.BtnImg {
    height: 25px;
}

.ZonaAltoMenu {
    height: 50px;
}

.TituloFormulario {
    font-size: large;
}

@media screen and (max-width: 600px) {
    .TituloFormulario {
        font-size: medium;
    }

    .ZonaAltoMenu {
        height: 30px;
    }

    .monkey {
        height: 50px;
    }

    .IcoHead {
        height: 50px;
    }

    .header {
        height: 60px;
    }

    .header {
        background: #07073A;
        padding: 5px;
        height: 65px;
    }
}



.Prescindible {
    width: 120px;
}

@media screen and (max-width: 500px) {
    .Prescindible {
        display: none;
    }
}




.MDG {
    width: 95%;
    /*border: thin 2px black;*/
    min-width: 80%;
    font-family: 'Titillium Web', sans-serif !important;
}

.MDG_header, .GridDetalle_Header {
    background-color: #07073A;
    color: #FFFFFF;
    height: 30px;
    text-align: center;
    font-size: 14px !important;
    /*border-bottom: 1px solid #444444;*/
}

.MDG_rows {
    font-size: small;
    color: #000000;
    min-height: 25px;
    text-align: left;
    border: 1px #dcdbdb solid;
}

    .MDG_rows:hover {
        /*background-color: #f9de79;
	    color: #658361;*/
        background: rgba(208,224, 238, 0.3 );
        color: #000000;
    }

.MDG_selectedrow {
    background-color: #d0dd97;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}

.MDG a /** FOR THE PAGING ICONS  **/ {
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

    .MDG a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/ {
        color: #E20A48;
        text-decoration: none;
    }

.MDG span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #dddddd;
    color: #000;
    padding: 5px 5px 5px 5px;
}

.MDG_pager {
    /*background-color: #658361;*/
    height: 30px;
    text-align: left;
}

a
.MDG td {
    padding: 5px;
}

.MDG th {
    padding: 0px 8px;
}




@media screen and (max-width: 600px) {
    .MDG {
        font-size: small;
    }

    .MDG_header {
        font-size: x-small;
    }

    .MDG td {
        padding: 2px;
        font-size: xx-small;
    }

    .MDG th {
        padding: 2px;
        font-size: xx-small;
    }
}

.ColumnaOculta {
    display: none;
}
