@charset "utf-8";

/*-----------------MAIN-STYLES-----------------*/
/* reset */
html,body,div,section,article,header,footer,hgroup,nav,span,
h1,h2,h3,h4,p,blockquote,a,strike,strong,b,em,i,sub,sup,img,
ul,ol,li,dl,dt,dd,
form,fieldset,label,
table,caption,thead,tbody,tfoot,tr,th,td {margin: 0; padding: 0; border: none; outline: none; vertical-align: baseline;}
section,article,header,footer,hgroup,nav,aside {display: block;}
li {list-style:none;}
sup {position: relative; top: -3px; font-size: 60%;}
textarea {resize: none;}
input, textarea {outline: none;}
/* /reset */


/* links */
a {
	text-decoration: none;
	color: #364655;
}
.u {text-decoration: underline;}
/* /links */



/* headings */
h1 {
	margin: 0 0 18px 0;
	font: 30px/36px Arial, sans-serif;
}
h2 {
	margin: 0 0 18px 0;
	font: bold 24px/30px Arial, sans-serif;
}
h3 {
	margin: 0 0 18px 0;
	font: bold 18px/24px Arial, sans-serif;
}
h4 {
	font: bold 14px/18px Arial, sans-serif;
}
.group_h {
	font: bold 16px/18px Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #696a65;
	margin: 0 0 18px;
}
/* /headings */



