html, body {
    font-family: helvetica, arial, sans-serif;
    background-color: #FFFFFF;
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 1100px;
    min-height: 720px;
}

/* adding a dashboard canvas for map */
.dashboard-map-selected-button {
	background:#999999;
	color:#FFFFFF;
}

.dashboard-map-canvas {
    height: 50%;
    width: 100%;
    border:0px solid;
    margin: 0px;
    padding: 0px
}
.map-infowindow {
    height: 90px;
    width: 170px;
    border:0px solid;
    border-color: #FFFFFF;
    border-style: inset;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 2px
}

.map-button-panel {
    position: absolute;
    top: 90%;
    left: 55%;
    margin-left: -180px;
    z-index: 5;
    background-color: #fff;
    padding: 2px;
    border: 1px solid #999;
  }

input:focus, textarea:focus {
    border:0;
    outline:none;
}
input, textarea {
    border:0;
}
#wrapper {
    min-height: 100%;
    margin: 0 auto -25px;
    height: auto;
}
#siemensBar {
    background-color: #ffffff;
}
#siemensBar .header_logo {
    padding-left:15px;
    padding-top:5px;
    padding-bottom: 5px;
}
#searchBox {
    color:#738794;
    font-size: 11pt;
    height:64px;
}
a {
    text-decoration: none;
}
a span:hover {
    color: #384a59;
}
.searchBar {
    width:376px;
    height:21px;
    margin-top:28px;
    margin-bottom:15px;
    font-size:10pt;
    padding-left:10px;
}
#mainContent {
    position: relative;
}
#initial {
    float:left;
    width:152px;
}
.nav-item {
    background: -webkit-linear-gradient(#9cb2c0, #738794);
    background: -o-linear-gradient(#9cb2c0, #738794);
    background: -moz-linear-gradient(#9cb2c0, #738794);
    background: linear-gradient(#9cb2c0, #738794);
    height: 51px;
    width: 112px;
    margin-left: 15px;
    margin-bottom: 10px;
    color: #ffffff;
    padding-left: 10px;
    font-size:11pt;
}

.nav-item img{
	margin-top: 8px;
	margin-right: 80px;
	margin-bottom: 2px;
}

.nav-item:hover {
    cursor: pointer;
}
#nav-container .active {
    background: -webkit-linear-gradient(#738794, #384a59);
    background: -o-linear-gradient(#738794, #384a59);
    background: -moz-linear-gradient(#738794, #384a59);
    background: linear-gradient(#738794, #384a59);
}

#primary-top {
    float:left;
    min-height:30%;
    min-width:88%;
    background-color: #ffffff;
}

#primary-bottom {
    float:left;
    min-height:50%;
    min-width:88%;
    background-color: #ffffff;
}

#secondary {
    float:left;
    min-width:65%;
    background-color: #ffffff;
}
.toolBar {
    background: -webkit-linear-gradient(#9cb2c0, #738794);
    background: -o-linear-gradient(#9cb2c0, #738794);
    background: -moz-linear-gradient(#9cb2c0, #738794);
    background: linear-gradient(#9cb2c0, #738794);
    height: 25px;
    line-height: 25px;
    float: left;
    text-align: left;
    min-width: 100%;
    color: #ffffff;
}

.toolBar span {
    padding-left:10px;
    font-size:12pt;
}

.collapsible .collapsible-header {
	background: -webkit-linear-gradient(#9cb2c0, #738794);
	background: -o-linear-gradient(#9cb2c0, #738794);
	background: -moz-linear-gradient(#9cb2c0, #738794);
	background: linear-gradient(#9cb2c0, #738794);
	height: 35px;
	line-height: 35px;
	float: left;
	text-align: left;
	min-width: 96%;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 16px;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}

/* .collapsible .collapsible-body{
	display: none;
}

.collapsible .collapsible-active{
	display: block;
}
 */
 
.collapsible .collapsible-plus{ margin: 5px; } 
.collapsible .collapsible-minus{ margin: 5px; }

.animation.ng-enter,
.animation.ng-leave{
  -webkit-transition: 1s;
}

.animation.ng-enter {
  opacity: 0;
}

.animation.ng-leave {
  opacity: 1;
}

.animation.ng-enter.ng-enter-active {
  opacity: 1;
}

.animation.ng-leave.ng-leave-active {
  opacity: 0;
}

#workArea-container {
    width: 100%;
    min-height: 80%;
    background-color: #ffffff;
    margin-bottom: 15px;
}

#workArea-container-top {
    width: 100%;
    min-height: 30%;
    background-color: #ffffff;
    margin-bottom: 5px;
}

#workArea-container-bottom {
    width: 100%;
    min-height: 50%;
    background-color: #ffffff;
    margin-bottom: 15px;
}

.space {
    float: left;
    width: 15px;
    min-height: 80%;
}


#tertiary {
    min-width: 22%;
}

#tertiary-dashboard {
    min-width: 22%;
    min-height: 40%;
    margin-bottom: 15px;
}
.tools-container {
    background-color: #ffffff;
    min-height: 40%;
    float: left;
    min-width: inherit;
    background-color: #ffffff;
    margin-bottom: 15px;
    font-size: 9pt;
}
#footer {
    clear:both;
    height: 25px;
    padding-left:152px;
    line-height: 25px;
    font-size: 9pt;
}



fieldset {
    border: 0;
}

.standardText {
    font-size: 10pt;
    color: #000000;
}

.mutedText {
    font-size: 9pt;
    color:#738794;
}

.headlines {
    font-size: 12pt;
    color: #384a59;
}

ul {
    list-style-type: none;
}

.selectableLineItem {
    padding-top:5px;
    padding-bottom: 2px;
    margin-top: 2px;
    height:18px;
    line-height: 18px;
}

.selectedItem {
    padding-top:5px;
    padding-bottom: 2px;
    margin-top: 2px;
    background-color: #e7f1f5;
    height:18px;
    line-height: 18px;
}

.selectedItem span {
    margin-left:10px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

.selectableLineItem span {
    margin-left:10px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}
.standardTextSmall {
    font-size: 9pt;
    color: #000000;
}

 /*#workArea {*/
    /*width:936px;*/

/*}*/

#workArea table {
    text-align: left;
    border-collapse: collapse;
    min-width: 100%;
}
#workArea table th {
    border-bottom: 1px solid black;
}
#workArea table tr {
    border-bottom: 1px solid #e0e0e0;
    height: 30px;
}
#workArea table .firstRow:hover {
    background-color: #ffffff;
    cursor:auto;
}
#workArea table tr:hover {
    background-color: #e7f1f5;
    cursor: pointer;
}
#workArea tr span {
    padding-left: 3px;
    display: block;
}

#workArea table tr th span {
    border-left:1px solid #e0e0e0;
}

