.tab-bar {
	width: 100%;
    overflow: hidden;
}
.TableColor {
    background-color: #EAF0F7;
}
.tab-light-grey{
	color: #000!important;
    background-color: #f1f1f1!important;
}
.tab-border-bottom {
    border-bottom: 1px solid #ccc!important;
}
.tab-bar .tab-button {
    white-space: normal;
	width:33.33% !important;
	text-align:center;
}
.tab-bar .tab-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}
.tab-dark-grey{
    color: #fff!important;
    background-color: #616161!important;
}
.tab-primary{
	color:#fff;
	background:#0d6cb9;
}
.tab-container
{
	padding: 2em 16px;
}
span.letter{
	margin-right:15px;
}
.form-submit.filter{
	margin-top:3px !important;
}
a.tab-button:hover{
	color: #fff!important;
    background-color: #616161!important;
}
.summary-table ul{
	margin-bottom:0px;
}
.description
{
color:red;	
}

.button-primary.form-submit{
	background-color: #0d6cb9 !important;
	color: #fff;
	box-shadow: none;
	border: none;
	cursor: pointer;
	text-decoration: none;
	padding: 5px 20px;
	font-size: 1em;
	line-height: 1.5;
	border-radius: 0.2em;
	margin: 0 6px 0 0;
	height: 30px;
	font-weight: normal;
}
.node-form .text-start #edit-actions{
	text-align:left !important;
}
.create-modal .my-button a.button{
	margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
    padding: 5px 20px;
	font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
	background:#efefef;
}
.create-modal .modal-message p{	
	font-size: 1em;
	margin-bottom:65px;
}
.create-modal .modal-header{
	background-color: #176db5;
	border:2px solid #fff;
	padding: .2rem .6rem;
}
.create-modal .dialog-title{
	font-weight:bold;
	font-size: 1em;
	color:#fff;
}
.create-modal button.close{
	color:#000 !important;
}

.create-modal .modal-header .close {
    padding: .01rem .4rem  !important;
    margin: -0.1rem -0.2rem -0.6rem auto !important;
    background: #fff  !important;
	opacity:1 !important;
	border-radius:5px;
}

.js-form-item-user-reponsible label::after {
    content: "*";
    color: red;
}
.updates_dsp_tab legend
{
width: 50%;	
}
.updates_dsp_tab label
{
float:left;	
}