BODY {
	background-color: #FFFFFF;
	color: #000000;
}

TD, P, DIV {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9pt;
	color: #000000;
}

TH {
	font-size: 8pt;
}

FORM {
	margin: 0px;
}

table.selected_table {
	border: 1px dotted #f4f4f4;
	background: #edf6ff;
}

A, A:link, A:visited, A:active {
	color: #000000;
	text-decoration: none;
}
A.func_button {
	color: #87969c;
	font-family: Arial;
}
A.func_button:hover {
	color: #ffffff;
	text-decoration: none;
	background: #87969c;
}
A.page {
	color: #474747;
	font-size: 12px;
}
A.current_page {
	color: #ffffff;
	text-decoration: none;
	background: #a6d964;
	padding: 1px 3px 1px 3px;
	font-size: 12px;
}
a.current_lang {
	color: #FFFFFF;
	text-decoration: none;
	background: #474747;
	padding: 1px;
}
A:hover {
	text-decoration: underline;
}
h4 {
	font: 18px normal;
	color: #66a8f3;
	margin:3px;
	padding:3px;
}
DIV.leftMenuGroup {
	font-size: 11px;
	font-weight: bold;
	color: #66a8f3;
	cursor:pointer;
	padding-top: 15px;
	margin-bottom: 6px;
	height: 24px;
	width: 205px;
	text-align: right;
	background: url(images/top_bg.gif) no-repeat left bottom;
}

A.leftMenuSubElement, A.leftMenuSubElement:link {
	color: #6b6b6b;
	font-size: 12px;
	display: block;
	padding: 1px;
}
A.leftMenuSubElement:hover {
	color: #ffffff;
	text-decoration: none;
	background: #a6d964;
}
DIV.leftMenuGroup ul {
	list-style-type: none;
	padding: 0em;
	margin: 0px 0px 0px 0px;
}

DIV.leftMenuGroup ul li {
	background-repeat: no-repeat;
	background-position: 45px .6em;
	padding-left: 1em;
	padding-right: 10px;
}

UL.leftMenuSubElement {
	padding-left: 18px;
	margin: 0px;
	list-style-type: none;
}

UL.leftMenuSubElement LI{
	padding-bottom: 2px;
}

#shelby_left_menu_td {

}

#shelby_left_menu_td div.leftbg{
	background: url(images/left_bg.jpg) repeat-y;
	width: 218px;
}

#shelby_left_menu_td div.leftbg div.leftbg{
	background: url(images/left_bg_top.jpg) no-repeat 0 top;
	width: 218px;
}

#shelby_left_menu_td div.leftbg div.leftbg div.leftbg{
	background: url(images/left_bg_bottom.jpg) no-repeat 0 bottom;
	width: 218px;
}

table.list {
	border: 1px solid #BBAADD;
}

table.list th {
	color: #000000;
	font: 12px normal;
	background-color: #e7e7e7;
}

table.list th a {
	color: #000000;
	font: 12px normal;
}

table.list tr.odd:hover td, table.list tr.even:hover td {
	background-color: #a7a7a7;
}

table.list tr.odd td {
	background-color: #fafafa;
	color: #474747;
	height: 19px;
	padding: 0 5px 0 5px;
}

table.list tr.even td {
	background-color: #e7e7e7;
	color: #474747;
	height: 19px;
	padding: 0 5px 0 5px;
}

table.list tr.marked td {
	font-weight: bold;
	text-decoration: underline;
}

table.list tr.marked_blue td {
	background-color: #66a8f3;
	color: #474747;
	height: 19px;
	padding: 0 5px 0 5px;
}

#shelby_content_td {
	padding-left: 10px;
}

div.default_form_label {
	float: left;
	clear: left;
	min-width: 100px;
}

div.default_form_field {
	float: left;
}

TR.popupAutocomplete TD {
	cursor:pointer;
	border-bottom: 1px solid #CCCCCC;
}

table.list tr.green_hilight td, span.green_hilight {
	background-color: #a6d964;
}
table.list tr.red_hilight td, span.red_hilight {
	background-color: red;
}
.blue_hilight, table.list tr.blue_hilight td {
	color: #ffffff;
	text-decoration: none;
	background-color: #79b3f4;
}
.blue_hilight a {
	color: #ffffff;
}
table.list tr.bold td {
	font-weight: bold;
}

.row {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.col-right {
	max-width: 320px;
	width: 320px;
}

.profile__socials {
	border:1px solid lightgray;
	padding:10px;
	margin-bottom:10px;
	width: 300px;
}

.profile__photo {
	border: 1px solid lightgray;
	padding: 10px;
	text-align: center;
}

.profile__niches {
	max-width: 100%;
	width: 100%;
	margin-top: 20px;
}

.profile__actions {
	margin-top: 20px;
}
.form-group {
	margin-bottom: 10px;
}

.form-control {
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
}

select.form-control {
	width: auto !important;
}

textarea.form-control {
	min-height: 180px;
}

.w-100 {
	width: 100%;
}

.d-flex {
	display: flex;
}

.justify-content-center {
	justify-content: center;
}

.align-items-center {
	align-items: center;
}

.justify-content-start {
	justify-content: flex-start;
}

.gap-5 {
	gap: 5px;
}

.d-flex-column {
	display: flex;
	flex-direction: column;
}

.assign-scenes-form {
	max-width: 40%;
}
