@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');

.panel-error h4 {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.btn {
    border-radius: 2px;
}
.brandlogo {
    width: 62px;
    margin-top: -3px;
}

.campaign-label {
	display: block;
	padding: 5px; 
	color:rgb(51, 51, 51); 
	background-color: rgb(239, 239, 239); 
	font-weight: normal;
}

.campaign-info-label {
	display: inline-block;
    padding: 5px;
    margin-left: 5px;
    line-height: 1;
    border-radius: 4px;
    color: #333333; 
	background-color: #efefef; 
    font-size: .9em;
    text-transform: uppercase;
    cursor: help;
    border: solid 1px #d4d4d4;
}

.tooltip-inner {
    white-space: pre-wrap;
}

@media screen and (max-width: 650px) {
    .campaign-info-label {
        background-color: #d0d0d0;
        color: #373737;
        border-color: #b1b1b1;
        padding: 3px;
    }
}

@media screen and (max-width: 450px) {
    .campaign-info-label {
        align-self: flex-start;
        margin-left: 0;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff!important;
}

.navbar.main-bar {
    background-color: #42aae1 !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {

    background-color: #00a0db !important;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #00a0db!important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #00a0db!important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #00a0db!important;

}
.main-bar .dropdown-menu{
    background-color: #00a0db;
}

.main-bar .dropdown-menu > li > a:hover,
.main-bar .dropdown-menu > li > a:focus {
    background-color: #47AFEF!important;

}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
    background-color: #00a0db!important;
    padding-top: 20px!important;
    padding-bottom:20px!important;
}


.logo {
    background: url('/assets/img/logo-new.png') no-repeat center center;
    background-size: 122px;
    min-height:120px;
    width: 122px;

}

.page-login {
    background: #f2f2f2;
}

.login-header {
    background-color: #007ba4;
    padding: 20px;
}

.login-subheader {
    background-color: #007ba4;
}

.page-login h1.bigHeadline {
    font-family: 'Catamaran';
    font-size: 25px;
    font-weight: bold;
}

.no-padding {
    padding: 0;
}



#news-notice-splash {
    padding: 20px 30px 0 30px;
}

#news-notice-splash .module .module-head {
    background-color: #f19300 !important;
    border: 1px solid #f19300;
    font-family: Arial,sans-serif;
}

#news-notice-splash .module .module-head b {
    color: #ffffff;
}

#news-notice-splash .module .btn {
    margin: 4px;
    border-color: #fff;
    color: #747678 !important;
}

#news-notice-splash .module .btn:hover {
    border-color: #adadad;
    
}


.btn-news-notice {
    margin-top: 4px;
    margin-right: 10px;
    color: #747678;
}

h1.bigHeadline {
    text-align: center;
    color: #ffffff;
    margin: 0;
    font-size: 1.7em;
    padding: 10px;
}


.login-body {
    padding: 40px 60px 20px 60px;
}

#label-remember {
    font-family: 'Catamaran';
    
}

#remember {
    margin-top: 1px;
}

.login-body-text {
    font-style: italic;
}

.login-body, .login-footer {
    background-color: #ffffff;
}

.login-footer {
    padding: 0 60px 0 60px;
}

.login-footer a, #switch-to-device {
    color: #007ba4;
    font-weight: bold;
}

#login-form input[type=text], #login-form input[type=password] {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #bfbfbf;

    background: #fff;
    font-family: 'Catamaran';
    margin-bottom: 30px;
}

#login-form .btn-primary, #email-form .btn-primary {
    background-color: #ffa347;
    border-color: #ffa347;
    border-radius: 2px;
    font-family: 'Catamaran';
    font-size: 20px;
    width: 160px;
    border-radius: 8px;
}

.btn-primary.btn-bankid-login, .btn-primary.btn-bankid-login:hover, #magic-link-form .btn-primary {
    background-color: #ffa347;
    border-color: #ffa347;
    border-radius: 2px;
    font-family: 'Catamaran';
    font-size: 20px;
    border-radius: 8px;
}

