/* Index */
body {
    background-color: #040812 !important;
}

/* CSS Responsive */
@media (max-height: 600px) and (max-width: 1000px) {
    .optionButtons {
        display: none;
    }
}

@media ( max-height: 500px) {
    #speedo {
        display: none;
    }
}

@media ( max-height: 375px) {
    .mp-menu {
        font-size: 10px;
        /*overflow-y: scroll;*/
    }

    .accountDesc {
        font-size: 13px;
    }

    .accountPhone, .accountEmail {
        font-size: 11px;
    }

    .accountLogo img {
        max-width: 180px;
    }
}

@media ( max-width: 560px) {
    /* Smartphone "Acostado" */
    TD.infoBoxCell {
        font-size: 8px !important;
    }

    #pac-input {
        width: 135px !important;
    }
}

@media ( max-width: 480px) {
    /* */
}

@media ( max-width: 420px) {
    .latMenu i {
        font-size: 13pt;
    }

    #plataformaFooter {
        font-size: 11pt;
    }
}

@media ( max-width: 360px) {
    .latMenu i {
        font-size: 12pt;
    }

    .mp-menu {
        width: 250px;
    }

    #rightMenuDiv {
        font-size: 10px;
        /*width: 250px;*/
    }

    DIV.devSelectorDiv {
        width: 240px;
        max-width: 240px;
    }

    DIV.calDiv {
        width: 100%;
    }

    DIV#mapCal_fr {
        margin-right: 1px;
    }

    DIV#mapCal_to {
        margin-left: 1px;
    }

    #plataformaFooter {
        font-size: 10pt;
    }
}

@media ( max-width: 350px) {
    .latMenu i {
        font-size: 11pt;
    }
}

@media ( max-width: 320px) {
    .latMenu i {
        font-size: 11pt;
    }

    .iconHideOnMobile {
        display: none;
    }

    #pac-input {
        display: none !important;
    }

    #plataformaFooter {
        font-size: 8pt;
    }
}

/*
#dvLoading {
	background: #000 url('./images/fancybox_loading.gif') no-repeat center
		center;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
}
*/

/* AccountLogin.java */
/*
input[type=submit].btn-login {
	font-size: 18px !important;
	padding: 10px !important;
}
*/

/* ForgotPassword.java */
/*
.forgotPasswordTable {
margin-top: 0px !important;
width: auto !important;
}

.forgotPasswordCell {
padding: 0px !important;
border: 0px !important;
background-color: transparent !important;
}

.span_forgotpassword {
font-size: 10pt;
margin-bottom: 7px;
}

@media ( max-width : 350px) {
.span_forgotpassword {
    font-size: 8pt;
}
}

.textForgotpasswordForm a:link {
color: #FFF;
}

.textForgotpasswordForm a:visited {
color: #093E61;
}

.textForgotpasswordForm a:active {
color: #FFF;
}

.textForgotpasswordForm a:hover {
color: #00BCED;
}
*/
/* SysAdminInfo.java */
/*
.sysadmininfo_link {
color: red;
}
*/

.filter-table .quick {
    margin-left: 0.5em;
    font-size: 0.8em;
    text-decoration: none;
}

.fitler-table .quick:hover {
    text-decoration: underline;
}

td.alt {
    background-color: #ffc;
    background-color: rgba(255, 255, 0, 0.2);
}

/* custom bootstrap */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #323D56;
    border: 1px solid #F7F5F5;
    cursor: pointer;
    color: #ccc;
    outline: none;
    /*padding: 3px 10px !important;*/
    border-radius: 5px;
}

/* Botones Google Maps */
.GButton {
    /*background-color: #0066B3;*/
    background-color: #000; /* negro (no activado) */
    color: #FFF;
    cursor: pointer;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
}

.GButton-Sel {
    /*background-color: #000;*/
    background-color: #0066B3; /* azul (activado) */
    color: #FFF;
    cursor: pointer;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
}

SELECT.adminComboBox {
    color: black;
}

.zoneLatLonText {
    color: black;
}

.zonePrioritySelect label {
    color: white;
}

.zoneGroupSelect label {
    color: white;
}

.vertical-offset-100 {
    padding-top: 100px;
}

.vertical-offset-50 {
    padding-top: 50px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.panel {
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.accountLoginTable_nobord {
    margin: 0 auto;
}

.accountLoginCell_nobord {
    padding: 0px;
}

.latlonInput {
    color: black;
}

td .adminViewTableData #functionUsage {
    color: purple;
}

.accountLogo img {
    max-width: 207px;
    max-height: 150px;
    margin: 0 auto;
}

.accountLogoImg {
    margin-bottom: 5px !important;
}

.textOnClick {
    color: black;
}

DIV.divSeparatorLine {
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px #545151 solid;
}

.toggleMapCalendars {
    text-align: center;
    padding: 5px;
    border: 1px solid black;
    cursor: pointer;
}

#showMapCalendars {
    font-weight: bold;
}

#hideMapCalendars {
    display: none;
}

.controlCalendarToggle {
    display: none;
}

#DevCommand {
    font-size: 10px;
}

.sideData:hover {
    background-color: #761818;
}

/* fix disabled select */
select:disabled {
    background: whitesmoke;
    color: grey;
}

/* Etiqueta de geozonas */
DIV.shapeDescription {
    font-size: 9pt;
    font-weight: bold;
    text-align: left;
}

.text-lined {
    text-decoration: line-through !important;
}

.green {
    color: green !important;
}

.red {
    color: red !important;
}

.bold {
    font-weight: bold !important;
}

.accountLogoImgPanel {
    margin-bottom: 5px !important;
    max-width: 350px;
    max-height: 250px;
}

/* *********************************** */
/*    Mejora notificaciones PNotify    */
/* *********************************** */

/* */
[data-pnotify] .material-container {
    padding: 15px !important;
}

/* Título de la notificación */
[data-pnotify] .material-title {
    font-size: 14px !important; /* Tamaño más pequeño */
    margin-bottom: 5px !important;
    text-align: left !important;
}

/* Cuerpo del mensaje */
[data-pnotify] .material-text {
    font-size: 12px !important;
    line-height: 1.2 !important;
    text-align: left !important;
}

/* Contenedor principal */
[data-pnotify].material {
    padding: 10px !important;
    min-height: auto !important;
}

/* Ícono */
[data-pnotify] .material-icon {
    font-size: 16px !important;
    margin-right: 8px !important;
}

/* *********************************** */