.firstItem {
    border-left:0;
    min-width: 3%;
}
p {
    text-indent: 3px;
}




/*#ReportInputControllerForm {*/
    /*padding-left:10px;*/
/*}*/
/*#ReportInputControllerForm span {*/
    /*background-color: azure;*/
    /*width:60px;*/
/*}*/
/*#reportinputcontrollerform button {*/
    /*background-color: #94a1ac;*/
    /*border: none;*/
    /*height: 20px;*/
    /*width: 60px;*/
    /*color: #ffffff;*/
    /*line-height: 15px;*/
    /*font-size: 9pt;*/

/*}*/
/*#ReportInputControllerForm input {*/
    /*height: 20px;*/
    /*width: 200px;*/
    /*border: 1px solid #e0e0e0;*/
/*}*/

/*#reportinputcontrollerform ul {*/
    /*background-color: brown;*/
/*}*/


#ReportInputControllerForm ul {
    list-style-type: none;
    margin: 0;
    padding: 0;


}
.reportItem {
    background-color: #ffffff;
    min-height: 40px;
}
.reportItem input[type="text"] {
    float: right;
    border: 1px solid #e0e0e0;
    width: 180px;
    height: 20px;
    margin-top: 9px;
    margin-right: 10px;
    padding:0;
    text-indent: 5px;
}
.reportItem input[type="text"]:focus {
    outline: none;
    border: 1px solid #738794;
}
.reportItem span {
    line-height: 40px;
    padding-left: 10px;
    float: left;
}
.reportItem .error {
    line-height: 0px;
    color: red;

}

.reportItem select {
    /*style*/
    -webkit-border-radius: 0px;
    -moz-border-radius:0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    box-shadow: none;
    outline: none;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    text-indent: 5px;
    cursor:pointer;
    /*postion*/
    float: right;
    margin-right: 10px;
    margin-top: 9px;
    padding: 0;

    /*size*/
    width: 182px;
    height: 22px;
}
.reportItem select:focus {
    border: 1px solid #738794;
}
.reportItem button {
    background-color: #94a1ac;
    border: none;
    height: 20px;
    width: 60px;
    color: #ffffff;
    line-height: 15px;
    font-size: 9pt;
    margin-right: 10px;
    float: right;
    margin-top: 10px;
}
.reportItem button:hover {
    background-color: #738794;
    cursor: pointer;
}

.reportItem input[type=checkbox] {
    margin-top: 14px;
    margin-left: 5px;
}

.gotoSiteItem .site-not-exist{
	border:1px solid red !important;
}

.gotoSiteItem .site-exist {
	border:1px solid green !important;
}

.gotoSiteItem button {
    background-color: #94a1ac;
    border: none;
    height: 20px;
    width: 60px;
    color: #ffffff;
    line-height: 15px;
    font-size: 9pt;
}

.gotoSiteItem button[disabled=disabled], button:disabled {
	background-color: #dddddd;
	border:1px solid #94a1ac;
    height: 20px;
    width: 60px;
    color: #ffffff;
    line-height: 15px;
    font-size: 9pt;
}

.gotoSiteItem input[type="text"]:focus {
    outline: none;
    border: 1px solid #738794;
}

