.list {
	width: 100%;
	margin:10px 0 0 0;
}


.list tr {
	/*position:relative;*/
}

.list tr.highlight td {
	border-bottom:0.5px solid #00acd3;
	border-top:0.5px solid #00acd3;
}

.list tr.highlight td.left{
	border-left:0.5px solid #00acd3;
}

.list tr.highlight td.right{
	border-right:0.5px solid #00acd3;
}

.list tr.highlight td.hover {
	display:table-cell;
	border-bottom:0;
	border-top:0;
}

.list:not(.sublist) tbody > tr:hover > td{
	border-bottom:0.5px solid #00acd3;
	border-top:0.5px solid #00acd3;
}

.list:not(.sublist) tbody > tr:hover > td.left{
	border-left:0.5px solid #00acd3;
}

.list:not(.sublist) tbody > tr:hover > td.right{
	border-right:0.5px solid #00acd3;
}

.list tbody > tr:hover > td.hover {
	display:table-cell;
	border-bottom:0;
	border-top:0;
}

.list:not(.sublist) tbody > tr:hover > td  .list tbody > tr:hover td{
	border-bottom:0.5px solid #00acd3;
	border-top:0.5px solid #00acd3;
}

.list:not(.sublist) tbody > tr:hover > td.left .list tbody > tr:hover > td.left{
	border-left:0.5px solid #00acd3;
}

.list:not(.sublist) tbody > tr:hover > td.right .list tbody > tr:hover > td.right{
	border-right:0.5px solid #00acd3;
}

.list.sublist tbody > tr:hover > td {
	border-bottom-width:0px;
	border-top-width:0px;
}

.list th {
	padding:0 10px 0 10px;
	line-height:40px;
	text-align:left;
	/*border-bottom:1px solid #e2e2e2;*/
}

.list td {
	padding:0 10px 0 10px;
	line-height:40px;
	border-bottom:0.5px solid #e2e2e2;
	border-top:0.5px solid #e2e2e2;
	background: linear-gradient(#fafafa, #f1f1f1);
	white-space:nowrap;
}

.list.projectlist tr.construction td {
	background: linear-gradient(#f1f1f1, #e2e2e2);
}

.list.projectlist tr.survey td {
	background: linear-gradient(#e2e2e2, #d0d0d0);
}

.list td.col_id {
	font-weight: bold;
}

.list td.bold {
	font-weight:bold;
}

.list td.left {
	border-left:0.5px solid #e2e2e2;
	float:none;
}

.list td.right {
	border-right:0.5px solid #e2e2e2;
	float:none;
}

.list td a div,
.list td a i{
	text-decoration:none;
	color:#787878;
	/*font-size:19px;*/
}

.list td a div:hover,
.list td a i:hover{
	color:#00acd3;
}

.list td.col_actions {
	/*border-left:1px solid #e2e2e2*/;
	padding: 0 0 0 0;
	/*width:0;*/
	white-space:nowrap;
	height:40px;
}

.list td.col_actions div.action{
	width:40px;
	text-align:center;
	float:right;
}

.list td.hover{
	pointer-events:none;
	display:none;
	left:calc(100% + 20px);
	font-weight: 200;
    position: absolute;
    top: 21px;
    transform:translateY(-50%);
    z-index: 100;
    background: #ffffff;
    color: #000000;
    font-size:12px;
    box-shadow:2px 3px 2px 2px rgba(0,0,0,.1);
    line-height:17px;
    text-align:left;
    padding: 8px 16px 8px 16px;
    border-left:7px solid #00ACD3;
    border-right:0;
    border-top:0;
    border-bottom:0;
    min-width:200px;
}

.list td.hover:before {
    content:'';
    display:table-cell;
    /*width:0;*/
    /*height:0;*/
    position:absolute;

    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right:8px solid #00ACD3;
    left:-15px;
    top:calc(50% - 8px);
}

.progress {
	background-color: #ffffff;
	margin-top:5px;
	border-radius:12px;
}

.progress.dark {
	background-color: #e2e2e2;
}

.progress .bar {
	overflow:hidden;
	background-color: #00acd3;
	height:12px;
	line-height:12px;
	font-size:11px;
	border-radius:12px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}

.gauge {
	position:relative;
	width:132px;
	height:132px;
	margin:5px;
}

.gauge .segment {
    display: block;
    border-radius: 50%;
    position:absolute;
}

.gauge .background.segment {
	width: 132px;
    height: 132px;
    background-color: #e2e2e2;
}

.gauge .border.segment {
	width: 132px;
    height: 132px;
    /*background-color: #ffffff;*/
}

.gauge .rest.segment {
	width: 132px;
    height: 132px;
    /*background-color: #00acd3;*/
}

.gauge .inner.segment {
	left:4px;
	top:4px;
	width: 124px;
    height: 124px;
    display: block;
    background-color: #ffffff;
}

.gauge .values {
	position:absolute;
	width:132px;
	text-align:center;
	font-size:22px;
	line-height:132px;
}

.gauge .unit {
	position:absolute;
	width:132px;
	text-align:center;
	font-size:14px;
	top:80px;
}

.block.tabs {
    box-shadow:0px 0px 0px 0px rgba(0,0,0,.1);
    padding:0px;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    white-space:nowrap;
    overflow:hidden;
    min-width:100%;
    /*height:41px;*/
}

.tabs .tab {
	display:block;
	line-height:40px;
	float:left;
    /*width:170px;*/
    width: auto;
	padding: 5px 20px 5px 20px;
    text-align:center;
	border-left:1px solid #f1f1f1;
	border-top:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	text-decoration:none;
}

.tabs .tab.inactive {
	background: linear-gradient(#f8f8f8, #e2e2e2);
}

.tabs a.tab.inactive {
	color: #000000;
}

.tabs a.tab.inactive-link {
	color:#787878;
	cursor: default;
}

.tabs .tab.active {
	background-color: #ffffff;
	/*background: linear-gradient(#d5f2f9, #b6d0d6);*/
	font-weight: bold;
}

.tabs .filler {
	border-bottom: 1px solid #e2e2e2;
	overflow:hidden;
	height:40px;
}

#scale {
	overflow:hidden;
}

#scale .range {
	border:1px solid #e2e2e2;
	line-height:31px;
	font-size:12px;
}

#scale .range.active {
	border:1px solid #00acd3;
}

#scale .arrows {
	border:1px solid #e2e2e2;
}

