/**** language drop down menu fix : unable to select in min tablet screen****/
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 55%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
/**** end language drop down menu fix : unable to select in min tablet screen****/

/*
.ClmNotTable [class*="col-"]:nth-child(4):not(.panel-heading):not(.header),
#mobified [class*="col-"]:nth-child(4):not(.panel-heading):not(.header)  
{
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-top: 15px;
}
*/
#mobified  div > div:first-child + div + div + div:not(.dummy) 
{
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-top: 15px;
}
.ClmNotTable  div > div:first-child + div + div + div:not(.dummy)
{
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-top: 15px;
}

#mobified  div > div:first-child + div + div
{
	clear:left;
}	
.ClmNotTable  div > div:first-child + div + div
{
   clear:left;
}
/*
.ClmNotTable [class*="col-"]:nth-child(3):not(.panel-heading):not(.header),
#mobified [class*="col-"]:nth-child(3):not(.panel-heading):not(.header) 
{
	clear:left;
} 
*/
.doc_filter {font-size:11px}


.nav.navbar-nav li {
    font-size:8pt;
    font-family:verdana;
    font-weight:bold;
}

table#doclisting td{padding:2px; font-size:85%}
#docbtn .clsSVCButton {height:2em;background-color:#769ff8;color:white;font-weight:bold;cursor:pointer;border:1px outset #4467ae;background-size: 100% 100%;background-image:url(../images/buttonbg.gif);background-repeat:repeat-x;text-align:center;font-size:12px;}
