﻿body {
    color: #555557;
}

input:required:invalid {
    border: 1px solid red;
}

.cssDisplayInline {
    display: inline;
}

.form-control-my {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom:5px;
}
.panel-title {
    position: relative;
}

    .panel-title::after {
        content: "\f107";
        color: #333;
        top: -6px;
        right: 0px;
        position: absolute;
        font-family: "FontAwesome"
    }

    .panel-title[aria-expanded="true"]::after {
        content: "\f106";
    }

.display-none {display:none;}

.selectedIuv {background-color:rgb(153,217,234); color:RGB(0,51,102)}

.text-left { float:left;}

.cssImgInput {
    vertical-align:middle;
}
/* START ----------------------------------------- GEN_Default Page --------------------------- */
/*Extra small devices (portrait phones, less than 576px) ... (max-width: 575px) ... */
@media (max-width: 767px) {
    #btnPagamentoAtteso, #btnPagamentoSpontaneo, #btnListRTs {
        font-size: 1.3em;
        background-color: #0066CC;
        border-color: #0066CC;
    }

    #lblAlertMessage, #lblConfirmPrivacy {
        font-size: 1.4em;
        font-weight: 400;
    }

    #lblAlertMessageBlue {
        font-size: 1.4em;
        font-weight: 400;
        color: #007a7a;
    }
}

/*Small devices (landscape phones, 576px and up) ... (min-width: 576px) and (max-width: 767px) ... */
@media (min-width: 768px) and (max-width: 991px) {
    #btnPagamentoAtteso, #btnPagamentoSpontaneo, #btnListRTs {
        font-size: 1.4em;
        background-color: #0066CC;
        border-color: #0066CC;
    }

    #lblAlertMessage, #lblConfirmPrivacy {
        font-size: 1.5em;
        font-weight: 400;
    }

    #lblAlertMessageBlue {
        font-size: 1.5em;
        font-weight: 400;
        color: #007a7a;
    }
}

/*Medium devices (tablets, 768px and up) ... (min-width: 768px) and (max-width: 991px) */ /* ... By designer ... */
@media (min-width: 992px) and (max-width: 1199px) {
    #btnPagamentoAtteso, #btnPagamentoSpontaneo, #btnListRTs {
        font-size: 1.5em;
        background-color: #0066CC;
        border-color: #0066cc;
    }

    #lblAlertMessage, #lblConfirmPrivacy {
        font-size: 1.6em;
        font-weight: 400;
    }

    #lblAlertMessageBlue {
        font-size: 1.6em;
        font-weight: 400;
        color: #007a7a;
    }
}

/*Large devices (desktops, 992px and up) ... (min-width: 992px) and (max-width: 1199px) */
@media (min-width: 1200px) and (max-width: 1439px) {
    #btnPagamentoAtteso, #btnPagamentoSpontaneo, #btnListRTs {
        font-size: 1.7em;
        background-color: #0066CC;
        border-color: #0066CC;
    }

    #lblAlertMessage, #lblConfirmPrivacy {
        font-size: 1.8em;
        font-weight: 400;
    }

    #lblAlertMessageBlue {
        font-size: 1.8em;
        font-weight: 400;
        color: #007a7a;
    }
}

/*Extra large devices (large desktops, 1200px and up) ... (min-width: 1200px) ... */
@media (min-width: 1440px) {
    #btnPagamentoAtteso, #btnPagamentoSpontaneo, #btnListRTs {
        font-size: 1.9em;
        background-color: #0066CC;
        border-color: #0066CC;
    }

    #lblAlertMessage, #lblConfirmPrivacy {
        font-size: 1.9em;
        font-weight: 400;
    }

    #lblAlertMessageBlue {
        font-size: 1.9em;
        font-weight: 400;
        color: #007a7a;
    }
}

.cssBtnPaymentDirection {
    background-color: #4299db;
    padding: 8px 15px 8px 15px;
    width: 12em;
}

.cssColPaymentDirections {
    padding-left: 5px;
    padding-right: 5px;
}

