@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700);

html,
body {
    height: 100%;
}

body {
    //padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.h5, h5, .h6, h6 {
    font-weight: 700;
}

.jobstatus_0 {
	background-color: #FFDEBF;
}
.jobstatus_5 {
	background-color: #FFC4DA;
}
.jobstatus_10 {
	background-color: #FFFCC4;
}
.jobstatus_20 {
	background-color: #CFF8FF;
}
.jobstatus_25 {
	background-color: #4DE5FF;
}
.jobstatus_30 {
	background-color: #CFFFD2;
}
.jobstatus_40 {
	background-color: #E1E1E1;
}
.jobstatus_50 {
	background-color: #FFDCFD;
	font-style: italic;
}

.jobstatus_atk_0 {
	background-color: #FFDEBF;
}
.jobstatus_atk_10 {
	background-color: #FFFCC4;
}

.todostatus_0 {
  background-color: #D96969;
}
.todostatus_10 {
  background-color:#f0ad4e
}
.todostatus_15 {
  background-color:#f00d9e
}
.todostatus_20 {
  background-color:#5cb85c
}

.todoprio_1 {
    background-color: #F09797;
}
.todoprio_2 {
    background-color: #FFD4A9
}
.todoprio_3 {
    background-color: #FFFDE0
}
.todoprio_4 {
}

.ledighetsstatus_0 {  
}
.ledighetsstatus_1 {
  font-weight: bold;
  color: #4cae4c;
}
.ledighetsstatus_9 {
  font-weight: bold;
  color: #d43f3a;
}

.franvaro_hel {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}
.franvaro_halv {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}
.franvaro {
  background-color: #9C0D0F;
  color: white;
}

.incative {
	text-decoration: line-through;
}

.clickable_td td a {
    display: block;
}

.clickable_tr tr {
    cursor: pointer;
    font-weight: bold;
}

.button_tbl td {
    padding-right: 10px;
}

table.button_tbl  {
    margin: 0px;
}

.button_mobile {
    margin-left: 1em;
    margin-bottom: 1em;
}

.button_lightblue {
    background-color: #7CAFDA;
}

.noline_table th, .noline_table td { 
    border-top: none !important;
    padding-top: 0 !important;
 }

.boldline_table td {
	border-top-color: #999 !important;
}

.boldline_extrabold_table td {
    border-top: 2px solid #000 !important;
}

.week_row td {
    border-top: 2px solid #000 !important;
    padding-top: 0 !important;
    padding-bottom: 4 !important;
    font-size:11px;
    font-weight:bold;
}


.borderless td, .borderless th {
    border: none !important;
}

.curr_subject {
	font-style: italic;
	text-decoration: underline;
}

.navbar {
    border-radius: 0;
    margin-bottom: 10px;
    font-size:16px;
    font-weight:bold;
}

.smalltxt50 {
  font-size: 0.5em;
}
.smalltxt75 {
  font-size: 0.75em;
}
.smalltxt90 {
  font-size: 0.9em;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.mb-0 {
    margin-bottom: 0;
}
.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 1em;
}
.pb-2 {
    padding-bottom: 2em;
}
.pb-3 {
    padding-bottom: 3em;
}
.pb-4 {
    padding-bottom: 4em;
}
.pt-1 {
    padding-top: 1em;
}
.pt-2 {
    padding-top: 2em;
}
.pr-1 {
    padding-right: 1em;
}
.pr-2 {
    padding-right: 2em;
}

.warning {
  color: firebrick;
}

.boldtext {
  font-weight: bold;
}

.stat_ok {
    color: #018F00;
    font-weight: bold;
}
.stat_warn {
    color: #B95C00;
    font-weight: bold;
}
.stat_err {
    color: #A80000;
    font-weight: bold;
}
/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
}


.toplogo {
    float:left;
    margin-top:5px;
}

.credits {
    font-size:9px;   
}

.img-responsive.pull-right {
    margin-left:10px;
}

.mobil_form_space {
    margin-top: 3em !important;
}