#scale .arrow {
	width:20px;
	height:15px;
	font-size:12px;
	color:#797979;
	text-align:center;
	background: linear-gradient(#fafafa, #f1f1f1);
}

#scale .icon-arrow_down {
	border-top:1px solid #e2e2e2;
}

#scale .icon-arrow_up {

}

.color {
	border: 1px solid #e2e2e2;
}

.color.active {
	border: 1px solid #00acd3;
}

div.messages {
	margin-bottom:20px;
}

div.success {
	position:relative;
    line-height:22px;
    font-size:12px;
    font-style:italic;
    font-weight:400;
    color: #000000;
    background-color:#eaffdf;
    border:1px solid #4ad043;
    overflow:hidden;
    margin-bottom:1px;
    text-align:left;
    padding-left:20px;
}

div.error {
	position:relative;
    line-height:22px;
    font-size:12px;
    font-style:italic;
    font-weight:400;
    color: #000000;
    background-color:#ffe0e0;
    border:1px solid #f00000;
    overflow:hidden;
    margin-bottom:1px;
    text-align:left;
    padding-left:20px;
}

div.hint {
	position:relative;
    line-height:22px;
    font-size:12px;
    font-style:italic;
    font-weight:400;
    color: #000000;
    background-color:#fff7e7;
    border:1px solid #ffb10d;
    overflow:hidden;
    margin-bottom:10px;
    text-align:left;
    padding-left:20px;
}

div.success div.icon:before {
    color: #4ad043;
    content: "\e95a";
    font-style:normal;
}

div.error div.icon:before {
    color: #f00000;
    content: "\e959";
    font-style:normal;
}

div.hint div.icon:before {
    color: #ffb10d;
    content: "\e970";
    font-style:normal;
}

div.success div.icon {
	position:absolute;
	left:0px;
	top:0px;
}

div.error div.icon {
	position:absolute;
	left:0px;
	top:0px;
}

div.hint div.icon {
	position:absolute;
	left:0px;
	top:0px;
}

.overflow_hidden {
	overflow:hidden;
}
