/*

    Created on : 3-dic-2016, 12.17.49
    Author     : Vash
*/
body{
    background-color: #FAFAFA;
    height: 100%;
    position: relative;
}

table
{
	font-size: 1em;
}

.navbar-default{
    text-align: left;
    background-color: #fff;
    vertical-align: center;
    background-size: cover;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.mainForm .tabs md-content {
    background-color: transparent !important; }
.mainForm .tabs md-content md-tabs {
    background: #fff;
    border: 1px solid #e1e1e1; }
.mainForm .tabs md-content md-tabs md-tabs-wrapper {
    background: #fff; }
.mainForm .tabs md-content h1:first-child {
    margin-top: 0; }

.mainForm .tabBlock{
    font-size:1.7em;
    margin-top: 0.5em;
}
.mainForm .tabText{
    vertical-align: super;
    font-family: Oswald;
    font-weight: bold;
}
.mainForm .tabTitle{
    font-size: 2em;
    font-family: Oswald;
    color: #CF2727;
    margin-top: 0.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.mainForm md-tabs-canvas{

    height:6em !important;
}
md-radio-button{
    margin-left: 15px;
    display:inline !important;
    /*line-height: 3.5em;*/
}
md-radio-button .md-label{
    line-height: 1.5em;
}
md-checkbox .md-label{
    line-height: 1.5em;
}
.mainForm md-pagination-wrapper{
    height:6em !important;
}
.mainForm md-tab-item{
    margin-top: 0 !important;
    height:6em;
}
md-tab-content{
    margin: 0 2em 0 2em;
}

.centered-tabs{
    max-width:20%;
}

footer{
    width: 100%;
    background-color: #fff;
    border-color: #e7e7e7;
    box-shadow: 0 -6px 6px rgba(0,0,0,.19),0 -6px 6px rgba(0,0,0,.23);
    border: 0;
    line-height: 50px;
    padding: 0 20px;
    height: 50px;
    margin-top: -50px;
    text-align:center;
}

/*-------helper -------*/
.margin-T1{margin-top:1em;}
.margin-T2{margin-top:2em;}
.margin-T3{margin-top:3em;}
.margin-T4{margin-top:4em;}
.margin-T5{margin-top:5em;}
.margin-T6{margin-top:6em;}
.margin-B1{margin-bottom:1em;}
.margin-B2{margin-bottom:2em;}
.margin-B3{margin-bottom:3em;}
.margin-B4{margin-bottom:4em;}
.margin-B5{margin-bottom:5em;}
.margin-B6{margin-bottom:6em;}
.padding-T1{padding-top: 1em;}
.padding-T2{padding-top: 2em;}
.padding-T3{padding-top: 3em;}
.padding-B1{padding-bottom: 1em;}
.padding-B2{padding-bottom: 2em;}
.padding-B3{padding-bottom: 3em;}
.f-right{float:right !important;}
.f-left{float:left!important;}

textarea {
    resize:none;
}

label {
    font-size:1.2em;
    /*color:#CF2727;*/
    color:#5F5F5F;
    margin-top:.5em
}

.errorMessage{

    font-family: Oswald;
    font-weight: 400;
    color: #f55;
    font-size: 1.1em;
}

@keyframes errorTabAnimation {
    0%   {background-color:rgba(255, 207, 207, 0.2); }
    25%  {background-color:rgba(255, 207, 207, 0.2); }
    50%  {background-color:rgba(255, 207, 207, 0.5); }
    75%  {background-color:rgba(255, 207, 207, 0.7); }
    100% {background-color:rgba(255, 207, 207, 1);}
}
.errorTab{
    background-color: red;
    animation: errorTabAnimation 1.5s ease-in-out infinite alternate;
    background-color: rgba(255, 207, 207, 1);
}
.errorInput{
    border: 2px solid rgba(255, 0, 0, 0.54);
}
.doneTab{
    background-color:rgb(192, 252, 210);
}
.inputBlock{
    min-height:9em;
}
.inputBlockRadio{
    min-height:7em;
}
.inputBlockDouble{
    min-height:18em;
}
.gaugebox{
    margin-bottom:4em;
}
.fuelGauge  {
    width: 449px;
}
.fuelIndicator{
    position: absolute;
    top: 218px;
    width: 200px;
    z-index: 10;
    left: 74px;
    transform: rotation(30);
    transform-origin: 167px 88px;
    transform: rotate(3deg);
}

.DivThumbModel {
    margin: 8px;
    float: left;
    width: 100px;
    height: 150px;
    padding: 10px;
    text-align: center;
}
@media screen and (min-width: 500px) {
	md-dialog{
	    min-width: 480px !important;
	}
}

.redcross{
    color:#cc0000;
    font-size:12pt;
}

.calendario{

    background-color: transparent;
    border: 0;
    position: relative;
    left: -42px;
}

.calendario:hover{
    color: #777;
    background-color: transparent;
    border-color: transparent;
}

#tableDialogRubrica {
  font-size: 1.5em;
}

.icon_tel {
	width: 20px;
	height: 20px;
	margin: 5px;
}

.hrDialisi {
    border: 0;
    height: 3px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
