
body {
    padding: 0;
    margin: 0;
    background-color: #fdfdf2;
    padding-bottom: 80px;
    color:#4d4d4d;
}

a {
  color:#94938f;
}

a:hover {
  color:inherit;
}

#sitelogo {
    max-width: 250px;
    margin: 20px auto;
    display: block;
    padding-top: 40px;
}
/* GRID */

*
{
  box-sizing: border-box;
}

header {
    width: 100%;
    background-color: #000000;
    overflow: hidden;
    position: fixed;
    z-index: 3000;
}

#top-wrapper {
  
}

#status-bar {
  padding-top: 8px;
  font-size: 12px;
}


#status-bar-container {
    /*height: 27px;*/
    background-color: #565656;
}

.status-alert p {
  display: inline;
  margin-right: 8px;
}

.status-alert .danger-box a, .status-alert .warning-box a {
    color:#ffffff;
}

.status-user {
    text-align: right;
    color: #999999;
    font-weight: bold;
}

.status-user a {
    color: inherit;
}

.status-user a:hover {
    text-decoration: none;
}

.logout-link {
    color: #c0ce2e !important;
}

#nav-section {
    text-transform: uppercase;
    background-color: #000000;
}

.navbar-inverse {
    background-color: #000;
}


#content {
    width: 100%;
    padding-top:90px;
}

#admin-navigation {
    font-weight: bold;
}

.navbar-header, .navbar, .navbar-inverse {
    padding-bottom:0;
    margin-bottom: 0;
}

.navbar-nav li {
    position: relative;
}

.container-fluid {
  margin-left:0;
  margin-right: 0;
  padding: 0;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  /*padding-bottom: 30px;*/
}

/*
#main-content-wrapper {
    width:1008px;
    padding: 15px;
    margin: 0 auto;
}

.col-4, .col-8 {
    position: relative;
    float: left;
    padding: 15px;
    min-height: 1px;
}

.col-8 {
    width: 66%; 
}

.col-4 {
    width: 33%; 
}
*/

#main-content-wrapper {
  padding-top: 30px;
}

.spacer {
  width: 100%;
  height: 30px;
}

.spacer-sm {
  width: 100%;
  height: 20px;
}

.content-box {
    width: 100%;
    height: 100%;
    background-color: #fffffc;
    border: 1px solid #dfe0d5;
    padding: 20px 30px;
}

.admin-content {
    border-top: none !important;
}

.content-box-pink {
    width: 100%;
    height: 100%;
    background-color: #ffeff5;
    border: 1px solid #dfe0d5;
    padding: 20px 30px;
}

.confirm-box, #contractChangedModal, .delete-box {
  text-align: center;
}

.confirm-box .glyphicon, #contractChangedModal .glyphicon {
    color:#c0ce2e;
    font-size: 40px;
}

.delete-box .glyphicon {
    color:#e00916;
    font-size: 40px;
}

.warning-box a, .danger-box a, .info-box a {
   /*text-align: center;*/
   color: inherit;
}

.warning-box .glyphicon, .danger-box .glyphicon, .info-box .glyphicon{
    font-size:18px;
    margin-right: 4px;
}

.info-box {
    /*color: #509fdb; */
    color: #FFFFFF;
}

.info-box .badge {
  background-color: #509fdb;
}

.danger-box {
    /*color: #e00916;*/
    /*background-color: #fde8e0;*/
}

.danger-box .badge {
  background-color: #e00916;
  color: #FFFFFF;
}

.warning-box {
    /*color: #f7931e;*/
}

.warning-box .badge {
  background-color: #f7931e;
}

.white-box {
  background-color: #fffffc;
  width: 100%;
  padding: 15px;
}

.number-box {
    width: 100%;
    height: 100%;
    background-color: #f2f3ee;
    border: 1px solid #dfe0d5;
    padding: 20px 30px;
}


.heading-box-container {
    position: relative;
    left:-42px;
    min-width:100%;
    margin-bottom: 20px;
    float: left;
}

.heading-box {
    min-height: 34px;
    position: relative;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right:15px;
    padding-top:5px;
    padding-bottom: 5px;
    float: left;
}

.h-box-black {
    background-color:#000000;
}

.h-box-orange {
     background-color:#f7931e;
}

