
.login-wrapper {
    background: #fff;
    border: 1px solid #f2f2f2;
    padding: 4rem 2rem;
	text-align: center;
}

.required {
    padding-right: 0.25rem;
    font-weight: bold;
    color: red;
}

.custom-file {
    position: relative;
    display: inline-block;
    //width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;

    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}

.lb-dataContainer { margin-top: 1rem; }

.lightbox-thumb-list, .lightbox-thumb-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lightbox-thumb-list {
	margin-bottom: 15px;
	display: flow-root;
}

.lightbox-thumb-list li {
	float: left;
	margin: 0.25rem 0.25rem 0 0;
	position: relative;
}

.lightbox-link {
	display: inline-block;
	margin: 0.25rem 0.25rem 0 0;
	max-height: 160px;
}

.lightbox-image {
	display: block;
	width: auto;
	max-height: 160px;
}

.lightbox-delete {
	display: block;
	background-color: transparent;
	border: none;
	padding: 12px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.lightbox-delete .fa {
	font-size: 24px;
	color: #fff;
	opacity: 0.6;
	text-shadow: 0 0 0.5 rgba(#000, .2);
	transition: all 0.2s ease-in-out;
}

.lightbox-delete:hover .fa {
	opacity: 1;
}

.motion-tabs { text-shadow: none; }

.motion-tabs > li > a {
    color: #337ab7;
}

.motion-tabs > li > a:hover {
	background-color: #eee;
    color: #0086C4;
}

.tab-content {
	margin-top: 2rem;
}

.motion-reply li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.motion-reply .reply-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.motion-reply .reply-date,
.motion-reply .respondent {
	//display: block;
	color: #999;
}

.motion-reply .respondent strong {
	display: inline-block;
	color: #333;
	padding-right: 0.5rem;
}

.motion-reply .collapse { margin-top: 1.5rem; }

.leftmenu .divider {
	background: #e7ecf1;
	margin: 1rem 0 1rem 10px;
	padding-left: 0;
	height: 1px;
}

.leftmenu .logout a {
	color: #ff0000;
}

@media (max-width: 1100px) {
	.motion-tabs {
		background-color: transparent;
	}
	.motion-tabs li {
		float: left;
		border-top: none;
	}
    .leftmenu .divider {
		display: none;
    }
}


@media (max-width: 1099px) {
	.motion-table-responsive {
        display: block;
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media (max-width: 480px) {
	.motion-reply .respondent strong {
		display: block;
	}
}