.overlayOff {
    background-color: rgba(0, 0, 0, 0.0);
    z-index: 999;
    width: 134px;
    height:16px;
    border: 0px solid Black;
    text-align: left;
    position: fixed;
    top: 11px;
    left: 50%;
    margin-left:-67px;
    margin-top:-8px;   
    display: none;
}

.overlayOn {
    display: block;
}

.forgotPasswordOverlayOff {
    background-color: rgba(239, 241, 245, 0.99);
    z-index: 999;
    width: 400px;
    height:300px;
    border: 1px solid Black;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;    
    display: none;
}

.forgotPasswordOverlayOff input {
    height: 23px;
    width: 256px;
    border: 1px solid #384a59;
}
.forgotPasswordOverlayOff input:focus {
    border: 1px solid #738794;
}

.forgotPasswordOverlayOff [type=button]{
    background-color:#B4B4B4;
    border:0px;
    text-align:center;
    height:20px;
    margin-top:4px;
    width: 70px;
    padding: 0px;
    float: center;
}



.inventoryText { 
    text-align: center;
    font-pt: 10px;
    min-width: 100%;
}

.right-tool-panel {
	vertical-align: top;
	float: left;
	margin-left: 15px;
	width: 22%;
	min-height: 95%;
	background-color: #ffffff;
	overflow: wordbreak
}

.clear {
	clear: both;
}

/* Styles defined in login.jsp now ported inside deault.css */
.errorblock {
      color: #ff0000;
      background-color: #ffEEEE;
      border: 3px solid #ff0000;
      padding: 8px;
      margin: 16px;
  }
 #logoContainer {
 	width:100%;
 	background-color:#FFFFFF;
 }
 #logo {
 	margin: 25px 0px 48px 44px;
 }
 
 #loginContainer {
      display:block;
      width:100%;
      background-color: #FFFFFF;
 }
 
 #acceptContainer {
 	width:100%;
     background-color: #F7FCFC
 }
 
 #imageContainer {
 	position:relative;
 	width:100%;
 }

#loginDiv {
	background-color:#FFFFFF;
	position: absolute;
	padding:54px 40px;
	border-radius:3px;
	width:362px;
	left:50%;
	margin-left:-221px;
	margin-top:5%;		
}

#resetPwdDiv {
	display:none; 
	position:absolute;
	background-color:#FFFFFF;
	margin-top:5%;
	padding:54px 40px;	
	border-radius:3px;
	width:362px;
	margin-left:-221px;
	left:50%;
}

#touFrame {
	display:block;
	width:750px;
	height:400px;
	margin: 20px auto;
}

#productTitle {
	text-align:center;
	width:100%;
	margin-bottom: 33px;
}

#productTitle h2{
	font-weight: 600;
	color: #9a9a9a;
	text-transform: uppercase;
	font-size:18px;
	margin-top:0px;
}

#userAgreementContainer {
    width:100%;
    background-color: #F7FCFC ;
}

.accept_form {
	width:328px;
	background-color:#F7FCFC;
	margin: 0 auto;
}
.accept_form  input[type="text"]{
	height: 30px;
    width:328px;
    border: 1px solid #bdd3df;
    border-radius: 3px;
    padding:5px 16px;
    float:left;
    margin-bottom:20px;
}

.login_form input[type="text"],
input[type="password"], input[type="email"],textarea{
    height: 30px;
    width:328px;
    border: 1px solid #bdd3df;
    border-radius: 3px;
    padding:5px 16px;
    float:left;
    margin-bottom:20px;
    clear:both;
}
.login_form input[type="checkbox"] {
	margin-bottom:20px;
	float:left;
	padding:5px;
} 

.login_form input:focus, .accept_form input:focus {
    border: 1px solid #5fabe7;
}

.login_form input::-webkit-input-placeholder {
    color: #959898;
}

.login_form input::-moz-placeholder {
    color: #959898;
}

.login_form input:-moz-placeholder {
    color: #959898;
}

.login_form input:-ms-input-placeholder {
    color: #959898;
}

input[type=button] { 
	background: #009999; 
	border-radius: 5px; 
	font-size: 12px; 
	font-weight: bold; 
	color: #fff; 
	padding: 10px 20px; 
	text-transform: uppercase; 
	cursor: pointer; 
	float:right;
	width:80px;
}
	
input[type=button]:hover {
    background-color:#66c2c2;
    color: #FFFFFF;
    cursor:pointer;
}

input[type="button"]:disabled{ opacity: 0.5; pointer-events: none; }

.login_form a:link {
	color:#009999;
}

.release {
	color: #D0D0D0;
	font-size: 10pt;
	font-weight: normal;
	float:right;
}

.forgotPassword {
	color:#9a9a9a;
}
#fp_username {
	margin-top:10px;
}
#floatRight {
	float:right;
}
#loading {
	margin-right:5px;
	margin-top:10px;
}

#loginContainer .login-header {
    display: flex;
    align-items: center;
    padding: 1rem;
}

#loginContainer img.siemens-logo {
    height: 18pt;
}