/* */
@media (max-width: 320px) and (orientation:portrait) {
    .col-width100-xs-on-portrait {
        width: 100%;
        padding-bottom: 15px;
    }
}

@media (max-width: 320px) and (orientation:portrait) {
    .row-hidden-xs320-imgSkyline-on-portrait {
        display: none;
    }
}

@media (max-width: 767px) and (orientation:landscape) {
    .row-hidden-xs-imgSkyline-on-landscape {
        display: none;
    }
}

.red, red:checked {
    background-color:white;
    border:none;
    /*opacity:1;*/
    outline: solid 1px red;
    padding:0px; margin:1px;
}

/* END ----------------------------------------- GEN_Default Page --------------------------- */


/* START --------------------------------------- Breadcrumb --------------------------------- */

.cssBreadcrumbMargin {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .cssBreadcrumb {
        font-size: 1.4em;
    }
}
/*end media xs*/

@media (min-width: 768px) and (max-width: 991px) {
    .cssBreadcrumb {
        font-size: 1.5em;
    }
}
/*end media sm*/

@media (min-width: 992px) and (max-width: 1199px) {
    .cssBreadcrumb {
        font-size: 1.6em;
    }
}
/*end media md*/

@media (min-width: 1200px) and (max-width: 1439px) {
    .cssBreadcrumb {
        font-size: 1.7em;
    }
}
/*end media lg*/

@media (min-width: 1440px) {
    .cssBreadcrumb {
        font-size: 1.8em;
    }
}
/*end media xl*/

/* END ------------------------------------------- Breadcrumb --------------------------------- */


/* START ----------------------------------------- PagaOnline Pages --------------------------- */

div.g-recaptcha {
    margin: 0 auto;
    width: 304px;
}

[disabled].form-control{
    background-color: #dddddd;
}

.cssLabelWeight {
    font-weight: 900;
}

.p-left-8 {
    padding-left: 8px;
}

.p-top-15{
    padding-top: 15px;
}

.cssTXTinput {
    /*width: 90%;*/
    display: inline-block;
    margin-bottom: 5px;
    /*margin-right: 6px;*/
}

.cssInformation { padding-top:7px; }

input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
    background-color: #0066CC;
}

/*select { border: 1px solid #ccc; border-radius:4px; padding-left:12px; background-color: white;}*/

/*option { border: 1px solid #ccc; border-radius:4px; padding-left:12px; }*/

select {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E");
        padding-left: 12px;
        background-repeat: no-repeat;
        background-position: right center;
        -webkit-appearance: none;
        -moz-appearance: none;        
        border-radius:4px;
        border: 1px solid #ccc;
        height: 34px;
}

