@CHARSET "UTF-8";

/* reset */
form, table, tbody, tfoot, thead, tr, th, td {
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    margin: 0;
}

fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html, body {
	height:100%;
}
                  
body {
	margin: 0px;
	font-family: Arial, serif;
	font-size: 17px;
	background: white;
	color: black;
}

small {
	font-size: 0.8em;
}

h1 {
	color: #000001; /* Opera BUG */
	font-size: 1.6em;
	margin: 10px 0px 10px 0px;
}

h3 {
	font-size: 1.2em;
	color: gray;
	margin: 0px 0px 10px 0px;
}

a {
	color: gray;
}

a:hover {
	color: red;
}

img {
	vertical-align: middle;
	border: none
}

hr {
	height: 1px;
	border: 0;
	background-color: #8B3067;
}



body {
	background: url("../images/kabinet.png") no-repeat;
}

#wrapper {
	background: url("../images/logo.png") 0px 10px no-repeat;
}

.menu {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, serif;
	text-indent: 6px;
}

.menu a {
	display: block;
	text-decoration: none;
	padding-left: 2px;
	line-height: 30px;
	#color: #b0b0b0;
    color: #fff;
}

.menu a:hover {
	color: white !important;
	background: #b6247c;
	opacity: 0.9;
}

.menu a.active {
	color: black !important;
	background: white;
	opacity: 0.9;
}
.menu_item {
    border: 1px solid #B6247C;
    background: #8B3067;
    opacity: 0.9;
}
table.content {
	text-align: left;
	border-collapse: collapse;
}

.content td {
	padding: 4px 6px 4px 6px;
	border: 1px solid #b6247c;
	vertical-align: middle;
}

.content td.cap {
	color: white;
	background: #8B3067;
}

.content tr.cap td {
	color: white;
	background: #8B3067;
	text-align: center;
	white-space: nowrap;
}

.content .icon {
	margin-right: 5px;
}

.error {
	color: red;
}

.info {
	color: blue;
}

.gray {
	color: gray;
}

.hack {
	font-size: 50px;
	color: red;
	text-decoration: blink;
}

.p {
	margin-top: 8px;
	margin-bottom: 8px;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
}


.user-additional-info-container {
    max-width: 80%;
}

.text-justify {
    text-align: justify;
}

.bold {
    font-weight: bold;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.text-indent-40 {
    text-indent: 40px;
}