@charset "UTF-8";

	.overlay {
		z-index: 100;
	    background: black;
	    position:fixed;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    opacity: 0.3;
	}
	
	.selectbutton {
		padding: 10px 5px 10px 5px;
		float: left;
		height: 40px;
		margin-top: 10px;
		box-shadow: 3px 3px 1px grey;
	}
	.selectbutton:hover {
		box-shadow: 0px 3px 1px grey;
	}
	.selectbutton:active {
		background-color: rgb(45, 51, 116);
		color: white;
	}
	.selectbutton:focus {
		color: white;
	}

	.btn-parebem-blue {
		color: white;
		background-color: rgb(45, 51, 116);
		border-color: white;
	}
	
	.btn-parebem-blue:hover {
		background-color: white;
		border-color: rgb(45, 51, 116);
		color: rgb(45, 51, 116);
	}
	
		.form-control:read-only {
		background-color: white;
	}
	.form-control:disabled {
		background-color: white;
	}
	.table-parebem-blue th {
		background-color: rgb(45, 51, 116);
	}
	
		.parebem-pagination {
		text-align: center;
	}
	
	.parebem-pagination .pagination > li > a,
	.parebem-pagination .pagination > li > span {
		background-color: rgb(45, 51, 116);
		border: 1px solid white;
		color: white;
		width: device-width;
	}