﻿/*normalize*/
html,
body,
form {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font: normal 16px "Segoe UI", Arial, sans-serif;
    color: #555555;
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
    body {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 20px;
    }
}

a {
    background: transparent;
}

img {
    border: 0;
}

button,
input {
    -webkit-appearance: none;
    cursor: pointer;
}

hr {
    border-width: 1px 0 0 0;
    border-color: #767676;
    border-style: solid;
}

/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

h1, h2, h3 {
    font-weight: normal;
    margin: .5em 0;
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 1.875em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    /*font-size: 1.125em;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    h4 {
        font-size: .875em;
    }
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .875em;
}

/*template*/
#wrapper .t-container-fluid {
    max-width: 100%;
}

#wrapper .RadButton {
    font-size: 1em;
}

#wrapper .RadMenu,
div.RadMenuPopup,
#wrapper .RadMenu_Default, #wrapper .RadMenu_Default a.rmLink {
    font-size: 1em;
}


/*Master Page Styles*/
.headerMenu {
    background: linear-gradient(#FDFEFE, #F0F2F4) repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    height: 110px;
    /*margin-top: 5px;*/
}

.headerBarraInferior {
    background-color: black;
    position: fixed;
    width: 100%;
    top: 110px;
    z-index: 98;
}

.headerBreadCrumb {
    background-color: white;
    position: fixed;
    Height:20px;
    width: 100%;
    top: 115px;
    z-index: 98;
}


.container {
    min-height: 100%;
    position: relative;
}


.content {
    margin: 0;
    padding: 0;
}

.allContent {
    position: relative;
    padding-bottom: 50px; 
    margin-left:15px;
    margin-right:15px;
    z-index: 1;

}

.footer {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px; /* Height of the footer */
    background: black;
    color: white;
    -webkit-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
}

.divLogOut {
    text-align: center;
    margin: 0;
    /*margin: 0 auto;*/
}

.menu {
    margin-top: 10px;
    margin-bottom: 0;
}

html .RadMenuPopup {
    z-index: 9999;
}


/*Fin Master page*/


/* DIV Formularios*/



.divFormLoading {
    background: radial-gradient(ellipse cover, #FDFEFE, Transparent 70%);
    background: -webkit-radial-gradient(ellipse cover, #FDFEFE, Transparent 70%);
    background: -moz-radial-gradient(ellipse cover, #FDFEFE, Transparent 70%);
    height: 100%;
    width: 100%;
}

.LayoutRow{
    margin-top:5px;
    margin-bottom:5px;
}

/* DIV */

/*Login Panel*/

.divTopLogin {
    height: 80px;
}

@media (max-width: 480px) {
    .divTopLogin {
        height: 5px;
    }
}
.labelError {
    color: #f00220;
}

.divBoton {
    margin: 5px;
    width:90%;
    text-align: center;
}
/*Fin Login Panel*/

/*Grid*/
.labelMesssage {
    color: #f00220;
    font-size: 1em;
    font: normal 16px "Segoe UI", Arial, sans-serif;
}

.outerMultiPage {
    height: 100%;
    margin-bottom: 15px;
}

.RadTabStrip {
    margin-left: -2px;
    margin-top: 7px;
    vertical-align: middle;
}

.RadTabPage {
    border: 1px solid black;
    display:block;
    padding: 15px;

}

/*Fin Grid*/
.divAnexoIrpf {
    display:none;
}