﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root {
	--darkgreen: #589600;
	--darkpink: #DB6363;
	--sahara: #FFEEB0;
	--darkyellow: #FFCD00;
	--brown: #AB8000;
	--darkbrown: rgb(93, 74, 33);
	--black: #000000;
	--darkgrey: #404040;
	--sdarkgrey: #282828;
	--grey: #808080;
	--litegrey: #BFBFBF;
	--slitegrey: #565656;
	--gainsboro: #E5E5E5;
	--white: #FFFFFF;
	--dropdown-menu-border: rgba(28,28,28,0.2);
}

button:focus{
	outline: none !important;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.authentification-link {
    color: var(--darkyellow);
}
.visibility--hidden{
	visibility: hidden;
}

    .authentification-link:hover {
        text-decoration: none;
        color: var(--darkyellow);
    }
    /* Sticky footer styles
-------------------------------------------------- */
    html {
        font-size: 14px;
    }
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }

}


.border-top {   
	border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body,html {
    margin: 0px;
	padding: 0px !important;
	/*overflow-x: hidden;*/
}
#global-{
	padding-right: 0px !important;
}

body {
	background: url(/images/bg-main.jpg) left top no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.pd-default{
    padding: 0 15px;
}

.pd-right-15{
	padding-right: 15px;
}

.pd-left-15 {
	padding-left: 15px;
}


.pd-tp--default {
	padding-top: 30px;
}

.pd-bt--default{
	padding-bottom: 30px;
}

/* Header styles start
-------------------------------------------------- */
header {
	background: url(/images/header-bg.png) center center no-repeat;
	background-size: cover;
}

.header--fixed {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.header-menu.active .header-menu__submenu {
	height: auto;
	transition: all 0.3s;
	padding-top: 35px;
	padding-bottom: 20px;
}

.header-menu__item:last-child {
	padding-bottom: 0px;
}

.brand-logo {
    display: inline-block;
    width: 100%;
    background: url(/images/oddin-logo.png) center center no-repeat;
    background-size: cover;
    height: 90px;
    position: relative;
}
	.brand-logo:hover {
		text-decoration: none;
	}

.login-form {
    display: flex;
    position: relative;
}

.login__user--top{
    padding-right: 30px;
}

.messages-active .login__user-name {
    color: #404040;
}

.messages-active .login__user-info {
    -webkit-box-shadow: -3px 3px 0px 3px rgba(128,128,128,0.22);
    -moz-box-shadow: -3px 3px 0px 3px rgba(128,128,128,0.22);
    box-shadow: -3px 3px 0px 3px rgba(128,128,128,0.22);
}

.login__user-name {
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	text-align: right;
	line-height: 1.2;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

	.login__user-name:hover, .login__user-name:active, .login__user-name:focus{
		color: var(--white);
	}


	.messages {
		background-color: var(--darkpink);
		max-height: 300px;
		overflow-y: auto;
		overflow-x: hidden;
	}

.messages-setting {
    padding: 9px 12px;
    display: flex;
    justify-content: space-between;
    background-color: var(--white);
}

    .messages-setting a {
        font-family: 'Montserrat',sans-serif,Arial;
        font-size: 12px;
        line-height: 1.2;
        color: #404040;
    }

::-webkit-scrollbar {
	background-color: var(--sdarkgrey);
	width: 15px;
	height: 15px;
}

::-webkit-scrollbar-track {
	background-color: var(--sdarkgrey);
}

::-webkit-scrollbar-thumb {
	background-color: var(--darkgrey);
}

::-webkit-scrollbar-button {
	display: none;
}

::-webkit-scrollbar-corner {
	background-color: var(--sdarkgrey);
}

.messages__item {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	border: 0;
	min-height: 60px;
	position: relative;
	opacity: 1;
	background-color: #fff;
}

    .messages__item--readed{
        display: none;
    }

.messages__item-img {
	display: flex !important;
	justify-content: center;
	align-items: center;
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 34px !important;
	color: #fff;
	flex: 60px 0 0;
	background-color: #AA81BA;
}

.messages__item-text {
    display: flex;
    align-items: center;
    font-family: "Montserrat";
	font-weight: 300;
    font-size: 14px;
    flex: 1;
    line-height: 1.2;
    color: #808080;
    padding: 12px 18px;
}

    .messages__item-text:hover, .messages__item-text:focus, .messages__item-text:active {
        color: #808080;
        text-decoration: none;
    }

    .messages__item-remove {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Montserrat";
        font-size: 28px;
        padding-right: 20px;
        padding-left: 20px;
        color: #E5E5E5;
        flex: 60px 0 0;
    }

    .messages__item-remove:hover {
        text-decoration: none;
        color: #808080;
    }

    .messages-active .login__user-email {
        color: #808080;
    }
.messages-active .login__user-info {
    background-color: #fff;
}

.login__user-email {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 1.2;
    color: #BFBFBF;
    display: inline-block;
    padding-top: 7px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
}

    .login__user-email:hover {
        color: #BFBFBF;
    }

    .login__user-info {
        width: 100%;
        /*padding-left: 75px;*/
        /*min-width: 270px;*/
        flex: 1;
        padding-top: 13px;
    }

.login__user-image {
    display: flex;
    align-items: center;
    width: 90px;
    height: 90px;
    background: url(/images/default-user-image.jpg);
    background-size: cover !important;
    position: relative;
}
    .login__user-image > form {
        display: none;
    }
    .login__user-image:hover > form{
        display: block;
    }

    .user__messages {
        font-family: "MontserratBlack";
        font-size: 18px;
        line-height: 1.2;
        background-color: #DB6363;
        padding: 7px 9px 4px 9px;
        position: absolute;
        left: 0;
        bottom: 0;
        border: 0px;
        color: #fff;
    }

.dropdown-menu-messages {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 6;
	width: 330px;
    display: none;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    background-color: transparent;
    -webkit-box-shadow: -3px 3px 0px 3px rgba(128,128,128,0.22);
    -moz-box-shadow: -3px 3px 0px 3px rgba(128,128,128,0.22);
    box-shadow: -3px 3px 0px 3px rgba(128,128,128,0.22);
}

.header-message-box {
    display: flex;
    flex: 1;
    color: #BFBFBF;
    justify-content: flex-start;
	align-items: center;
    padding: 4px 35px;
    overflow: hidden;
    position: relative;
}
.send-email-btn {
	display: none!important;
}

.header-messages-container {
    position: absolute;
}
    .header-messages-container div {
        display: block;
        font-family: "Montserrat",sans-serif,Arial;
        font-weight: 500;
        font-size: 14px;
    }



.header-message-box div + div {
    padding-top: 3px;
}
	/* input styles start
-------------------------------------------------- */
    .form-control[type="checkbox"] {
		height: 1rem;
		width: auto;
	}

/* input styles end
-------------------------------------------------- */

/* pagination start
-------------------------------------------------- */
.pagination {
    width: 100%;
    justify-content: center;
    align-items: center;
	border-top: 1px solid var(--gainsboro);
	border-radius: 0px;
}

.page-item a{
    display: flex;
    margin-right: 5px;
    padding: 3px 10px;
    border-radius: 3px;
    background-color: var(--darkgrey);
    color: var(--white) !important;
    cursor: pointer;
    transition: all 0.2s;
	height: 30px;
}

	.page-item a:hover {
		background-color: #484747;
	}

    .page-item.active a{
        background-color: var(--gainsboro);
        color: var(--darkgrey) !important;
        border: 1px solid var(--litegrey);
    }

.pagination-item--hidden {
    display: none;
}

.pagintation-dots--after:after {
    content: '...';
    display: inline-block;
    margin: 0 8px;
}

.pagintation-dots--before:before {
    content: '...';
    display: inline-block;
    margin: 0 8px;
}

/* pagination end
-------------------------------------------------- */



/* main layout start
-------------------------------------------------- */

.main {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 90px 1fr;
    grid-template-areas: "header header" "content content";
    min-height: 100vh;
}
    .main > header {
        grid-area: header;
    }

    .main__content{
        grid-area: content;
    }

    .main > content {
        grid-area: content;
    }

/* main layout end
-------------------------------------------------- */


/* sdictionary layout start (AgentClass, Currencies, EventClasses,
                            MessageTypes, OperationStatus, ProjectStatuses,
                            TaskTemplates, TelegramChats, WorkTypes)
-------------------------------------------------- */


.sdictionary {
    display: grid;
    width: 100%;
    grid-template-columns: 250px 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "title title" "sidebar content";
    grid-gap: 15px;
    grid-row-gap: 0px;
}
   
    .sdictionary > .sdictionary__sidebar {
        grid-area: sidebar;
        overflow-y: hidden;
        padding: 0;
    }

    .sdictionary > .sdictionary__main {
        grid-area: content;
        position: relative;
        padding: 0px 90px 40px 55px;
        position: relative;
    }


/* sdictionary layout end
-------------------------------------------------- */


/* sdictionary content start
-------------------------------------------------- */
.title-row h1 {
    margin: 0px;
}

.sdictionary__sidebar {
    height: 100%;
    overflow-y: auto;
    border-right: 1px solid #cacfd4;
    border-left: 1px solid #cacfd4;
}

.sdictionary__create {
    border-left: 1px solid #cacfd4;
    border-top: 1px solid #cacfd4;
    border-bottom: 1px solid #cacfd4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0px 10px;
}

.sdictionary__create-init {
    font-size: 20px;
}

    .sdictionary__create-init:hover, .sdictionary__create-init :active, .sdictionary__create-init :focus {
        text-decoration: none;
    }

.sdictionary__sidebar-item {
    display: inline-block;
    padding: 5px 10px 5px 15px;
    width: 100%;
    line-height: 1.3;
    border-bottom: 1px solid #cacfd4;
	color: var(--litegrey) !important;
}

    .sdictionary__sidebar-item:last-child {
        border-bottom: none;
    }

    .sdictionary__sidebar-item.active {
        background-color: #cacfd4;
        color: #fff !important;
    }

    .sdictionary__sidebar-item:hover {
        background-color: #cacfd4;
        color: #fff !important;
    }

    .sdictionary__sidebar-item:hover, .sdictionary__sidebar-item:active, .sdictionary__sidebar-item:focus {
        text-decoration: none;
    }

.sdictionary__sidebar-list {
    overflow: auto;
    height: calc(100% - 32px);
}

.sdictionary__delete {
    position: absolute;
    right: 15px;
    top: 0;
}

.sdictionary__edit .form-control {
    max-width: 300px;
}

/* sdictionary content end
-------------------------------------------------- */


/* dictionary layout start (Agent)
-------------------------------------------------- */


.dictionary {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50px 1fr;
    grid-template-areas: "filters" "d-content";
    grid-gap: 15px;
}

    .dictionary > div{
        padding: 0 15px;
    }

    .dictionary > header {
        grid-area: header;
    }


    .dictionary .title-row {
        grid-area: title;
        padding: 0 0 0 15px;
    }

    .dictionary > .dictionary__filters {
        grid-area: filters;
    }

    .dictionary > .dictionary__main {
        grid-area: d-content;
        position: relative;
    }


.title-row h1 {
    margin: 0px;
}
/* dictionary layout start
-------------------------------------------------- */



/* dictionary content start
-------------------------------------------------- */
.dictionary__data td{
    padding: 4px;
}

.dictionary__data-th {
    color: #fff;
    text-decoration: none;
}


    .dictionary__data-th:hover, .dictionary__data-th:focus, .dictionary__data-th:active {
        color: #fff;
        text-decoration: underline;
    }

.dictionary__filters{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dictionary__create{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

.dictionary__create-init {
    font-family: sans-serif;
    font-size: 21px;
    line-height: 1;
    padding: 2px 6px;
    border: 1px solid black;
    display: inline-block;
    border-radius: 2px;
    font-weight: 500;
    color: #000;
    background-color: var(--darkyellow);
}

.dictionary__create-init:hover {
	background-color: var(--darkgrey);
	color: var(--darkyellow);
	transition: all 0.3s;
}

    .dictionary__create-init:hover, .dictionary__create-init:active, .dictionary__create-init:focus {
        text-decoration: none;
    }

.dictionary__data-column{
    width: 100%;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.dictionary__data-column img{
    max-width: 16px;
}

.dictionary__class-filter{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 300px;
    width: 100%;
}

    .dictionary__class-filter + .dictionary__class-filter{
        margin-left: 20px;
    }

    .dictionary__class-filter h5 {
        font-size: 14px;
        margin-right: 20px;
        margin-bottom: 0px;
    }
    /* dict agent start
-------------------------------------------------- */
    .dictionary__agent-id {
        width: 50px;
    }
.dictionary__agent-fullname{
    width: 20%;
}
.dictionary__agent-phone{
    width: 150px;
}

.dictionary__agent-email{
    width: 20%;
}

.dictionary__agent-note {
    max-width: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.edit--error {
    display: inline-block;
    max-width: 600px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* dict agent end
-------------------------------------------------- */
/* dict operation start
-------------------------------------------------- */
.dictionary__operation-fulldate {
    width: 15%;
}

.dictionary__operation-class {
    width: 15%;
}

.dictionary__operation-code {
    width: 150px;
}
.dictionary__operation-accenter{
    width: 170px;
}
.dictionary__operation-counterparty {
    width: 150px;
}
.dictionary__operation-status {
    width: 150px;
}
.dictionary__operation-total {
    width: 130px;
}
.dictionary__operation-note {
    max-width: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* dict operation end
-------------------------------------------------- */
.dictionary__remove {
    position: absolute;
    top: 0px;
    right: 15px;
}

.remove-container {
    position: absolute;
    top: -42px;
    right: 2px;
}

/* dictionary content end
-------------------------------------------------- */



/* projects layout start (Project)
-------------------------------------------------- */


.projects {
    display: grid;
    width: 100%;
    grid-template-columns: 250px 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "sidebar content";
    height: calc(100vh - 150px);
}

.finances {
	display: grid;
	width: 100%;
	grid-template-columns: 250px 1fr 270px;
	grid-template-rows: 1fr;
	grid-template-areas: "sidebar content info";
	height: calc(100vh - 150px);
}

	.finances.finances-oplist {
		grid-template-columns: 250px 1fr;
		grid-template-areas: "sidebar content";
	}

	.projects > .title-row, .finances > .title-row {
		grid-area: title;
		padding: 0 0 0 15px;
	}

    .projects > div{
        /*height: 100vh;*/
    }


	.projects > .projects__sidebar, .finances > .finances__sidebar {
		display: flex;
		position: relative;
		grid-area: sidebar;
		overflow-y: auto;
		padding: 0;
		height: 100%;
	}
	.finances > .finances__sidebar {
		background-color: var(--sdarkgrey);
	}
	/*.projects > .projects__sidebar::-webkit-scrollbar {
            background-color: #D4D4D4;
            width: 15px;
        }

        .projects > .projects__sidebar::-webkit-scrollbar-track {
            background-color: #D4D4D4;
        }

        .projects > .projects__sidebar::-webkit-scrollbar-thumb {
            background-color: var(--litegrey);
        }

        .projects > .projects__sidebar::-webkit-scrollbar-button {
            display: none;
        }*/


	.projects > .projects__main, .finances > .finances__main {
		grid-area: content;
		position: relative;
		padding: 30px 20px 20px 20px;
		overflow-y: hidden;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

		.finances > .finances__main{
			background: transparent;
			overflow: auto;
		}

.finances.finances-oplist .finances__main {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*.projects > .projects__main::-webkit-scrollbar {
            background-color: #D4D4D4;
            width: 15px;
        }

        .projects > .projects__main::-webkit-scrollbar-track {
            background-color: #D4D4D4;
        }

        .projects > .projects__main::-webkit-scrollbar-thumb {
            background-color: var(--litegrey);
        }

        .projects > .projects__main::-webkit-scrollbar-button {
            display: none;
        }*/
/* projects layout end (Project)
-------------------------------------------------- */
/* project content start
-------------------------------------------------- */
.projects__sidebar, .finances__sidebar {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow-y: auto;
}

.finances > .finances__info {
	grid-area: info;
	position: relative;
	background: var(--sdarkgrey);
}


.projects__filters, .finances__filters {
	padding-top: 20px;
	width: 100%;
}

.projects__filters-item, .finances__filters-item {
	display: flex;
	align-items: center;
	padding-bottom: 3px;
}

	.finances__filters-item label{
		color: var(--litegrey);
	}
	/*.project-item {
	margin-bottom: 30px;
}*/
	.project-item:hover {
		text-decoration: none;
		cursor: pointer;
	} 

.smal-indent{
	margin-right: 3px;
}

.smal-indent:last-child{
	margin-right: 0px;
}

.project-item.active {
	outline: 4px solid var(--darkyellow);
}

    .project-item__image {
        max-width: 200px;
        height: 178px;
        margin: 0px auto;
        display: block;
    }

.project__filters-header, .finances__filters-header {
	font-size: 13px;
	color: var(--gainsboro);
	font-family: 'Montserrat',sans-serif,Arial;
}
/* project content end
-------------------------------------------------- */
.index-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
    background-size: cover;
}

    .index-container > div{
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .index-container > div:last-child{
        margin-right: 0px;
    }
    /* widget content start
-------------------------------------------------- */
.w__header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: var(--darkgrey);
	padding: 0 20px;
	width: 100%;
	height: 60px;
	position: relative;
}

    /*.w__header .dropdown-menu-messages {
        width: 330px;
    }*/

    .w__header .dropdown-menu-messages .messages {
        max-height: 180px;
    }

    @media all and (min-width: 1600px){
        .w__header .dropdown-menu-messages .messages {
            max-height: 240px;
        }
    }

.w__header-title {
    font-family: "Montserrat",sans-serif,Arial;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0px;
    text-transform: uppercase;
    color: var(--white);
}
    .w__header-title a{
        color: inherit !important;
   }
        .w__header-title a:focus, .w__header-title a:hover, .w__header-title a:active {
            color: inherit !important;
            text-decoration: underline;
        }

    .w__header-settings {
        border: none;
        margin-left: auto;
        width: 28px;
    }

.w__header-settings span{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--grey); 
}

    .w__header-settings span + span {
        margin-top: 3px;
    }

.widget-projecttask {
	max-width: 1200px;
	width: 100%;
}

.w__body{
	height: 100%;
}

.w-height{
	height: 300px !important;
}

.w__body, .w__body-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
[target="project"].w__body, .w__body-content {
	flex-wrap: nowrap;
}


.w__body-content{
	background-color: var(--sdarkgrey);
}

.w__body-header {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 14px;
	height: 30px;
	border-bottom: 1px solid var(--gainsboro);
	font-family: "Montserrat",sans-serif,Arial;
}



.w__menu-toggler {
	z-index: 6;
	cursor: pointer;
}

.w__menu {
    display: none;
    z-index: 5;
    padding-top: 60px;
    width: 210px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--white);
    -webkit-box-shadow: -3px 3px 0px 3px rgba(128,128,128,0.22);
    -moz-box-shadow: -3px 3px 0px 3px rgba(128,128,128,0.22);
    box-shadow: -3px 3px 0px 3px rgba(128,128,128,0.22);
}

.w__messages, .messages-cnt, .additional-messages-cnt {
	display: block;
	font-family: "Montserrat",sans-serif,Arial;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	padding: 6px 10px 3px 10px;
	color: var(--white);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 7;
	background-color: var(--darkpink);
	border: none;
}

.w__menu-item {
    display: inline-block;
    width: 100%;
    font-family: "Montserrat",sans-serif,Arial;
    font-size: 12px;
    line-height: 1.2;
    color: var(--darkgrey);
    padding: 12px 18px;
}

    .w__menu-item:hover {
        color: var(--darkgrey);
    }
/* widget content end
-------------------------------------------------- */
/* widget project content start
-------------------------------------------------- */
.w-project-container {
    display: none;
    width: 45%;
}

.w-project, .project-item {
	position: relative;
	text-decoration: none;
	background: url('/images/no_image_1200.png') center center no-repeat;
	background-size: cover;
}

.widget-project--engineer-mw {
	min-width: 180px !important;
}

.w-project, .project-item, .dots-button-control {
/*	width: 260px;
	height: 360px;*/
	width: 220px;
	height: 300px;
}

.dots-button-control {
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: center;
	background-color: var(--sdarkgrey);
	flex-shrink: 0;
	transform-origin: left top;
	position: relative;
	z-index: 1;
	cursor: pointer;
	overflow: hidden;
	transition: box-shadow 0.7s;
}

[target="project"] .dots-button-control{
	display:none;
}
/*.widget-project .dots-button-control {
	position: absolute;
	left: 0;
	top: 60px;
}*/
.dots-button-control-footer {
	position: absolute;
	bottom: 20px;
	display: flex;
	align-items: center;
}

	.dots-button-control-footer img{
		width: 40px;
	}
	.dots-button-control-footer span {
		font-size: 12px;
	}

	.dots-button-control-clip {
		width: 15px;
		height: 15px;
		position: absolute;
		z-index: 3;
	}

.top-left-clip {
	top: 0;
	left: 0;
	border-top: 1px solid var(--darkyellow);
	border-left: 1px solid var(--darkyellow);
}
.top-right-clip {
	top: 0;
	right: 0;
	border-top: 1px solid var(--darkyellow);
	border-right: 1px solid var(--darkyellow);
}
.bottom-left-clip {
	bottom: 0;
	left: 0;
	border-bottom: 1px solid var(--darkyellow);
	border-left: 1px solid var(--darkyellow);
}
.bottom-right-clip {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid var(--darkyellow);
	border-right: 1px solid var(--darkyellow);
}


.dots-button-control-title-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
}

.dots-button-control-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: var(--sdarkgrey);
	z-index: 2;
	color: var(--darkyellow);
	font-family: "Montserrat", sans-serif, Arial;
	font-weight: 200;
	text-align: center;
	padding: 8px 0;
	font-size: 14px;
	width: 115px;
}

.dots-button-control .dots-wrapper {
	transform: translateZ(0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

	.dots-button-control .dot {
		position: relative;
		z-index: 1;
		width: 2px;
		height: 2px;
		margin: 9px;
		background-color: var(--sdarkgrey);
		border-radius: 50%;
	}

@media (min-width: 900px) {
	.dots-button-control .dot {
		background-color: transparent;
		background-image: linear-gradient(180deg, var(--darkyellow) 8%, var(--darkyellow) 100%);
	}
}

.widget-project {
	width: 564px;
	position: relative;
}

.widget-project .w__content {
	min-height: 235px;
	height: 235px;
}

		.widget-project .w-project, .widget-project .project-item {
			margin-right: 3px;
		}

.w-project:hover {
	text-decoration: none;
}

	.w-project:hover, .w-project:focus, .w-project:active {
		text-decoration: none;
	}

    .w-project:last-child {
        margin-right: 0px;
    }

.w-project__title, .project-item__name, .projects__info-title, .project__info-title {
	font-family: "Oswald",sans-serif,Arial;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	padding: 13px 15px 11px 15px;
	text-transform: uppercase;
	color: var(--gainsboro);	
	background-color: rgba(0,0,0,0.80);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.project-item__manager{
	display: flex;
	align-items: center;
	background-color: var(--darkgrey);
	height: 25px;
	width: 100%;
	font-size: 13px;
	padding-left: 15px;
}

.w-project__code, .project-item__code, .projects__info-code, .project__info-code {
	display: inline-block;
	font-family: "Oswald",sans-serif,Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	color: var(--black);
	padding: 7px 10px 6px 15px;
	background-color: var(--darkyellow);
	white-space: nowrap;
}

.w-project__progress, .project-item__progress {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Oswald",sans-serif,Arial;
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 0;
	color: var(--darkgrey);
	background: var(--gainsboro);
}

.w-project__progress {
	height: 45px;
	width: 45px;
	font-size: 26px;
}
.project-item__progress {
	height: 45px;
	width: 45px;
	font-size: 26px;
	position: relative;
}

.project--bottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.project-item__totalprice {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--black);
    color: var(--darkyellow);
    font-family: "Oswald",sans-serif,Arial;
	font-weight: bold;
    font-size: 20px;
    padding-top: 11px;
    padding-bottom: 10px;
    line-height: 1;
    flex: 1;
    padding-left: 15px;
    overflow: hidden;
}

.finances-project-item__totalprice {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: var(--gainsboro);
	color: var(--black);
	font-family: "Oswald",sans-serif,Arial;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	width: 100%;
}

	.finances-project-item__totalprice .label{
		display: none;
	}

	.finances-project-item__column {
		display: flex;
		flex-wrap: wrap;
		width: 50%;
	}

	.finances-project-item__manager {
		font-size: 16px;
	}

.finances-project-item__manager .label {
	font-size: 12px;
}

.project-item__totalprice > span:first-child {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 120px;
}

.finances-project-item__paid{
	display: flex;
	align-items: center;
	width: 100%;	
	background: var(--darkgrey);
}

	.finances-project-item__paid .label {
		color: var(--litegrey);
		font-size: 11px;
		font-family: "Montserrat", sans-serif, Arial;
	}

.finances-project-item__debt{
	display: flex;
	align-items: center;
	width: 100%;	
	background: var(--litegrey);
}
	.finances-project-item__paid .label, .finances-project-item__debt .label{
		min-width: 40px;
	}
	.finances-project-item__debt .label {
		color: var(--white);
		font-size: 11px;
		font-family: "Montserrat", sans-serif, Arial;
	}


	.project-item__csymbol {
		line-height: 1;
		align-self: flex-start;
		font-size: 14px;
		padding-top: 3px;
		display: inline-block;
		padding-left: 1px;
	}
.finances-project-item__csymbol {
	line-height: 1;
	align-self: flex-start;
	font-size: 14px;
	padding-top: 3px;
	display: inline-block;
	padding-left: 1px;
}

.project-item__status {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: var(--darkgreen);
    font-family: "Montserrat",sans-serif,Arial;
    letter-spacing: 2px;
    text-transform: uppercase;
	font-size: 12px;
	min-height: 20px;
}

.project-item__cdate {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: var(--grey);
    font-family: "MontserratRetular",sans-serif,Arial;
    text-transform: uppercase;
	font-size: 12px;
}



.widget-finances {
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	max-width: 600px;
	width: 100%;
	/*order: 1;*/
}

.widget-calendar {
	order: 2;
}

.widget-rating {
	order: 3;
}

.widget-currencyRate {
	order: 4;
}



@media all and (min-width: 1816px) {
	.widget-currencyRate {
		order: 2;
	}

	.widget-calendar {
		order: 3;
	}

	.widget-rating {
		order: 4;
	}
}

@media all and (min-width: 2026px) {
	.widget-calendar {
		order: 2;
	}

	.widget-rating {
		order: 3;
	}

	.widget-currencyRate {
		order: 4;
	}
}

@media all and (min-width: 1300px) {
	.dots-button-control-offset .project-item:first-child {
		margin-left: 223px;
	}
/*	.w-project, .project-item, .dots-button-control {
		width: 220px;
		height: 300px;
	}*/
	.widget-project {
		width: 684px;
	}

	.widget-project--engineer-mw {
		min-width: 220px !important;
	}

	.w-project__title, .project-item__name, .projects__info-title, .project__info-title {
		font-size: 22px;
	}

	.project-item__manager {
		height: 30px;
		font-size: 15px;
	}

	.project-item__cdate{
		font-size: 14px;
	}

	.project-item__status{
		min-height: 30px;
		font-size: 14px;
	}

	.project-item__totalprice {
		font-size: 24px;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.finances-project-item__totalprice {
		font-size: 32px;
	}



	.w-project__progress, .project-item__progress {
		height: 60px;
		width: 60px;
		font-size: 35px;
		position: relative;
	}

/*	.widget-project {
		min-width: 100%;
		max-width: 100%;
	}*/

		.widget-project .w__content {
			min-height: 315px;
			height: 315px;
		}

	.dots-button-control-clip {
		width: 20px;
		height: 20px;
		position: absolute;
		z-index: 3;
	}

	.dots-button-control-title {
		width: 140px;
		padding: 12px 0;
		font-size: 16px;
	}

	.dots-button-control-footer img {
		width: 60px;
	}

	.dots-button-control-footer span {
		font-size: 10px;
	}
}

@media all and (min-width: 1600px) {
	.dots-button-control-offset .project-item:first-child {
		margin-left: 263px;
	}
	.w-project, .project-item, .dots-button-control {
		width: 260px;
		height: 360px;
	}

	.widget-project--engineer-mw {
		min-width: 260px !important;
	}

	.w-project__code, .project-item__code, .projects__info-code, .project__info-code {
		font-size: 18px;
	}

	.w-project__progress {
		height: 105px;
		width: 105px;
		font-size: 55px;
	}

	.widget-project {
		width: 804px;
	}

	.finances-project-item__column {
		width: 100%;
	}
	.finances-project-item__totalprice {
		font-size: 38px;
		padding-top: 11px;
		padding-bottom: 11px;
		align-items: flex-end;
	}
	.finances-project-item__paid, .finances-project-item__debt {
		width: 50%;
		flex-wrap: wrap;
		align-content: center;
		height: 60px;
		font-size: 18px;
	}
		.finances-project-item__paid .label, .finances-project-item__debt .label{
			width: 100%;
			margin-bottom: 0px !important;
		}
	.finances-project-item__totalprice .label {
		display: inline-block;
	}

	.widget-project .w__content {
		min-height: 375px;
		height: 357px;
	}
}
    /* widget project content end
-------------------------------------------------- */
    /* widget task content start
-------------------------------------------------- */

.w-task {
    width: 100%;
    position: relative;
}

.w-task__headers{
    display: flex;
    align-items: center;
	background-color: var(--white);
}

.w__body-header.w-task__headers{
	height: 30px;
}

.w-task__headers-item {
	display: flex;
	flex-shrink: 0;
	justify-content: flex-start;
	color: var(--darkgrey);
	font-family: "Montserrat",sans-serif,Arial;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	padding: 10px 0 6px 0px;
}

.w-task__headers-progress, .w-task__item-progress {
    width: 17%;
}

.w-task__headers-progress {
    padding-left: 18px;
}

.w-task__headers-status, .w-task__item-status {
    width: 16%;
    padding-left: 14px;
}

.w-task__headers-priority, .w-task__item-priority {
    width: 18%;
}

.w-task__headers-name, .w-task__item-name {
    width: 49%;
}

.w-task__headers-name{
	padding-left: 10px;
}


.w-task__content {
	background-color: #fff;
	overflow: auto;
}

.w-task__item{
    min-height: 60px;
    display: flex;
    color: var(--grey);
	width: 100%;
	text-decoration: none;
}

	.w-task__item:hover {
		text-decoration: none;
		color: var(--grey);
	}

.w-task__item-progress, .w-task__item-status, .w-task__item-priority {
    display: flex;
    align-items: center;
}

.w-task__item-status, .w-task__item-priority, .w-task__item-name {
    font-size: 14px;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
    color: inherit;
}

.w-task__item-progress {
	justify-content: center;
	font-family: "Oswald",sans-serif,Arial;
	font-weight: 500;
	font-size: 35px;
	color: inherit;
	/*color: var(--darkgrey);*/
}

.w-task__item-status {
	font-family: "Montserrat",sans-serif,Arial;
	font-weight: 300;
}

.w-task__item-priority {
	font-family: "Montserrat",sans-serif,Arial;
	font-weight: 300;
	text-transform: uppercase;
	padding-left: 6px;
}

.mnst--bold {
    font-family: "Montserrat",sans-serif,Arial;
	font-weight: bold;
}

.w-task__item-name {
	font-family: "Montserrat",sans-serif,Arial;
	font-weight: 300;
	padding-left: 10px;
	padding-right: 20px;
	flex: 1;
	display: flex;
	align-items: center;
}

.text--success{
    color: var(--darkgreen);
}

.text--error {
    color: var(--darkpink);
}

.text--unknown {
    color: var(--litegrey);
}
.w-task__item.text--unknown .w-task__item-progress, 
.w-task__item.text--error .w-task__item-progress {
    color: inherit;
}

/* widget task content end
-------------------------------------------------- */



/* haeder banner text content start
-------------------------------------------------- */

.haeder-banner-text{
    height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: var(--gainsboro);
}

.haeder-banner-text-link-container{
	flex-shrink: 0;
	background-color: inherit;
	display: flex;
	height: 100%;
}

.haeder-banner-text-link {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	padding-left: 30px;
	height: inherit !important;
	cursor: pointer;
	color: inherit;
	background-color: var(--grey);
	font-size: 22px;
	margin-right: 140px;
	/*margin-right:auto;*/
	font-family: "Montserrat", sans-serif, Arial;
	position: relative;
	z-index: 1;
}

	.haeder-banner-text-link:after {
		content: '';
		display: block;
		height: inherit;
		width: 220px;
		background-color: inherit;
		clip-path: polygon( 75% 100%, 0 100%, 0% 0%, 76% 0%, 66% 50%, 76% 100%, 76% 105%, 82% 105%, 82% 100%, 73% 50%, 82% 0%, 88% 0%, 79% 50%, 88% 100%, 82% 100%, 82% 105%, 76% 105%, 76% 100%, 94% 105%, 94% 100%, 85% 50%, 94% 0%, 100% 0%, 91% 50%, 100% 100% );
		position: absolute;
		right: -110px;
		z-index: -1;
		height: 100%;
	}

.header-banner-info {
	font-size: 22px;
	font-family: "Montserrat", sans-serif, Arial;
	color: var(--gainsboro);
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#header-banner-tab-content{
	padding-left: 100px;
}

.haeder-banner-text-link-container:hover .haeder-banner-text-link {
	color: inherit !important;
	background-color: #8c8b8b;
}

	.haeder-banner-text-link-container:hover .haeder-banner-text-link:after {
		animation: 1s linear 0s infinite alternate move_arrow;
	}

@keyframes move_arrow {
	from {
		right: -110px;
	}

	to {
		right: -100px;
	}
}
	.haeder-banner-text h2 {
		font-size: 22px;
	}

.content-container{
    padding-top: 30px;
}


/* haeder banner text content end
-------------------------------------------------- */


/* header menu content start
-------------------------------------------------- */

.header-menu {
    flex-basis: 185px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    position: relative;
}

	.header-menu.active .header-menu__submenu {
		height: auto;
		transition: all 0.3s;
		padding-top: 35px;
		padding-bottom: 20px;
	}

    .header-menu > li {
        display: flex;
    }

.header-menu__submenu {
    display: block;
    overflow: hidden;
    height: 0px;
    position: absolute;
    top: 99%;
    left: 0px;
    width: 100%;
    background-color: var(--darkyellow);
    padding-left: 28px;
    list-style: none;
    z-index: 7;
    transition: all 0.3s;
}

.header-menu__submenu-item a {
    color: var(--black);
    font-size: 13px;
    font-family: "Oswald",sans-serif,Arial;
	font-weight: 500;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    text-transform: uppercase;
}

    .header-menu__item:last-child{
        padding-bottom: 0px;
    }

.login-form-company-image {
	height: 90px;
	max-width: 250px;
	object-fit: contain;
}


@media all and (max-width: 991px) {
	.main {
		grid-template-rows: 60px 1fr;
	}
	/*header*/
	.header-menu {
		flex-basis: 125px;
	}

	.brand-logo {
		height: 60px;
	}

	.header-message-box {
		padding: 6px 20px;
	}

	.header-messages-container div {
		font-size: 11px;
	}

	.additional-messages-button {
		width: 50px;
	}

	.additional-messages-icon-container {
		width: 20px;
		height: calc(100% - 22px);
	}

	.additional-messages-cnt {
		padding: 3px 4px;
		font-size: 12px;
	}

	.login__user-info {
		padding-top: 8px;
		max-width: 190px;
	}

	.login__user-name {
		font-size: 13px;
	}

	.login__user-email {
		font-size: 11px;
		padding-top: 4px;
	}

	.user__status-toggler {
		font-size: 11px;
		padding: 2px 20px;
	}

	.stlist:before {
		top: -15px;
		font-size: 11px;
		min-height: 15px;
	}

	.login__user-image {
		height: 60px;
		width: 60px;
	}

	.login-form-company-image {
		height: 60px;
	}

	.login__user--top {
		padding-right: 15px;
	}

	.additional-messages-item .dropdown-menu-messages {
		left: 0;
		-webkit-box-shadow: 3px 3px 0px 3px rgb(128 128 128 / 22%);
		-moz-box-shadow: 3px 3px 0px 3px rgba(128,128,128,0.22);
		box-shadow: 3px 3px 0px 3px rgb(128 128 128 / 22%);
		width: 240px;
	}
	/*project card*/
	.widget-project .w__content, .widget-projecttask .w__content {
		height: 300px;
	}

	.dots-button-control-offset .w-project:first-child {
		margin-left: 223px;
	}

	.widget-projecttask {
		max-width: none;
	}

	.w-project__progress {
		height: 65px;
		width: 65px;
		font-size: 35px;
	}

	.withcontrol {
		font-size: 14px;
	}
	/*project task page*/
	.task-content--fixed {
		width: 350px;
	}

	.task-content__status {
		width: 150px;
		flex-shrink: 0;
	}

	.project-tasks-page .w-task__headers-status {
		width: 150px;
	}

	.authentification-link, .logout-btn {
		padding: 4px 6px;
		font-size: 13px;
	}
	.projects {
		height: calc(100vh - 120px);
	}
}


@media all and (max-width: 767px) {
	.w__header {
		height: 45px;
		padding: 0 15px;
	}

	.w__header-title {
		font-size: 18px;
	}
	.header-message-box {
		padding: 6px 12px;
	}
	.header-message-box .button-default{
		font-size:12px;
	}
	.header-menu {
		flex-basis: 60px;
		position: static;
	}
	.header-menu.active .brand-logo {
    border-right: 1px solid var(--darkgrey);
    border-bottom: 1px solid var(--darkgrey);
	}
	.brand-logo {
		background: url(/images/oddin-logo-mobile.png) center center no-repeat;
		z-index: 99999;
	}
	.header-menu__submenu {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		top: 0px;
	}

	.header-menu.active .header-menu__submenu {
		height: 100vh;
		z-index: 99;
	}

	.header-menu__submenu-item a {
		text-align: center;
		font-size: 18px;
		padding-bottom: 25px;
	}

	.header-menu__submenu-item:last-child a {
		padding-bottom: 0px;
	}

}

@media all and (max-width: 465px) {
	.header-message-box {
		max-width: 75px;
		padding-left:6px;
		padding-right:6px;
	}
	.contact-us-btn{
		display:none;
	}
	.send-email-btn{
		display:block!important;
	}

	.header-message-box .button-default {
		font-size: 24px;
		width: 40px;
		/*color: var(--darkyellow)!important;*/
	}
	.login-form:first-of-type {
		width: calc(100% - 106px);
	}

	.login__user--top {
		width: 100%;
	}

	.header-login-box {
		width: calc(100% - 135px);
		padding-left: 5px;
	}
}

	/* header menu content end
-------------------------------------------------- */


	/* minions list content start
-------------------------------------------------- */

	.minions-list {
		display: block;
		padding-left: 15px;
		margin: 0px;
		list-style: none;
		margin-top: 15px;
	}

	.minions-list__item {
		padding-bottom: 10px;
	}

		.minions-list__item:last-child {
			padding-bottom: 0px;
		}

	/* minions list content end 
-------------------------------------------------- */



	/* w crates content start 
-------------------------------------------------- */

	.w-crates-container {
		width: 240px;
		display: none;
	}

	.w-crates__item {
		min-height: 60px;
		display: flex;
		background-color: var(--white);
		justify-content: flex-end;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 100%;
	}

	.w-crates__item-currency {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 15px;
		width: 30%;
		margin-right: auto;
		font-size: 16px;
		font-family: "Montserrat",sans-serif,Arial;
		font-weight: 500;
		color: var(--litegrey);
		text-transform: uppercase;
		padding-right: 10px;
	}

	.w-crates__item-buy, .w-crates__item-sell {
		display: flex;
		padding-left: 0px;
		width: 28%;
		font-size: 16px;
		font-family: "Montserrat",sans-serif,Arial;
		font-weight: 500;
		color: var(--grey);
	}

	.w-crates__item-buy {
		align-items: flex-start;
		justify-content: flex-end;
		padding-right: 7px;
		position: relative;
	}

		.w-crates__item-buy:after {
			display: block;
			content: '';
			position: absolute;
			right: 0px;
			bottom: 0px;
			width: 50px;
			height: 1px;
			background-color: var(--gainsboro);
			transform: translate(26px,-22px) rotate(139deg);
		}

	.w-crates__item-sell {
		align-items: flex-end;
		justify-content: flex-start;
		padding-left: 7px;
	}

	/* w crates content end 
-------------------------------------------------- */


	/* w ratings content start 
-------------------------------------------------- */

	.w-rating-container {
		width: 220px;
	}

	.w-rating {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.w-rating__content {
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: var(--darkyellow);
		color: var(--grey);
		font-size: 150px;
		line-height: 1;
		padding-bottom: 40px;
		font-family: "Oswald",sans-serif,Arial;
		font-weight: bold;
	}

	.w-rating__footer {
		display: flex;
		align-items: center;
		padding-left: 30px;
		background-color: var(--darkgrey);
		color: var(--darkyellow);
		min-height: 60px;
		font-family: "Montserrat",sans-serif,Arial;
		font-size: 20px;
		letter-spacing: 1px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	/* w ratings content start 
-------------------------------------------------- */


	/* status menu content start 
-------------------------------------------------- */

	.user__status-toggler {
		width: 100%;
		border: none;
		font-family: "Monsterrat",sans-serif,Arial;
		font-size: 14px;
		font-weight: bold;
		display: block;
		text-align: right;
		padding: 5px 20px;
		position: absolute;
		bottom: 0px;
		line-height: 1;
		background-color: inherit;
	}

		.user__status-toggler:focus {
			outline: none;
		}

	.stlist {
		display: none;
		list-style: none;
		position: absolute;
		padding: 0px;
		margin: 0px;
		left: 0px;
		top: 100%;
		width: 100%;
	}

		.stlist:before {
			display: flex;
			align-items: center;
			padding-left: 30px;
			content: 'Set current status';
			position: absolute;
			top: -24px;
			width: 100%;
			background-color: var(--white);
			color: var(--gainsboro);
			font-size: 13px;
			line-height: 1;
			min-height: 24px;
		}

	.stlist__item {
		display: flex;
		flex-direction: column;
		padding: 15px 75px 15px 30px;
		background-color: var(--sahara);
		color: black;
		position: relative;
		cursor: pointer;
		animation-duration: 500ms;
		animation-timing-function: ease-in-out;
	}

		.stlist__item:nth-child(odd) {
			animation-name: topRightOdd;
		}

		.stlist__item:nth-child(even) {
			animation-name: topLeftEven;
			/*animation-delay: 200ms;*/
		}

	@keyframes topLeftEven {
		0% {
			opacity: 0;
			left: 40px;
		}

		100% {
			opacity: 1;
			left: 0px;
		}
	}

	@keyframes topRightOdd {
		0% {
			opacity: 0;
			right: 40px;
		}

		100% {
			opacity: 1;
			right: 0px;
		}
	}

	.stlist__item-name {
		line-height: 1.2;
		font-size: 16px;
		font-family: "Montserrat",sans-serif,Arial;
		font-weight: bold;
		color: inherit;
		padding-bottom: 1px;
	}

	.stlist__item-note {
		line-height: 1.2;
		font-size: 13px;
		font-family: "Montserrat",sans-serif,Arial;
		font-weight: 300;
		color: var(--grey);
	}

	.current--status:after {
		content: 'check';
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		font-family: 'Material Icons';
		font-weight: normal;
		font-style: normal;
		font-size: 40px;
		line-height: 1;
		text-shadow: 1px 1px white;
		letter-spacing: inherit;
		text-transform: none;
		display: inline-block;
		white-space: nowrap;
		word-wrap: normal;
		direction: ltr;
		-webkit-font-feature-settings: 'liga';
		-webkit-font-smoothing: antialiased;
	}

	/* status menu content end 
-------------------------------------------------- */

	/* projects page -> project info block content start 
-------------------------------------------------- */

	.projects__info-image {
		display: flex;
		height: 50%;
		/*max-height: 650px;*/
		background-size: cover !important;
		position: relative;
		text-decoration: none;
		background-color: var(--litegrey);
	}

		.projects__info-image:hover, .projects__info-image:focus, .projects__info-image:active {
			color: inherit;
		}

	.projects__info-title {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 22px;
		width: 100%;
	}


	.projects__info-content {
		height: 50%;
	}

	.projects__info-status, .projects__info-general, .projects__info-progress, .projects__info-employees, .project__info-progress {
		padding: 7px 10px;
		font-size: 12px;
		font-family: "Montserrat",sans-serif,Arial;
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-evenly;
		background-color: var(--white);
		color: var(--black);
	}

		.projects__info-status .label {
			min-width: 80px;
		}

		.projects__info-status .label, .projects__info-general .label, .projects__info-progress .label, .projects__info-employees .label {
			font-family: "Montserrat",sans-serif,Arial;
			font-weight: 300;
			display: inline-block;
		}

	.projects__info-status {
		height: 34%;
	}

	.projects__info-general {
		background-color: var(--darkgrey);
		color: var(--white);
		height: 20%;
	}

		.projects__info-general .label {
			color: var(--gainsboro);
		}

	.projects__info-progress {
		color: var(--darkgrey);
		background: var(--gainsboro);
		height: 20%;
	}

	.projects__info-employees {
		background-color: var(--white);
		height: 26%;
		color: var(--darkgrey);
	}

	.rightpanel-label {
		min-width: 125px !important;
	}

	@media all and (min-width: 1600px) {
		.projects {
			grid-template-columns: 250px 1fr;
		}

		.projects__info-image {
			height: 65%;
		}

		.projects__info-content {
			height: 35%;
		}

		.projects__info-status, .projects__info-general, .projects__info-progress {
			font-size: 14px;
			padding: 10px 15px;
		}
	}

	/* projects page -> project info block content end 
-------------------------------------------------- */

	#rightpanel-buffer {
		display: none;
	}

	.absolute--bottom {
		bottom: 0px;
	}

	/* project page 
-------------------------------------------------- */

	.project-page-content, .operation-page-content {
		display: flex;
		width: 100%;
	}

	.operation-page-content {
		flex-wrap: wrap;
	}

	.project__side {
		display: flex;
		flex-wrap: wrap;
		width: 350px;
		align-content: flex-start;
	}

	.project__info {
		margin-bottom: 30px;
	}

	.project__info-image {
		display: flex;
		height: 300px;
		position: relative;
		text-decoration: none;
		background: url('/images/no_image_1200.png') center center no-repeat;
		background-size: cover;
	}

		.project__info-image.active .project__info-image-input {
			display: inline-block;
		}

	.input-image-text {
		width: 90%;
		display: none;
		margin: 0px auto;
		border: 1px solid var(--darkyellow);
		box-shadow: unset !important;
	}

	.project__info-image-input {
		align-self: center;
		width: 90%;
		display: none;
		margin: 0px auto;
		border: none;
	}

	.project__info-note {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0px;
		background-color: rgba(255,255,255,0.8);
	}

		.project__info-note textarea {
			display: block;
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 57px;
			background-color: transparent;
			padding: 30px 30px 30px 20px;
			resize: none;
			line-height: 1.2;
			font-size: 13px;
			font-family: "Monsterrat",sans-serif,Arial;
			width: 100%;
			border: none;
		}

	.project__info-code {
		position: absolute;
		left: 0;
		top: 0;
	}

	.project__info-title {
		flex: 1;
	}

	.project__info-more {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 57px;
		background: rgba(53,53,53,0.6) url('/images/note-button.png') center center no-repeat;
		align-self: stretch;
		color: var(--white) !important;
		font-family: "Montserrat",sans-serif,Arial;
		font-size: 14px;
		border: none;
		cursor: pointer;
	}

		.project__info-more:focus {
			outline: none;
		}

		.project__info-more.active {
			z-index: 1;
			background-color: rgba(135,135,135,0.6);
			background-image: url('/images/note-button-off.png');
		}

	.project__info-progress {
		padding: 12px 15px 12px 20px;
		font-size: 35px;
	}

		.project__info-progress .percentage {
			align-self: start;
			padding-left: 1px;
			font-size: 33px;
			font-family: "Oswald",sans-serif,Arial;
			font-weight: 500;
		}

	.project__info-row {
		background-color: var(--darkgrey);
		min-height: 60px;
		padding-left: 20px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

		.project__info-row .label {
			min-width: 112px;
		}

	.project__info-dates {
		display: flex;
		align-items: center;
		font-size: 14px;
		font-family: "Montserrat",sans-serif,Arial;
	}

		.project__info-dates .label {
			min-width: 67px;
			display: inline-block;
			font-size: 14px;
			font-family: "Montserrat",sans-serif,Arial;
		}

	.project__info-budget .price-container {
		position: relative;
		padding-right: 11px;
	}

	.project__info-budget .label, .project__info-result .label {
		max-width: 63px;
		font-size: 14px;
		display: inline-block;
		line-height: 1.3;
		font-family: "Montserrat",sans-serif,Arial;
		margin-right: 15px;
		min-width: 68px;
	}

	.project__info-budget .price, .project__info-result .price {
		font-size: 35px;
		font-family: Oswald,sans-serif,Arial;
		line-height: 1;
	}

	.project__info-budget .price {
		max-width: 170px;
		white-space: nowrap;
		overflow: hidden;
		color: var(--darkyellow);
		font-family: Oswald, sans-serif, Arial;
		font-weight: 500;
		/*text-overflow: ellipsis;*/
	}

	.project__info-result {
		display: flex;
		width: 100%;
	}


		.project__info-result > div {
			flex: 1;
			align-items: center;
			align-self: stretch;
			padding: 10px 15px 10px 20px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

	.currency-symbol {
		line-height: 1;
		align-self: flex-start;
		font-size: 18px;
		font-weight: bold;
		/*padding-top: 3px;*/
		display: inline-block;
		padding-left: 1px;
	}

	.totalprice-currency {
		color: var(--darkyellow);
	}

	.button-default {
		border: none;
		padding: 5px 8px;
		color: #212121 !important;
		font-family: "Montserrat",sans-serif,Arial;
		font-weight: bold;
		font-size: 15px;
		text-transform: uppercase;
		letter-spacing: 0px;
		background-color: var(--grey);
		line-height: 1;
		text-decoration: none !important;
		transition: all 0.3s;
	}
	.button-default--small {
		max-width: 45px;
		height: 24px;
		padding-top: 1px;
		padding-bottom: 0;
	}


	.project-page-content .w-task .w-task__content {
		padding-bottom: 6px;
	}

	.project-page-content .w-task__content {
		overflow-y: scroll;
	}

	.project-page-content .w-task__headers {
		background-color: var(--white);
		border-bottom: 1px solid var(--gainsboro);
	}

	.project-page-content .w-task__headers-item {
		padding: 10px 0 10px 0px;
	}

	.project-page-content .w-task__headers-name {
		flex: 1;
		padding-left: 20px;
	}

	.project-page-content .w-task__headers-status {
		width: 25%;
		justify-content: flex-end;
	}

	.project-page-content .w-task__headers-priority {
		width: 60px;
		justify-content: center;
	}

	.project-page-content .w-task__headers-cprice {
		width: 60px;
		justify-content: center;
	}

	.project-page-content .w-task__headers-budget {
		width: 60px;
		justify-content: center;
	}

	.project-page-content .w-task__headers-uprice {
		width: 140px;
		justify-content: center;
	}

	.project-page-content .w-task__headers-due {
		width: 80px;
		justify-content: center;
	}

	.project-page-content .w-task__headers-assignee {
		flex: 1;
		padding-left: 10px;
	}

	.project-page-content .w-task__headers-time {
		width: 60px;
		justify-content: center;
	}


	.project-page-content .w-transactions-container {
		width: calc(100% - 300px);
	}

	.w-transactions {
		min-height: 300px;
		background-color: var(--white);
	}

	.w-employees-container.admin {
		width: 70%;
	}

	.w-employees-container.hod {
		width: 270px;
		padding-left: 30px;
	}

	.task-transaction-container {
		display: flex;
		align-items: flex-start;
		align-self: flex-start;
		flex-wrap: wrap;
		flex: 1;
	}

	.w-uploads, w-uploads-local, .w-employees {
		background-color: var(--white);
	}

	.w-uploads__content_folder {
		background-color: var(--sahara);
		padding: 4px 4px 4px 22px;
		color: var(--grey);
		text-transform: uppercase;
	}

	.project-statuses-container {
		display: flex;
		font-size: 16px;
		font-family: "Montserrat",sans-serif,Arial;
		font-weight: bold;
		overflow-x: auto;
	}

	.project-statuses-container {
		width: 100%;
	}

	.project-note-error {
		position: absolute;
		top: calc(100% - 53px);
		padding-left: 14px;
		padding-right: 57px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.project-status {
		display: inline-block;
		cursor: pointer;
		margin-right: 10px;
		position: relative;
		clip-path: polygon(86% 0, 100% 50%, 86% 100%, 0 100%, 14% 53%, 0 0);
		text-overflow: ellipsis;
		overflow-x: hidden;
		white-space: nowrap;
		background-color: var(--litegrey);
		color: var(--darkgrey);
		flex-shrink: 0;
	}

	/*.project-status-color:first-child {
	background-color: var(--darkgreen) !important;
	color: var(--white) !important;
}*/

	.project-status-color.current {
		background-color: var(--darkgreen) !important;
		color: var(--white) !important;
	}

		.project-status-color.current.cancelled {
			background-color: var(--darkpink) !important;
			color: var(--white) !important;
		}

	.project-status.current:after {
		content: 'now';
		display: block;
		color: inherit;
		text-transform: uppercase;
		position: absolute;
		bottom: 5px;
		right: 26px;
		font-size: 12px;
		padding: 3px;
		border: 1px solid;
		line-height: 1;
		font-family: "Montserrat",sans-serif,Arial;
		font-weight: bold;
	}

	.project-status .text {
		flex: 1;
	}

	.project-status .set-button {
		text-decoration: none;
		color: var(--grey);
		background-color: var(--white);
		text-transform: uppercase;
	}



	.project-status, .project-statuses-container .deadline {
		width: 170px;
		height: 55px;
		padding-left: 42px;
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 16px;
		text-transform: uppercase;
		line-height: 1;
		padding-right: 20px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		font-weight: bold;
	}

	.project-statuses-container .statuses {
		/*width: calc(100% - 170px);*/
		overflow-x: auto;
		/*min-height: 70px;*/
	}

		.project-statuses-container .statuses::-webkit-scrollbar {
			height: 4px;
		}

		.project-statuses-container .statuses::-webkit-scrollbar-thumb {
			background-color: var(--grey);
		}

	.project-statuses-container .deadline {
		line-height: 1.2;
		/*margin-left: auto;*/
	}

	.project-status:first-child {
		clip-path: polygon(86% 0, 100% 50%, 86% 100%, 0 100%, 0 50%, 0 0);
		padding-left: 12px;
	}

	.project-statuses-container .deadline {
		min-width: 125px;
		background-color: var(--darkpink);
		color: var(--white);
		font-size: inherit;
		font-family: inherit;
		clip-path: polygon(100% 0%, 100% 100%, 0 100%, 14% 50%, 0 0);
	}

		.project-statuses-container .deadline .value {
			line-height: 1.4;
		}

		.project-statuses-container .deadline .text {
			line-height: 1;
		}

	/*@media all and (min-width: 1366px) {
	.project-status, .project-statuses-container .deadline {
		width: 110px;
	}

	.project-statuses-container .statuses {
		width: calc(100% - 125px);
	}

	.project-statuses-container {
		font-size: 16px;
	}

	.project-status.current:after {
		bottom: 5px;
		right: 30px;
	}
}*/

	/*@media all and (min-width: 1600px) {
	.project-status, .project-statuses-container .deadline {
		width: 140px;
		height: 55px;
		padding-left: 34px;
		padding-top: 9px;
		padding-bottom: 9px;
	}

	.project-statuses-container .statuses {
		width: calc(100% - 145px);
		overflow-x: auto;
		min-height: 70px;
	}

	.project-statuses-container{
		font-size: 16px;
	}

	.project-status.current:after {
		bottom: 5px;
		right: 30px;
	}
}*/

	@media all and (min-width: 1800px) {
		.widget-project {
			width: 1067px;
		}
		/*	.project-status, .project-statuses-container .deadline {
		width: 170px;
		height: 55px;
		padding-left: 42px;
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 16px;
	}

	.project-statuses-container .statuses {
		width: calc(100% - 170px);
	}

		.project-status.current:after {
			bottom: 6px;
			right: 42px;
			font-size: 12px;
		}*/
	}


	/* task node tree
-------------------------------------------------- */
	.task-content {
		display: flex;
		position: relative;
		overflow-x: hidden;
		min-height: 34px;
		color: var(--gainsboro);
		font-family: "Montserrat",sans-serif,Arial;
		font-size: 14px;
		width: 100%;
	}

		.task-content.active .task-content__icon-body {
			background-color: var(--white);
		}

		.task-content:hover {
			cursor: pointer;
			color: var(--black);
		}

		.task-content.extended:hover {
			background-color: var(--sahara) !important;
		}

	.task-node--border {
		position: absolute;
		border-left: 1px dotted var(--grey);
		top: 1px;
		bottom: 16px;
		z-index: 2;
	}

	.task-content__name {
		flex: 1;
		padding-left: 0px;
		/*padding-right: 10px;*/
		display: flex;
		align-items: center;
		overflow: hidden;
	}

		.task-content__name .text {
			display: inline-block;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

	.task-content__status {
		width: 25%;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: right;
		display: flex;
		align-items: center;
		background-image: linear-gradient(to right,var(--darkyellow) 0%,var(--gainsboro) 0%);
	}

	.task-content__status-text {
		width: 50%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		overflow-x: hidden;
		color: var(--black);
	}

	.task-content__priority {
		width: 60px;
		text-align: left;
		display: flex;
		align-items: center;
		padding-left: 10px;
		overflow-x: hidden;
	}

	.task-content__budget, .task-content__cprice, .task-content__uprice {
		width: 60px;
		text-align: left;
		display: flex;
		padding-left: 10px;
		align-items: center;
		overflow: hidden;
		padding-right: 10px;
	}

	.task-content__uprice {
		width: 140px;
	}

	.task-content__due {
		text-align: left;
		display: flex;
		align-items: center;
		padding-left: 5px;
		padding-right: 5px;
		width: 80px;
	}

	.task-content__time {
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 5px;
		padding-right: 5px;
		width: 60px;
		overflow: hidden;
	}

	.task-content__assignee {
		flex: 1;
		display: flex;
		align-items: center;
		overflow: hidden;
	}

	.task-content__assignee {
		padding-left: 10px;
		padding-right: 10px;
	}

	.task-content__progress {
		display: flex;
		align-items: center;
		width: 50%;
		padding-right: 5px;
		padding-left: 10px;
		font-size: 16px;
		font-family: "Oswald",sans-serif,Arial;
		font-weight: bold;
		color: var(--darkgrey) !important;
	}

		.task-content__progress .value {
			/*padding-right: 3px;*/
		}

		.task-content__progress .percent {
			font-size: 12px;
			padding-top: 1px;
			align-self: flex-start;
		}

	.task-content__icon {
		width: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	/*.task-node .task-content__icon:before {
			content: "";
			display: block;
			position: absolute;
			border-left: 1px dotted var(--grey);
			top: 1px;
			bottom: 0px;
			left: 0px;
		}*/



	.task-content.active .task-content__icon:after {
		content: "";
		display: block;
		position: absolute;
		border-left: 1px dotted var(--grey);
		left: 25px;
		bottom: 0px;
		height: 9px;
	}

	.task-content.selected {
		background-color: var(--sahara);
	}
	/*.task-node .task-content:last-child .task-content__icon:before {
	content: "";
	display: block;
	position: absolute;
	border-left: 1px solid var(--white);
	z-index: 3;
	left: 0px;
	top: 50%;
	bottom: 0;
}*/
	.task-content__icon-body {
		display: block;
		height: 10px;
		width: 10px;
		border: 1px solid var(--grey);
		background-color: var(--grey);
		position: relative;
		transform-style: preserve-3d;
	}

		.task-content__icon-body.hidden {
			background-color: transparent;
			border: 1px solid transparent;
		}

			.task-content__icon-body.hidden > div {
				display: none;
			}

		.task-content__icon-body .border-top-left {
			position: absolute;
			left: -4px;
			top: -4px;
			width: 5px;
			height: 5px;
			border-top: 1px solid var(--grey);
			border-left: 1px solid var(--grey);
		}

		.task-content__icon-body .border-bottom-left {
			position: absolute;
			left: -4px;
			bottom: -4px;
			width: 5px;
			height: 5px;
			border-bottom: 1px solid var(--grey);
			border-left: 1px solid var(--grey);
		}

		.task-content__icon-body .border-top-right {
			position: absolute;
			right: -4px;
			top: -4px;
			width: 5px;
			height: 5px;
			border-top: 1px solid var(--grey);
			border-right: 1px solid var(--grey);
		}

		.task-content__icon-body .border-bottom-right {
			position: absolute;
			right: -4px;
			bottom: -4px;
			width: 5px;
			height: 5px;
			border-bottom: 1px solid var(--grey);
			border-right: 1px solid var(--grey);
		}

		.task-content__icon-body:before {
			content: "";
			display: block;
			position: absolute;
			border-top: 1px dotted var(--grey);
			top: 50%;
			transform: translateY(-50%) translateZ(-1px);
			left: -21px;
			width: 43px;
			visibility: visible;
		}

	.task-node {
		display: none;
		position: relative;
		width: 100%;
	}

	.task-content--fixed {
		width: 605px;
		flex-shrink: 0;
		justify-content: flex-start;
	}

	@media all and (min-width: 1600px) {
		.task-content--fixed {
			width: 630px;
		}
	}

	@media all and (min-width: 1800px) {
		.task-content--fixed {
			width: 730px;
		}
	}

	@media all and (min-width: 1900px) {
		.task-content--fixed {
			width: 830px;
		}
	}

	@media all and (min-width: 2200px) {
		.task-content--fixed {
			width: 1000px;
		}
	}

	/* task node tree
-------------------------------------------------- */

	.date--deadline, .date--create {
		width: 150px;
		background-color: transparent;
		border: none;
		padding: 0px;
		font-size: 14px;
		font-family: "Montserrat",sans-serif,Arial;
		color: #212529;
		font-weight: bold;
		line-height: 21px;
		height: 21px;
	}

		.date--deadline:focus, .date--create:focus {
			outline: none;
			box-shadow: 0 0 0 0.07rem var(--darkyellow);
		}





	/* assign agency popup start
-------------------------------------------------- */
	.modal-open .modal {
		/*overflow-y: hidden;*/
	}

	.modal-body {
		padding-left: 0px;
		padding-right: 0px;
		/*overflow-x: hidden;*/
	}

	.modal-footer {
		border-top-color: transparent !important;
	}

	.modal-content {
		background-color: var(--sdarkgrey);
	}

	.modal-dialog {
		webkit-box-shadow: -3px 3px 0px 3px rgba(55,55,55,0.22);
		-moz-box-shadow: -3px 3px 0px 3px rgba(55,55,55,0.22);
		box-shadow: 0px 0px 1px 3px rgba(0, 0, 0, 0.22);
	}

	.modal-header {
		border-bottom: 0px;
		background-color: var(--darkgrey);
		color: var(--white);
	}

	.modal-title {
		text-transform: uppercase;
		font-family: "Monsterrat",sans-serif,Arial;
		font-weight: bold;
		font-size: 22px;
		line-height: 1;
	}

	/*.modal-body{
	padding-top: 0px;
}*/

	.modal--close {
		position: absolute;
		right: 12px;
		top: 10px;
		font-size: 34px;
		line-height: 1;
		text-shadow: none;
		color: var(--litegrey);
		opacity: 1
	}

		.modal--close:hover {
			cursor: pointer;
			color: var(--white);
		}

		.modal--close .close-icon {
			font-size: 30px;
		}

	.modal-backdrop.show {
		opacity: 0.2;
	}

	.assign-aggency-info {
		display: flex;
		align-items: center;
		padding: 6px 10px 6px 15px;
		color: var(--litegrey);
		line-height: 1.25;
	}

		.assign-aggency-info:hover {
			background-color: var(--litegrey);
			color: var(--darkgrey);
		}

			.assign-aggency-info:hover .assign-aggency-name {
				color: var(--darkgrey);
			}

	.assign-aggency-image {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}

	.assign-aggency-name {
		font-family: "Montserrat",sans-serif,Arial;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: var(--litegrey);
	}

	.agent-control-list {
		min-height: 240px;
		max-height: 240px;
		align-items: flex-start;
		align-content: baseline;
		flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 15px;
		margin-right: 15px;
		padding-right: 15px;
		overflow-y: scroll;
		display: flex;
	}

	/* assign agency popup end
-------------------------------------------------- */

	.code-select {
		padding: 0px;
		outline: none;
		border: none;
		font-size: 18px;
		padding-left: 1px;
		min-width: 18px;
		line-height: 1;
		font-weight: bold;
		color: #212529 !important;
		margin-top: -15px;
		-webkit-appearance: none;
		position: absolute;
		top: 16px;
		right: -7px;
		background: transparent !important;
	}

		.code-select.open {
			background-color: var(--white) !important;
		}

		.code-select:after {
			display: none !important;
		}


		.code-select .option {
			padding-right: 0px;
			padding-left: 0px;
			text-align: center;
		}

	.tab-container {
		display: flex;
		justify-content: flex-start;
	}

	.tab-item {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		font-family: "Montserrat",sans-serif,Arial;
		cursor: pointer;
		padding: 2px 10px 2px 10px;
		background-color: var(--darkgrey);
		border: 1px solid var(--white);
		min-width: 210px;
		font-weight: 700;
		color: var(--gains);
	}

		.tab-item.agent-tab-item {
			border: none;
			border-bottom: 1px solid var(--gainsboro);
			border-left: 1px solid var(--gainsboro);
			padding-top: 20px;
			padding-bottom: 20px;
		}

			.tab-item.agent-tab-item:first-child {
				border-left: none;
			}

	.tab-item--tall {
		min-height: 90px;
	}

	.tab-item:hover {
		color: inherit;
	}

	.tab-item:hover, .tab-item:focus, .tab-item:active {
		color: var(--darkgrey);
	}

	.tab-item.active {
		background-color: var(--white);
		color: var(--sdarkgrey) !important;
	}

	.tab-item-image {
		width: 27px;
		height: 27px;
		margin-right: 10px;
		background: transparent center center no-repeat;
	}

	.tab-item-name {
		font-family: "Montserrat",sans-serif,Arial;
		font-size: 14px;
		display: inline-block;
		max-width: 80px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-transform: uppercase;
	}

	/* employees widget
-------------------------------------------------- */

	.employees__item {
		display: flex;
		min-height: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
		width: 100%;
	}

	.employees__item-icon, .w-task__employees-icon {
		width: 33px;
	}

	.widget-icon {
		width: 33px;
	}

	.employees__item-icon {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.employees__item-name,
	.employees__item-position,
	.employees__item-total,
	.employees__item-price,
	.employees__item-countdone,
	.employees__item-totaldone,
	.w-task__employees-name,
	.w-task__employees-position,
	.w-task__employees-total,
	.w-task__employees-price,
	.w-task__employees-countdone,
	.w-task__employees-totaldone {
		color: var(--darkgrey);
		font-size: 14px;
		font-family: "Montserrat",sans-serif,Arial;
		padding-right: 10px;
		overflow-x: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: flex;
		align-items: center;
	}


	.employees__item-name, .w-task__employees-name {
		flex: 1;
	}

	.employees__item-position, .w-task__employees-position {
		flex-basis: 20%;
	}

	.employees__item-total, .w-task__employees-total {
		flex-basis: 50px;
	}

	.employees__item-price, .w-task__employees-price {
		flex-basis: 20%;
	}

	.employees__item-totaldone, .w-task__employees-totaldone {
		flex-basis: 10%;
	}

	.w-employees__content {
		height: 300px;
		overflow: auto;
	}

	/* header messages list start
-------------------------------------------------- */

	.additional-messages-list {
		display: flex;
		justify-content: flex-start;
		padding: 0;
		margin: 0;
		list-style: none;
	}


	.additional-messages-button {
		min-width: 90px;
		position: relative;
		border: none;
		background-color: transparent;
		height: 100%;
		padding-bottom: 0px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}


	.additional-messages-item.active {
		background-color: var(--white);
	}

		.additional-messages-item.active .additional-messages-cnt {
			display: none !important;
		}

		.additional-messages-item.active:before {
			display: none !important;
		}

	.additional-messages-button:focus {
		outline: none;
	}


	.additional-messages-item:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 14px;
		bottom: 27px;
		width: 1px;
		background-color: var(--grey);
	}

	.additional-messages-item:first-child:before {
		display: none;
	}


	.additional-messages-cnt {
		position: static;
	}

	.additional-messages-icon-container {
		height: calc(100% - 30px);
		display: flex;
		align-items: center;
		justify-content: center;
	}






	/* header messages list end
-------------------------------------------------- */




	/* project task page start
-------------------------------------------------- */

	.project-tasks-page {
		padding-left: 30px;
		padding-right: 30px;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.task-buttons {
		margin-bottom: 30px;
		display: flex;
		justify-content: flex-start;
	}

		.task-buttons .tasks-tree-button, .operations-button {
			height: 50px;
		}

	.tasks-tree-button {
		margin-left: 30px;
		max-width: 160px;
		width: 100%;
		font-family: "Montserrat",sans-serif,Arial;
		font-weight: bold;
		font-size: 14px;
		line-height: 1.2;
		color: var(--black);
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: var(--darkyellow);
		padding: 9px 4px;
		white-space: normal;
		text-transform: uppercase;
		border: none;
		letter-spacing: 0.6px;
		text-align: center;
	}

		.tasks-tree-button:focus {
			outline: none;
		}

		.tasks-tree-button.danger {
			background-color: var(--darkpink);
		}

		.tasks-tree-button:hover {
			background-color: var(--darkgrey);
			color: var(--darkyellow);
			text-decoration: none;
		}

		.tasks-tree-button:first-child {
			margin-left: 0px !important;
		}

		.tasks-tree-button.active {
			background-color: var(--darkgrey);
			color: var(--darkyellow);
		}

	.task-container {
		width: 100%;
	}

	.task-container__row {
		padding-left: 30px;
		background-color: var(--white);
		min-height: 60px;
	}

		.task-container__row > div {
			border-left: 1px solid var(--gainsboro);
		}

			.task-container__row > div:first-child {
				border-left: none;
			}

	.select-type--text {
		-webkit-appearance: none;
		-webkit-appearance: none;
		outline: none;
		border: none;
		padding: 4px 6px;
		display: flex;
		align-items: center;
		font-family: "Monsterrat",sans-serif,Arial;
		font-weight: 500;
		/*color: var(--grey);*/
		background-color: transparent;
		height: 21px;
		line-height: 1;
		border-radius: unset;
		border-bottom: 1px solid var(--gainsboro);
	}

		.select-type--text.nice-select:active, .select-type--text.nice-select.open, .select-type--text.nice-select:focus {
			/*background-color: transparent;
		outline: none;
		border-radius: unset;*/
			box-shadow: 0 0 0 0.07rem var(--litegrey);
			border-bottom: 1px solid transparent;
		}

		.select-type--text.nice-select.open, .select-type--text.nice-select:focus {
			/*color: var(--darkgrey);*/
		}

		/*	.select-type--text.nice-select.open:after {
				display: none;
			}*/

	/*	.select-type--text.nice-select:after {
			display: none;
		}*/
		.select-type--text.nice-select:after {
			right: 10px;
			left: unset;
		}

		.select-type--text.nice-select .option {
			padding-left: 2px;
			padding-right: 2px;
		}

	.task-container__row .label {
		display: flex;
		align-items: center;
		font-size: 14px;
		color: var(--litegrey);
	}

	.task-container__row .agent-control-title {
		color: var(--litegrey);
	}

	.task-container__row .agent-control-name {
		color: var(--grey);
		font-family: "Montserrat",sans-serif,Arial;
		font-weight: 500;
	}

	.task-container__row .value {
		font-size: 14px;
		font-family: "Montserrat",sans-serif,Arial;
		font-weight: 500;
		color: var(--grey);
	}

	.task-container__row .date--deadline, .task-container__row .date--create {
		font-size: 14px;
		font-family: "Montserrat",sans-serif,Arial;
		font-weight: 500;
		color: var(--grey);
		width: 111px;
	}

	.task-container__row .currency-code {
		font-size: 14px;
		font-family: "Monsterrat", sans-serif, Arial;
		display: flex;
		align-items: center;
		color: var(--grey);
		line-height: 21px;
	}

	@media all and (min-width: 1600px) {
		.task-container__row .date--deadline, .task-container__row .date--create {
			width: auto;
		}
	}

	.task-container__row .date--deadline:focus {
		color: var(--darkgrey);
	}

	.button-default:hover {
		background-color: var(--darkyellow);
		color: var(--black) !important;
	}

	.button-default:hover {
		outline: none;
	}

	.button-default.button--darkyellow {
		background-color: var(--darkyellow);
	}

		.button-default.button--darkyellow:hover {
			background-color: var(--grey);
			color: #212121 !important;
		}

	.input-type--text {
		background: transparent !important;
		border: none;
		height: 21px;
		line-height: 21px;
		padding: 4px 6px;
		display: flex;
		align-items: center;
		color: var(--litegrey);
	}

		.input-type--text:disabled {
			color: rgb(84, 84, 84);
			cursor: default;
			/*background-color: rgb(235, 235, 228);*/
		}

		.input-type--text:focus {
			border-radius: unset;
			box-shadow: 0 0 0 0.04rem var(--litegrey);
			color: var(--litegrey);
			outline: unset;
		}

	div.input-type--text {
		outline: none;
		max-width: calc(100% - 8px);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.projecttask__textarea-container {
		padding-bottom: 15px;
	}

	.projecttask__textarea {
		resize: none;
		height: 180px;
		resize: none;
		height: 180px;
		background-color: transparent;
		width: 100%;
		overflow-y: scroll;
		padding-right: 5px;
		border: none;
		position: relative;
		color: var(--darkgrey);
	}

	.projecttask__textarea-wrapper {
		padding: 15px;
		border: 1px solid var(--gainsboro);
	}


	.projecttask__textarea:focus {
		outline: none;
		box-shadow: none;
	}

	.projecttask__textarea::selection {
		background-color: var(--sahara);
	}

	.projecttask__textarea-label {
		padding-top: 15px;
		padding-bottom: 15px;
		display: flex;
		align-items: center;
		font-size: 14px;
		color: var(--litegrey);
	}

	.projecttask__textarea::-webkit-scrollbar {
		width: 9px;
		background: transparent;
	}

	.projecttask__textarea::-webkit-scrollbar-track {
		background-color: var(--sdarkgrey);
	}

	.projecttask__textarea::-webkit-scrollbar-thumb {
		width: 9px;
		background-color: var(--darkgrey);
	}

	.projecttask__textarea::-webkit-scrollbar-button {
		display: none;
	}

	/*.projecttask-view {
	background-color: var(--white);
}*/

	.line-height--initial {
		line-height: 1;
	}

	.progress-control {
		min-height: 30px;
		position: relative;
		background-color: var(--gainsboro);
		display: flex;
	}

		.progress-control:hover .progress-control__handle {
			border-color: transparent transparent #000 transparent;
		}

	.projecttask-view__progress {
		min-height: 70px;
		border-bottom: 10px solid #ffffff;
	}

	.progress-control__handle {
		display: block;
		position: absolute;
		left: 0;
		transform: translateX(-50%);
		cursor: ew-resize;
		width: 0;
		height: 0;
		top: 100%;
		cursor: pointer;
		border-style: solid;
		border-width: 0 5px 10px 5px;
		z-index: 20;
		border-color: transparent transparent transparent transparent;
	}


	.progress-control__info {
		display: flex;
		width: 100%;
		justify-content: flex-start;
		align-items: center;
		padding-left: 20px;
		padding-right: 15px;
	}

	.progress-control__percent {
		margin-left: auto;
		font-family: "Oswald",sans-serif,Arial;
		font-weight: 600;
		line-height: 1;
		user-select: none;
	}

	.projecttask-view__progress-percent {
		font-size: 38px;
		color: var(--darkgrey);
	}

	.progress-control__text {
		font-family: "Montserrat",sans-serif,Arial;
		font-size: 14px;
		font-weight: bold;
		color: var(--black);
		user-select: none;
		max-width: 70%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		max-height: 35px;
	}

	.projecttask-view__progress-text {
		font-family: "Montserrat",sans-serif,Arial;
		font-weight: bold;
		font-size: 22px;
		color: var(--black);
		border: 1px solid transparent;
	}

		.projecttask-view__progress-text:focus {
			box-shadow: none;
			outline: none;
		}

		.projecttask-view__progress-text:focus {
			outline: none;
			/*border: 1px solid var(--grey);*/
		}

	.project-tasks-page .w-task__headers-status {
		width: 25%;
	}

	.project-tasks-page .w-task__headers-name {
		padding-left: 15px;
	}

	.project-tasks-page .w-task__headers-priority,
	.project-tasks-page .w-task__headers-budget,
	.project-tasks-page .w-task__headers-cprice {
		width: 60px;
		justify-content: center;
	}

	.project-tasks-page .w-task__headers-due {
		width: 80px;
		justify-content: center;
	}

	.project-tasks-page .w-task__headers-uprice {
		width: 140px;
		justify-content: center;
	}

	.project-tasks-page .w-task__headers-time {
		width: 60px;
		justify-content: center;
	}

	.project-tasks-page .w-task__headers-assignee {
		flex: 1;
	}

	.w-tabs {
		min-height: 80px;
	}

	.project-tasks-page .w-tabs a {
		color: var(--darkgrey);
	}

		.project-tasks-page .w-tabs a:hover {
			color: var(--darkgrey);
			text-decoration: none;
		}

	.estimatetype--select {
		max-width: 50px;
		width: 100%;
		text-transform: unset;
	}

	.project-tasks-page .w-task__content {
		max-height: 9999999999999999px;
		overflow-y: hidden;
		height: 100%;
	}

	/* project task page end
-------------------------------------------------- */


	/* agent page start
-------------------------------------------------- */


	.agent__view, .agent__headers {
		display: flex;
		justify-content: flex-end;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		height: 30px;
	}

	.agent__view {
		font-family: "Montserrat",sans-serif,Arial;
		font-size: 12px;
		color: var(--litegrey);
		cursor: pointer;
		border-left: 4px solid transparent;
		background-color: var(--sdarkgrey);
	}

		.agent__view:hover {
			background-color: var(--darkgrey) !important;
		}

	.agent__headers {
		font-family: "Montserrat",sans-serif,Arial;
		font-weight: 500;
		font-size: 14px;
		color: var(--litegrey);
		border-bottom: 1px solid var(--gainsboro);
		border-left: 4px solid transparent;
		padding-right: 30px !important;
		background-color: var(--darkgrey);
	}

	.agent__view.selected {
		background-color: var(--darkgrey) !important;
	}

	.agent__view-name,
	.agent__view-class,
	.agent__view-position,
	.agent__view-phone0,
	.agent__view-email0,
	.agent__headers-item {
		display: flex;
		align-items: center;
		overflow-x: hidden;
		padding-right: 10px;
	}

	.agent__view-name, .agent__headers-name {
		width: 35%;
		margin-right: auto;
	}

	.agent__view-class, .agent__headers-class {
		min-width: 100px;
		width: 15%;
	}

		.agent__view-class .image-container,
		.agent__view-position .image-container {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 25px;
			align-self: stretch;
			margin-right: 3px;
			background: transparent center center no-repeat;
		}

		.agent__view-class .value,
		.agent__view-position .value {
			flex: 1;
		}

	.agent__view-position, .agent__headers-position {
		min-width: 120px;
		width: 15%;
	}

	.agent__view-phone0, .agent__headers-phone0 {
		min-width: 110px;
		width: 15%;
	}

	.agent__view-email0, .agent__headers-email0 {
		min-width: 120px;
		width: 20%;
		padding-right: 0px;
	}

	.agent__info {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		font-family: "Montserrat",sans-serif,Arial;
		font-weight: 500;
		font-size: 14px;
		color: var(--grey);
	}

	.agent__info-fullname {
		width: 100%;
		display: flex;
		align-items: center;
		min-height: 60px;
		font-family: "Montserrat",sans-serif,Arial;
		font-weight: bold;
		font-size: 22px;
		color: var(--black);
		overflow-x: hidden;
		padding-left: 15px;
	}

		.agent__info-fullname .value {
			font-family: "Montserrat",sans-serif,Arial;
			font-weight: bold;
			font-size: 22px;
			padding-left: 5px;
			color: var(--black);
		}

	/*.agent__info--company .agent__info-image {
	min-width: 240px;
}*/

	.agent__info-image {
		display: flex;
		align-items: center;
		min-width: 180px;
		background: var(--litegrey) center center no-repeat;
		background-size: contain;
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	.agent__info--company .agent__info-detail {
		width: calc(100% - 240px);
	}

	.agent__info-detail {
		width: calc(100% - 180px);
	}


	.agent__info-detail {
	}

	.agent__info-detail {
		/*width: 50%;*/
	}

	.odn-row .image-container {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 25px;
		align-self: stretch;
		margin-right: 7px;
		background: transparent center center no-repeat;
	}



	.agent__info-note {
		/*width: 50%;*/
		display: flex;
		padding: 15px;
		background-color: var(--sdarkgrey);
	}

		.agent__info-note textarea {
			color: var(--litegrey);
			width: 100%;
			resize: none;
			border: none;
			overflow-y: scroll;
			padding-right: 5px;
			background-color: var(--sdarkgrey);
		}

			.agent__info-note textarea:focus {
				box-shadow: none;
			}

			.agent__info-note textarea::-webkit-scrollbar {
				width: 9px;
			}

			.agent__info-note textarea::-webkit-scrollbar-thumb {
				width: 9px;
			}

	.agent__info-contacts {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	#agents-outer-container {
		height: calc(100vh - 180px);
		overflow-y: unset !important;
	}

	.agent-list-container {
		overflow-y: scroll;
		height: calc(100vh - 365px);
		background-color: var(--sdarkgrey);
	}

	.agent__info-list {
		width: 100%;
	}

	.agent__info-list-item {
		cursor: pointer;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		overflow-x: hidden;
	}

		.agent__info-list-item .value {
			flex: 1;
		}

		.agent__info-list-item:hover {
			background-color: var(--darkgrey) !important;
		}

	.agent__info-title {
		color: var(--darkgrey);
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 7px;
		min-height: 60px;
		display: flex;
		align-items: center;
	}

	.agent-container {
		max-height: calc(100vh - 180px);
		overflow-y: auto;
	}

	.info-list-container {
		padding-left: 0px;
		padding-right: 30px;
	}

	.agent-list-container + .pagination {
		margin-bottom: 0px;
	}

	.agent__info-image.active .input-image-text {
		display: inline-block;
	}

	.tasks-tree-button {
		margin-left: auto;
	}

	.agent__info-title .agent-control-title {
		font-family: "Montserrat",sans-serif,Arial;
		font-weight: 500;
		font-size: 14px;
		color: var(--litegrey);
	}

	.agent__info-list-item.tasks-tree-button {
		max-width: 10000000px;
		background-color: var(--darkyellow);
		justify-content: center;
		min-height: 50px;
	}

		.agent__info-list-item.tasks-tree-button:hover {
			background-color: var(--darkgrey) !important;
		}

	.agent-childrens-container .agent-control-clear {
		display: none;
	}
	/* agent page end
-------------------------------------------------- */

	.tender-row:last-child {
		border-bottom: 0px !important;
	}

	.tender-row:first-child {
		padding-top: 0px !important;
		margin-top: 0px !important;
	}

	.tender-delete {
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 10;
		font-size: 20px !important;
		font-family: "Montserrat",sans-serif,Arial;
		color: var(--darkpink);
		cursor: pointer;
	}

		.tender-delete:hover {
			color: #ec9090;
		}


	.bd-bottom-litegrey {
		border-bottom: 1px solid var(--litegrey);
	}

	.bd-bottom-gainsboro {
		border-bottom: 1px solid var(--gainsboro);
	}

	.bd-top-gainsboro {
		border-top: 1px solid var(--gainsboro);
	}

	.bd-bottom-grey {
		border-bottom: 1px solid var(--grey);
	}


	.bd-litegrey {
		border: 1px solid var(--litegrey);
	}

	.bd-gainsboro {
		border: 1px solid var(--gainsboro);
	}

	.bd-darkgrey {
		border: 1px solid var(--darkgrey);
	}

	.bd-grey {
		border: 1px solid var(--grey);
	}

	.outline-gainsboro {
		outline: 1px solid var(--gainsboro);
	}


	.finances-project-item {
		width: 252px;
		height: 350px;
		min-height: 50px;
		background: var(--litegrey) center center no-repeat;
	}

	.finances-project-bottom-item {
		padding-top: 4px;
		padding-bottom: 4px;
		min-height: 50px;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

		.finances-project-bottom-item .label {
			font-size: 12px;
		}

		.finances-project-bottom-item .value {
			font-size: 20px;
		}

	@media all and (min-width: 1600px) {
		.finances-project-item {
			width: 280px;
			height: 370px;
		}

		.finances-project-bottom-item--lg {
			flex: 0 0 33.333333% !important;
			max-width: 33.333333% !important;
		}

		.finances-project-bottom-item {
			min-height: 60px;
		}

			.finances-project-bottom-item .label {
				margin-bottom: 5px;
			}
	}

	.finsumm-item {
		padding: 20px;
		height: 100px;
	}

		.finsumm-item .value {
			font-size: 32px;
		}

	.operation__list-item {
		color: var(--darkgrey);
	}

	.operation-filter-item .current {
		color: var(--litegrey);
	}

	@media (min-width: 992px) {
		.modal-lg {
			max-width: 960px;
		}
	}

	.message-tost-popup {
		font-family: "Monsterrat",sans-serif,Arial;
		font-size: 14px;
		max-width: 600px;
	}

	.operation-page-content .project-statuses-container {
		overflow: auto;
	}


		.operation-page-content .project-statuses-container::-webkit-scrollbar {
			height: 4px;
		}

	.page-mh {
		min-height: calc(100vh - 180px);
	}

	/*#finances-container {
}*/

	.operations-button {
		margin-left: 30px;
	}

	.administration-user-row {
		border-bottom: 1px solid transparent;
	}

		.administration-user-row:hover {
			border-bottom: 1px solid var(--gainsboro);
		}

	.tag {
		display: inline-block;
		padding: 8px 15px;
		font-family: "Montserrat";
		font-size: 14px;
		margin-right: 10px;
		margin-bottom: 10px;
		background-color: var(--grey);
		color: var(--gainsboro);
	}

	.tags {
		margin-bottom: 30px;
		padding-top: 16px;
		padding-bottom: 6px;
	}

	.date-control-clear {
		position: absolute;
		right: 32px;
		cursor: pointer;
		font-size: 14px !important;
		top: 50%;
		transform: translateY(-50%);
		margin: 0px;
	}

		.date-control-clear:hover {
			color: #B55B62 !important;
		}

	.tag-clear {
		position: absolute;
		right: 2px;
		cursor: pointer;
		top: 2px;
		font-size: 9px !important;
	}

		.tag-clear:hover {
			color: rgba(64,64,64,0.6) !important;
		}

	.pd-y-15 {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.pd-top-15 {
		padding-top: 15px;
	}

	.pd-bottom-15 {
		padding-bottom: 15px;
	}

	.collapse-button {
		position: relative;
		background-color: #585858;
	}


		.collapse-button:before, .collapse-button:after {
			border-right: 2px solid;
			content: '';
			display: block;
			height: 12px;
			margin-top: -6px;
			position: absolute;
			right: 20px;
			top: 50%;
			width: 0;
			color: var(--gainsboro);
		}

		.collapse-button:before {
			transform: rotate(135deg);
		}

		.collapse-button:after {
			transform: rotate(45deg);
			right: 12px;
		}


		.collapse-button:hover {
			background-color: #656565 !important;
		}

		.collapse-button.active:before {
			right: 12px;
		}

		.collapse-button.active:after {
			right: 20px;
		}


	/*#new-messages-container{
	position: fixed;
	bottom: 0px;
	right: 20px;
	z-index: 9;
}*/

	.message-new {
		width: 350px;
		display: block;
		background-color: var(--sahara);
		color: var(--darkgrey);
		position: fixed;
		bottom: -200px;
		/*bottom: 0px;*/
		right: 20px;
		z-index: 9;
		margin-bottom: 20px;
		border-radius: 9px;
	}

	.message-new__title {
		font-size: 16px;
		font-family: "Monsterrat", sans-serif, Arial;
		font-weight: 500;
		height: 60px;
		border-top-left-radius: 9px;
		border-top-right-radius: 9px;
	}

	.message-new__body {
		padding: 10px;
		height: 120px;
		overflow-y: auto;
		color: var(--darkgrey);
		font-family: "Monsterrat", sans-serif, Arial;
		font-size: 14px;
	}

		.message-new__body::-webkit-scrollbar {
			width: 6px;
		}

	.secure-digits {
		position: relative;
	}

		.secure-digits.mask-on {
			visibility: hidden;
			display: inline-block;
			width: 100%;
		}

			.secure-digits.mask-on:after {
				content: '##';
				display: inline-block;
				visibility: visible;
				position: absolute;
				left: 0;
				padding: inherit;
				background-color: inherit;
				right: 0;
				top: 0;
				bottom: 0;
				color: inherit;
				font-family: inherit;
			}

	[data-column-toggled="false"] {
	}

	[data-column-toggled="true"] {
		display: none !important;
	}

	.project-client-contacts > div:first-child {
		margin-top: 10px;
	}

	.project-client-contacts > div:last-child {
		margin-bottom: 10px;
	}



	.oddin-calendar {
		position: relative;
		overflow-y: hidden;
	}

		.oddin-calendar .template-container {
			position: absolute;
			top: 0px;
			bottom: 0px;
			left: 0;
			right: 0;
		}

	.oddin-calendar__header {
		position: relative;
		z-index: 2;
	}

	.oddin-calendar__week {
		z-index: 1;
		display: flex;
		justify-content: flex-start;
		/*border-bottom: 1px solid #565656*/
	}

	/*.oddin-calendar__week:last-child{
		border-bottom: none;
	}*/

	.oddin-calendar-cell {
		height: 60px;
		width: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: "Montserrat", sans-serif, Arial;
	}

	.oddin-calendar__week-number {
		font-size: 28px;
		color: var(--grey);
		background-color: var(--black);
		font-weight: 200;
		border-bottom: 1px solid #565656
	}

	.oddin-calendar__weekdays {
		background-color: var(--sdarkgrey);
		color: var(--grey);
		border-bottom: 1px solid #565656;
		border-right: 1px solid #565656;
	}

	.oddin-calendar__weekdays, .oddin-calendar__weekends {
		font-size: 18px;
		font-weight: 500;
		position: relative;
	}

		.oddin-calendar__weekdays:last-child, .oddin-calendar__weekends:last-child {
			border-right: none;
		}

	.oddin-calendar__weekends {
		background-color: var(--darkgrey);
		color: var(--litegrey);
		border-bottom: 1px solid #717070;
		border-right: 1px solid #717070;
	}

		.oddin-calendar__weekdays.current-day, .oddin-calendar__weekends.current-day {
			border: 5px solid var(--white);
			color: var(--white);
			font-weight: 800;
		}

		.oddin-calendar__weekdays.current-month-belog, .oddin-calendar__weekends.current-month-belog {
			color: var(--white);
			font-weight: 800;
		}

		.oddin-calendar__weekdays.deadline-critical, .oddin-calendar__weekends.deadline-critical {
			background-color: var(--darkpink);
			color: var(--white);
			font-weight: 800;
			cursor: pointer;
		}

		.oddin-calendar__weekdays.deadline, .oddin-calendar__weekends.deadline {
			cursor: pointer;
		}

			.oddin-calendar__weekdays.deadline:before, .oddin-calendar__weekends.deadline:before {
				content: '';
				position: absolute;
				bottom: 9px;
				left: 50%;
				transform: translateX(-50%);
				width: 6px;
				height: 6px;
				border-radius: 50%;
				background-color: var(--white);
			}

	#calendar-events-container {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background-color: var(--darkgrey);
		color: var(--darkgrey);
		font-size: 14px;
		padding: 20px;
		overflow-y: auto;
		z-index: 3;
	}

	.rightpanel-label {
		min-width: 125px !important;
	}

	.login-form-container {
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		background: rgba(64, 64, 64, 0.7);
		padding-top: 35px;
		width: 420px;
	}

		.login-form-container:before {
			content: '';
			display: block;
			height: 500px;
			position: absolute;
			top: 50%;
			left: 0;
			right: 0;
			transform: translateY(-50%);
			background: url(/images//login-bg.png) center center no-repeat;
			z-index: -1;
		}

	.login-form-container-pdx {
		padding-left: 30px;
		padding-right: 30px;
	}

	.finances-sidebar-project-item:hover {
		background-color: var(--darkgrey) !important;
		color: var(--gainsboro);
		cursor: pointer;
	}

	.finances-sidebar-project-item.active {
		background-color: var(--darkgrey) !important;
		color: var(--gainsboro);
	}

	.finances-project-info-column {
		color: var(--litegrey);
	}

	.operationlist-column {
		color: var(--litegrey);
	}

	.project-widget--shadow {
		position: relative;
		transition: box-shadow 0.7s;
		box-shadow: -27px 0 51px 0px var(--black);
	}

	.pos-absolute-cover {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	.strikes-uploader .files-container {
		min-height: 200px;
		max-height: 200px;
		border: 1px dotted var(--litegrey);
		overflow: auto;
	}

		.strikes-uploader .files-container::webkit-scrollbar {
			width: 4px;
		}

	/*question widget start*/
	/*.question-row-container {
	border-top: 9px solid var(--black);
}

.question-row-parent {
	padding: 35px 35px 25px 35px;
	width: calc(100% - 279px);
	max-height: 400px;
}

.question-files-wrapper {
	width: 279px;
	position: relative;
}*/
/*
@media all and (max-width: 1599px) {

}*/
	/*.question-row-parent {
		width: 100%;
		max-height: 270px;
	}

	.question-files-wrapper {
		width: 100%;
		height: 170px;
	}
}

.question-row .answer-block {
	padding-left: 40px;
	position: relative;
}

	.question-row .answer-block:before {
		content: '';
		display: inline-block;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 20px;
		height: 30px;
		border-left: 1px solid var(--grey);
		border-bottom: 1px solid var(--grey);
	}

.question-row__agent-image {
	width: 45px;
	height: 45px;
	background: var(--litegrey) url('/images/avatar.jpg') center center no-repeat;
	background-size: cover;
}

.question-row-childs .question-row {
	padding-bottom: 25px;
}

	.question-row-childs .question-row:last-child {
		padding-bottom: 15px;
	}*/

	.scrollbar--medium::-webkit-scrollbar {
		width: 9px;
		height: 9px;
	}

	/*question widget end*/
	.scrollbar--low::-webkit-scrollbar {
		height: 4px;
	}

	.scrollbar--tight::-webkit-scrollbar {
		width: 4px;
	}

	.strike-row__image {
		width: 100px;
		height: 100px;
		background: url('/images/no_image_1200.png') center center no-repeat;
		background-size: cover;
		flex-shrink: 0;
		/*border-right: 1px solid var(--litegrey);*/
	}

	.line-clamp-3 {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.project-attachmnet-link[disabled] {
		cursor: pointer;
	}

	.list-dropdown-template-row .list-dropdown-template-row > div {
		border-left: 1px solid transparent;
	}

	.question-row-parent[closed], .question-row-childs[closed] {
		opacity: 0.5;
	}

	.pdf-checkbox {
		-webkit-appearance: none;
		width: 5mm;
		height: 5mm;
		background: #BFBFBF;
		-webkit-print-color-adjust: exact;
	}

		.pdf-checkbox:checked {
			background: url(/images/pdf-check.png) center center no-repeat;
			background-size: cover;
		}

	.error-message {
		padding-top: 5px;
		font-size: .8rem;
		color: var(--darkpink);
	}
	/*project single page customer-engenier*/
	.w__body-header .task-content--fixed {
	}

	.w__body .task-content--fixed {
		/*max-width: 605px;*/
		width: calc(100% - 120px);
	}

	@media all and (max-width: 683px) {
		/*	content{
		padding-top:60px;
	}*/
		/*	.haeder-banner-text{
		display:none;
	}*/
		/*	.header-menu{
		flex-basis:150px;
	}
	.header-message-box{
		flex-grow:0;
	}*/
		#strikes div, #strikes a {
			font-size: 10px !important;
		}
	}


	@media all and (min-width: 768px) {
		.project-page-content .project__main-content {
			width: calc(100% - 350px);
		}
/*		[target="project"] .w__body, .w__body-content {
			flex-wrap: wrap;
		}*/
	}

	@media all and (min-width: 768px) and (max-width:1067px) {
		#strikes div, #strikes a {
			font-size: 10px !important;
		}
	}
@media all and (max-width: 1300px) {
	.projects-homepage-customer-wrapper .widget-project .w__content {
		overflow-x: auto;
		height: 315px !important;
	}
}
@media all and (min-width: 1200px) and (max-width: 1300px) {
	.projects-homepage-supercustomer-wrapper .widget-project{
		width:633px;
	}
	.projects-homepage-supercustomer-wrapper .w-project, .projects-homepage-supercustomer-wrapper .project-item, 
	.projects-homepage-supercustomer-wrapper .dots-button-control {
		width: 203px;
	}
}
	@media all and (max-width: 1200px) {
		.project__main-content-info {
			overflow-x: auto;
		}

		.w-project, .project-item, .dots-button-control {
			width: 220px;
			height: 300px;
		}
		/*.project-page-content .w-task__headers-name {
		max-width:100px;
	}*/
		.projects-homepage-supercustomer-wrapper {
			flex-direction: column;
		}

		.projects-homepage-container [target="project"] {
			width: 100%;
			margin-bottom: 30px !important;
		}

		.projects-homepage-customer-wrapper .widget-project {
			width: 100%;
			height: 365px;
			margin-bottom: 0;
		}

		.projects-homepage-supercustomer-wrapper .widget-project {
			width: 100%;
		}

		.projects-homepage-supercustomer-wrapper .widget-project .w__content {
			height: 365px !important;
		}

		.projects-homepage-container [target="calendar|finances"] {
			width: 100%;
			padding-left: 0;
		}
	}

	@media all and (max-width: 767px) {
		.project-page-content {
			flex-direction: column;
		}

			.project-page-content .project__side {
				width: 100% !important;
			}

			.project-page-content .project__main-content {
				padding-left: 0 !important;
				width: 100% !important;
			}
		/*.w__body-header div {
		font-size:12px!important;
	}
	.project-page-content .w-task__headers-name{
		margin-right:10px;
		width:100px;
	}
	.w__body-header .task-content--fixed{
		width:calc(100% - 100px);
	}*/
		.content-container {
			padding-top: 15px;
		}

		.projects-homepage-container .projects-order-filter, .projects-homepage-container .projects-text-filter {
			max-width: 50% !important;
			flex-basis: 100%;
		}

		.projects-homepage-customer-wrapper .widget-project {
			height: 350px;
		}

		.projects-filter-container {
			top: 45px !important;
		}
	}

	@media all and (min-width: 1200px) {
		[target="project"] .dots-button-control {
			display: flex !important;
		}
		/*	.dots-button-control-offset .project-item:first-child {
		margin-left: 183px;
	}*/
		[target="project"] .w__body, .w__body-content {
			flex-wrap: wrap;
		}
		/*.project-page-content .w-task__headers-name {
		max-width:100px;
	}*/

	}

	/*homepage styles*/
	/*calendar styles*/


	@media screen and (max-width:576px) {
		.home-calendar-container .w__content {
			min-height: 290px;
			width: 336px !important;
		}

		.home-calendar-container .oddin-calendar {
			width: 336px !important;
			height: 294px !important;
		}

		.home-calendar-container .homepage-header {
			width: 336px;
		}

		.home-calendar-container .oddin-calendar-cell {
			width: 42px;
			height: 42px;
		}

		.home-calendar-container .template-container {
			top: 41px !important;
		}

		.home-calendar-container .oddin-calendar__week-number {
			font-size: 20px;
			line-height: 1.2;
		}

		.home-calendar-container .oddin-calendar__week-number {
			font-size: 18px;
		}

		.home-calendar-container .oddin-calendar__weekdays,
		.home-calendar-container .oddin-calendar__weekends {
			font-size: 12px !important;
		}
	}

	@media screen and (max-width:480px) {
		.index-container {
			padding: 0 15px;
		}

		.home-calendar-container .oddin-calendar {
			width: 290px !important;
		}

		.home-calendar-container .homepage-header {
			width: 290px;
		}

		.home-calendar-container .w__content {
			background: transparent !important;
			width: 290px !important;
		}

		.haeder-banner-text {
			height: 45px;
		}

		.haeder-banner-text-link {
			padding-left: 15px;
			font-size: 14px;
			margin-right: 100px;
		}

		.haeder-banner-text-link, .header-banner-info {
			font-size: 14px;
		}
	}
.projects-homepage-customer-wrapper .widget-project {
	width: 100% !important;
}
	/*@media all and (max-width:370px) {
	.haeder-banner-text{
		height:45px;
	}
	.haeder-banner-text-link {
		padding-left: 15px;
		font-size: 14px;
		margin-right:100px;
	}
	.haeder-banner-text-link, .header-banner-info {
		font-size: 14px;
	}
}*/