@CHARSET "ISO-8859-1";

a, a:hover, a:focus {
    font-weight:bold;
    /* color:#355B7F; */
    text-decoration:none;
}

body{
    font-family: Helvetica, Arial, sans-serif;
    font-size:12px;
    line-height:20px;
    margin:0;
    margin-bottom: 20px;
}

h1, .h1{
    font-size:26px;
    line-height:50px;
    padding-left:30px;
    padding-right:30px;
}

h2, .h2{
    font-size:16px;
    line-height:26px;
    margin:0px;
    margin-top:10px;
}

#headlineAndBreadcrumb{
    margin-bottom:0px;
    color:#000;
    margin-top:-15px;
    position:relative;
}

#headlineAndBreadcrumb a{
    color:#000;
    font-size:13px;
}
#breadcrumb{
    padding-left:30px;
    padding-right:30px;
}

select{
    width:250px;
    border:1px solid #355B7F;
    /* height:25px; */
}

select:focus {
    -webkit-box-shadow: 0px 0px 3px #4d7191;
    -moz-box-shadow: 0px 0px 3px #4d7191;
    box-shadow: 0px 0px 3px #4d7191; 
}

label {
    font-weight: normal;
}

th, td {
    padding: 2px;
}

input{
    /* width:250px; */
    /* border:1px solid #355B7F; */
    /* background-image:url(../img/inputBackground.png); */
    /* height:22px; */
}

input:focus {
    /* -webkit-box-shadow: 0px 0px 3px #4d7191; */
    -moz-box-shadow: 0px 0px 3px #4d7191;
    /* box-shadow: 0px 0px 3px #4d7191; */
}


input.accept{
    cursor:pointer;
    color:#fff;
    height:25px;
    width:25px;
    border:0px;
    background:none;
    background-image:url('../img/checkButton.png');
}

input.smallButton, a.smallButton{
    cursor:pointer;
    color:#fff;
    height:25px;
    font-size:15px;
    line-height:25px;
    width:25px;
    font-weight:bold;
    float:left;
    display:block;
    margin-right:15px;
    border:0px;
    background:none;
    background-image:url('../img/viewButton.png');
}
/*a.smallButton{
  text-align: center;
}

input.smallButton:hover{
    background-image:url('../img/smallButtonHover.png');
}*/
input.ultraSmallButton{
    cursor:pointer;
    color:#fff;
    height:25px;
    font-size:15px;
    line-height:25px;
    width:120px;
    font-weight:bold;
    float:left;
    display:block;
    margin-right:15px;
    border:0px;
    background:none;
    background-image:url('../img/ultraSmallButton.png');
}

input.ultraSmallButton:hover{
    background-image:url('../img/ultraSmallButtonHover.png');
}

.inputRadio input{
  width:1em;
  height:1em;
}

.inputRadio label{
  vertical-align: top;
}

a.button{
    font-size:15px;
    width:250px;
    height:35px;
    line-height:35px;
    text-align:center;
    border:0px;
    display:block;
    margin-right:15px;
    padding:0px;
    float:left;
    color:#fff;
    background-color:transparent;
    background-image:url('../img/button.png');
}

a.button:hover{
    background-image:url('../img/buttonHover.png');
    color: #fff;
    text-decoration: none;
}


textarea{
    width:250px;
    height:100px;
    font-size: 10pt;
    line-height:20px;
    border:1px solid #355B7F;
    background-image:url(../img/inputBackground.png);
    font-family: Helvetica, Arial, sans-serif;
}

textarea:focus {
    -webkit-box-shadow: 0px 0px 3px #4d7191;
    -moz-box-shadow: 0px 0px 3px #4d7191;
    box-shadow: 0px 0px 3px #4d7191; 
}

#error{
    color:#f00;
    font-weight:bold;
    margin-bottom:15px;
}

.content{
    padding: 30px;
    padding-top: 15px;
    margin-top: 15px;
    position: relative;
}

