﻿@font-face {
    font-family: 'Roboto-Bold';
    src:
        url('/Fonts/Roboto-Bold.woff2') format('woff2'),
        url('/Fonts/Roboto-Bold.woff') format('woff'),
        url('/Fonts/Roboto-Bold.ttf') format('truetype'),
        url('/Fonts/Roboto-Bold.swg') format('svg'),
        url('/Fonts/Roboto-Bold.eot'),
        url('/Fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: 
        url('/Fonts/Roboto-Regular.woff2') format('woff2'),
        url('/Fonts/Roboto-Regular.woff') format('woff'),
        url('/Fonts/Roboto-Regular.ttf') format('truetype'),
        url('/Fonts/Roboto-Regular.swg') format('svg'),
        url('/Fonts/Roboto-Regular.eot'),
        url('/Fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype');
}

body {
    position: relative;
    background-color: #50867e; 
    margin-left:100px; 
    margin-right:100px; 
    min-width:1100px; 
    min-height:700px; 
}

hr {
    border: none; 
    color: #42454f; 
    background-color: #42454f; 
    height: 2px; 
}

h1
{
    font-family:Roboto-Regular;
    font-size:20px;
    text-align:left;
    color:#ebeced;
}

h2
{
    font-family:Roboto-Regular;
    font-size:14px;
    text-align:left;
    color:#63d5c3;
}

h3
{
    text-align:center;
    font-family:Roboto-Regular;
    font-size:16px;
    color: #9999a0;
}

h4
{
    margin-top:0px;
    text-align:left;
    font-family:Roboto-Regular;
    font-size:16px;
    color: #9999a0;
}

h5
{
    font-family:Roboto-Regular;
    font-size:12px;
    font-weight:100;
    color: #6c6d73;
}
h6 {
    text-align:center;
    font-family:Roboto-Regular;
    font-size:14px;
    color: #ebeced;
}

a {
    font-family:Roboto-Regular;
    font-size:12px;
    font-weight:100;
    color: #6c6d73;
}

span {
    font-family:Roboto-Regular;
    font-size:16px;
    text-align:left;
    color:#353535;
}

.spanmediumlightgreen {
    font-family:Roboto-Regular;
    font-size:14px;
    text-align:left;
    color:#63d5c3;
}

.spansmall {
    font-family:Roboto-Regular;
    font-size:12px;
    text-align:left;
    color:#8e8e8e;
}

.ProjectCaption {
    font-family:Roboto-Bold;
    font-size:20px;
    text-align:left;
    color:#ccc;
}

.ProjectCaption:hover {
    color:white;
}

.knobsign {
    font-family:Roboto-Regular;
    font-size:12px;
    font-weight:100;
    color: #6c6d73;
    position: absolute;
    left: 80px;
    top: 110px;
}


.spansmallgreen {
    font-family:Roboto-Regular;
    font-size:12px;
    text-align:left;
    font-weight:200;
    color:#519790;
}

.InfoBlockSpan {
}

.TaskBadge {
    font-family:Roboto-Regular;
    font-size:28px;
    margin-left:23px; 
    color:#8e8e8e;
}

.DetailsHeader {
    background-color:#e1e2e6;
    height:50px; 
    line-height: 50px; 
    padding-left:20px;
    margin: 0 0 0 0;
    font-family:Roboto-Regular;
    font-size:18px;
    color:#595959;
}

.DetailsText {
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    margin: 0 0 0 0;
    font-family:Roboto-Regular;
    font-size:14px;
    color:#595959;
}

progress {
    color: #229280;
    background-color: #565656;
    border: 0;
    height: 5px;
    border-radius: 2px;
    box-shadow: 0 0 5px #d0fdf7;
    background-image: linear-gradient(to right, #229280, #9dfbee);
} 

progress::-webkit-progress-bar {
    height: 5px;
    border-radius: 2px;
    color: #229280;
    background-image: linear-gradient(to right, #229280, #9dfbee);
}
progress::-webkit-progress-value {
    border-radius: 2px;
    color: #229280;
    background-image: linear-gradient(to right, #229280, #9dfbee);
}
progress::-moz-progress-bar {
    border-radius: 2px;
    color: #229280;
    background-image: linear-gradient(to right, #229280, #9dfbee);
}

.ScrollPanel
{
    overflow-y: auto;
    scrollbar-face-color: #2c2e37;
}

.ScrollPanel::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #F5F5F5;
}

.ScrollPanel::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
    border-radius: 5px;
}

.ScrollPanel::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #2c2e37;
}


.xScrollPanel
{
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-face-color: #2c2e37;
}

.xScrollPanel::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #F5F5F5;
}

.xScrollPanel::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
    border-radius: 5px;
}

