﻿/***********************************
 CUSTOM STYLE 
************************************/

/*Intro page*/

.ui-mobile #intro-homeheader {
    padding: 55px 25px 0;
    text-align: center;
}

    .ui-mobile #intro-homeheader h1 {
        margin: 0 0 10px;
    }

    .ui-mobile #intro-homeheader p {
        margin: 0;
    }

.ui-mobile #intro-version {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/css/images/version.png) no-repeat scroll right top;
    height: 122px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -99999px;
    top: 0;
    width: 119px;
}

/*Background dimensions*/

/*.portrait .ui-page { height: 100%; }
.landscape .ui-page  { height: 100%; }*/

/*Other*/
#form {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.suggestion {
    color: #808080;
}

.ui-li-iconBig {
    top: .55em;
}

.semaforo {
    border: 2px solid #D4D4D4;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.noMargins {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.uppercase {
    text-transform: uppercase;
}

.small {
    font-weight: 400;
    font-size: small;
}




/****** MODAL POPUP *****/
.modal {
    overflow: auto;
    display: block;
    padding-top: 50px;
    opacity: 1 !important;
    background-color: rgba(0,0,0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
}

.modal-content {
    max-width: 740px;
    margin: 0 auto;
    position: relative;
    width: auto;
    border: none;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 80px;
    /*padding: 10px 20px;*/
}

.modal-header {
    padding: 12px 26px;
    /*border: 1px solid #e0e6ed;*/
    box-shadow: 0 15px 20px 0 rgba(0,0,0,0.35);
    /*border-bottom: 3px solid #FFD100;*/
}

.modal-title {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: bold;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    font-family: Helvetica,Arial,sans-serif;
}

.modal-header .modal-close {
    float: right;
}

    .modal-header .modal-close a {
        color: #acb0c3;
        text-decoration: none;
    }

.modal-body {
    padding: 26px 26px;
    position: relative;
    box-shadow: 0 15px 20px 0 rgba(0,0,0,0.35);
    /*border-bottom: 3px solid #FFD100;*/
}

.modal-footer {
    border-top: 1px solid #e0e6ed;
    justify-content: flex-end;
    padding: .75rem;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}
