.login {
    background: url(../assets/img/pattern/random_grey_variations.png) repeat #444;
}

.login .form-signin input[type="password"].mb-0{
	margin-bottom: -1px;
	border-radius: 4px;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.help-block{
	color: #dc143c;
	font-size: 1.2rem;
}

#top .navbar-brand img.logo {
    height: 50px;
}

table.table th {
	background-color: #005EB8 !important;
	color: #FFFFFF;
	vertical-align: middle;
}

table.table td {
	padding-top: 0rem;
	padding-bottom: 0rem;
	vertical-align: middle;
}

.dataTables_length, .dataTables_info, .dataTables_filter, .pagination .page-item .page-link{
	font-size: 1.25rem;
}

.confirm{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eee;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#progress_block{
	display: none;
}

.vimeo_preview{
	background-color: fefefe;
	max-width: 1000px;
	text-align: center;
}

.vimeo {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border: 1px solid black;
}

.vimeo iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}