.sc-message {
    margin-bottom:30px;
    padding:30px;
    font-weight:bold;
    text-align:center;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.sc-message-success {
    border:2px solid #0c0;
}
.sc-message-info {
    border:2px solid #00c;
}
.sc-message-warn {
    border:2px solid #c90;
}
.sc-message-error {
    border:2px solid #c00;
}
.messageGreen {
    margin-bottom:30px;
    border:2px solid #0c0;
    padding:30px;
    font-weight:bold;
    text-align:center;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.messageRed {
    margin-bottom:30px;
    border:2px solid #c00;
    padding:30px;
    font-weight:bold;
    text-align:center;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#header{
    background-color:#355B7F;
    height:120px;
    z-index:498;
}

#wrapper{
    float:left;
    display:block;
    width:85%;
    background-color:#355B7F;
}

.navigation{
    /*position:relative;
    left:-130px;
    margin-left:130px;*/
    background-color:#355B7F;
    float:left;
    z-index:499;
    height:35px;
    /*width: 100%;*/
}

.navigation a{
    height:31px;
    color:#fff;
    display:block;
    padding-left:15px;
    padding-right:15px;
    border-bottom:4px solid #355B7F;
}

.navigation .active{
    height:31px;
    background:inherit;
    background-color:#355B7F;
    border-bottom:4px solid #ffa800;
}

.navigation a:hover{
    height:31px;
    background:inherit;
    background-color:#355B7F;
    border-bottom:4px solid #dfe4f8;
}

.navigation a > img{
    height:20px;
    border:0px;
    margin-top:8px;
    float:left;
    margin-right:5px;
}

.navigation div{    
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    height:35px;
    line-height:35px;
    float:left;
    display:block;
    overflow:hidden;
}

.navigation a.sub{
    background-color:#355B7F;
    color:#fff;
    border:1px solid #c0c0c0;
    line-height:25px;
    padding-bottom:0px;
    padding-top:0px;
    padding-left:5px;
    padding-right:5px;
    opacity:0.95;
}


a:hover.sub{
    background:inherit;
    background-color:#355B7F;
    opacity:1.0;
}

.sc-header {
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-color:#355B7F;
    height: 120px;
}

.sc-logo {
    position: relative;
    display: block;
    float: left;
    z-index: 450;
}

.sc-menues {
    float: left;
}

.sc-context-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 450;
}
.sc-context-menu a {
    color: #FFF;
    margin-right: 8px;
}
.sc-context-menu img {
    margin-top: 4px;
    margin-bottom: -2px;
    vertical-align: initial;
}

.sc-main-menu, .sc-mobile-nav-toggle {
    position: absolute;
    bottom: 0;
}

/*overwrite bootstrap for menu*/
.sc-main-menu div, .sc-main-menu a {
    box-sizing: initial;
}

.sc-scroll-navigation-background {
    height: 35px;
    width: 100%;
    position: fixed;
    top:0;
    background-color:#355B7F;
    z-index:400;
}

@media (min-width: 1560px) {
.container {
    width: 1530px;
}
}

.sticky-wrapper {
    float: left;
}
.sc-mobile-nav-toggle {
    display:none;
    right: 7px;
    height: 21px;
    color: #000;
    font-weight: bold;
    background-color: #dfe4f8;
    padding: 2px 8px;
}

.list{
    font-size:13px;
    line-height:18px;
    width:100%;
}

.adjust-width{
    width:auto;
}

.list th{
    padding:5px;
    text-align:center;
    border-bottom: 1px solid #C3D5EB;
}

.list td{
    padding:5px;
    text-align:center;
}

.list .rightBorder {
    border-right: 2px solid #C3D5EB;
}

tr.dark, th.dark, td.dark{
    background-color:#DFE4F8;
}

tr.bright, th.bright, td.bright{
     background-color:#fff;
}

.verticalList{
    font-size:13px;
    line-height:18px;
}

.verticalList th{
    padding:5px;
    text-align:left;
    width:140px;
    padding-left:15px;
}

.verticalList td{
    padding:5px;
    text-align:left;
    width:140px;
}

.footer{
    font-size:11px;
    color:#355B7F;
    text-align:center;
    position:fixed;
    bottom: 0px;
    width: 100%;
    background-color: white;
    border-top: 1px solid #CCC;
        z-index: 50;
}