.cssAlertInfo {
    background-color: white;
    border: 1px solid #0066cc;
    color: #0066cc;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.cssAlertWarning {
    background-color: white;
    border: 1px solid #9e5200;
    color: #9e5200;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.cssAlertError {
    background-color: white;
    border: 1px solid #dc0014;
    color: #dc0014;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.cssAlertSuccess {
    background-color: white;
    border: 1px solid #557c0e;
    color: #557c0e;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.cssFontSizeIUVsList{font-size: 1.4em;}
.cssFontSizeIUVsList:hover{cursor:pointer;}

@media (max-width: 767px) {
    .cssBtnPages, .cssBtnPages:hover  {
        font-size: 1.3em;
        background-color: #0066CC;
        border-color: #0066CC;
        margin: 15px;
    }

    .cssLabels {
        font-size: 1.2em;
    }

    .cssControls {
        font-size: 1.2em;
    }

    .cssWidth40perc{
    
    }

    .cssTextAreaHeight
    {
        height: 43px!important;
    }

    .cssTXTinput { font-size: 1.2em; display: inline-block; margin-bottom: 5px;
        vertical-align:middle;
        padding-top:0px;
        padding-bottom:0px;
    }

    /*.cssFontSizeIUVsList{font-size: 1.1em;}*/

    .cssValidationError
    {
        font-size: 1.2em; padding: 10px; display: inline-block;
        background-color:#f6bfc4; color:#ad000e; border: 1px solid #ad000e; border-radius: 4px;
    }

    .cssValidationWarning {
        font-size: 1.2em; padding: 10px; display: inline-block;
        background-color:#f6e3c4; color:#9e5200; border: 1px solid #ff931e; border-radius: 4px;
    }

    .cssValidationSuccess {
        font-size: 1.2em; padding: 10px; display: inline-block;
        background-color:#d6eecc; color:#4c6e0c; border: 1px solid #4c6e0c; border-radius: 4px;
    }

    .cssFontSizeIUVsList{font-size: 1.2em;}

}

    /*.cssAlertInfo {
        background-color: white;
        border: 1px solid #0066cc;
        color: #0066cc;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        font-size: 1.2em;        
        display: inline-block;
    }*/

/*end media xs*/

@media (min-width: 768px) and (max-width: 991px) {
    .cssBtnPages, .cssBtnPages:hover {
        font-size: 1.4em;
        background-color: #0066CC;
        border-color: #0066CC;
        margin: 15px;
    }

    .cssLabels {
        font-size: 1.3em;
    }

    .cssControls {
        font-size: 1.3em;
    }

    .cssWidth40perc{
    
    }

    .cssTextAreaHeight
    {
        height: 51px!important;
    }

    .cssTXTinput { font-size: 1.3em; display: inline-block; margin-bottom: 5px;
        vertical-align: middle;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    /*.cssFontSizeIUVsList{font-size: 1.2em;}*/

    .cssValidationError, .cssValidationWarning
    {
        font-size: 1.3em;
    }

    .cssValidationError
    {
        font-size: 1.3em; padding: 10px; display: inline-block;
        background-color:#f6bfc4; color:#ad000e; border: 1px solid #ad000e; border-radius: 4px;
    }

    .cssValidationWarning {
        font-size: 1.3em; padding: 10px; display: inline-block;
        background-color:#f6e3c4; color:#9e5200; border: 1px solid #ff931e; border-radius: 4px;
    }

    .cssValidationSuccess {
        font-size: 1.3em; padding: 10px; display: inline-block;
        background-color:#d6eecc; color:#4c6e0c; border: 1px solid #4c6e0c; border-radius: 4px;
    }

    /*.cssAlertInfo {
        background-color: white;
        border: 1px solid #0066cc;
        color: #0066cc;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        font-size: 1.3em;        
        display: inline-block;
    }*/
}
/*end media sm*/

@media (min-width: 992px) and (max-width: 1199px) {
    .cssBtnPages, .cssBtnPages:hover {
        font-size: 1.5em;
        background-color: #0066CC;
        border-color: #0066cc;
        margin: 15px;
    }

    .cssLabels {
        font-size: 1.4em;
    }

    .cssControls {
        font-size: 1.4em;
    }

    .cssWidth40perc{
   
    }

    .cssTextAreaHeight
    {
        height: 57px!important;
    }

    .cssTXTinput { font-size: 1.4em; display: inline-block; margin-bottom: 5px;
        vertical-align:middle;
        padding-top:0px;
        padding-bottom:0px;
    }
    
    /*.cssFontSizeIUVsList{font-size: 1.3em;}*/

    .cssValidationError
    {
        font-size: 1.4em; padding: 10px; display: inline-block;
        background-color:#f6bfc4; color:#ad000e; border: 1px solid #ad000e; border-radius: 4px;
    }

    .cssValidationWarning {
        font-size: 1.4em; padding: 10px; display: inline-block;
        background-color:#f6e3c4; color:#9e5200; border: 1px solid #ff931e; border-radius: 4px;
    }

    .cssValidationSuccess {
        font-size: 1.4em; padding: 10px; display: inline-block;
        background-color:#d6eecc; color:#4c6e0c; border: 1px solid #4c6e0c; border-radius: 4px;
    }

    /*.cssAlertInfo {
        background-color: white;
        border: 1px solid #0066cc;
        color: #0066cc;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        font-size: 1.4em;        
        display: inline-block;
    }*/
}
/*end media md*/

@media (min-width: 1200px) and (max-width: 1439px) {
    .cssBtnPages, .cssBtnPages:hover {
        font-size: 1.7em;
        background-color: #0066CC;
        border-color: #0066CC;
        margin: 15px;
    }

    .cssLabels {
        font-size: 1.4em;
    }

    .cssControls {
        font-size: 1.4em;
        width: 40%;
    }

    

    .cssWidth40perc{
        width: 40%;
    }

    .cssTextAreaHeight
    {
        height: 50px!important;
    }

    .cssTXTinput { font-size: 1.4em; display: inline-block; margin-bottom: 5px;
        vertical-align:middle;
        padding-top:0px;
        padding-bottom:0px;
    }

    /*.cssFontSizeIUVsList{font-size: 1.03em;}*/

    .cssControlsTwoCols {width: 100%;}

    .cssValidationError
    {
        font-size: 1.4em; width:40%; padding: 10px; display: inline-block;
        background-color:#f6bfc4; color:#ad000e; border: 1px solid #ad000e; border-radius: 4px;
    }

    .cssValidationWarning {
        font-size: 1.4em; width: 40%; padding: 10px; display: inline-block;
        background-color:#f6e3c4; color:#9e5200; border: 1px solid #ff931e; border-radius: 4px;
    }

    .cssValidationSuccess {
        font-size: 1.4em; width: 40%; padding: 10px; display: inline-block;
        background-color:#d6eecc; color:#4c6e0c; border: 1px solid #4c6e0c; border-radius: 4px;
    }

    /*.cssAlertInfo {
        background-color: white;
        border: 1px solid #0066cc;
        color: #0066cc;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        font-size: 1.5em;
        width: 40%;
        display: inline-block;
    }*/
}
/*end media lg*/

@media (min-width: 1440px) {
    .cssBtnPages, .cssBtnPages:hover {
        font-size: 1.9em;
        background-color: #0066CC;
        border-color: #0066CC;
        margin: 15px;
    }

    .cssLabels {
        font-size: 1.4em;
    }

    .cssControls {
        font-size: 1.4em;
        width: 40%;
    }

    .cssWidth40perc{
        width: 40%;
    }

    .cssTextAreaHeight
    {
        height: 57px!important;
    }

    .cssControlsTwoCols {width: 100%;}

    .cssTXTinput {
        font-size: 1.4em;
        display: inline-block;
        margin-bottom: 5px;
        vertical-align:middle;
        padding-top:0px;
        padding-bottom:0px;
    }

    /*.cssFontSizeIUVsList{font-size: 1.2em;}*/

    .cssValidationError
    {
        font-size: 1.4em; width:40%; padding: 10px; display: inline-block;
        background-color:#f6bfc4; color:#ad000e; border: 1px solid #ad000e; border-radius: 4px;
    }

    .cssValidationWarning {
        font-size: 1.4em; width: 40%; padding: 10px; display: inline-block;
        background-color:#f6e3c4; color:#9e5200; border: 1px solid #ff931e; border-radius: 4px;
    }

    .cssValidationSuccess {
        font-size: 1.4em; width: 40%; padding: 10px; display: inline-block;
        background-color:#d6eecc; color:#4c6e0c; border: 1px solid #4c6e0c; border-radius: 4px;
    }

    /*.cssAlertInfo {
        background-color: white;
        border: 1px solid #0066cc;
        color: #0066cc;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 4px;
        font-size: 1.5em;
        width: 40%;
        display: inline-block;
    }*/
}
/*end media xl*/

.cssInnerCol {
    padding: 0px;
}


@media (min-width: 768px) and (orientation: landscape) {
    .cssColResize {
        width: 50%;
    }
}



/* END ----------------------------------------- PagaOnline Pages --------------------------- */
