html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
}

.body {
    height: 100%;
}

* {
    line-height: 1.2;
}

.account .uk-nav-default > li > a {
    font-size: 1.125em;
}

.account .uk-nav-default > li.uk-active > a {
	color: #c3c3c3;
}

.request_wrap {
	width: 100%;
	height: 100%;
	background: #36373e;
	padding: 10px 0;
}

.request_wrap__height {
    height: auto;
}

.icon_price {
	width: 100%;
	max-width: 30px;
	margin-right: 20px;
	opacity: 0.3;
}

.icon_delivery {
	width: 100%;
	max-width: 30px;
	opacity: 0.3;
}

.icon_active {
	opacity: 1;
}

.rqst_back {
	color: #a2a2a2;
	font-weight: 400;
	font-size: 0.625em;
	position: absolute;
	margin-left: 20px;
}

.rqst_details__nav {
	padding: 30px;
}

.request_main {
	background: #fff;
	margin: 30px 0;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 40px;
}

.request_main table {
    max-width: 960px;
}

.request_main h1 {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 30px;
}

.request_nav {
	min-width: 180px;
	padding: 40px 30px;
	box-sizing: border-box;
}

.request_nav h3 {
	color: #b9b9b9;
	font-size: 1.025em;
	font-weight: 600;
	margin-bottom: 5px;
}

.rqst_list__header {
	font-weight: 600;
}

.rqst_list__body a {
	color: #000;
	text-decoration: none;
	width: 100%;
}

.rqst_list__body a:hover {
	color: #000;
	text-decoration: none;
}

.rqst_list__id {
	width: 25px;
}

.rqst_list__project {
    width: 350px;
}

.rqst_list__date {
	width: 120px;
}

.rqst_list__fio {
    width: 230px;
}

.rqst_list__type {
    width: 80px;
}

.rqst_list__item {
    margin-top: 20px;
    border-radius: 15px;
    background: #eee;
    padding: 10px 0;
}

.rqst_list__item:hover {
	box-shadow: 0 0 2px #fff;
	background: #f2f2f2;
}

.rqst_details__items-item {
	margin-bottom: 10px;
}

.rdi_title {
	width: 150px;
}

.rdi_price {
	width: 45px;
	text-align: right;
}

.rdi_currency {
	width: 55px;
}

.rdi_quantity {
	width: 50px;
	text-align: right;
}

.button_logout {
	display: block;
	color: #999;
	margin-top: 10px;
}

.profile__note {
  padding-top: 10px;
  font-size: 0.875em;
}

.profile__note a {
	display: inline-block;
	margin-right: 10px;
}

.account_greeting {
	color: #b9b9b9;
	margin-bottom: 25px;
}

.profile_form__field {
	margin-bottom: 20px;
}

.profile {
  max-width: 300px;
  margin: 0 auto;
  padding: 60px 0;
}

/*.price_form {
	padding: 60px 0;
}*/

.from_error {
    display: none;
}

.form_success {
    display: none;
}

label {
    font-size: 0.925em;
    margin-bottom: 5px;
    display: block;
}

.p_form_title {
	min-width: 200px;
}

.p_form_price {
	max-width: 80px;
	text-align: center;
}

.p_form_comment {
    min-width: 200px;
}

.p_form_deliverytime {
	min-width: 150px;
}

.p_form_quantity {
    max-width: 80px;
    text-align: center;
}

.p_form_special {
    min-width: 240px;
}

textarea.p_form_special {
	height: 70px;
}

.form_line {
    margin-bottom: 10px;
    margin-left: 1px;
}

.form_line:nth-child(2n) {
    background: #f1f1f1;
    padding: 10px 15px 0 0;
    margin-bottom: 20px;
}

.form_line > div {
    margin-bottom: 10px;
}

.form_line > div:last-child {
    min-width: 250px;
}

.input_text {
    font-size: 0.785em;
    margin-top: 5px;
    color: #797979;
}

.p_form_count {
	max-width: 80px;
}

.add_button {
	border: 0;
	background: transparent;
	font-size: 1em;
	color: #2a4bac;
	border-bottom: 2px dotted #2a4bac;
	padding: 3px 1px;
	cursor: pointer;
}

.button_save {
	border: 1px solid #bebebe;
	background: transparent;
	cursor: pointer;
	border-radius: 5px;
	padding: 10px 20px;
}