.h-box-green {
     background-color:#c0ce2e;
}

.h-box-red {
  background-color: #e00916;
}

.h-box-blue {
  background-color: #509fdb;
}

.heading-patch {
    height: 6px;
    min-width: 100%;
    position: relative;
    background-image: url(../Img/heading-patch.png);
    background-repeat: no-repeat;
    
    float: left;
}
  
.heading-box h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.medal {
  position: absolute;
  right: 30px;
}

.clickable-row {
    cursor: pointer;
}

.badge-red {
    background-color: #e00916;
}

.badge-blue {
    background-color: #509fdb;
}

.badge-yellow {
    background-color:#f7931e;
}

.badge-green {
    background-color:#c0ce2e;
}

.badge-overlay {
    position:absolute;
    right: 2px;
    top: 7px;
    background-color:#f7931e; 
}

.plc-table {
	color:inherit !important;
}

.plc-table tr td {
	vertical-align:middle !important;
}

.plc-table tr td label {
	color:inherit;
}

.plc-table-info-column {
	vertical-align:middle !important;
	font-weight:bold;
}

#plc-checkbox-container {
	/*display:none;*/
}

/* TEXT */

#content p {
  font-size: 14px;
}

.big-number {
  font-size:50px;
  display: block;
  font-weight: bold;
  line-height: 100%;
}

h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

.text-warning {
    color: #f7931e;
}

.text-danger {
    color: #e00916;
}

.text-information {
  color: #509fdb;
}

.text-danger a, .text-warning a, .text-information a {
  color: inherit;
}

.text-danger .badge {
  background-color: #e00916;
}

.text-warning .badge {
  background-color: #f7931e;
}

.text-information .badge {
  background-color: #509fdb;
}

/* KNAPPAR */


.btn-black
{
  color: #FFFFFF;
  background-color: #4d4d4d;
  border-top-color: #4d4d4d;
  border-right-color-value: #4d4d4d;
  border-bottom-color: #4d4d4d;
  border-left-color-value: #4d4d4d;
}

.btn-plum
{
    color: #FFFFFF;
    background-color: #8C425D;
    border-top-color: #8C425D;
    border-right-color-value: #8C425D;
    border-bottom-color: #8C425D;
    border-left-color-value: #8C425D;
}
/*
.btn-plum
{
    color: #FFFFFF;
    background-color: #8C4D4D;
    border-top-color: #8C4D4D;
    border-right-color-value: #8C4D4D;
    border-bottom-color: #8C4D4D;
    border-left-color-value: #8C4D4D;
}*/

.btn-default
{
    color: #4d4d4d;
    background-color: #fffffc;
}

.btn-grey.active, .btn-grey.focus, .btn-grey:active, .btn-grey:focus, .btn-grey:hover, .open > .dropdown-toggle.btn-grey
{
  color: #FFFFFF;
  background-color: #574F46;
  border-top-color: #4d4d4d;
  border-right-color-value: #4d4d4d;
  border-bottom-color: #4d4d4d;
  border-left-color-value: #4d4d4d;
}

.btn-black.active, .btn-black.focus, .btn-black:active, .btn-black:focus, .btn-black:hover, .open > .dropdown-toggle.btn-black
{
  color: #FFFFFF;
  background-color: #b8b8b8;
  border-top-color: #b8b8b8;
  border-right-color-value: #b8b8b8;
  border-bottom-color: #b8b8b8;
  border-left-color-value: #b8b8b8;
}

.btn-green
{
  color: #FFFFFF;
  background-color: #c0ce2e;
  border-top-color: #c0ce2e;
  border-right-color-value: #c0ce2e;
  border-bottom-color: #c0ce2e;
  border-left-color-value: #c0ce2e;
}

.btn-green.active, .btn-green.focus, .btn-green:active, .btn-green:focus, .btn-green:hover, .open > .dropdown-toggle.btn-green
{
  color: #FFFFFF;
  background-color: #909b23;
  border-top-color: #909b23;
  border-right-color-value: #909b23;
  border-bottom-color: #909b23;
  border-left-color-value: #909b23;
}

.btn-blue
{
  color: #FFFFFF;
  background-color: #509fdb;
  border-top-color: #509fdb;
  border-right-color-value: #509fdb;
  border-bottom-color: #509fdb;
  border-left-color-value: #509fdb;
}

