 
/* Tabs
-----------------------------------------  */
.nav-tabs > li > a {
    background-color: #eee;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #666;
}

/* Calendar do not hide
-----------------------------------------  */
.datepicker { z-index: 2000 !important; }


/* table-grid Headers
-----------------------------------------  */
#tableHdr a {
    color: #333;
}

#tableHdr a:hover, a:focus {
    color: #23527c;
}

#tableHdr .glyphicon {
    font-size: 8px;
    color: #333;
}

/* Edit Views Panel background
-----------------------------------------  */
.editpanel {
    background-color: #eeeeee;
    border: 1px solid #eee;
    border-radius: 10px;
    display: inline-block;
     min-width: 35%;
}

.editBorder {
    border: 3px solid #eee;
    border-radius: 10px;
    display: inline-block;
    min-width: 35%;
}

.datepicker table {
    z-index: 999;
}

#siteMessage {
	min-height:40px; 
	min-width:100%;
	vertical-align:central; 
	color:Red; 
	font-size:12pt; 
	font-weight:bold;
    padding:10px 0px 0px 70px; 
	position: fixed; 
	left: 0px; 
	top: 110px; 
	z-index:999;  
	background: white;  
	opacity: 0.7; 
	text-align:center;
}

#tpFloatingButton {
         min-width:100%;
         position: fixed; 
         left: 0px; 
         top: 80px; 
         z-index:999;  
         text-align:center;
}

.nowrap95Percent{
     white-space:nowrap; 
    font-size:95%;
}

.wrap95Percent{
    font-size:95%;
}
.divPanel35 {
    padding: 45px;
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 10px;
}

.table tbody tr.tblRowHighlight td {
    background-color:#CFE5FF;   /*#CFF5FF;*/
}


 #file1 {
        width: 400px;
        max-width: 500px;
        height: 35px;
}

.ChangesColor {
    background-color: #FFF0EA;     /*#FFF0E0;*/
}





/* 
    End
-----------------------------------------  */