.btn-primary.btn-bankid-login svg {
    fill: #ffffff;
    height: 24px;
    margin-right: 12px;
    width: 24px;
    vertical-align: middle;
    z-index: 0;
}

#choose-this-device {
    font-family: 'Catamaran';
    font-size: 20px;
    border-radius: 8px;
}

#login-form .btn-primary {
    margin-left: 20px;
}

.btn-loginhelp.btn-info {
    background: #007ba4;
    border-color: #007ba4;
    padding: 5px 0 5px 0;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-style: normal;
    margin-top: 20px;
}

.login-footer {
    padding-top: 20px;
}

/*.logo-container {
    height: auto;
    padding: 0 10px;
    width: 54px;
    height: 60px;

}*/

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin-right: auto;
    margin-left: auto;
}
.align-bottom {
    position: absolute;
    bottom: 10px;
}

.align-right {
    position: absolute;
    right: 10px;
}

.login-footer div {
    text-align: center;
    font-family: 'Catamaran';
    padding-bottom: 20px;
}

.serviceBlock {

}

.new-quote .radio,
.new-quote .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-primary[disabled] {
    background-color: #aaaaaa !important;
    border-color: #777777 !important;
    color: #eeeeee !important;
}

.settings .form-control, .new-quote .form-control {
    height: auto;

}
.settings .row, .new-quote .row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 8px;
    padding-bottom: 8px;;
}

.settings .row.blue, .new-quote .row.blue {
    background-color: #00a0db !important;
    color: #fff !important;
}

.settings .row.gray, .new-quote .row.gray  {
    background-color: #3a3a3a;
    color: orange;
}

.settings .row.lightgray, .new-quote .row.lightgray  {
    background-color: #eaeaea;
    color: #414141;
}

.settings .row.odd, .new-quote .row.odd {
    background-color: #fefefe;
}

.settings .row.even {
    background-color: #efefef;
}

.settings .row:nth-child(odd) {
    background-color: #efefef;

}
.settings .row:nth-child(even) {
    background-color: #fefefe;
}

.settings .input-group-addon, .new-quote .input-group-addon {
    /* padding: 1px 5px; */
}

.settings .noFieldAlign {
    height: 31px;
    padding-top: 8px;
}

.settings .tg div {
    border-radius: 2px;
}

.visible {
    display: block !important;
}

.label-margin {
    margin-top: 26px;
}

.new-quote .label--xs.visible {
    margin-top: 0 !important;
}

