.a-right {text-align: right; }
.UC {text-transform: uppercase;}

.navbar .nav > li > a {color: #0075CC; text-shadow: 0 -1px 0 #FFFFFF;}
.navbar .nav > li > a:hover {color: #000; text-shadow: 0 -1px 0 #FFF;}

/* calendar root element */
#calroot {
    /* place on top of other elements. set a higher value if nessessary */
    z-index:10000;
    
    margin-top:-1px;
    width:198px;
    padding:2px;
    background-color:#fff;
    font-size:11px;
    border:1px solid #ccc;
    
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    
    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {
        padding:2px 0;
            height:22px;
            }

#caltitle {
        font-size:14px;
            color:#0150D1;
                float:left;
                    text-align:center;
                        width:155px;
                            line-height:20px;
                                text-shadow:0 1px 0 #ddd;
                                }

#calnext, #calprev {
        display:block;
            width:20px;
                height:20px;
                    background:transparent url(/img/prev.gif) no-repeat scroll center center;
                        float:left;
                            cursor:pointer;
                            }

#calnext {
        background-image:url(/img/next.gif);
            float:right;
            }

#calprev.caldisabled, #calnext.caldisabled {
        visibility:hidden;
        }

/* year/month selector */
#caltitle select {
        font-size:10px;
        }

/* names of the days */
#caldays {
        height:14px;
            border-bottom:1px solid #ddd;
            }

#caldays span {
        display:block;
            float:left;
                width:28px;
                    text-align:center;
                    }

/* container for weeks */
#calweeks {
        background-color:#fff;
            margin-top:4px;
            }

/* single week */
.calweek {
        clear:left;
            height:22px;
            }

/* single day */
.calweek a {
        display:block;
            float:left;
                width:27px;
                    height:20px;
                        text-decoration:none;
                            font-size:11px;
                                margin-left:1px;
                                    text-align:center;
                                        line-height:20px;
                                            color:#666;
                                                -moz-border-radius:3px;
                                                    -webkit-border-radius:3px;
                                                    }

/* different states */
.calweek a:hover, .calfocus {
        background-color:#ddd;
        }

/* sunday */
a.calsun {
        color:red;
        }

/* offmonth day */
a.caloff {
        color:#ccc;
        }

a.caloff:hover {
        background-color:rgb(245, 245, 250);
        }


/* unselecteble day */
a.caldisabled {
        background-color:#efefef !important;
        color:#ccc!important;
            cursor:default;
            }

/* current day */
#calcurrent {
        background-color:#498CE2;
            color:#fff;
            }

/* today */
#caltoday {
        background-color:#333;
            color:#fff;
            }

.alert-info {text-align: left;}


.f-status {position: relative;}
.f-status img {position:absolute; top: -20px; left: -20px;}
input.ff_folio {text-align: center;}
.ff-encabezado .control-group {height: 40px;}
.ff-encabezado .control-group label.control-label {height: 12px;}
.ff {height: 20px; padding: 3px;}
.fflb {font-weight: bold; padding: 3px;}


.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
background-color: #D5D5D5; cursor: pointer;
}


