/*
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 : Jan 28, 2016, 12:58:01 AM
    Author     : max
*/
/*body{
    background-color: #ECF3FD;
}*/
.container{
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    /*font-size: 75%;*/
}
.ui-state-default .icon-login{
    background-image: url(../images/icons/login.png);
}
.topAlign{
    vertical-align: top;
}
.subtotales{

    font-size : 150%;
    font-family : "Myriad Web",Verdana,Helvetica,Arial,sans-serif;
    float: right;
    /*background : #efe none; color : #630; */
}
.rowAncha{
    max-height: "20%";
}
.tableView table,
.tableView a.ui-datepicker-prev,
.tableView a.ui-datepicker-next {
    display: none;
}

.ui-dialog-cmd{
    font-size: 20%;
    color: green;
    
}
.ui-dialog-cmd-full{
    font-size: 20%;
    color: green;
    height:80%;
    widht:80%;
    
    
}
.c-dialog-overflow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: scroll;
}