.button_save:hover {
	background: #bebebe;
}

.price_button {
    background: #1cbf73;
    border: 1px solid #1cbf73;
    color: #fff;
    width: 100%;
    max-width: 300px;
    height: 50px;
    font-weight: 600;
    transition: .3s;
}

.price_button:hover {
    background: #bebebe;
    border: 1px solid #bebebe;
    color: #fff;
    transition: .3s;
}

.buh_button {
    background: #0d4c91;
    border: 1px solid #0d4c91;
    color: #fff;
    width: 100%;
    max-width: 300px;
    height: 50px;
    font-weight: 600;
    transition: .3s;
}

.buh_button:hover {
    background: #bebebe;
    border: 1px solid #bebebe;
    color: #fff;
    transition: .3s;
}

.button_comment {
    font-size: 0.825em;
    margin-top: 10px;
    padding-right: 10px;
}

.button_wrap {
    margin-bottom: 40px;
}

.add_button:hover {
	border-bottom: 2px dotted #ffffff;
}

.form_wrap {
    background: url(../img/form_bg.jpg);
    padding: 80px 0;
    color: #fff;
}

.form_wrap h2 {
    color: #fff;
}

.form_wrap label {
    margin-right: 10px;
}

.form_wrap label .uk-radio {
    margin-right: 5px;
}

.form_send {
    margin-top: 20px;
}

.form_send .uk-button {
    background: #eee;
    border: 1px solid #eee;
    color: #000;
    width: 100%;
    max-width: 300px;
    height: 50px;
    font-weight: 600;
    transition: .3s;
}

.form_send .uk-button:hover {
    background: #1cbf73;
    border: 1px solid #1cbf73;
    color: #fff;
    transition: .3s;
}

.form_policy {
    margin-top: 10px;
    font-size: 0.825em;
}

.form_label {
    margin-bottom: 8px;
}

.uk-input {
    border-radius: 5px;
    border-color: #919191;
}

.uk-select {
    border-color: #919191;
}

.uk-textarea {
    border-radius: 5px;
}

.uk-select {
    border-radius: 5px;
}

.uk-button {
    border-radius: 5px;
}

.list_item {
    border-top: 1px solid #bebebe;
}

.rqst_list {
    font-size: 0.875em;
}

.rqst_list th {
    padding: 8px 5px 8px 20px;
}

.rqst_list td {
    padding: 8px 5px 8px 20px;
    vertical-align: middle;
}

.add_form {
    max-width: 580px;
}

.report_info {
	margin-bottom: 8px;
}

.reports_question {
	width: 660px;
}

.create_link .uk-button {
        background: #9793cc;
        color: #fff;
        border: 1px solid #9793cc;
    }

    .create_link .uk-button {
        background: #9793cc;
        color: #fff;
        border: 1px solid #9793cc;
    }
    
    .create_link .uk-button:hover {
        background: #7570bf;
        color: #fff;
        border: 1px solid #9793cc;
    }
    
    .semicircle {
        border-radius: 25px;
        border-top: 8px solid #9793cc;
    }
    
    .button_form {
        background: #9793cc;
        color: #fff;
        border: 1px solid #9793cc;
    }
    
    .button_form:hover {
        background: #7570bf;
        color: #fff;
        border: 1px solid #9793cc;
    }

.wrorkspace_nav {
    border-left: 1px solid #c4c4c4;
    padding: 20px 30px;
}

.wrorkspace_nav .uk-nav li > a {
    color: #333;
    font-size: 1.125em;
}

.wrorkspace_nav .uk-nav li > a:hover {
    color: #7570bf;
}

.items_lim {
    font-size: 0.725em;
    margin-top: 5px;
    color: #777;
}

.create_form table .uk-input {
    max-width: 60px;
    height: 36px;
}

h3 {
    font-size: 1.425em;
    text-transform: uppercase;
}

.form_edit {
    max-width: 560px;
}

.create_form table tr td:nth-child(1) {
    width: 600px;
}

.warehouse_list table tr td:nth-child(1) {
    width: 250px;
}

.uk-table-striped tbody tr:nth-of-type(2n+1) {
    border: 0;
    background: #f0f0f0;
}

.link_view {
    margin-right: 10px;
    color: #000;
}

.link_edit {
    color: #000;
}

.link_nav {
    margin-bottom: 20px;
}

.link_nav__back {

  margin-right: 10px;
}

