﻿.Main {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 1205px;
	height: 125px;
	border:none;
}

#Home-Home {
	background-image: url('Images/logo_sttar_web.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
    background-size:150px;
	height: 202px;
	width: 300px;
	text-indent: -10000px;
	margin-top: 12px;
    max-height:125px;
}

.error-panel {
    margin-bottom: 0;
    padding: 6px;
}

.nav.navbar-nav li.active a,
.nav.navbar-nav li a:hover {
	color: #c32c1C;
	background-color: transparent;
}

.nav.navbar-nav li {
	margin-top: 68px;
}

.nav.navbar-nav li a {
	color: #8d8f8f;
	font-size: 16px;
	font-weight: 600;
	height: auto;
	line-height: 1em;
	padding: 20px 13px 10px;
	text-decoration: none;
	text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
}

nav navbar-nav navbar-right {
	margin-top: 45px;
}

.error-block {
	color: red;
}

#Register {
	margin: auto;
	width: 600px;
}

#ConfirmUser {
	width: 500px;
}

.contain-to-grid {
    position: relative;
    width: 100%;
}

.thin-line {
    height: 5px;
    background-color: #c32c1c;
}

.nomobil {
    display: block;
}

#nav-bar-wrapper {
    background-color: transparent;
    margin: 0 auto;
    max-width: 1000px;
    min-height: 10px;
    padding-left: 100px;
    position: relative;
}

.ZoneInfo
{
	margin-top: 20px;
}

#User .form-horizontal .control-label
{
	padding-top: 0px;
}

#Users-GridUsers tr {
	cursor:pointer;
}

.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:after {
    content:"\e080";
}

#User-RadioButtonConfirm label {
	margin-right: 10px;
}

.aasFileUpload > div
{
	background-color: #e6e6e6;
}

.aasFileUpload > div.content
{
	background:none;
	padding:0px;
	text-decoration: none;
	line-height: 12px;
}

.aasFileUpload > div.content > span {
    color: 	#444;
    text-decoration: none;
}

.ImageDeleteFile {
	margin-left: 10px;
	cursor:pointer;
}

.LinearCost {
	margin-left: 32px;
}

#ProjectEdit-RadioButtonAdditionalNetworkNodes {
	padding: 6px 12px;
}

#ProjectEdit-RadioButtonAdditionalNetworkNodes label {
	margin-right: 30px;
}
#ProjectEdit-RadioButtonAdditionalNetworkNodes label > input {
	margin-right: 10px;
}

fieldset.aasRadioButtons {
	border:none;
}

.CablingRange {
    display: inline-block!important;
    width: calc(100% - 40px)!important;
}


.RangeValue {
    border: 1px solid #000;
    font-size: 12px;
    padding: 2px;
}


.ChkLabel {
    display: inline-block;
    width: 100px;
}

.Information
{
	cursor:pointer;
}

.CableCost {
	display: inline-block;
    margin-left: 20px;
    width: 80px;
}


.CableBorder {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 5px;
}

.CloseBox {
	cursor: pointer;
	position: absolute;
	right: 20px;
}

.MessageElement {
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 5px;
	padding: 5px;
}

#HomeUser .MessageElement.FromAdmin,
#UserMessage .MessageElement.FromUser {
	background-color: #ccc;
}

#HomeUser-Uploader,
#User-Uploader {
	width: 80px;
}

#HomeUser-Uploader.aasFileUpload > div.content,
#User-Uploader.aasFileUpload > div.content {
    /*background: url('Images/attachment-gris-16.png') no-repeat;*/
    margin: 0;
    padding: 0;
    text-decoration: underline;
    width: 80px;
    cursor: pointer;
	text-align:center;
}

#HomeUser-EmptyAttachedFiles,
#User-EmptyAttachedFiles {
	cursor: pointer;
    height: 20px;
    margin-left: 5px;
    width: 20px;
}

#Projects-GridProjects tr,
#Samples-GridSamples tr
{
	cursor: pointer;
}

.Public.gcStatus .btn {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

#ProjectEdit .panel-heading {
	position: relative;
}

.HelpLink {
	position:absolute;
	top: 3px;
	right: 3px;
	cursor:pointer;
}

#DialogHelp {
	position: fixed!important;
}

.popupDiv > .popupBar > .popupText {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

#HelpContent {
	margin: 10px;
}


#ImportSampleProject-GridSamples > tbody > tr {
	cursor:pointer;
}