@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root{
	--blue-clr: #2e3b4e;
}

@font-face {
    font-family: 'OpenSans Regular';
    src: url('/assets/fonts/OpenSansRegular/opensans-regular.eot');
    src: url('/assets/fonts/OpenSansRegular/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/OpenSansRegular/opensans-regular.woff2') format('woff2'),
         url('/assets/fonts/OpenSansRegular/opensans-regular.woff') format('woff'),
         url('/assets/fonts/OpenSansRegular/opensans-regular.ttf') format('truetype'),
         url('/assets/fonts/OpenSansRegular/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans Light';
    src: url('/assets/fonts/OpenSansLight/opensans-light.eot');
    src: url('/assets/fonts/OpenSansLight/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/OpenSansLight/opensans-light.woff2') format('woff2'),
         url('/assets/fonts/OpenSansLight/opensans-light.woff') format('woff'),
         url('/assets/fonts/OpenSansLight/opensans-light.ttf') format('truetype'),
         url('/assets/fonts/OpenSansLight/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fontawesome';
    src: url('/assets/fonts/fontawesome/fontawesome.eot');
    src: url('/assets/fonts/fontawesome/fontawesome?#iefix') format('embedded-opentype'),
         url('/assets/fonts/fontawesome/fontawesome.woff') format('woff'),
         url('/assets/fonts/fontawesome/fontawesome.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

	/* ~~~ Header ~~~ */

	body{
		margin:0;
	}

	*{
		box-sizing:border-box;
        font-family: 'Inter', sans-serif;
	}
	a{
		color: var(--blue-clr);
		text-decoration:none;
	}

	h1,h2{
		font-family: 'OpenSans Regular';
		font-weight: normal;
	}

	progress::-moz-progress-bar { background: var(--blue-clr); }
	progress::-webkit-progress-value { background: var(--blue-clr); }
	progress { color: var(--blue-clr); }



	table {    border-collapse: collapse;    width: 100%;}
	thead tr{background-color: #d1cdcd}
	th, td {    padding: 8px;}
	tr:nth-child(even){background-color: #f2f2f2}
	td{position:relative;text-align: center;}
	progress{ color: #2e3b4e;}



.wrap{
	position:relative;
	width: 1200px;
	margin: auto;
}
.wrap-2{
	position:relative;
	width: 100%;
	display:inline-block;
	margin: auto;
	margin-top: 200px;
}
.wrap-inner{
    position: relative;
    width: 1200px;
    margin: auto;
}
.wrap-overflow{
	overflow:hidden;
}

.wrap-full{
	position:relative;
	width: 100%;
	margin: auto;
	padding:0 10px 10px 10px;
}

	.wrap-content{
		padding:10px 10px;
	}

	.header{
			display: flex;
			width: 1200px;
			margin: 0 auto;
	}

.header-bg{
	position:fixed;
	width: 100%;
	z-index: 999;
	background-color: #2e3b4e;
}

.logotype{
	position:absolute;
	top:0;
	left:0;
    padding: 5px 0 0 20px;
}
.logotype img{
	width:100%;

}
.header-menu{
	text-transform: uppercase;
	color: grey;
	text-align: center;
	display:inline-block;
	width:90%;
}

.header__menu-item {
	position:relative;
	padding:0 25px;
	line-height:52px;
}

.header__authh{
	position:relative;
	display:inline-block;
	width: 10%;
	line-height: 56px;

	text-transform: uppercase;
	color: grey;
	text-align: center;

}

.header__authh-link{
    font-size: 14px;
    margin: 0;
    display: block;
    padding: 10px 0;
    color: white;
    background-color: #47566b;
    text-decoration: none;
}

.header__authh-link:hover{
	opacity:.7;
}

.txtbutton{
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    line-height: 1;
    margin: auto;
    font-size: 11px;
    color: #38afe6;
}

ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul:after {
	display: block;
	content: ' ';
	clear: both;
	float: none;
}
ul.menu > li {
	float: left;
	position: relative;
}
ul.menu li p,ul.menu li a {

	font-size:14px;
    margin: 0;
	display: block;
	padding: 10px 0;
	color: white;
	background-color: #2e3b4e;
	text-decoration: none;
	border-bottom: 4px solid #2e3b4e;
}

.header__menu-item.parent p:hover,
.header__menu-item a:hover,
.header__menu-item a.active
{
	border-bottom: 4px solid #f9b101;
}

ul.submenu {
	text-transform: none;
	display: none;
	position: absolute;
	width: 100%;
	top: 76px;
	left: 0;
	background-color: white;
}
.submenu-item {
	width:100% ;
	display: block;
}
.submenu-item a {
	border-bottom: 4px solid #2e3b4e;
	display: block;
	width:100%;
	padding: 15px 0;
	color: white;
	background-color: #2e3b4e;
	text-decoration: none;
}
ul.menu > li:hover > ul.submenu {
	display: block;
}
		.header__logotype{
			width: 15%;
			display: flex;
			align-items: center;
		}
			.header__img{
				display: inline-block;
				width: auto;
                height:56px;

			}
.submenu-item a:hover{
	color: #f9b101;
}
.btn__link{
	display:inline-block;
	background-color: #ccc;
	padding: 4px 10px;
	font-size: 14px;
	margin: 0 5px;
	color: #000;
	font-family: 'OpenSans Regular';
	text-decoration: none;
}
.btn__link:hover{
	transition: .4s ease;
	background-color: #2e3b4e;
	color: #fff;
}

.header__auth{
	display: flex;
    color: black;
    height:75px;
    background-color: #cccccc42;
}

.header__auth .wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;

}
.header__auth .labor_queen{
	height: 50px;
	width: 50px;
}
.queen-logo{
	display: none;
	float: left;
}

.header__auth progress,.header__auth .progress{
	margin: 0px 20px;
}

.btn__auth{
	display:inline-block;
	background-color: #ccc;
	padding: 10px 10px;
	font-size: 16px;
	margin: 0 10px;
	color: #000;
	font-family: 'OpenSans Regular';
	text-decoration: none;
	border:0;
}


.item__head {
	cursor:pointer;
	display: flex;
	height: 45px;
	align-items: center;
	justify-content: center;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
    background-color: #000;
}
/* push */
#error_box{
	display: none;
	border: 1px solid #f7c7c9;
	background: #f9e5e6;
	position: fixed;
	width: 370px;
	right: 20px;
	bottom: 20px;
	-webkit-box-shadow: 0px 5px 5px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 5px 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 5px;
	text-align: center;
}
.task-title, .task-date{
	margin-bottom: 15px;
}
#onProjectCopy{
	display: none;
}
#error_message{
	color: #c77c7e;
	margin-top: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FFFFFF;
	filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
}


.form__nav{
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	text-decoration: underline;
	}
.link__back{display:inline-block;    text-decoration: underline;}


.desc{
	color: white;
	font-size: 18px;
	height:90px;
	margin:15px 0;
}
.desc:hover{
	color: #f9b101;
}
.w800{
    width:800px !important;
}
#modal_form {
	width: 500px;
	height: 170px; /* Рaзмеры дoлжны быть фиксирoвaны */
	background: #fff;
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 50%; /* пoлoвинa экрaнa слевa */
	margin-top: -150px;
	margin-left: -150px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 5; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
	padding: 10px;
}
/* Пoдлoжкa */
#overlay {
	z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%;
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}

#modal_close {
    text-align: center !important;
}