.new-quote .label--xs {
    display: block;
    /* font-weight: bold; */
    /* border-left: solid 1px #d2d2d2;
    border-top: solid 1px #d2d2d2; */
    /* background-color: #f0f0f0; */
    padding: 5px 0;
    font-size: 13px;
    line-height: 1;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .new-quote .label--xs + .input-group {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .new-quote .label--xs {
        display: none;
    }
}

.settings .setting_key {
    font-weight: bold;
}

.new-quote .well {
    margin-bottom:0;
}

.new-quote .form-inline .form-control {
    width: 100%;
    background-color: #ffffff;
}

.new-quote .extra .form-group {
    width: 100%;
}

.col-sm-2.noleftpadding {
    padding:0;
}

.new-quote .col-sm-1, .col-sm-2.noleftpadding {
    padding-right:4px;
}

.new-quote .row.blue{
    /* font-size:10px; */
}

.new-quote .row.zebra:nth-of-type(odd) {
    background-color: #efefef;
}
.new-quote .row.zebra:nth-of-type(even) {
    background-color: #fefefe;
}

.new-quote label {
    white-space: nowrap;
}

.new-quote .panel-body {
    padding: 15px 30px;
}

@media (max-width: 768px) {
    .new-quote .panel-body {
        padding: 0 15px;
    }
}

.new-quote .panel-body .row {
    vertical-align: baseline;
}

.new-quote .snickare label {
    font-weight: 300;
}

.noborder  {
    border:none!important;
}

tr.singleborder>td   {
    border-bottom: 1px solid black !important;
}

.workorder thead th, .workorder tbody td {
    border-left:none!important;
    border-right:none!important;
}
.workorder thead th {
    font-size: 15px;
}

.workorder tbody tr:first-of-type td, .workorder tbody tr.subheader td {
    /* border-top: 1px solid black!important; */
    border-bottom: 1px solid #858282 !important;
    font-weight:bold;
}
.workorder .misctable tbody tr:first-of-type td {
    font-weight: normal;
}
.workorder .order .module-head {
    background-color: #00a0db!important;
    color: #fff;
    height:auto;
}

.workorder .module-head .order-head{
    min-height: 100px;
}

.module-head-bottom {
    background-color: #00506e;
    padding: 3px 15px;
}

.workorder .clientinfo {
    font-size: 12px;
    padding: 10px;
}

.subspec {
    font-style: normal;
}

.subspec td:first-of-type {
    padding-left: 15px;
}

.separator {
    border-top: 2px solid black;
}


.table-condensed>tbody>tr.separator>td  {
    border:none!important;
    padding: 0!important;
}
.table-bordered>tbody>tr.noborder>td {
    border:none!important;
}

.table-striped>tbody>tr.sum {
    background-color: inherit;
}

.pdf-icon {
    width: 50px;
}

.subtitle {
    font-weight:bold;
}
.table-bordered>tbody>tr.subsum>td {
    border-bottom: 1px solid black!important;
    font-weight:bold;
}
.table-bordered>tbody>tr>td {
    border-bottom:none;
}

.workorder hr {
    color: #000;
    background-color: #000;
    height: 2px;
    margin: 0;
    padding: 0;
    border: 0;
}
.nopadding {
    padding:0!important;
}

.normalWeight {
    font-weight: normal !important;
}

.select-view {
    margin-bottom: 15px;
}

.rednote {
    color: #ff0000;
    font-style: italic;
}

.workorder table.quote tbody tr td {
    font-weight:normal!important;
}

td.padleft {
    padding-left: 10px;

}

.MyBox .modal-header {
    border-bottom: 0px;
    background: #fff;
    padding: 20px 40px;
    border-bottom: 1px solid #d5d5d5;
}

#fetchArticle .modal-dialog {
    width: 1024px;
}

@media (max-width: 1024px) {
    #fetchArticle .modal-dialog {
        width: 100%;
    }
}



table.quote tbody tr td:first-of-type {
    width: 100px;
}

.w100 {
    width: 100px!important;
    padding-right:0!important;
}
.butikinfo h4 {
    padding:3px 0;
    margin:0;
}

.bluebox {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    color: #fff;
    background-color: #00a0db !important;
    border: 1px solid #fff;
    border-radius: 4px;
}

hr.small {
    margin-top: 50px;
    margin-bottom: 10px;
    height:1px;
}

.invoice_img_container {
    vertical-align: middle;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    align: center;
}

.invoice_img {
    margin: 10px 15px;
    width: 65px;
    height: auto;
}

.invoice_img.saker_vatten {
    height: 65px;
    width: auto;
}

.hide-price .price {
    color: rgba(255,255,255,0);
}

#datepicker input {
    /* height:21px!important; */
    padding-left:3px;
}

.row.upper-menu .datepicker {
    margin-bottom: 0;
}

.status_2 {
    color: #31708f!important;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.status_3 {
    color: #8a6d3b!important;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.status_4 {
    color: #3c763d!important;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.status_5 {
    color: #a94442!important;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#breadcrumb {
    background-color: #1d689c;
}
#breadcrumb a {
    font-size: 13px!important;
}

.price {
    text-align: right!important;
    padding-right: 10px!important;
}

.btn-new-quote {
    margin-top: 4px;
    margin-right: 10px;
    color: white!important;
}

a.chevron {
    color: #747678;
    cursor: pointer;
    font-size: 10px!important;
}

a.chevron.active {
    color: #428BCA;
}

.glyphicon.remove {
    color: #ff0000;
}

#helptext {
    font-size: 12px;
    padding: 15px 15px;
}

.upper-menu #endDate, .upper-menu #startDate {
    height: 30px;
    margin: 0;
}

