.form-group label{
	display:block;
	width:100%;
	padding: 5px 0;

}
.form-group input{
	display:block;
	width:98%;
}
a.btn.btn-default {
    font-size: 13px;
    padding: 7px;
    margin-top: 10px;
}
.buttons-group{
	display: inline-block;
	
}
.select2-container--default .select2-selection--multiple {
    width: 100%;
}
span.select2.select2-container.select2-container--default {
   width: 100%!important;
}


.btn{
    background: black;

    color: white;
}

.btn:hover{
	background: #006594;
    color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background: #006594;
	color: white;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: white;
}
.btn{
	    cursor: pointer;		
}