/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 1, 2017, 1:02:59 AM
    Author     : corina
*/
.cover-login{
    color: rgb(255, 255, 255);
    position: relative;
    min-height: 680px;

    background: url("../img/back-3.jpg") no-repeat scroll 0px 100% / cover transparent;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.cover-opacity-3{
    color: rgb(255, 255, 255);
    position: relative;
    min-height: 680px;

    background: url("../img/back-3.jpg") no-repeat scroll 0px 100% / cover transparent;
    
    /*opacity: 0.2;*/
    /*filter: alpha(opacity=20);*/
}
.footer-text{
    color:white!important;
    
}
.footer-text a{
    color: #a3beff;
}
.label-font-login{
    font-size: 21px;
    font-weight: 800;
}
body{
    font-size: 1vw!important;
}
.width-dialog-components{
    width: 180px!important ;
}
.width-dialog-components-170{
    width: 170px!important ;
}
.width-components-190{
     width: 190px!important ;
}
.width-components-250{
    width: 250px!important ;
}
.width-components-200{
    width: 200px!important ;
}
.width-components-210{
    width: 210px!important ;
}


/*  --------------- Backgrounds -------------------- */
.red-background {
    background-color:rgba(241, 164, 164, 0.35)!important;
}
.green-background{
     background-color:rgba(103, 204, 85, 0.25)!important;
    
}
.align-text-center{
    text-align: center;
}
.p-output-label-font-size-route-details{
    font-weight: 800;
    font-size: 19px!important;
    width: 140px!important;
    padding-right: 100px;
}
.text-label-red{
    color:red!important;
}