.xScrollPanel::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #2c2e37;
}


.Hidden
{
    display:none;
}

.green
{
    background-color: #22917f;
}


.Login{
    background-color: #363944;
    height: 350px;
    width: 400px;
    left:50%;
    top:40%;
    margin-left: -200px;
    margin-top:-150px;
    position: fixed;
    z-index: 10;
    border: 2px solid #56585f;
}
.Login h3 {
    margin-top:0;
	width: 100%;
	height: 20px;
    color: #2c2e37;
    text-align:left;
	background-color: #22917f;
}

#avatarImage
{
    border: 3px solid #dedede;
    border-radius:50%;
    box-shadow: 0 0 7px #dedede; /* Параметры тени */
}




.Modal{
    background-color: #363944;
    border: 2px solid #56585f;
    display: none;
    height: 400px;
    left:50%;
    margin-left: -250px;
    margin-top:-200px;
    position: fixed;
    top:50%;
    width: 500px;
    z-index: 1000;
}
.topbox{
    width:100%;
    height:50px;
    line-height: 50px;
    box-sizing:border-box;
    background-color: #22917f;
    text-align:left;
    vertical-align:middle; 
    position:absolute;
    padding-left:30px;
    top:0;  
}
.closebutton {
    position:absolute;
    top:15px;
    right:28px;
    cursor: pointer;
}

.ModalFooter
{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:60px;
    background-color:#e1e1e1;
}

.ModalBig{
    background-color: white;
    border: 2px solid #56585f;
    display: none;
    height: 500px;
    left:50%;
    margin-left: -350px;
    margin-top:-250px;
    position: fixed;
    top:50%;
    width: 700px;
    z-index: 1000;
}

.ParamsModal{
    background-color: white;
    border: 2px solid #56585f;
    display: none;
    height: 500px;
    left:50%;
    margin-left: -200px;
    margin-top:-250px;
    position: fixed;
    top:50%;
    width: 500px;
    z-index: 1000;
}
.ModalFormHeader{
    margin-top:0px;
    text-align:left;
    font-family:Roboto-Bold;
    font-size:16px;
    color: white;
}

.overlay{
    background-color: black;
    bottom:0;
    display: none;
    left:0;
    margin: 0;
    opacity: 0.65;
    position: fixed;
    top:0;
    right: 0;
    z-index: 999;
}

.dial{
    border-style: none;
    width:120px;
    font-family: Roboto-Bold;
    font-size: 50px;
    background: none;
    font-weight: bold;
    text-align: center;
    color: #a0abbf !important;
     -webkit-appearance: none;
}

.PropertyName {
    text-align:left;
    font-family:Roboto-Regular;
    font-size:12px;
    font-weight:100;
    color: #6c6d73;
}
.PropertyValue {
    text-align:left;
    font-family:Roboto-Regular;
    font-size:14px;
    color: #ebeced;
}

.InfoBlockWithBottom{
    font-family:Roboto-Regular; 
    font-size:16px; 
    font-weight:200;
    width:100%;
    background-color: transparent;
    text-align:left;
    height:60px; 
    max-height:60px;
    display: table;
    position:relative; 
}

.InfoBlockWithBottom:before {
    position:absolute;
    bottom:0;
    left:10px;
    right:10px;
    border-top:1px solid #4b4e57;
    content:"";
}

.InfoBlock{
    font-family:Roboto-Regular; 
    font-size:16px; 
    font-weight:200;
    width:100%;
    background-color: transparent;
    text-align:left;
    height:40px; 
    max-height:40px;
    display: table;
    position:relative; 
}

.InfoBlockHeader {
    font-family:Roboto-Regular;
    font-size:16px;
    text-align:left;
    color:#acacac;
    background-image: URL(/Images/InfoWhite.png);
    background-repeat: no-repeat;
    text-align: left;
    line-height: 20px;
    font-size: 20px;
}

.InfoBlockBig {
    font-family:Roboto-Regular; 
    font-size:16px; 
    font-weight:200;
    width:100%;
    background-color: transparent;
    text-align:left;
    height:50px; 
    max-height:50px;
    display: table;
    position:relative; 
}


