@media (max-width: 767px){
	[data-topcell-item-type="loginform_register"]{
		display:none !important;
	}
	.fc-center{
		padding: 6px 0px !important;
	}
	div.fc-widget-header{
		height: 21px !important;
	}
	.bs-fullwidth-navbar{
		margin-bottom: 0px;
	}
	.[data-itemid=username_button]{
		display:none !important;
	}
}
div[data-field=id]{
	display:none;
}
.function-login{
	background-image: url("../../images/calendar.jpg");
	background-size:100%;
	background-repeat: no-repeat;
}
@media (min-width: 767px) {
	.navbar-nav {
		 padding-left: 180px !important;
	}
}


.miniColors{
    display: inline-block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		width: 150px !important;
}

.bs-view-label{
	width: 20%!important;
	white-space: nowrap;
}
.dropdown-menu.top{
	width: 250px !important;
	padding-right:10px;
	position:fixed;
	left:515px !important;
	top:130px !important;
	height:240px !important;
}