.footer a{
    text-decoration:none;
    color:#355B7F;
    font-weight:normal;
}

#login{
    margin:15px auto;
    width:600px;
    color:#000;
}

.loginContent{
    visibility:visible;
    overflow:visible;
}

#loginBox{
    margin:50px;
    margin-left:70px;
    margin-bottom:30px;
}

#loginFrame{
    padding:30px;
    color:#fff;
    position:relative;
    background:url(../img/loginBackground.png) #355B7F no-repeat center top;
    border:1px #2B4966 solid;
    box-shadow: 2px 2px 10px #555;
}

.loginInput{
    height:35px;
    padding-left:10px;
    line-height:35px;
    font-size:17px;
    -webkit-box-shadow:0px 0px 10px #ccc;
    -moz-box-shadow:0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width:375px;
    color: initial;
}

.loginInput:focus{
    background-color:#fff;
    background-image:url(../img/inputBackground.png);
    -webkit-box-shadow:0px 0px 10px #fff;
    -moz-box-shadow:0px 0px 10px #fff;
    box-shadow: 0px 0px 10px #fff;
    width:375px;
}

#loginMenu > a{
    border:1px #2B4966 solid;
    font-size:17px;
    font-weight:bold;
    float:left;
    height:35px;
    text-align:center;
    line-height:35px;
    display:block;
    width: 274px;
    margin: 10px;
    color:#355B7F;
    background-color:#C3D5EB;
    -webkit-box-shadow:0px 0px 10px #000;
    -moz-box-shadow:0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}

#loginMenu > a.current{
    color:#fff;
    background-color:#355B7F;
}

#loginMenu > a:hover{
    font-size:18px;
    font-weight:bold;
    float:left;
    text-align:center;
    display:block;
    color:#fff;
    background-color:#355B7F;
    -webkit-box-shadow:0px 0px 15px #000;
    -moz-box-shadow:0px 0px 15px #000;
    box-shadow: 0px 0px 15px #000;
}

.metroButton{
    background:inherit;
    text-align:center;
    background-color:#355B7F;
    box-shadow: 2px 2px 10px #555;
    border:1px #2B4966 solid;
    font-size: 16px;
    cursor:pointer;
    color:#fff;
    height: 40px;
    line-height: 40px;
    width: 290px;
    font-weight:bold;
    float:left;
    display:block;
    margin-top: 20px;
}

.metroButton:hover{
    border-color: #c3d5eb;
    background-color: #C3D5EB;
    color: #355B7F;
}

#loader {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    visibility:hidden;
    position:fixed;
    z-index:1000;
    height:100%;
    text-align:center;
    color:#000;
    top:0px;
    left:0px;
    background-image:url(../img/loaderBackground.png);
}

* html #loader {
    top:0px;
}

#loaderContent{
    margin-top:250px;
    font-weight:bold;
    color:#000;
}

.companySelector{
    color:#fff;
    margin-right: 11px;
    float: left;
}

#relogin {
    visibility:hidden;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    position:fixed;
    z-index:750;
    height:100%;
    text-align:center;
    color:#000;
    top:0px;
    left:0px;
    background-image:url(../img/loaderBackground.png);
}

#reloginContent{
    visibility:hidden;
    border:1px solid #355B7F;
    margin:0px auto;
    margin-top:200px;
    width:600px;
    font-weight:bold;
    color:#000;
    padding:30px;
    text-align:center;
    background-color:#fff;
}

#logo{
    width:100px;
    height:97px;
    border:0px;
    margin:10px;
    margin-left:30px;
    float:left;
}

#accessNavigation{
    float:right;
    top:0px;
    right:0px;
    margin:10px;
    margin-right:30px;
    margin-bottom:33px;
}

#accessNavigation a{
    margin-left:5px;
    padding:7px;
    height:20px;
    line-height:20px;
    display:block;
    vertical-align:middle;
    float:left;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color:#ECECEC;
    box-sizing: initial;
}

#accessNavigation a:hover{
    background-color:#DFE4F8;
}

#accessNavigation div{
    padding:10px;
    display:block;
    vertical-align:middle;
    float:left;
}

