/*

    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:2em;
    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: 1em;
    font-weight: bold;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.mainForm md-tabs-canvas{

    height:7em !important;
}
md-radio-button{
    margin-left: 15px;
    display:inline !important;
    line-height: 3.5em;
}
md-radio-button .md-label{
    line-height: 1.5em;
}
.mainForm md-pagination-wrapper{
    height:7em !important;
}
.mainForm md-tab-item{
    margin-top: 0 !important;
    height:7em;
}
md-tab-content{
    margin: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;
}
input[type=text],input[type=password],input[type=date],input[type=number],input[type=checkbox],textarea,select {
    width:100%;
    padding:3px 20px;
    margin:8px 0;
    display:inline-block;
    border:1px solid #ccc;
    border-radius:4px;
    box-sizing:border-box
}
input[type=checkbox] {
    width: unset;
}
input[type=submit] {
    width:100%;
    background-color:#CF2727;
    color:#fff;
    padding:14px 20px;
    margin:8px 0;
    border:none;
    border-radius:4px;
    cursor:pointer
}
input[type=submit]:hover {
    background-color:#ad393e
}
input[type=button],.btnSend {
    width:100%;
    background-color:#CF2727;
    color:#fff;
    padding:14px 20px!important;
    margin:8px 0;
    border:none;
    border-radius:4px!important;
    cursor:pointer;
    font-family:Oswald;
    font-weight:500;
    font-size:1.2em
}
input[type=button]:hover {
    background-color:#ad393e;
    font-family:Oswald;
    font-weight:500
}
label {
    font-size:1.2em;
    /*color:#CF2727;*/
    color:#5F5F5F;
    margin-top:.5em
}

.inputBlock{
    min-height:10em;
}
.inputBlockRadio{
    min-height:10em;
}

.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);
}

.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;
}
md-dialog{
    min-width: 480px !important;
}

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

.calendario{

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

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

.btnHome{
    font-size: 2em;
    padding: 12px;    
    margin-top:20px;
    margin-left:20px;
}
.btnHome i{
    margin-right:20px;
}

.homeModule{
    color: #8C8C8C;
    font-size: 1.4em;
    font-family: helvetica;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 2em;
    margin-left: 20px;
}

.loginContainer{
    min-width: 320px;
box-shadow: 1px 1px 6px 1px #ccc;
min-height: 320px;
padding: 40px;
width: 40%;
margin-top:2em !important;
margin-bottom:2em !important;
margin:0 auto;
}
.loginButton{
    margin:20 auto;
    text-align:center;
}

.loginButton button{
    font-size:1.2em;
    font-weight:bold;
}

