﻿/* created by sanal on 01-July-2013 to override JQUERY UI tabs settings */
/* to be placed after jquery UI CSS is referenced */

.ui-widget-content {
	border: 0px solid #3e91c1; /* To Avoid outer border of tab content *//*Added by vinothkanna on 1-June-2016, for bootstrap integration.*/
}
.ui-widget-header { /* To Avoid border & background of tab header */
	border: none;
	background: none;
	/*border-bottom:1px solid #3e91c1;*//*Added by vinothkanna on 1-June-2016, for bootstrap integration.*/
}
.ui-tabs .ui-tabs-nav {	/* To set the corner's border of tab body content */
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.ui-tabs .ui-tabs-panel { /* To set the border of selected tab */
	/*border-width: 0px 1px 1px 1px;
	border-color:#3e91c1;*//*Added by vinothkanna on 1-June-2016, for bootstrap integration.*/
}
.ui-menu .ui-menu-item a { /*changed the font size of auto complete listing items from .75em to 1em */
            display: block;
            font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;/*Added by vinothkanna on 1-June-2016, for bootstrap integration.*/
            font-size: 1em;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1.3em;
            padding: 0.2em 0.4em;
            text-decoration: none;
}
#ui-datepicker-div  
{
    z-index: 2000 !important;
    border: 1px solid #3e91c1;/*Added by vinothkanna on 1-June-2016, for bootstrap integration.*/
}
#ui-datepicker-div > div
{
    background:#ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	border: 1px solid #aaaaaa;
}

/*Added by vinothkanna on 1-June-2016, for bootstrap integration.*/
/*** Added By Bals***/
.ui-tabs .ui-tabs-panel {
    display: block; 
    border-width: 1px; 
    /*padding: 2em 2.4em;*/ /*Commented by Sharief on 17-May-2017*/
    padding:10px; /*Added by Sharief on 17-May-2017*/
    background: white;
}
/*Added by Sharief on 17-May-2017*/
.ui-tabs
{
    padding:0px;
    }
.ui-widget input,.ui-widget select,.ui-widget textarea{
    font-family:'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
}
/*Added by Sharief on 15-May-2017*/
.form-group > div{
    padding-left:0px;
    padding-right:0px;
}
.ui-tabs .ui-tabs-panel{
    border: 1px solid #aed0ea;
    border-radius:3px;
}