.subButton{
    width:300px;
    height:50px;
    color:#fff;
    font-size:15px;
    text-align:center;
    display:block;
    line-height:50px;
    /* float:left; */
    background-color:#355B7F;
    margin-right:15px;
}
.subButton:hover {
    color: #fff;
}

.inputBox{
    margin-bottom:10px;
  margin-top:0px;
    width:300px;
    display:block;
    float:left;
}

.inputBox select{
    width: 95%;
}

#analysisTestTable .inputBox select{
    width:100%;
}

/*.inputArray{
    width:920px;
    display:block;
}*/
.multiSelect {
  width: 100px;
}

div.clear {
    clear:both;
}

.refinement{
    width:100px;
}

.trackingBox{
    margin:30px;
}
.sc-tracking-header{
    margin: 0.8em auto 0;
    width: 100%;
    text-align: center;
    position: absolute;
    font-size: 1.5em;
}
.sc-tracking-header div{
    font-size: 1.5em;
    display: block;
    line-height: 2em;
}

.informationFrame {
    overflow: auto;
    /* height: 100%; */
    width: 100%;
}

.informationFrame > .content, .overlayBox > .content  {
    padding:15px;
    margin-top:0px;
}

.headline{
    font-weight:bold;
    background-image:url('../img/informatioBoxHeadline.png');
    background-repeat:repeat-x;
    background-color:#DFE4F8;
    line-height:30px;
    height:30px;
    font-size:18px;
    padding-left:15px;
    padding-top:5px;
}

.fileDownloadBox{
     display:block;
     float:left;
     width:150px;
     margin:15px;
     text-align:center;
}

.comparisonhead{
    display:block;
    float:left;
    width:250px;
    margin:6px;
    text-align:center;
}

.comparisonbox{
    display:block;
    float:left;
    width:250px;
    margin:6px;
    text-align:center;
}

.comparisonbox .imageView{
    border: 1px solid;
    width: 100%;
    border-bottom: 0px;
    padding: 2px;
}

.comparisonbox .previewImage{
    width: 100%;
    background: #FFF;
    padding: 2px;
    border: 1px solid;
}

.imageView{
    border: 1px solid;
    width: 100%;
    border-bottom: 0px;
}
.previewImage{
    width: 97%;
    background: #FFF;
    padding: 2px;
    border: 1px solid;
}
.hasTags {
    background-image: url(../img/flag-red.png);
    background-repeat: no-repeat;
    background-position: 98% 33%;    
}
 
.pager{
    width:100%;
    height:25px;
    line-height:25px;
    padding:5px;
    text-align:right;
    margin-left:-30px;
    margin-right:-30px;
    padding-right:30px;
    padding-left:30px;
    margin-bottom:15px;
    margin-top:45px;
    background-color:#dfe4f8;
}

.pager > .current {
    border:1px solid #355B7F;
    background-color:#DFE4F8;
}

.pager > a {
    padding:5px;
    padding-left:10px;
    padding-right:10px;
}
 
.bottomTableOption{
    margin-bottom:15px;
    float:left;
}

.right{
    text-align:right;
}

#overlay{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    visibility:visible;
    position:fixed;
    z-index:500;
    height:100%;
    text-align:center;
    color:#000;
    top:0px;
    left:0px;
    background-image:url(../img/loaderBackground.png);
}

.overlayBox{
    margin-left:auto;
    margin-right:auto;
    border:1px solid #355B7F;
    background-color:#DFE4F8;
    padding:1px;
    margin-bottom:15px;
    margin-top:200px;
    text-align:left;
    width:550px;
}

.overlayBox > .headline{
    font-weight:bold;
    background-image:url('../img/informatioBoxHeadline.png');
    background-repeat:repeat-x;
    line-height:30px;
    height:30px;
    font-size:18px;
    padding-left:15px;
    padding-top:5px;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #fff;
    padding: 5px;
}
#tooltip h3, #tooltip div {
    margin: 0;
    font-size:13px;
    font-weight:normal;
}

#tooltip hr{
    border:1px dotted;
}

#tooltip img {
    max-width: 640px;
    max-height: 400px;
}

#tooltip ul {
    margin: 0;
}