.offert-footer-text {
    font-size: 13px;
}

.upper-menu .datepicker {
    /* padding: 0; */
}

.pointer {
    cursor: pointer;
}

.orientation button {
    width: 157px;
    height: 61px
}

.orientation button span {
    font-size: 26px;
    line-height: 32px;
}

/* Orientation-buttons: Activ */
.orientation button.orientation-active {
    background-color: #ffffff;
    border-color: #9bd200;
    color: #9bd200;
    outline: none;
}

/* Orientation-buttons: Active, hover */
.orientation button.orientation-active:active, .orientation button.orientation-active:focus, .orientation button.orientation-active:hover {
    background-color: #f8f8f8;
    border-color: #9bd200;
    color: #9bd200;
    outline: none;
}


.orientation button.orientation-active span {
    text-decoration: underline;
}


/* Orientation-buttons: Inactive */
.orientation button {
    background-color: #ffffff;
    border-color: #a6a6a6;
    color: #a6a6a6;
    outline: none;
}

/* Orientation-buttons: Inactive, hover */
.orientation button:active, .orientation button:focus, .orientation button:hover {
    background-color: #f8f8f8;
    border-color: #a6a6a6;
    color: #a6a6a6;
    outline: none;
}


/* Orientation-buttons: Disabled */
.orientation button.orientation-disabled {
    background-color: #ffffff;
    border-color: #f2f2f2;
    color: #f2f2f2;
    outline: none;
}

.orientation button.orientation-disabled span {
    text-decoration: none;
}

/* Orientation-buttons: Disabled, hover */
.orientation button.orientation-disabled:active, .orientation button.orientation-disabled:focus, .orientation button.orientation-disabled:hover {
    background-color: #ffffff;
    border-color: #f2f2f2;
    color: #f2f2f2;
    outline: none;
}

.infobox h5 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.infobox .workorder-body {
    margin-top: 5px;
}

.warningOutput {
    color: #FF0000;
}

.stickyMsg, .status-message {
    position: sticky;
    top: 5px;
    z-index: 100;
}

.promotions {
    font-family: Arial, Helvetica, sans-serif;
}

/* .promotions>.table>thead>tr>th{
    width:14% !important;
} */

#fixedbutton {
    position: fixed;
    bottom: 0px;
    right: 2%;
    background: #42aae1;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    -webkit-box-shadow: 1px -1px 2px 0px #e6e6e6;
    box-shadow: 1px -1px 2px 0px #e6e6e6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    line-height: 18px;
  }
  
  #fixedbutton .glyphicon {
    top: 2px;
  }
  
  #fixedbutton.heading3 {
    margin-bottom: 0px;
  }
  
  #supportModal textarea {
    padding: 10px;
  }

  table.table-striped td:not(:last-child).noborder {
	border: none !important;
    }

    table.table-striped td.nobackground {
	    background: #fff !important;
    }


@media (min-width: 768px) {
    .navbar-nav {
        font-size: 15px;
    }

    .navbar-nav>li>a {
        padding-top: 25px!important;
        padding-bottom:25px!important;
    }
}
@media (min-width: 1200px){
    #helptext {
        width: 100%;
    }
    .affix {
        top: 10px;
    }
}

@media (max-width: 1199px) {
    .affix {
        position: relative!important;
    }

}
@media (max-width: 767px){

    #main-container.login-container {
        padding: 0 15px;
    }

    .brandlogo {
        margin-top: -14px;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
}

@media (min-width: 768px) {
    .page-login #content {
        height: 100vh;
        display: flex; 
        align-items: center; 
        justify-content: center;
    }

    .page-login #main-container{
        padding: 0px;
        width: 535px;
    }
}

@media (max-width: 400px){

    #login-form .btn-primary {
       width: 120px;
    }
}

@media (max-width: 360px){

    #login-form .checkbox.pull-left {
        float: none !important;
    }

    #login-form .btn-primary {
        float: none !important;
       display: block;
       margin-left: 0px;
       margin-top: 20px;
    }
}