.greentext {
    color: #519790;
}

#breadcrumbs {
    text-align: center;
}
#breadcrumbs ul {
    display: inline-table;
    list-style: none outside none;
}
#breadcrumbs ul li {
    display: inline;
}
#breadcrumbs ul li a {
    font-family:Roboto-Regular; 
    font-size:14px; 
    font-weight:200;
	display: block;
	float: left;
	height: 30px;
	background: #40434d;
	text-align: center;
	padding: 12px 20px 0 30px;
	position: relative;
	margin: 0 10px 0 0; 
	text-decoration: none;
	color: #b1b2b6;
}

#breadcrumbs ul li a:after {
    content: "";  
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 21px solid #40434d;
    position: absolute; right: -21px; top: 0;
    z-index: 1;
}

#breadcrumbs ul li a:before {
    content: "";
    border-bottom: 21px solid transparent;
    border-left: 21px solid #5c5e66;
    border-top: 21px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

#breadcrumbs ul li:first-child a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
#breadcrumbs ul li:first-child a:before {
    display: none;
}
#breadcrumbs ul li:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding-right: 40px;
}
#breadcrumbs ul li:last-child a:after {
    display: none;
}

.CommentBox {
    border-left: 3px solid white;
    border-bottom: 1px solid white;
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 20px;
    padding: 5px 3px 5px 3px;
}
.CommentHeader {
    font-family: Roboto-Regular;
    font-size: 12px;
    font-weight: 100;
    color: #a8a8aa;
}
.CommentAnswer {
    font-family: Roboto-Regular;
    font-size: 14px;
    font-weight: 100;
    text-align: right;
}

.CommentAnswer a{
    margin-left:20px;
}

.DefaultLabel {
    font-family:Roboto-Regular;
    font-size:14px;
    color:#595959;
}
.RequiredLabel {
    font-family:Roboto-Regular;
    font-size:16px;
    color: red;
}

.TransparentTextBox {
    font-family:Roboto-Regular;
    font-size:16px;
    color: #9999a0;
    border: none;
    background-color:transparent;
    line-height:100%;
    height:100%;
    width:100%;
}

.TransparentTextBox::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9999a0;
    opacity: 0.5;
}

.TransparentTextBox:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9999a0;
    opacity: 0.5;
}

.TransparentTextBox::-ms-input-placeholder { /* Microsoft Edge */
    color: #9999a0;
    opacity: 0.5;
}


.DefaultTextBox{
    font-family:Roboto-Regular;
    font-size:16px;
    color: #2c2e37;
    border: 1px solid #9fa0a6;
    width:100%;
    box-sizing:border-box;
    background-color:#ecedf1;
    height: 30px;
}
.DefaultTextBox:hover{
    border: 1px solid #22917f;
}
.DefaultTextBox:active{
    border: 1px solid #22917f;
}
.DefaultTextBox:focus {
    border: 1px solid #22917f;
}

.PersonWrap:hover {
    background-color: #f0f0f0;
}


.TaskControl {
    cursor:pointer;
}

.TaskControl:hover {
    background-color: #f0f0f0;
}

.TaskControl .OpenButton
{
    position:absolute;
    left:0;
    top:0;
    z-index:100;
    width:100%;
    height:100%;
    background-color:transparent;
    border:none;
    cursor:pointer;
}

.MessageWrap:hover {
    background-color: #f0f0f0;
}

.ui-autocomplete {
     z-index: 99999 !important;
     height: 200px;
     overflow-y: scroll; 
     overflow-x: hidden;
}

.ui-autocomplete::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #F5F5F5;
}

.ui-autocomplete::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
    border-radius: 5px;
}

.ui-autocomplete::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #2c2e37;
}

.ProcessImage {
    background-color: transparent;
    left:50%;
    top:40%;
    margin-left: -150px;
    margin-top:-200px;
    position: fixed;
    z-index: 1000;
}

.PersonInfo {
    display:none;
    height:120px;
    margin-left:130px; 
    margin-right:100px; 
    border-top: 1px solid #f2f2f2;
}

.PersonInfo .Row {
    display:table-row;
}

.PersonInfo .NameCell {
    display:table-cell;
    color:#9999a0;
}

.PersonInfo .ValCell {
    display:table-cell;
    padding-left:30px;
}