.verticalListHeadline, .verticalListHeadlineTwo{
    font-weight:bold;
}

.verticalListHeadline{
    float:left;
    width:160px;
}

.verticalListHeadlineTwo{
    width:280px;
}

.verticalListElement{
    float:left;
    margin:15px;
    margin-bottom:0px;
    display:block;
    width:280px;
}

#hintTooltip{
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}

#hintTooltip th {
    text-align:left;
}

#subNavigation{
    height:34px;
    border-bottom:1px solid #355B7F;
    margin-bottom:30px;
}

#subNavigation a{
    margin-top:4px;
    line-height:30px;
    background-image:url('../img/fileButton.png');
    width:200px;
    display:block;
    float:left;
    text-align:center;
    font-size:15px;
}

#subNavigation #current{
    margin-top:0px;
    line-height:35px;
    background-image:url('../img/fileActiveButton.png');
}

.darkGrey{
    color:#707070;
}

.canvas{
    margin-bottom:30px;
}

.canvas h1{
    color:#444;
}

.tile{
    width:120px;
    height:120px;
    text-align:center;
    color:#fff;
    padding:15px;
    background-color:#355B7F;
    display:block;
    float:left;
    margin:10px;
    /*-webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;*/
    -webkit-box-shadow:0px 0px 10px #f00;
    -moz-box-shadow:0px 0px 10px #f00;
    box-shadow: 0px 0px 10px #000;
}

.tile:hover{
    width:140px;
    height:140px;
    text-align:center;
    color:#fff;
    padding:15px;
    background-color:#355B7F;
    display:block;
    float:left;
    margin:0px;
    /*-webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;*/
    -webkit-box-shadow:0px 0px 15px #f00;
    -moz-box-shadow:0px 0px 15px #000;
    box-shadow: 0px 0px 15px #000;
}

.tile > img {
    border:0px;
    height:80px;
    width:80px;
    position:relative;
    background-color:#fff;
    right:-15px;
    top:10px;
}

.tile > .caption{
    position:relative;
    top:10px;
    font-size:18px;
}

.tile > .message{
    position:relative;
    line-height:25px;
    float:right;
    top:-15px;
    right:-15px;
    background-color:#cc0000;
    width:25px;
    height:25px;
    display:block;
}

 /* calendar icon */
img.tcalIcon {
    cursor: pointer;
    margin-left: 1px;
    vertical-align: middle;
}
/* calendar container element */
div#tcal {
    position: absolute;
    visibility: hidden;
    z-index: 100;
    width: 158px;
    padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
    width: 100%;
    border: 1px solid silver;
    border-collapse: collapse;
    background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
    border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
    width: 15px;
    height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
    background-color: white;
    color: black;
    border: 0;
}
/* week days header */
div#tcal th {
    border: 1px solid silver;
    border-collapse: collapse;
    text-align: center;
    padding: 3px 0;
    font-size: 10px;
    background-color: gray;
    color: white;
}
/* date cells */
div#tcal td {
    border: 0;
    border-collapse: collapse;
    text-align: center;
    padding: 2px 0;
    font-size: 11px;
    width: 22px;
    cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
    color: silver;
}
div#tcal td.weekend {
    background-color: #ACD6F5;
}
div#tcal td.today {
    border: 1px solid red;
}
div#tcal td.selected {
    background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
    position: absolute;
    visibility: hidden;
    z-index: 98;
    border: 0;
}
/* transparent shadow */
div#tcalShade {
    position: absolute;
    visibility: hidden;
    z-index: 99;
}
div#tcalShade table {
    border: 0;
    border-collapse: collapse;
    width: 100%;
}
div#tcalShade table td {
    border: 0;
    border-collapse: collapse;
    padding: 0;
}

.center{
    text-align:center;
}

.headline > a {
    color:#000;
}

.collapsed {
    display: none;
}

.panel .collapsed {
    display: initial;
}

