@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0px;
	padding: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

:focus
{
	outline: none;
}

.custom
{
	display: none;
}

#custom-list-inner
{
	height: 325px;
	overflow: scroll;
}

.accordion-button
{
	color: #878787;
	cursor: pointer;
	padding: 8px;
	background-color: #f1f1f1;
	font-size: 14px;
}

.accordion-button:hover
{
	background-color: #d4d4d4;
}

.accordion-button.active
{
	color: #ffffff !important;
	background-color: #333333 !important;
}

.file-container
{
	font-size: 14px;
	position: relative;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #f1f1f1;
	display: block;
	width: 200px;
	color: #878787;
	overflow: hidden;
	text-overflow: ellipsis;
}

.file
{
	white-space: nowrap;
}

.operations
{
	font-size: 12px;
	padding-top: 5px;
}

.operations a
{
	margin-right: 6px !important;
	cursor: pointer !important;
	text-decoration: none !important;
	color: #878787 !important;
}

.operations a:hover
{
	color: #333333 !important;
}

.column
{
	float: left;
	margin-right: 10px;
}

.clear
{
	clear: both;
}

input[type="text"],
input[type="password"]
{
	border: 1px solid #f1f1f1;
	padding: 8px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #878787;
	margin-bottom: 5px;
}

input[type="button"],
input[type="submit"]
{
	cursor: pointer;
	border: none;
	background: none;
	background-color: transparent;
	padding: 8px;
	font-size: 14px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #878787;
}

input[type="button"]:hover
{
	color: #333333;
}

#current
{
	display: none;
}

.current-label
{
	color: #878787;
	margin-left: 8px;
}


.date
{
	font-size: 12px;
	margin-top: 5px;
}