/* General css */

/* .alert-success {
	color:#333;
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
    background-image: linear-gradient(to bottom,#dff0d8 0,#62fd22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.alert-warning {
	color:#333;
    background-image: -webkit-linear-gradient(top,#fcf8e3 0,#f0ad4e 100%);
    background-image: -o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f0ad4e));
    background-image: linear-gradient(to bottom,#fcf8e3 0,#f0ad4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff0ad4e', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}

.alert-danger {
	color:#333;
    background-image: -webkit-linear-gradient(top,#f2dede 0,#d9534f 100%);
    background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#d9534f));
    background-image: linear-gradient(to bottom,#f2dede 0,#d9534f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
} */

.state-icon {
    left: -5px;
}

.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

.full-width
{
	width: 100%;
}

.logo
{
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
}


@media screen and (max-width: 400px) {
  
	.fc-today-button
	{
		display:none
	}
	
	.warning-text
	{
		font-size: 10px;
	}

}

.asio-vt-J
{
	
}
