.tab_container {
	/*border: 1px solid #AED4E8;
	border-top: none;
	overflow: hidden;
	float: left; */
	clear: both;
	width: 100%;
	margin-top: 2px;
	position: relative;
}
.tab_content {
	padding: 20px;
	font-size: 12px;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px; /*--Set height of tabs--*/
    /*
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;*/
	width: 100%;
	padding-top: 2px;
	overflow:hidden;
	margin-left: -2px;
	padding-left: 2px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 25px; /*--Vertically aligns the text within the tab--*/
	/*border: 1px solid #999;*/
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
    background: #D0D0D0;
    border:1px solid white;
    border-bottom:none;
    box-shadow:0px 0px 3px #888888;
    border-radius:3px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    margin-right:5px;
}

ul.tabs li a {
	text-decoration: none;
	color: #5c5c5c;
	display: block;
	font-size: 12px;
	padding: 0 20px;
    /*	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #c5c5c5;
	/*color: white;*/
	TEXT-DECORATION: none
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	/*background: #fff;*/
    background: white;
    z-index: 1;
    cursor: default;
	/*border-bottom: 1px solid #fff;*/ /*--Makes the active tab look like it's connected with its content--*/
}
ul.tabs li.active a{
    color:#25aae1;
    font-weight: 600;
}
ul.tabs li.active a>span.count{
    display: none;
}
/*MainTabs*/

#MainTabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 35px; /*--Set height of tabs--*/
/*	border-bottom: 1px solid #999;*/
	width: 100%!important;
	overflow: hidden;
	padding-top: 3px;
}
#MainTabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 35px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 35px; /*--Vertically aligns the text within the tab--*/
	/*border: 1px solid #999;
	border-left: none;*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
    background: #e0e0e0;
    border-radius: 5px;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    border:1px solid white!important;
    border-bottom: 0;
    margin-left: 10px;
    box-shadow: 0px 0px 3px #888888;
    border-collapse: separate;
}

#MainTabs li a {
	text-decoration: none;
	color: #5c5c5c;
	display: block;
	font-size: 12px;
	padding: 0 20px;
    /*	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
#MainTabs li a:hover {
	background: #c5c5c5;
	/*color: white;*/
	TEXT-DECORATION: none
}
html #MainTabs li.active, html #MainTabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	/*background: #fff;*/
    background: white;
    cursor: default;
    z-index:1;
	/*border-bottom: 1px solid #fff;*/ /*--Makes the active tab look like it's connected with its content--*/
}
#MainTabs li.active a{
    color:#25aae1;
    font-weight: 600;
}



.tabModal_content {
	padding: 20px;
	font-size: 12px;
}

ul.tabsModal {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 25px; /*--Set height of tabs--*/
    /*
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;*/
    width: 100%;
    padding-top: 2px;
    overflow:hidden;
    margin-left: -2px;
    padding-left: 2px;
}
ul.tabsModal li {
    float: left;
    margin: 0;
    padding: 0;
    height: 25px; /*--Subtract 1px from the height of the unordered list--*/
    line-height: 25px; /*--Vertically aligns the text within the tab--*/
    /*border: 1px solid #999;*/
    border-left: none;
    margin-bottom: -1px; /*--Pull the list item down 1px--*/
    overflow: hidden;
    position: relative;
    background: #D0D0D0;
    border:1px solid white;
    border-bottom:none;
    box-shadow:0px 0px 3px #888888;
    border-radius:3px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    margin-right:5px;
}

ul.tabsModal li a {
    text-decoration: none;
    color: #5c5c5c;
    display: block;
    font-size: 12px;
    padding: 0 20px;
    /*  border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
    outline: none;
}
ul.tabsModal li a:hover {
    background: #c5c5c5;
    /*color: white;*/
    TEXT-DECORATION: none
}
html ul.tabsModal li.active, html ul.tabsModal li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
    /*background: #fff;*/
    background: white;
    z-index: 1;
    cursor: default;
    /*border-bottom: 1px solid #fff;*/ /*--Makes the active tab look like it's connected with its content--*/
}
ul.tabsModal li.active a{
    color:#25aae1;
    font-weight: 600;
}
.tab_container>div.tab_content{
	box-shadow:0px 0px 3px #888888;
	border-radius:0px;
	background: #fff;
	border-collapse: separate;
}
.tab_container>div.tabModal_content{
	box-shadow:0px 0px 3px #888888;
	border-radius:0px;
	background: #fff;
	border-collapse: separate;
}
.tab_container>div.tab_Maincontent{
	box-shadow:0px 0px 3px #888888;
	border-collapse: separate;
	background: #fff;
	border-radius:3px;
	padding: 10px;
	padding-top: 5px;
	min-height: 350px;
}
.list_tb.camposOpcionaisTB{
	border:1px solid #C8C8C8;
}
ul.tabs{
    white-space: nowrap;
    display: flex;
}
.liTab>span.ui-icon{
    display:block;
    display:-webkit-box;
}
ul.tabs{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
