/*
@package		erp
@subpackage		ITEPOSBundle
@autor		Cesar Luna
@year 2016 
*/
/* 
    Created on : Jan 12, 2017, 9:40:12 AM
    Author     : admin
*/
body{
	font-family: 'Muli', sans-serif;
	font-size: 12px;
}
.clear {
    clear: both;
}
.form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
}
/*
 * LOGIN USUARIO
 * */
.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size
{
    font-size: 87px;
}
.remove_padding
{
    padding: 0px!important;
}

/*ITE POS BUNDLE*/
#comparativeTable{
    margin-bottom: 5px;
}
#comparativeTable tr th
{
    width:50%;
    text-align: left;
}
#comparativeTable tr.result th
{
    width:100%;
    text-align: center;
}
.ui-autocomplete-loading {
    background: white url("/css/images/ui-anim_basic_16x16.gif") right center no-repeat;
}
 .ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
 }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
 html .ui-autocomplete {
    height: 100px;
 }