/* wrappers */
body {
	background: #fff;
	color: #333;
	font: 14px/18px Arial, sans-serif;
}
.wrapper {
	width: 1024px;
	margin: 0 auto;
	box-shadow: 0 0 15px -4px #364655;
	border-top: 2px solid #4c555c;
	background: url('../img/bg.png') repeat-y 0 0;
	font-size: 0;
}
.col {
	display: inline-block;
	vertical-align: top;
}
.page {
}
.main, .header_out {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.header_out { 
	width: 182px;
	margin: 0 0 0 0;
}
.main {
	width: 842px;
	margin: 0 -2px 0 0;
}

.col5 {
	width: 280px;
}
.col4 {
	width: 220px;
}
.page_block {
	padding: 18px 20px 18px 40px;
}
.r_block {
	padding: 10px 0px 12px 20px;
	min-height: 32px;
}

.save_message {
    display:inline-block;
    margin: 4px 5px;
}
/* /wrappers */
/*--------------- /MAIN-STYLES ---------------*/








/*-----------------HEADER-----------------*/
.menu > ul > li {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #80888e;
}
.menu_a, .menu_i {
	display: block;
}
.menu_a {
	padding: 26px 0 24px;
}
.menu_a:hover {
	background: #364655;
}
.menu_i {
	margin: 0 auto 12px auto;
}
.menu_name {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	padding-right: 1px;
}
.menu > ul > .curr {
	background: #364655;
}
.exit {
	text-align: center;
	padding: 18px 0;
}
.exit > a {
	display: inline-block;
	vertical-align: top;
	background: url('../img/exit.png') no-repeat 0 1px;
	padding: 0 0 2px 18px;
	text-transform: uppercase;
	color: #b8bcc0;
	font-size: 11px;
	letter-spacing: 1px;
}
.exit > a:hover {
	color: #fff;
}
.menu_sub {
	background: #536573;
	font-weight: normal;
}
.menu_sub a {
	display: block;
	color: #fff;
	padding: 6px 12px;
}
.menu_sub a:hover, .menu_sub .curr {
	background: #2eadb3;
}
/*--------------HEADER-END--------------*/




/*----------------PAGE------------------*/
/* top_0 */
.top_0_out {
	height: 54px;
}
.top_0 {
	background: #2dabb1;
	color: #fff;
	padding: 8px 0 8px 31px;
	position: relative;
	min-height: 38px;
	position: fixed;
	top: 0;
	z-index: 20;
	width: 811px;
	border-top: 2px solid #4c555c;
}
.search_form {
	position: relative;
	margin: 0 14px 0 0;
	width: 404px;
	display: inline-block;
	vertical-align: middle;
}
input.search_inpt {
	width: 314px;
	padding: 0 80px 0 10px;
	border: none;
	font-size: 16px;
	line-height: 38px;
	height: 38px;
	border-radius: 4px;
}
.search_submit {
	position: absolute;
	top: 2px;
	right: 2px;
	border: none;
	padding: 0 0 0 1px;
	margin: 0;
	width: 72px;
	text-align: center;
	background: #2eadb3;
	color: #fff;
	font: bold 12px/34px Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 3px;
	cursor: pointer;
}
.search_submit:hover {
	background: #279ca2;
}
.top_0_or {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-style: italic;
	color: #97d6d9;
	margin: 0 14px 0 0;
}
.btn_add {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px 0 42px;
	cursor: pointer;
	color: #fff;
	background: #60bfc4 url('../img/ui/add.png') no-repeat 9px 7px;
	border-radius: 18px;
	font: bold 12px/36px Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn_add:hover {
	background-color: #1f979e;
}

.page_scroll {
	color: #a5d8db;
	position: absolute;
	top: 8px;
	right: 32px;
	padding: 8px 24px 8px 0;
	text-align: right;
	background: url('../img/ui/scroll.png') no-repeat 100% 0;
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.up, .down {
	position: absolute;
	right: 0;
	width: 14px;
	height: 9px;
	cursor: pointer;
}
.up {
	top: 0;
}
.down {
	bottom: 0;
}
/* /top_0 */


/* top_1 */
.back {
	background: url('../img/back.png') no-repeat 40px 8px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 18px;
	padding: 13px 0 12px 70px;
}
.top_1 {
	background: #f0f0f0;
	padding: 18px 10px 2px 40px;
	position: relative;
}
.trigger {
	background: url('../img/ui/trigger.png') no-repeat 0 0;
	width: 44px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin: 8px 14px 0;
}
.trigger_r {
	background-position: 0 -24px;
}
h1 > a {
	color: #219aa0;
}
h1 > a:hover {
	color: #279ca2;
}
h1.curr > a {
	color: #364655;
}
.h_arr {
	color: #ccc;
}
.invoice_sum {
	float: right;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
}
.account_connected {
	background: url('../img/ics/mark.png') no-repeat 0 3px;
	display: inline-block;
	vertical-align: top;
	color: #707980;
	text-transform: uppercase;
	line-height: 11px;
	font-size: 9px;
	font-weight: bold;
	width: 50px;
	padding: 0 0 0 22px;
	margin: 9px 0 0 0;
}
.account_manager {
	/*background: url('../img/ics/mark.png') no-repeat 0 3px;*/
	display: inline-block;
	vertical-align: top;
	color: #707980;
	text-transform: uppercase;
	line-height: 11px;
	font-size: 9px;
	font-weight: bold;
	width: 50px;
	padding: 0 0 0 22px;
	margin: 9px 0 0 0;
}
.account_lnk {
	float: right;
	background: url('../img/ics/user.png') no-repeat 100% 0;
	padding: 3px 28px 1px 0;
	margin: 9px 0px 0 12px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #2eadb3;
}
.delete_btn {
    /*display: inline-block;*/
    float: right;
    background: url('../img/ics/delete.png') no-repeat 0 0;
    background-size: 58px 26px;
    width: 29px;
    height: 26px;
    margin: 4px 15px 0 20px;
}
.delete_btn:hover {
    background-position: -29px 0;
}
.article_type {
	color: #fff;
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 12px;
	display: inline-block;
	vertical-align: top;
}
.article_type_1 {background: #9fbd82;}
.article_type_2 {background: #9fbd82;}
.article_type_3 {background: #9fbd82;}
.article_type_4 {background: #9fbd82;}
.article_type_5 {background: #9fbd82;}
.top_1 .article_type {
	margin: 7px 0 0 12px;
}

.top_2 {
	background: #f9f9f9;
	border: 1px solid #e1e1e1;
	margin: -1px 0 0 -1px;
	padding: 12px 0 12px 17px;
	/*position: relative;*/
}

.close2 {
	float: right;
	width: 27px;
	height: 26px;
	background: url('../img/ui/close2.png') no-repeat 0 0;
	margin: -3px 12px 0 0;
	cursor: pointer;
}

.top_menu_1 {
	font-weight: bold;
    line-height: 27px;
}
.top_menu_1 li {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 18px;
	padding: 4px 8px;
	margin: 0 0 0 6px;
}
.top_menu_1 .curr {
	background: #364655;
}
.top_menu_1 .curr a {
	color: #fff;
}

.top_menu_2 {
	font-weight: bold;
	margin: 0px 0 0px -8px;
}
.top_menu_2 li {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 18px;
	padding: 4px 8px;
	margin: 0 6px 0 0;
}
.top_menu_2 .curr {
	background: #94a4a5;
}
.top_menu_2 .curr a {
	color: #fff;
}


.page_menu_1 {
	font-size: 0;
	margin: 0 0 30px;
}
.page_menu_1 li {
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
}
.page_menu_1 li:first-child {
	border-radius: 3px 0 0 3px;
}
.page_menu_1 li:last-child {
	border-radius: 0 3px 3px 0;
}
.page_menu_1 li {
	background: #2eadb3;
}
.page_menu_1 li.curr {
	background: #364655;
}
.page_menu_1 li > a {
	color: #fff;
	padding: 8px 15px;
	display: inline-block;
	vertical-align: top;
}

.page_menu_2 {
	padding: 18px 10px 18px 25px;
}
.top_1 .page_menu_2 {
	padding-left: 0;
}
.page_menu_2 li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 18px;
	padding: 9px 15px;
	border-radius: 3px;
}
.page_menu_2 li i {
	color: #999;
	font-style: normal;
	position: relative;
	top: -7px;
	font-size: 10px;
}
.page_menu_2 li a {
	color: #219aa0;
	border-bottom: 1px dotted #219aa0;
}
.page_menu_2 .curr {
	background: #364655;
}
.page_menu_2 .curr a {
	color: #fff;
	border: none;
}
.page_menu_2 .curr i {
	color: #b6bec5;
}
/* /top_1 */




/* tabs */
.tabs_menu, .tab_menu {
	background: #d3d6da;
	padding: 0 10px 0 20px;
}
.tabs_menu li, .tab_menu li {
	display: inline-block;
	vertical-align: top;
	padding: 14px 20px 13px;
	width: 120px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #364655;
	border-top: 1px solid #d3d6da;
	cursor: pointer;
	position: relative;
}
.tabs_menu .curr, .tab_menu .curr {
	background: #fff;
	border-radius: 15px 15px 0 0;
}
.tab_qty {
	color: #219aa0;
	border: 1px solid #219aa0;
	border-radius: 50%;
	padding: 3px 2px;
	height: 16px;
	min-width: 18px;
	font-size: 12px;
	text-align: center;
	position: absolute;
	top: 17px;
	right: 14px;
}
/* /tabs */



/* filter */
.filters_menu {
	margin: 0 0 12px;
}
.filters_menu li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	background: #2eadb3;
	color: #fff;
	border-radius: 3px;
	padding: 8px 14px;
	margin: 0 5px 10px 0;
	cursor: pointer;
}
.filters_menu li:hover {
	background: #279ca2;
}
.filters_menu .curr {
	background: #364655;
}

.filter_h2 {
	font-weight: bold;
	margin: 0 0 4px 2px;
}

.filters_current {
	position: relative;
	padding: 14px 20px 14px 40px;
}
.filters_current > a {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	background: #fff url('../img/ui/del.png') no-repeat 100% 7px;
	color: #364655;
	font-weight: bold;
	font-size: 16px;
	border-radius: 18px;
	padding: 7px 36px 7px 12px;
	margin: 0 4px 8px 0;
	cursor: pointer;
	border: 2px solid #364655;
}
.filter {
	display: none;
	background: #d3d6da;
	margin: 0 -10px -2px -40px;
	padding: 18px 10px 18px 40px;
	position: relative;
}
.filter .f_item {
	margin-bottom: 14px;
}
.tag, .tag2 {
	display: inline-block;
	vertical-align: top;
	padding: 8px 18px;
	font-size: 16px;
	margin: 0 10px 14px 0;
	cursor: pointer;
	color: #364655;
	background: #f0f0f0;
	border-radius: 18px;
}
.tag_curr {
	background: #364655;
	color: #fff;
}
.tag2 {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 30px 3px 10px;
	margin-bottom: 10px;
	margin-top: -1px;
}
.tag2_curr {
	background: #d3d6da url('../img/ui/del2.png') no-repeat 101% 4px !important;
	color: #364655;
	border-radius: 12px;
}
.tag2_curr:hover {
	background-position: 101% -32px !important;
}
/* /filter */


/* ----------------------DELETE */
.tag_del {
	height: 23px;
	display: inline-block;
	vertical-align: top;
	margin: -2px 0 -3px 8px;
	width: 17px;
	border-left: 1px solid #737e88;
	background: url('../img/ui/tag_del.png') no-repeat 5px 8px;
	display: none;
}
.tag2_del {
	height: 23px;
	display: inline-block;
	vertical-align: top;
	margin: -2px 0 -3px 8px;
	width: 19px;
	border-left: 1px solid #adadad;
	background: #f6f6f6 url('../img/ui/tag_del2.png') no-repeat 6px 8px;
	display: none;
}
.tag_curr .tag_del, .tag2_curr .tag2_del {
	display: inline-block;
}
.tag_doc {
	background: url('../img/ics/tag_doc.png') no-repeat;
	display: inline-block;
	vertical-align: top;
	width: 13px;
	height: 16px;
	margin: 1px 0 0 0;
}
.tag_cup {
	background: url('../img/ics/tag_cup.png') no-repeat;
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 12px;
	margin: 3px 2px 0 0;
}
.tag_foreigner {
	background: url('../img/ics/tag_foreigner.png') no-repeat;
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	margin: 3px 2px 0 0;
}
.tag_spec {
	background: url('../img/ics/spec.png') no-repeat;
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	margin: 3px 2px 0 0;
}
.tag_flag {
	background: url('../img/ics/tag_flag.png') no-repeat;
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 11px;
	margin: 3px 2px 0 0;
}
.tag_money {
	background: url('../img/ics/tag_money.png') no-repeat;
	display: inline-block;
	vertical-align: top;
	width: 21px;
	height: 15px;
	margin: 2px 0 0 0;
}
.tag_curr .tag_doc {
	background-position: -23px 0;
}
.tag_curr .tag_cup {
	background-position: -20px 0;
}
.tag_curr .tag_flag {
	background-position: -20px 0;
}
.tag_curr .tag_foreigner {
	background-position: -18px 0;
}
.tag_curr .tag_money {
	background-position: -31px 0;
}
/* /----------------------DELETE */



.article_client, .article_client_2 {
	font-size: 16px;
	margin: 4px 6px 0 28px;
	position: relative;
	width: 320px;
	white-space: nowrap;
	overflow: hidden;
}
.article_client_2 {
	width: 660px;
	margin-left: 0;
}
.article_client span, .article_client_2 span {
	position: absolute;
	right: -2px;
	top: 0;
	background: url('../img/fade.png') repeat-y;
	width: 26px;
	height: 18px;
}
.article_client a {
	text-decoration: underline;
}
.article_client a:hover {
	color: #003366;
}





/* bot */
.bot_1 {
	background: #f2f5ea;
	border: 1px solid #e1e1e1;
	margin: -1px 0 0 -1px;
	padding: 1px 0;
}
.bot_2 {
	padding: 18px 40px;
}

.pgn {
	font-weight: bold;
	position: relative;
}
.pgn_prev, .pgn_next {
	color: #5d6b74;
	display: block;
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	top: 1px;
	width: 218px;
	padding: 16px 0;
}
.pgn_prev {
	left: 0;
	padding-left: 34px;
}
.pgn_next {
	right: 0;
	text-align: right;
	padding-right: 34px;
}
.pgn_prev:after, .pgn_next:after {
	content: '';
	background: url('../img/ui/pgn_arrs.png') no-repeat;
	width: 13px;
	height: 20px;
	display: block;
	position: absolute;
	top: 16px;
}
.pgn_prev:after {
	left: 10px;
}
.pgn_next:after {
	right: 10px;
	background-position: -23px 0;
}
.pgn_pages {
	font-size: 16px;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	width: 260px;
	margin: 0 auto;
	text-align: center;
	padding: 16px 0;
}
.pgn_pages a {
	padding: 3px 5px;
}
.pgn_pages .curr {
	background: #5d6b74;
	color: #fff;
}
.pgn_inactive {
	opacity: .3;
}
/* /bot */


/* items */
.items {
	position: relative;
}
.items table {
	border-collapse: collapse;
	width: 100%;
}
.modal_items {
	margin: 0 0 0 -14px;
}
.modal_items table {
	border: none;
}
.item_row td {
	border-bottom: 1px solid #d7d7d7;
	vertical-align: top;
	padding: 24px 14px 12px 40px;
}
.td_in {
	width: 788px;
}
.modal_items .item_row td {
	border-top: none;
}
.item_row:hover {
	cursor: pointer;
	background: #fef9e4;
}
.item_row:hover .item_header_pl {
	background: #f6edc7;
}
.item_row:hover td {
	border-bottom-color: #fde792;
}
.item_row_total td {
	border-bottom: none;
}
.item_row_total {
	font-size: 24px;
}
.item_row_total .item_price {
	font-weight: normal;
	font-size: 24px;
	width: auto;
}
.item_right {
	float: right;
	text-align: right;
	margin: 0 0 0 20px;
}
.item_right_des {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666;
	max-width: 220px;
}
.page_range {
	width: 50px;
}
.author_dis, .author_debt {
	display: inline-block;
	vertical-align: top;
	color: #999;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 18px;
}
.author_debt { 
	margin-left: 20px;
}
.author_debt > b {
	color: #000;
	font-size: 18px;
	letter-spacing: normal;
	position: relative;
	top: -2px;
}
.author_dis > span {
	color: #d1570d;
	font-size: 18px;
	letter-spacing: normal;
	position: relative;
	top: -2px;
}

.item_header {
	margin: 0 0 3px 0;
}
.task_item_header {
	max-width: 496px;
}
.item_header_article {
	max-width: px;
}
.item_header_pl {
	background: #eeeff0;
	padding: 3px 10px;
	border-radius: 12px;
	display: inline-block;
	vertical-align: top;
	margin: -3px 18px 6px -10px;
}
.item_header_label {
	display: inline-block;
	vertical-align: top;
	padding: 3px 10px;
	border-radius: 12px;
	margin: -3px 18px 0 -6px;
	font-weight: bold;
	color: #fff;
	background: #107997;
}
.item_header_label_Issue {background: #2eadb3;}
.item_header_label_YoungIssue {background: #107997;}
.item_header_label_UsaIssue {background: #20283b;}
.item_header_label_Special {background: #2eadb3;}
.item_header_label_ConfSchedule {background: #51b8cc;}
.item_header_label_ThIssue {background: #f26c4f;}

.item_header_pl_dark {
	background: #707980;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	margin: -3px -11px -3px 6px;
	padding: 3px 10px 3px 9px;
	line-height: 18px;
	height: 18px;
	border-radius: 0 12px 12px 0;
	letter-spacing: 1px;
}
.item_header_pl_dark > b {
	font-size: 14px;
	letter-spacing: normal;
}
.item_num {
	font-weight: bold;
}
.item_notify {
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	border-top: thin dashed #3c3c3c;
}
.item_notify span{
	padding-top: 10px;
}
.item_notify a{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	background: #2eadb3;
	color: #fff;
	border-radius: 3px;
	padding: 5px 14px;
	margin: 0 5px 10px 0;
	cursor: pointer;
}
.item_date {
	color: #999;
	margin-left: 4px;
}
.item_ics {
	margin-bottom: 14px;
	display: inline-block;
	vertical-align: top;
}
.item_right .item_ics {
	margin-top: -4px;
}
.item_ics img {
	margin-left: 6px;
	display: inline-block;
	vertical-align: top;
}
.item_right .item_ics img {
	margin-left: 9px;
}
.item_name {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 6px;
}
.item_name > span {
	color: #219aa0;
	border-bottom: 1px solid #bce1e2;
}
.item_name > span > a {
	color: #219aa0;
}
.item_price {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
	margin: 0 0 8px 18px;
	width: 90px;
	text-align: left;
	color: #000;
}
.item_price_note {
	font-size: 12px;
	line-height: 13px;
	color: #666;
	width: 90px;
	text-align: left;
	font-weight: normal;
	white-space: normal;
	margin-top: 4px;
}
.item_des, .item_des p {
	margin-bottom: 6px;
}
.item_des p:last-child {
	margin-bottom: 0;
}
.ic_opaque {
	opacity: .2;
}
.comment {
	background: #e3f2d9;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	width: 230px;
	border-radius: 4px 4px 0 4px;
	border-right: 5px solid #d4e9c6;
	padding: 6px 14px 6px;
	position: relative;
	margin: 0 0 9px;
	text-align: left;
}
.comment:after {
	background: url('../img/crnr.png') no-repeat 0 0;
	content: '';
	position: absolute;
	right: -5px;
	bottom: -9px;
	display: block;
	width: 5px;
	height: 9px;
}

.more {
	text-align: center;
	padding: 12px 0 24px;
}
.item_status_1, .item_status_2, .item_status_3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 10px;
	display: inline-block;
	vertical-align: top;
	border-radius: 12px;
	margin: -3px 0 0 8px;
}
.item_status_1 {background: #a9cc66;}
.item_status_2 {background: #fde792; color: #000;}
.item_status_3 {background: #f26c4f;}

.item_payed, .item_notpayed {
	margin-left: 20px;
	margin-top: 1px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	display: inline-block;
	vertical-align: top;
}
.item_payed {color: #85a547;}
.item_notpayed {color: #d1570d;}


.item_note {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	color: #999;
	margin: 0 0 9px;
}
.item_lang {
	border: 1px solid #707980;
	padding: 2px 7px 2px 8px;
	border-radius: 12px;
	display: inline-block;
	vertical-align: top;
	margin: -3px 0 0 -6px;
	text-transform: uppercase;
	color: #707980;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
}
.mailing_type {
	padding: 3px 10px;
	border-radius: 12px;
	display: inline-block;
	vertical-align: top;
	margin: -3px 0 0 12px;
	color: #fff;
	background: #707980;
	font-weight: bold;
}
.progress > span {
	text-transform: uppercase;
	font-size: 11px;
	color: #666;
	display: inline-block;
	vertical-align: top;
}
.progress_bar {
	background: #ececec;
	border-radius: 3px;
	height: 8px;
	width: 150px;
	display: inline-block;
	vertical-align: top;
	margin: 5px 12px 0 7px;
}
.progress_bar > div {
	background: #bcdc33;
	border-radius: 3px;
	height: 8px;
}
.progress_list {
	display: inline-block;
	vertical-align: top;
	background: url('../img/ics/list.png') no-repeat 0 4px;
	padding: 0 0 0 22px;
}
.task_page .progress_bar {
	width: 760px;
	height: 12px;
	margin: 9px 0 36px;
}
.task_page .progress_bar > div {
	height: 12px;
}
.task_page .progress_list {
	float: right;
	margin: 0 40px 0 0;
}
.task_page .progress > span {
	color: #000;
	font-size: 14px;
}
.task {
	padding: 12px 20px;
	margin: 0 0 0 -20px;
}
.task:hover {
	background: #f0f9fa;
	border-radius: 10px;
}
.task > label {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 4px 0;
	font-size: 16px;
	color: #2eadb3;
}
.task > label > input {
	margin-top: 2px;
}
.task_completed > span {
	text-decoration: line-through;
}
.task_user {
	background: #eeeff0;
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 12px;
	color: #707980;
	display: inline-block;
	vertical-align: top;
	margin: -3px 0 -3px 12px;
}
.task_date {
	font-size: 12px;
	color: #999;
	float: right;
	margin: 0 30px 0 30px;
}

.sql_table table {
	border-collapse: collapse;
	padding: 0;
	margin: 24px 0 0;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
}
.sql_table td, .sql_table th {
	vertical-align: top;
	border: 1px solid #e1e1e1;
	padding: 5px;
}



/* ?????????????????????????????????? */
.item_type {
	border-radius: 2px;
	background: #f2f5ea;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 6px;
	margin: 0 9px;
}

.item_tags {
	margin: 12px 0 0 0;
}
.item_tags .check {
	font-size: 14px;
	margin-top: 1px;
	margin-bottom: 12px;
	margin-right: 24px;
}
.modal_items .tag2 {
	padding-right: 8px;
}

.next_item {
	margin: 54px 0 0 0;
}

.comment_block {
    display: inline-block;
	background: #dfe4e4;
	border-radius: 4px;
	padding: 4px 9px 3px;
    max-width: 382px;
}
.item_row .td_comment {
	padding: 0;
	vertical-align: bottom;
}
.items_2 .td_in {
	padding-top: 0;
}
/* /?????????????????????????????????? */
/* /items */







/* right_pl */
.right_pl {
	padding: 18px 40px;
}
/* /right_pl */



/* mails */
.mails_h {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 12px 0;
}
.mail {
	padding: 24px 14px 12px 40px;
	border-bottom: 1px solid #e7e9ea;
}
.mail_h {
	font-size: 16px;
	margin-bottom: 6px;
}
.mail_h > a {
	text-decoration: underline;
	color: #219aa0;
}
.mail_date {
	margin-bottom: 6px;
}
.mail_time {
	margin-left: 9px;
}
/* /mails */




/* forms */
.invoice_orders {
	margin: 24px 0 36px;
}
.form_h2 {
	color: #a6acad;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 12px 40px;
}
.invoice_mails_pl {
	border: 2px dashed #c0e6e8;
	border-radius: 12px;
	padding: 22px 18px;
	margin: 24px 0 0 18px;
}
.invoice_mails_pl h2 {
	margin: 7px 34px 0 0;
}
.invoice_mails_pl .btn2 {
	margin-top: 12px;
}
.invoice_mail {
	margin: 0 0 6px;
}
.invoice_mail > a {
	text-decoration: underline;
	color: #219aa0;
}
.invoice_mail > span {
	font-size: 12px;
	color: #999;
}
.invoice_cancelling {
	display: inline-block;
	vertical-align: top;
	margin: 6px 0 0 20px;
}
.invoice_cancel_btn {
	display: inline-block;
	vertical-align: top;
}
.invoice_cancelled {
	display: inline-block;
	vertical-align: top;
	font-style: italic;
	font-size: 16px;
	color: #aaa;
	margin: 4px 0 0;
}


.pl {
	background: #f0f9fa;
	border-radius: 0 30px 30px 0;
	width: 682px;
	padding: 20px 40px 18px 40px;
	margin: 0 0 24px;
}
.pl_in {
	background: #dcf1f3;
	border-radius: 0 0 30px 0;
	padding: 15px 40px;
	margin: 0 -40px -18px;
}
.pl .form_h2 {
	margin: 0 0 6px;
	cursor: pointer;
}
.pl .form_h2:hover {
	color: #000;
}
.pl .td_in {
	width: auto;
}
.pl .items {
	margin-left: -40px;
	margin-right: -40px;
}
.pl .item_row:last-child td {
	border: none;
}
.pl .authors_list .item_row td {
	padding-top: 10px;
	padding-bottom: 8px;
}
.pl .authors_list .item_tags {
	margin-top: 4px;
}

.f_l {
	width: 320px;
}
.f_l .txtr_col11, .f_l .inpt_col11 {
	width: 296px;
}
.f_comment_block {
	width: 640px;
	border: 2px solid #fde792;
	border-radius: 10px;
	margin: 0 0 24px 0px;
	padding: 12px 18px 1px;
}
.f_comment_block label {
	color: #999;
}
.f_item_total {
	margin: 12px 0 0 234px;
	padding: 9px 18px;
	border: 2px solid #fde792;
	border-radius: 12px;
	background: #fef9e4;
}
.f_item_total label {
	font-size: 10px;
}
.f_item_total {
	font-size: 18px;
}

/*.prevnext {
	padding: 30px 40px 24px;
	border-top: 1px solid #e7e9ea;
	position: relative;
}*/
.prevnext {
	padding: 12px 32px 8px 40px;
	border-top: 1px solid #fff;
	position: relative;
	margin: 0 0 0 -40px;
}
.prev, .next {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
	color: #707980;
	display: inline-block;
	vertical-align: top;
}
.prev {
	background: url('../img/ui/prev.png') no-repeat 0 0;
	padding: 1px 0 3px 20px;
}
.next {
	background: url('../img/ui/next.png') no-repeat 100% 0;
	padding: 1px 20px 3px 0;
	float: right;
}

.refresh {
	background: url('../img/ics/refresh.png') no-repeat 100% 1px;
	padding: 0 35px 0 0;
	color: #2eadb3;
	text-transform: uppercase;
	font-size: 10px;
	float: right;
	text-indent: -9999px;
}
.refresh:hover {
	text-indent: 0;
}

.enclosure {
	border-bottom: 1px solid #e7e9ea;
	padding: 0 0 9px;
	margin: 0 0 9px;
	width: 370px;
}
.enclosure > * {
	vertical-align: middle;
}
.enclosure > div {
	display: inline-block;
	width: 230px;
	margin-right: 10px;
}
.enclosure > div > i {
	font-style: normal;
	background: #d3d6db;
	padding: 0px 5px 1px;
	border-radius: 3px;
}
.enclosure_qty {
	text-transform: uppercase;
	display: inline-block;
	color: #666;
	font-size: 11px;
}
.enclosure img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 12px;
}
/* /forms */

/*-----------------/PAGE-----------------*/




/*-----------------FOOTER-----------------*/
.footer {
	font-size: 12px;
	color: #ccc;
	padding: 0 4% 36px;
}
.copyright {
	position: relative;
	margin-bottom: 18px;
}
.c {
	color: #777;
	font-size: 22px;
	position: absolute;
	left: -28px;
	top: 7px;
}
/*----------------/FOOTER----------------*/













/*----------------- BTNS -----------------*/
.btn_loupe, .btn_plus {
	display: inline-block;
	vertical-align: top;
	border: none;
	padding: 0;
	margin: 0;
	width: 24px;
	height: 25px;
	cursor: pointer;
	margin: 6px 0 0 9px;
}
.btn_loupe {
	background: url('../img/ui/loupe.png') no-repeat;
}
.btn_plus {
	background: url('../img/ui/plus.png') no-repeat;	
}



.btn1, .btn2, .btn3, .btn4, .btn5 {
	display: inline-block;
	vertical-align: top;
	border: none;
	font: bold 14px/18px Arial, sans-serif;
	cursor: pointer;
	text-decoration: none;
}
.btn1 {
	background: #2eadb3;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	line-height: 34px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 1px 15px 0 16px;
}
.btn1:hover {background: #279ca2;}


.btn2 {
	background: #fff;
	border: 2px solid #b7bcbf;
	border-radius: 3px;
	color: #707980;
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 1px 11px 0 12px;
}


.btn3 {
	background: none;
	border: 2px solid #2eadb3;
	border-radius: 3px;
	color: #2eadb3;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 1px 11px 0 12px;
}

.btn_arr {
	float: right;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #364655;
	border-right: none;
	border-radius: 3px 0 0 3px;
	font: bold 14px/32px Arial, sans-serif;
	cursor: pointer;
	color: #364655;
	background: #fff;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	padding: 0 6px 0 12px;
	margin: 0 120px 0 0;
}
.btn_arr:after {
	content: '';
	position: absolute;
	top: -2px;
	right: -15px;
	width: 16px;
	height: 36px;
	background: url('../img/ui/btn_arr.png') no-repeat 0 0;
}


.btn4 {
	line-height: 36px;
	font-size: 12px;
	text-transform: uppercase;
	color: #364655;
	background: #d3d6da;
	padding: 0 14px;
	border-radius: 18px;
	float: right;
	margin: 0 30px;
}

.btn5 {
	background: #fff;
	border: 1px solid #b7bcbf;
	border-radius: 3px;
	color: #707980;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 1px 7px 0 8px;
}



.btn_del {
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
}
.btn_del {
	background: url('../img/ui/btn_del.png') no-repeat;
}


.btn_inactive {
	opacity: .5;
}

.mail_form .form_submit {
	margin: 0 0 20px 117px;
}
.special_form .form_submit {
	margin: 0 0 0 139px;
}
.btn_note {
	font-size: 16px;
	margin: 5px 0 0 6px;
}
.btn_note a {
	font-weight: bold;
}
.btn_note .download_link {
	margin: 0 10px 0 10px;
}
/*----------------- /BTNS -----------------*/





/*----------------- FORMS -----------------*/
.form h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a6acad;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}
.f_item {
	margin-bottom: 24px;
}
.f_item_inpt {
	position: relative;
}
button, input, textarea {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}


/* labels */
label {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0 6px 6px 0;
	display: block;
}
.mail_form label {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 106px;
	margin: 2px 6px 0 0;
}
.special_form label {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 138px;
	margin: 2px 12px 0 0;
}
/* /labels */


/* input, textarea */
.inpt, .inpt_tel, .inpt_ok, .txtr {
	font: 14px/18px Arial, sans-serif;
	border-radius: 4px;
	border: 1px solid #d6d6d6;
	padding: 0px 12px;
}

.inpt, .inpt_tel {
	line-height: 34px;
	background: #fff;
}
.inpt_tel {
	padding-left: 42px;
}
.inpt_tel_code {
	border-radius: 3px 0 0 3px;
	background: #ebebeb;
	font: bold 16px/24px Arial, sans-serif;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	margin: 1px -37px 0 0;
	padding: 3px 0 0 0;
	height: 29px;
	width: 36px;
}
.inpt_tel_col3 {width: 105px;}
.inpt_tel_col4 {width: 165px;}
.inpt_tel_col5 {width: 225px;}
.inpt_tel_col6 {width: 285px;}


.inpt_col1  {width: 18px; text-align: center;}
.inpt_col1_2,  .txtr_col1_2  {width: 110px;}
.inpt_col2,  .txtr_col2  {width: 114px;}
.inpt_col3,  .txtr_col3  {width: 142px;}
.inpt_col3_4,  .txtr_col3_4  {width: 254px;}
.inpt_col4,  .txtr_col4  {width: 294px;}
.inpt_col5,  .txtr_col5  {width: 296px;}
.inpt_col6,  .txtr_col6  {width: 296px;}
.inpt_col7,  .txtr_col7  {width: 382px;}
.inpt_col8,  .txtr_col8  {width: 442px;}
.inpt_col9,  .txtr_col9  {width: 656px;}
.inpt_col10, .txtr_col10 {width: 562px;}
.inpt_col11, .txtr_col11 {width: 656px;}
.city_autocomplete {
	width: 256px;
}

.inpt_arr {
    background: #fff url('../img/ui/select_arrs.png') no-repeat 100% 50% !important;
}

.txtr {
	background: #fff;
	height: 121px;
	padding: 8px 12px;
}
.txtr_col7 {
	height: 72px;
	width: 652px;
}
.txtr2 {
	height: 66px;
}
.txtr3 {
	height: 46px;
}
.txtr_h1 {
	height: 106px;
}
.txtr_high .txtr {
	height: 126px;
}
.txtr_mid .txtr {
	height: 102px;
}

.inpt_replacer_filled {
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0 5px 8px;
}
.inpt_btn_ok {
	padding: 0;
	width: 21px;
	height: 20px;
	border: 1px solid #9a9a9a;
	border-bottom-color: #656565;
	border-radius: 3px;
}
.f_ic_ok {
	display: inline-block;
	vertical-align: top;
	background: url('../img/f_ics.png') no-repeat 0 -30px;
	width: 12px;
	height: 10px;
}

.f_item_withplus .inpt {
	/*width: 170px;*/
	display: inline-block;
	vertical-align: top;
}
.f_item_perc {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin: 7px 0 0 6px;
}
.inpt:focus, .inpt_tel:focus, .txtr:focus {
	border: 2px solid #2eadb3;
	margin: -1px;
}
/* /input, textarea */



/* check, radio */
.f_chck {margin-bottom: 16px;}

.check, .rad {
	line-height: 18px;
	font-size: 14px;
	background: url('../img/ui/chck.png') no-repeat;
	cursor: pointer;
	padding: 1px 0 1px 26px;
	margin: 6px 44px 6px 0;
}
.check {
	padding: 1px 0 1px 26px;
	margin: 6px 44px 6px 0;
}
.rad {
	padding: 1px 0 1px 26px;
	margin: 6px 18px 6px 0;
}
.check   {background-position: -60px -30px;}
.checked {background-position: -90px 0px;}
.rad    {background-position: 0px -90px;}
.raded  {background-position: -30px -60px;}

.check input, .rad input {display: none;}
/* /check, radio */


/* notes */
.f_item_note {
	margin: 4px 0 0 8px;
	font-size: 12px;
	line-height: 16px;
}
/* /notes */


/* errors */
.inpt_err {
	border: 2px solid #c40204;
	margin: -1px;
}
.errorlist {
	font-size: 12px;
	line-height: 16px;
	color: #c40204;
	margin: 4px 0 6px 0;
}
.f_item_stat_err, .f_item_stat_ok {
	width: 20px;
	height: 20px;
	/*background: url('../img/f_item_stats.png') no-repeat;*/
	position: absolute;
	top: 6px;
	right: -30px;
}
.f_item_stat_err {
	background-position: -29px 0;
}
.mail_form .errorlist {
	margin: 0 0 0 90px;
}
.special_form .errorlist {
	margin: 0 0 0 155px;
}
/* /errors */


.f_range_div {
	margin: 8px 0 0;
	display: inline-block;
	vertical-align: top;
}
.inpt_from {
	background: #fff url('../img/ui/cal1.png') no-repeat 96px 11px;
	padding-left: 5px;
	width: 105px;
}
.inpt_to {
	background: #fff url('../img/ui/cal2.png') no-repeat 98px 11px;
	padding-left: 5px;
	width: 105px;
}
.inpt_date {
	width: 110px;
	background: #fff url('../img/ui/cal4.png') no-repeat 108px 9px;
}
.right_pl .inpt_date {
	background: #f7f9f3 url('../img/ui/cal3.png') no-repeat 90px 8px;
	width: 94px;
}

.inpt_rub {
	background: #fff url('../img/ui/item_rub.png') repeat-y 100% 0;
	text-align: right;
	width: 54px;
	padding-right: 46px;
}
.f_rub {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	margin: 8px 6px 0 -32px;
}


/*placeholder*/
input::-webkit-input-placeholder {
	color: #757575;
	font-style: italic;
}
input:-moz-placeholder {
	color: #757575;
	font-style: italic;
}
input:placeholder {
	color: #757575;
	font-style: italic;
}
/*/placeholder*/


/* select */
.ik_select_list_inner {
	max-height: 300px;
	overflow: auto;
	position: relative;
}
.ik_select_link {
	font: 15px/26px Arial, sans-serif;
	border-radius: 4px;
	border: 1px solid #d6d6d6;
	padding: 4px 8px 4px;
	background: #fff;
	height: 26px;
	position: relative;
}
.ik_select_link_text {
	white-space: nowrap;
	overflow: hidden;
}
.right_pl .ik_select_link {
	background: #f7f9f3;
}
.select_nums .ik_select_link {
	width: 36px;
}
.select_nums .ik_select_list {
	width: 36px;
}
.ik_select_link:after {
	content: '';
	position: absolute;
	background: url('../img/ui/select_arrs.png') no-repeat;
	width: 10px;
	height: 15px;
	top: 11px;
	right: 7px;
}
.ik_select_block {
}
.ik_select_list{
	background: #fff;
	border: 1px solid #d0d0d0;
	margin: 2px 0 0 0;
	/*width: 220px;*/
	border-radius: 4px;
}
.ik_select_option {
	padding: 4px 8px;
	/*width: 204px;*/
}
/*.filter_pl .ik_select_option {
	max-width: 205px;
}*/
.ik_select_option:hover {
	background: #eee;
	cursor: pointer;
}
.select_388 .ik_select {
	width: 400px;
}
.select_102 .ik_select {
	width: 90px;
}
.select_110 .ik_select {
	width: 110px;
}
.select_140 .ik_select {
	width: 140px;
}
.select_300 .ik_select {
	width: 300px;
}
.select_320 .ik_select {
	width: 320px;
}
.select_184 .ik_select {
	width: 184px;
}
.select_682 .ik_select {
	width: 682px;
}
.select_260 .ik_select {
	width: 260px;
}
/* /select */



/* date */
.ui-datepicker {
	background: #f3f8f8;
	box-shadow: 0 5px 20px rgba(0,0,0,.15);
	border-radius: 3px;
	padding: 12px;
	margin: 0px 0 0 -20px;
	position: absolute;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 9px;
    cursor: pointer;
    background: url('../img/ui/datepicker_arrs.png') no-repeat;
    text-indent: -9999px;
    width: 8px;
    height: 18px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}
.ui-datepicker .ui-datepicker-next {
    right: 5px;
    background-position: -15px 0;
}

.ui-datepicker .ui-datepicker-title {
	padding: 6px 0;
	text-align: center;
}
.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 4px;
}
.ui-datepicker th {
	padding: 5px 7px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #26857e;
	border: 0;
}
.ui-datepicker th:first-child {
	border-radius: 2px 0 0 2px;
}
.ui-datepicker th:last-child {
	border-radius: 0 2px 2px 0;
}
.ui-datepicker td {
	border: 0;
	padding: 4px 0;
	font-size: 12px;
	color: #333;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.ui-state-default {
	color: #333;
}
.ui-state-active {
	border: 1px solid #eebbb2;
	color: #e76049;
	border-radius: 2px;
	padding: 4px 6px;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}
/* /date */

.ui-autocomplete {
	height: 180px;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 9999;
	border: 1px solid #aaaaaa;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
	max-width: 680px;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a:hover {
	background: #eee;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	/*margin: -1px;*/
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}
#ui-datepicker-div table tbody tr td:first-child,
#ui-datepicker-div table tbody tr th:first-child {
	border: none !important;
}

.email_autocompl {
    margin: 6px 12px;
    font-style: italic;
    color: #364655;
}


.address_note {
    margin: 6px 12px;
    font-style: italic;
    color: #364655;
}

.filename {
	margin: 0;
	font-size: 18px;
	width: 360px;
}
.filename div {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 4px;
}
.filename > span {
	color: #444;
}
.article_code {
	font-size: 16px;
	margin-top: 9px;
}
/*---------------- /FORMS -----------------*/








/*----------------STUFF---------------*/
.org_bank {
	margin-top: 24px;
}
.group {
	margin-bottom: 24px;
}

/* templates menu */
.templates {
	margin: 0 0 0 -12px;
	width: 708px;
}
.template {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 18px 12px;
}
.template_name {
	display: table-cell;
	vertical-align: middle;
	padding: 12px;
	width: 190px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	border: 3px solid #2eadb3;
}
.template_name:hover { 
	background: #2eadb3;
	color: #fff;
}
/* /templates menu */







/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.modal {
	background: #fff;
	color: #000;
	border: 5px solid #2eacb2;
	border-radius: 3px;
}
.modal_header {
	background: #f0f0f0;
	padding: 22px 26px 20px;
	color: #000;
}
.modal_h {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}
.modal_in {
	padding: 26px 26px 18px;
}


#author_modal {
	width: 720px;
}
#bill_modal {
	width: 720px;
}
.bill_modal_date {
	font-size: 16px;
	font-weight: bold;
}
.modal_header .btn3 {
	float: right;
	margin: -5px 0 0 30px;
}
.author_modal_param {
	margin: 0 0 18px 0;
}
.author_modal_params_1 .author_modal_param {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin-right: 20px;
}
.author_modal_param_name {
	font-size: 12px;
	font-style: italic;
}
.author_modal_param_val {
	font-size: 16px;
	font-weight: bold;
}
.author_modal_achievs {
	margin: 18px 0 24px 0;
}
.author_modal_achievs li {
	display: inline-block;
	vertical-align: top;
	padding: 5px 11px;
	margin: 0 12px 16px 0;
	background: #f2f5ea;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
}
.author_modal_param_ics {
	margin: 0 6px 0 0;
}
.author_modal_param_ics div {
	margin-bottom: 12px;
}



.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fb/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fb/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	background: url('../img/ui/close.png') no-repeat;
	border: none;
	position: absolute;
	top: -40px;
	right: -40px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/fb/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fb/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}




.up_out {
	position: fixed;
	bottom: 10px;
	left: 0;
	height: 0;
	width: 100%;
    z-index: 9999;
}
.up_in {
	position: relative;
	width: 1000px;
	height: 0px;
	margin: 0 auto;
}
.arr_up, .arr_down {
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	position: absolute;
	right: 0;
}
.arr_up {
	background: #2eadb3 url('../img/ui/arr_up.png') no-repeat center center;
	background-color: rgba(46, 173, 179, .6);
	bottom: 50px;
}
.arr_down {
	background: #2eadb3 url('../img/ui/arr_down.png') no-repeat center center;
	background-color: rgba(46, 173, 179, .6);
	bottom: 0;
}
.arr_up:hover, .arr_down:hover {
	background-color: #279ca2;
}
/*.down {
    font-weight: bold;
    background: url('../img/down.png') no-repeat 14px 28px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-align: center;
}*/

/* stat icons */
.stat_td {
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
}
.stat_ic_good, .stat_ic_bad, .stat_ic_none, .stat_ic_half {
    width: 21px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: -2px;
}
.stat_ic_good {
	color: #fff;
	background: url('../img/ics/stat_ic_good.png') no-repeat;
}
.stat_ic_bad {
	color: #fff;
	background: url('../img/ics/stat_ic_bad.png') no-repeat;
}
.stat_ic_none {
	color: #000;
	background: url('../img/ics/stat_ic_none.png') no-repeat;
}
.stat_ic_half {
	color: #000;
	background: url('../img/ics/stat_ic_half.png') no-repeat;
}
.stat_ic_text{
	position: absolute;
	top: 8px;
	left: 7px;
	font-size: 12px;
	font-weight: bold;
}
.mail_stat {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	background: url('../img/ics/mail_stat.png') no-repeat 0 0;
	position: relative;
	margin: -1px 4px 0 0;
}
.mail_stat:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 3px;
	width: 4px;
	height: 4px;
	background: #ff3d00;
}
.mail_stat_4:after {
	display: none !important;
}
.mail_stat:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	width: 3px;
	height: 4px;
}
.mail_stat_2:before {
	border-left: 4px solid #ff3d00;
}
.mail_stat_3:before {
	border-left: 4px solid #ff3d00;
	border-right: 4px solid #ff3d00;
}

.right_border_div{
    /*border-right: 1px solid #C0C0C0;*/
    margin-right: 7px;
    padding-right: 2px;
}
.choose_translator{
    text-decoration: underline;
    display: inline-block;
}
.warning_ic {
	background: url('../img/ics/warning.png') no-repeat;
    width: 16px;
    height: 15px;
    display: inline-block;
}



.author_tags {
	padding: 0 0 12px;
	font-size: 0;
}
.author_tags .tags {
    display: none;
}
.author_tags .check {
	font-size: 14px;
	margin-top: 1px;
	margin-right: 24px;
	margin-bottom: 19px;
}
.author_tags .tag2 {
	margin-right: 18px;
	padding: 9px 30px 9px 14px;
	border-radius: 18px;
	font-size: 16px;
	margin-top: -6px;
}
.author_tags .tag2_curr {
	background: #fff url('../img/ui/del2.png') no-repeat 100% 10px !important;
}
.author_tags .tag2_curr:hover {
	background-position: 100% -26px !important;
}
.add_author_tags, .complete_author_tags {
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}
.add_author_tags {
	margin-top: -5px;
}
.complete_author_tags {
	display: none;
}




.mailing_text {
    font-size: 18px;
}

.und {
	text-decoration: underline;
}
.tag_doc_block {
	margin-top: 10px;
}
.tag_doc_block:last-child {
	margin-top: 5px;
}
.tag_doc_block .tag {
	padding-right: 8px;
}
.tag_doc_block .tag_doc {
	margin: 4px 30px 0 11px;
}
.tag_doc_block .tag_money {
	margin: 4px 28px 0 6px;
}