.box{
    margin-bottom:15px;
    padding:15px;
    border:1px solid #CCCCCC;
    box-shadow:0 2px 1px -1px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 2px 1px -1px #000;
    box-shadow: 2px 1px -1px #000; 
    background: #ECECEC; /* old browsers */
    background: -moz-linear-gradient(center top, #FAFAFA, #ECECEC) repeat scroll 0 0 / 100% auto #ECECEC; /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#ECECEC)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#FAFAFA\', endColorstr=\'#ECECEC\',GradientType=0 ); /* ie */
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}


.table{
    /*display:table;*/
}

.table label{
    /*display:table-row;
    margin:5px;
    padding:10px;*/
}

span.caption{
    /*display:table-cell;*/
    min-width:150px;
}

.newButtonBlue{
    overflow:auto;
    color:#fff;
    cursor:pointer;
    margin-bottom:15px;
    padding:5px;
    height:35px;
    width:inherit;
    min-width:150px;
    font-weight:bold;
    border:1px solid #355B7F;
    box-shadow:0 2px 1px -1px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 2px 1px -1px #000;
    box-shadow: 2px 1px -1px #000; 
    background: #355B7F; /* old browsers */
    background: -ms-linear-gradient(top, #FAFAFA 0%, #355B7F 100%); /* ie10 */
    background: -moz-linear-gradient(center top, #FAFAFA, #355B7F) repeat scroll 0 0 / 100% auto #355B7F; /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#355B7F)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#FAFAFA\', endColorstr=\'#355B7F\', GradientType=0 ); /* ie */
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

a.newButtonBlue{
    width:200px;
    height:25px;
    line-height:25px;
    text-align:center;
    display:block;
}

.newButtonBlue:hover{
    background: #355B7F; /* old browsers */
    background: -ms-linear-gradient(top, #355B7F 0%, #FAFAFA 100%); /* ie10 */
    background: -moz-linear-gradient(center top, #355B7F, #FAFAFA) repeat scroll 0 0 / 100% auto #355B7F; /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#355B7F), color-stop(100%,#FAFAFA)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#355B7F\', endColorstr=\'#FAFAFA\',GradientType=0 ); /* ie */
}

.newButtonGrey{
    color:#000;
    cursor:pointer;
    margin-bottom:15px;
    padding:5px;
    height:35px;
    width:inherit;
    min-width:150px;
    font-weight:bold;
    border:1px solid #CCCCCC;
    box-shadow:0 2px 1px -1px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 2px 1px -1px #000;
    box-shadow: 2px 1px -1px #000; 
    background: #ECECEC; /* old browsers */
    background: -ms-linear-gradient(top, #FAFAFA 0%, #ECECEC 100%); /* ie10 */
    background: -moz-linear-gradient(center top, #FAFAFA, #ECECEC) repeat scroll 0 0 / 100% auto #ECECEC; /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#ECECEC)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#FAFAFA\', endColorstr=\'#ECECEC\', GradientType=0 ); /* ie */
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.newButtonGrey:hover{
    background: #ECECEC; /* old browsers */
    background: -ms-linear-gradient(top, #ECECEC 0%, #FAFAFA 100%); /* ie10 */
    background: -moz-linear-gradient(center top, #ECECEC, #FAFAFA) repeat scroll 0 0 / 100% auto #ECECEC; /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECECEC), color-stop(100%,#FAFAFA)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#ECECEC\', endColorstr=\'#FAFAFA\', GradientType=0 ); /* ie */
}

/** damage line settings */
.sc-checkbox-partial {
    opacity: 0.5;
}
.sc-dls-key:hover, .sc-dls-value:hover {
    background-color: #ededed;
}
.sc-dls-key input, .sc-dls-value input {
    width: 1em;
    height: 1em;
}

.sc-dls-list {
    min-width: 250px;
    float: left;
}

.sc-dls-list input {
    margin-top: 5px;
}

.sc-dls-list label {
    padding-right: 5px;
}

.sc-dls-value, .sc-dls-key {
    border: 1px solid darkgrey;
    margin: 3px 0px;
}

.sc-dls-value {
    margin-left: 1ex;
}

.sc-dls-key {
    margin-right: 1ex;
    position: relative;
}

.sc-dls-key a {
    position: absolute;
    right: 5px;
    top: 4px;
    display: inline-block;
}

.sc-dls-selected-setting {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.4em;
}

.sc-display-value-btn {
    position: absolute;
    right: 5px;
    top: 2px;
}
.sc-display-value-btn .btn {
    padding: 2px 5px;
}
.sc-display-value-btn-spacer {
    display: inline-block;
    width: 77px
}

/* cedex list */
.sc-cedex-list {
    padding-left: 0px;
    width: auto;
}

.sc-cedex-list input {
    background-image: none;
    border: 1px solid #ddd;
    width: initial;
    padding-left: 4px;
}

.sc-default-value-list input {
    margin-bottom: 5px;
}

.stickyfooter {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 10px 30px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#ECECEC));
    border-top: 1px solid #CCCCCC;
}

.left {
    text-align:left;    
}

.tabbedBox{
    margin-bottom:15px;
    padding:15px;
    border:1px solid #CCCCCC;
    box-shadow:0 2px 1px -1px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 2px 1px -1px #000;
    box-shadow: 2px 1px -1px #000; 
    background: #ECECEC; /* old browsers */
    background: -moz-linear-gradient(center top, #FAFAFA, #ECECEC) repeat scroll 0 0 / 100% auto #ECECEC; /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#ECECEC)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#FAFAFA\', endColorstr=\'#ECECEC\',GradientType=0 ); /* ie */
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-top:0px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    clear:both;
}

a.tab{
    margin-bottom:0px;
    padding:15px;
    padding-top:5px;
    padding-bottom:5px;
    border:1px solid #CCCCCC;
    background: #FAFAFA; /* old browsers */
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-bottom:0px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    width:150px;
    float:left;
    height:20px;
}
a.tab:hover{
    background: -moz-linear-gradient(center top, #ECECEC, #FAFAFA) repeat scroll 0 0 / 100% auto #FAFAFA; /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECECEC), color-stop(100%,#FAFAFA)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#ECECEC\', endColorstr=\'#FAFAFA\',GradientType=0 ); /* ie */
}

a.active{
    background: -moz-linear-gradient(center top, #C3D5EB, #FAFAFA) repeat scroll 0 0 / 100% auto #FAFAFA; /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C3D5EB), color-stop(100%,#FAFAFA)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#C3D5EB\', endColorstr=\'#FAFAFA\',GradientType=0 ); /* ie */
}

div.tabend{
    height:30px;
    border-bottom:1px solid #CCCCCC;
}


/** media queries **/
@media (max-width: 860px) {
    .sc-tracking-header{
        position: relative;
    }
}

/** bootstrap corrections **/
.content.container {
    /*width: 100%;*/
    margin: auto;
}
table.list {
    border-spacing: 2px;
    border-collapse: initial;
}
.form-control, .input-group {
    width: 100%;
}

.btn {
    width: 100%;
    /* height: 100%; */
}

.flright {
    float: right;
}

.sc-partly-completed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 10;
    width: 100%;
}

.sc-partly-message {
    margin-top: 150px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 19px;
    font-weight: bold;
}

.estimate-item td {
    background-color: white;
    position: relative;
}
.estimate-item .sc-machinery-hint-icon {
    position: absolute;
    right: 5px;
}
.sc-tr-separator td {
    border-top: 1px solid #C3D5EB;
    padding: 0px;
}

.searchBox{
    background-color:#355B7F;
    margin:0px auto;
    margin-left:-30px;
    margin-right:-30px;
    padding:5px;
    display:block;
    margin-bottom:15px;
}

.newSearchBox{
    display:block;
    float:left;
    width:200px;
    padding:5px;
    font-weight:bold;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color:white;
    border-left:10px solid #ffa800;
    margin-bottom:5px;
    margin-right:5px;
}

.newRefinement{
    border:none;
    background:none;
    width:inherit;
    
}

.image {
    line-height:50px;
    float:left;
    display:block;
    width:25px;
    height:45px;
    position:relative;
}

.input {
    display:inline-block;
    position:relative;
}

.input > select{
    width:170px;
}

.newRefinement:focus{
    background: inherit;    
    filter: inherit;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit; 
}

.unitRefinement{
    width:650px;
}

.unitRefinement > input{
    height:45px;
    line-height:50px;
    font-size:20px;
    text-align:center;
    width:650px;
}

.newButton {
    border-color:inherit;
    background:inherit;
    text-align:center;
    text-weight:bold;
    font-size:20px;
    font-weight:bold;
    width:220px;
    margin-right:5px;
    height:55px;
    line-height:55px;
    display:block;
    float:left;
    color:#fff;
    background-color:#dfe4f8;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color:#355B7F;
}

.newButton:hover{
    background-color:#355B7F;
    border:2px solid #dfe4f8;
    color:#dfe4f8;
    height:51px;
    line-height:51px;
    width:216px;
}

input.newButton{
    line-height:51px;
}

input.newButton:hover{
    color:#dfe4f8;
    background-color:#355B7F;
    border:2px solid #dfe4f8;
    height:55px;
    line-height:51px;
    width:220px;
    cursor:pointer;
}

.happyPath{
    background-color:#ffa800;
    border-color:#ffa800;
    color:#000;
}

.toggleRefinement{
    display:block;
    margin:0px auto;
    color:white;
    font-weight:bold;
    line-height:30px;
    font-size:15px;
    cursor:pointer;
}

/* estimate item in place editing */
.sc-item-edit {
    display: none;
}
.sc-item-edit input {
    width: 4em;
}

.nav-tabs>.sc-nav-item {
    margin-bottom: 0px;
}
.sc-nav-item a {
    background-color: white;
    color: #355B7F;
}
.nav-tabs .sc-nav-item a:hover, .nav-tabs .sc-nav-item.active a:hover {
    background-color: #355B7F;
    border-color: #355B7F;
    color: white;
}
.nav-tabs .sc-nav-item.active a {
    background-color: #355B7F;
    border-color: #355B7F;
    color: white;
}
.sc-nav-item .sc-datetime {
    font-weight: normal;
    font-size: smaller;    
}

/**********************
Shell Mapping styles
**********************/
.sc-shell-mapping {
    float: left;
    margin: 0px 10px;
}
.sc-shell-mapping th {
    text-align: center;
    font-size: 1.5em;
}
.sc-shell-mapping td {
    /* width: 60px; */
    /* height: 60px; */
    border: 1px solid gray;
    background-color: white;
    overflow: hidden;
}
.sc-shell-mapping td.sc-hidden {
    border: 0px;
    background-color:transparent;
}
.sc-shell-mapping .sc-label td {
    background-color:transparent;
    border: 0px;
    height: 12px;
}
.sc-shell-cell-value {
    display: inline-block;
    font-size: 8px;
    line-height: 9px;
    border: 1px solid #808080;
    border-radius: 5px 5px;
    width: 11px;
    height: 11px;
    text-align: center;
    padding-top: 2px;
}
.sc-shell-cell-table td {
    border: 0px;
    padding: 0;
    height: 9px;
    line-height: 9px;
    background-color: transparent;
}
.sc-shell-grinded {
    background-color: #37FF37;
}
.sc-shell-polished {
    background-color: #08CF08;
}
.sc-shell-handpolished {
    background-color: #78D978;
}
.sc-shell-pitting {
    background-color: #FF3576;
}
.sc-shell-dent {
    background-color: #FF2D2D;
}
.sc-shell-corrosion {
    background-color: #CD7D2A;
}
.sc-shell-scratched {
    background-color: #FFFA4F;
}
.sc-shell-toolmarks {
    background-color: #FAC54C;
}
.sc-shell-rollmarks {
    background-color: #E5C76F;
}
.sc-shell-mapping .sc-shell-insert, .sc-shell-insert {
    background-color: rgba(0,0,0,0.3);
}
.sc-shell-mapping .sc-shell-image, .sc-shell-image {
    border: 2px solid #cc0000;
}
.sc-shell-explanation {
    margin: 24px 10px 0px;
    float: left;
}

/* H&W */

.aclEditor {
    border: 1px solid #666666;
    padding: 20px;
}


table tr.tableRowInactive {
    background-color: #ccc;
}

input[type="submit"].payButton {
    height: 25px;
    width: 25px;
    border: none;
    box-shadow: none;
    background: transparent url('../img/currencyButton.png') no-repeat;
}