.pagelink{
	font-size: 16px;
	font-family: Arial;
	margin: 0 10px;
	padding: 10px 10px;
	display: inline-block;
	background-color: #38afe6;
	color: #fff;
	text-decoration: none;
}

.btn{
	display: inline-block;
	margin: 0 10px;
	padding: 10px 10px;
	font-size: 16px;
	font-family: Arial;
	color: #fff;
	border:0;

	cursor:pointer;
}

.btn-filter{
	display: inline-block;
	margin: 0 10px;
	padding: 6px 6px;
	font-size: 16px;
	font-family: Arial;
	color: #fff;
	border:0;
	cursor:pointer;
}
.btn-filter:hover{opacity:.7;}

.btn-order{	 background-color: #38e689; }
.btn-default{	 background-color: #38afe6;}
.btn-remove{ background-color: #e6383f;}
.btn-update{	 background-color: #38e689;}
.btn-blocked{ background-color: #ff7600;}
.btn-refresh{
	background-color: #38e689;
	background-image:url(/assets/svg/refresh.svg);
	background-size:100%;
}


.btn-export{
    width: 32px;
    height: 32px;
    float: right;
    padding: 6px 6px;
    font-size: 16px;
    font-family: Arial;
    color: #fff;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    background-size: 80%;
	background-repeat:no-repeat;
	background-position: center;
	outline:none;
}

.btn-xls{ background-image: url(/assets/svg/sheets.svg); }
.btn-drive{ background-image: url(/assets/svg/drive.svg);}
.btn-docx{ background-image: url(/assets/svg/docx.svg);}
.btn-spinner{ background-image: url(/assets/spinner.gif); }
.btn-telegram{ background-image: url(/assets/svg/telegram.svg); }



.btn-export:hover{opacity:.7;}
.btn:hover{opacity:.7;}

.bg-green {
	background-color: #28b446 !important;
}

.btn-drive-hide{display:none}
.btn-docx-offset{
	margin:0 0 0 10px;
}

.thema-btn-style{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    margin: auto;
}


.btn2{
    height: 32px;
    float: right;
    padding: 6px 6px;
    margin: 0 6px;
    font-size: 16px;
    font-family: Arial;
    color: #fff;
    border: 0;
    cursor: pointer;

    outline: none;
    text-align: center;
    margin: 5px 0;
}

.btn-edit{
    background-color: #03A9F4;
    width: 100%;
}
.btn-remove{
	background-color: #f44336;

}
.btn-remove2{
	background-color: #f44336;
	width: 100%;
}

.progressBlock{
    float: right;
	display:none;
    border: solid 1px #ccc;
    padding: 10px 10px;
}
.progressBlock-show{
	display:block;
}
.progressBlock__item{
    width: 6px;
    height: 10px;
    background-color: #ccc;
    float: left;
    margin: 0 1px;
}
.progressBlock__item.complete{

    background-color: #8bc34a;

}

	.pagehead{
		padding: 90px 0 10px;
		background-color: #efefef;
	}

.fixed-top {
	width: 100%;
	position: fixed;
	z-index: 998;
}

.ta-right{text-align:right;}
.ta-center{text-align:center;}
.ta-left{text-align:left;}

.head__title{
	position:relative;
	display: inline-block;
}

.head__nav{
display: inline-block;
padding: 0 30px;
}

/*  #########    Form    #########  */
.order__block{
	width:600px;
	margin:auto;
}
.form__block{
	width:600px;
	margin:auto;
	padding:30px 0 0 0;
}

.form{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
}

.formInput{
	position:relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 10px;
}

.formInput-50{
	width: 50%;
}

.formInput-100{
	width: 100%;
}

.formInput__label{
    font-family: Arial;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.formInput__input{
	font-family: Arial;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	border: solid 2px #ccc;
	padding: 5px 5px;
}

.formInput__input80{
	font-family: Arial;
	font-size: 16px;
	display: inline-block;
	width: 80%;
	border: solid 2px #ccc;
	padding: 5px 5px;
}

.formInput__tarea{
	font-family: Arial;
    font-size: 16px;
    display: inline-block;
    width: 100%;
	height:100px;
	resize:none;
    border: solid 2px #ccc;
    padding: 5px 5px;
}

.input__nav{
    position: absolute;
    width: 105px;
	top:0;
	right:0;
}

.line-margin-10px{
	margin:5px 0;
}

.formlist{

	padding:0 10px;
}
.field_edit{
	border: solid 1px #ccc;
	padding: 5px 5px;
	height: 30px;
	cursor:pointer;
}

.field_edit:hover{
background-color:#ccc;
opacity:.7;
}


.form__item{
	cursor:pointer;
}

.form__item:hover{
	background-color:#d9e0f6;
}

.form__sort:after{
	position: absolute;
	content: '';
	width: 18px;
	height: 24px;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0;
	right: 12px;
	bottom: 0;
	margin: auto;
}
.sortby__asc:after{

	background-image:url(/assets/img/sort-ascending.svg);

}

.sortby__desc:after{

	background-image:url(/assets/img/sort-descending.svg);
}

.form_btn-hide{display:none;}

.task__alert{
	color: #ff0000;
}

.task__good{
	color: #11830e;
}
.layout__shadow{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0

}

.layout__shadow-hide{
	display:none;
}

/*  #########    Notice    #########  */
.notice{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 440px;

    background-color: #ccc;
}

.notice__title{
	position:relative;
    display: inline-block;
    width: 100%;
    padding: 5px 5px;
    background-color: #666;
	color:#fff;
}

.notice__panel{
	position:absolute;
	top:0;
	right:0;
	width:100px;
	height:32px;
	padding: 4px 4px;
}

.noteBtn{
	float:right;
    width: 24px;
    height: 24px;
	cursor:pointer;

	background-size: 100%;
}
.noteBtn:hover{opacity:.7;}

.noteBtn-hide{
background-image:url('/assets/svg/drop-up-arrow.svg');
}
.noteBtn-show{
background-image:url('/assets/svg/drop-down-arrow.svg');
}


.notice__list{
	padding: 5px 5px 5px 5px;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;

	overflow: auto;
}

.notice__size-1{
	height: 150px;
}
.noticeList__size-1{
	height: 125px;
}

.notice__size-2{
	height: 265px;
}
.noticeList__size-2{
	height: 238px;
}

.notice__size-3{
	height: 380px;
}
.noticeList__size-3{
	height: 355px;
}

.notice__size-more{
	height: 380px;
}
.noticeList__size-more{
	height: 355px;
}

.notice__size-show{bottom:0px;}
.notice__size-hide{
	height:32px;
	bottom:0px;
	overflow:hidden;

}

.notice__item{
    display: inline-block;
    width: 100%;
    background-color: #f2f2f2;
    margin-bottom: 5px;
}
.notice__message{
    display: inline-block;
    width: 100%;
}

.noticeMsg__row{
display: inline-block;
width: 100%;
padding: 0 5px;
box-sizing: border-box;
}

.noticeMsg__row-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice__detail{
	color:#38afe6;

}

.notice__nav{
    padding: 7px 7px;
    text-align: right;
}
.notice__btn{
    border: 0;
    padding: 5px 9px;
    color: #060404;
    font-family: Arial;
	cursor:pointer;
}
.notice__btn:hover{
	opacity:.7;
}

.notice__btn-now{
	background-color: #38e689;
}
.notice__btn-later{
	    background-color: #38afe6;
}

.icon-youtube:before{background-image:url(/assets/logotype/youtube.jpg);}
.icon-ok:before{background-image:url(/assets/logotype/odnoklassniki.jpg);}
.icon-facebook:before{background-image:url(/assets/logotype/facebook.jpg);}
.icon-vk:before{background-image:url(/assets/logotype/vk.jpg);}
.icon-file:before{background-image:url(/assets/logotype/file.jpg);}
.icon-ksonline:before{background-image:url(/assets/logotype/ks.jpg);}
.icon-ndn:before{background-image:url(/assets/logotype/ndn.ru.jpg);}
.icon-news-ngs:before,.icon-ngs:before{background-image:url(/assets/logotype/ngs.ru.jpg);}
.icon-sibkray:before{background-image:url(/assets/logotype/sibkray.jpg);}
.icon-tayga:before{background-image:url(/assets/logotype/taiga.jpg);}
.icon-instagram:before{background-image:url(/assets/logotype/insta.png);}
.icon-ura-news:before{background-image:url(/assets/logotype/ura-news.png);}
.icon-uralweb:before{background-image:url(/assets/logotype/uralnews.png);}
.icon-e1:before{background-image:url(/assets/logotype/e1.png);}
.icon-local\.yandex:before{background-image:url(/assets/logotype/district.png);}
.icon-yandex:before{background-image:url(/assets/logotype/yandex.png);}

.icon-netplace{text-align:center;}
.icon-socnet{position:relative; padding-left: 38px;text-align: left;}
.icon-socnet:before{
	content: '';
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    background-size: 90%;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    margin: auto;
    padding: 5px;
	box-sizing: border-box;

}

	.wmark{
    width: 100%;
    height: 100%;
    position: absolute;
	top:0;
	left:0;
	pointer-events: none;
	opacity: .4;
	}

/*  #########    Media    #########  */

@media screen and (max-width:1670px) {
.header{
	width:100%;
	padding:0 0 0 240px;
}
}


.fixed-btn {
	position: fixed;
	top: 200px;
	left: -194px;
	height: 79px;
	background: #607d8b;
	display: flex;
	z-index: 1001;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}

.create-btn {
	transition: 0.5s;
}

.create-btn a {
	display: flex;
	background: #38e689;
	height: 64px;
	width: 236px;
	align-items: center;
	color: #fff;
	justify-content: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}

.fixed-btn:hover .create-btn {
	transition: 0.5s;
	transform: translateX(194px);
}


.noticeboard {
    position: fixed;
    right: 0;
    top: 200px;
}

#noticeboard__list {
    display: none;
    background: white;
}

.toast-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    /*border-bottom: 1px solid rgba(0, 0, 0, .05);*/
}

.toast-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.toast-body {
    position: relative;
    background-color: #fff;
    color: #212529;
    padding: 20px;
    display: flex;
}

.toast {
    margin-bottom: 20px;
    box-shadow: 2px 1px 11px 2px  rgba(0, 0, 0, 0.8);
}

.toast-link {
    color: #2e6da4;
    text-decoration: underline;
    text-transform: lowercase;
}

.toast-container {
    z-index: 1000;
    position: absolute;
    right: 50%;
    top: 20px;
    transform: translateX(50%);
    width: 500px;
}

.commentCount {
    display: none;
}

.task__not_parsed {
    color: #e7c418e8;
}