.btn-blue.active, .btn-blue.focus, .btn-blue:active, .btn-blue:focus, .btn-blue:hover, .open > .dropdown-toggle.btn-blue
{
  color: #FFFFFF;
  background-color: #3c77a4;
  border-top-color: #3c77a4;
  border-right-color-value: #3c77a4;
  border-bottom-color: #3c77a4;
  border-left-color-value: #3c77a4;
}

.temp-plant-box .btn-danger .badge {
	color: #d9534f !important;
}

.top-btns {
    padding-bottom: 10px;
}

.top-btns p {
  padding-top: 8px;
  margin-bottom: -8px;
}

.top-btns-right {
  float: right;
}

.cities .well .badge {
    color: #FFFFFF;
    background-color: #c0ce2e;
}

.cities .btn {
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.cities .btn .badge {
  color: #c0ce2e;
  background-color: #FFFFFF;
}

.blue-badge {
  color: #FFFFFF;
  background-color: #509fdb;
}

.toolbox-btn {
    cursor: pointer;
    /*color: #509fdb;*/
}

.toolbox-part-select {
	max-width: 50%;
}

.date-btns .btn {
    margin-top: 4px;
}

.value {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    background-color: #509fdb;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
    font-size: 12px;
    line-height: 1.5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-weight: bold;
    color: #FFFFFF;
}

.value-empty {
    background-color: #f7931e;
}

/* ANLÄGGNINGSBILDER */

.img-box {
	width:100%;
	height:200px;
	background-position: center center;
	background-size:cover;
	background-repeat:no-repeat; 
}

/* PANELS */

.panel-black {
    border-color: #ddd;
}

.panel-black > .panel-heading {
    color: #fff;
    background-color: #565656;
    border-color: #ddd;
} 

/* SERVICE */

hr {
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #000;
    margin-top: 40px;
    margin-bottom: 40px;
}

.hr-sm {
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

#picked-items {
  list-style-type: none;
  background-color: #f0e8eb;
  padding: 15px;
  width: 100%;
  min-height: 80px;
}

#picked-items li {
  cursor: pointer;
  margin-bottom: 8px;
}

#picked-items .glyphicon {
  color: #e00916;
}

.modal {
    z-index: 3000;
    
}

.setting {
    display: inline-block;
    background-color: #eeeeee;
    padding: 3px 5px;
}

.status {
        display: inherit;
}

#plantSettings input, #plantSettings .setting {
    width: 100%;
}

#plantSettings .setting {
    min-height: 30px;
    padding: 8px;
}

.modal.in {
   display:block;
}

#adminNavbar.navbar.navbar-default {
	font-size: 18px !important;
}
/*
#adminNavbar.collapse.navbar-collapse {
	background-color:#C2BFAF !important;
	color:#fff !important;
	font-size:18px !important;
}

#adminNavbar.collapse.navbar-collapse a {
	color:#000;
}

#adminNavbar.collapse.navbar-collapse ul.nav.navbar-nav li.active a {
	color:#C2BFAF !important;
}
*/

.popover {
	max-width: 100%;
	max-height: 50%;
	z-index: 2000 !important;
}

.create-form-container {
	display:none;
}

.create-object-btn-container {
	padding-bottom:40px;
}

/* Spinning glyphicons: */

.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #dfe0d5; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; }
.tab a:hover { text-decoration: underline; }
.tab.active { background: #fffffc; padding-top: 2px; position: relative; top: 1px; border-color: #dfe0d5; }
.tab a.active { font-weight: bold; }
.tab-container .panel-container { background: #fffffc; border: solid #dfe0d5 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
.tabs-open .tab .badge { font-size: 0.7em; color: #FFFFFF; background-color:#f7931e;}
.tabs-missed .tab .badge { font-size: 0.7em; color: #FFFFFF; background-color:#e00916;}

@media only screen and (max-device-width: 480px) {
    header {
    width: 100%;
    background-color: #000000;
    overflow: hidden;
    background-image: url(../Img/top-bkgd.png);
    background-repeat: repeat-x;
    position: relative;
    z-index: 1;
    }
    
    #content {
    width: 100%;
    padding-top:20px;
    }
    
    .status {
        display: none;
    }
}