﻿/* Set padding to keep content from hitting the edges */

a.ask-link {
    cursor: pointer;
}

section {
    padding: 5px 0 5px 0;
}

.clearWithMargin {
    clear: both;
    display: block;
    height: 5px;
    overflow: hidden;
    width: 100%;
}

.ask-glyphicon{
    margin-bottom: 5px;
}
.button-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.info {
    display: flex;
    align-items: center;
    gap: 6px;
}

.button-row .btn-danger {
    margin-left: auto;
}

.bebyggelseLabel {
    font-size: 12px;
    font-weight: bold;
}

table.ask-layout {
    width: 100%;
}

table.ask-layout td {
    padding: 2px 0 4px 0;
}

table.ask-layout .col-form-label-sm {
    font-size: 12px;
}

/* Navigation */
.ask-menuback {
    padding: 10px;
    background-color: #EEE;
    position: relative;
}

.navbar-nav {
    margin-top: 20px;
}

ul.navbar-nav > li > a {
    padding: 10px 15px;
}
.navbar {
    margin-top: 10px;
    margin-bottom: 5px;
    min-height: 43px;
}
.navbar-headerPadding {
    padding-left: 15px;
}

.navbar-header {
    position: absolute;
    bottom: 15px;
}

.navbar-brand {
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar > .container .navbar-brand {
    margin-left: 0;
}

.navbar-collapse {
    padding-right: 0;
}

.navbar a.selected {
    background-color: #eee;
}
.nav-pills .nav-item {
    margin-right: 10px;
}

.nav-pills .nav-link {
    min-width: 140px;
    text-align: center;
    border: 1px solid #CCC;
    background-color: #E5E5E5;
}

.nav-pills .nav-link span.glyphicon {
    margin-right: 10px;
}

/*Buttons*/
button.btn {
    outline: 0;
}
.btn.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    height: 32px;
    padding-left: 50px;
    border: 1px solid #ccc;
}

.btn.btn-labeled-right {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    height: 34px;
    padding-right: 50px;
}

.btn-labeled .btn-label {
    /*position: relative;*/
    position: absolute;
    top: 0px;
    left: -1px;
    /*margin-left: -17px;*/
    display: inline-block;
    padding: 5px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
}

.btn-labeled-right .btn-label {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    padding: 5px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
}

.btn-sm > .btn-label {
    left: -9px;
}
.btn-xs {
    padding: 2px 7px;
}
div.modal-footer button.pull-right  {
    margin-left: 10px;
    margin-right: 0;
}

div.modal-footer button.pull-left {
    margin-left: 0 !important;
    margin-right: 10px;
}
.modal-lg {
    width: 1020px;
}
button:hover {
    cursor: pointer;
}

button:disabled {
    cursor: default;
}

/*Forms*/

/*Fieldset*/
fieldset.ask-fieldset {
    position: relative;
    /*background-color: #EFEFEF;*/
    border: 1px solid #cecece;
    border-radius: 0;
    margin: 2px 3px;
    padding: 2px 4px 2px 4px;
}

legend.ask-legend {
    padding: 4px 6px 4px 6px;
    margin-bottom: 4px;
    width: auto;
    font-size: 12px;
    /*background-color: #e3f7e5;*/
    color: #222;
    border: 1px solid #cecece;
    border-radius: 0;
}

.ask-etjanst-info {
    background-color: #f3f3f3;
    padding: 5px;
    border: 1px solid #ddd;
}

.ask-error {
    color: red;
}

.ask-info .header {
    font-weight: bold;
    padding-top: 5px;
    /*padding-left: 5px;
    background-color: #959dad;*/
    border-bottom: 1px solid #CCC;
}

.ask-info th.header {
    border-bottom: 1px solid #CCC;
}

.ask-info .value, .ask-etjanst-info .td {
    font-style: italic;
}

.ask-link {
    display: block;
    padding: 4px 0;
}

.ask-inner-panel .row {
    margin: auto;
}

.ask-inner-panel .col {
    padding-left: 0;
}

/*Regions*/
.ask-region {
    padding: 0;
    margin: 3px 0 0 0;    
}

.ask-region-header {
    border: 1px solid #ddd;    
    padding: 2px 6px;
    margin: 0;
    background-color: #f5f5f5;
}

.ask-region-header:hover {
    cursor: pointer;    
}

.ask-regon-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 5px;
    margin: 0;
    background-color: #f5f5f1;
}

.ask-region .error {
    background-color: #F44;
}

.ask-region .mandatory {
    background-color: #ffd300;
}

.ask-subheader {
    font-size: 11px;
    color: #777;
}


/*Progress*/
.ask_progress {
    padding: 8px 0;
    position: relative;
}
.ask_progress ul {
    display: table;
    table-layout: fixed;
    border-spacing: 2px;
    padding: 0;
    margin: 0;
}
.ask_progress li {
    display: table-cell;
    table-layout: fixed;
    border-spacing: 2px;
    text-align: center;
    background-color: #CDCDCD;
    /*padding: 20px 15px;*/
    vertical-align: middle;
    min-width: 80px;
    /*font-size: 11px;*/
    color: #222;
    border: 1px solid #333;
    position: relative;
    height: 80px;
    width: 120px;
}
.ask_progress li div {
    position: absolute;
    top: 15px;
    right: 1px;
    left: 1px;
}
.ask_progress li span {
    display: block;
    font-size: 0.7rem;
}
.ask_progress li.current {
    border: 4px solid #333;
    background-color: #D6F0FF;
    /*color: #EEE;*/
        
}
.ask_progress li.edit {
    background-color: #389FD0;
    color: #EEE;
    font-weight: bold;
}
.ask_progress li.visited {
    background-color: #D6F0FF;
}
.ask_progress li.visited:hover, .ask_progress li.current:hover {
    cursor: pointer;
}
.ask_progress_controls {
    position: absolute;
    right: 3px;
    bottom: 10px;
}

table.caseinfo {
    font-size: 1.1rem;
}

table.caseinfo td {
    min-width: 250px;
}

table.caseinfo tr.header td span {
    font-weight: bold;
}


/**** Fixed table Header ****/
.ftable {
    background-color: transparent;
    position: relative; /* could be absolute or relative */
    padding-top: 20px; /* height of header */
    margin-bottom: 5px;
}
.ftable_inner {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
.ftable_hdr {
    background-color: #437AA8; /*#c1c2c6;*/
    border: 1px solid #ccc;
    height: 20px; /* height of header */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.ftable table {
    background-color: transparent;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.ftable th span {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    position: absolute;
    font-weight: normal;
    top: 1px;
    line-height: 20px; /* height of header */
    text-align: left;
    border-left: 1px solid #CCC;
    padding-left: 4px;
    margin-left: -4px;
    color: #FFFCFC;
}
.ftable td {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 4px 4px 2px 4px;
    text-align: left; /* IE */
    min-height: 19px;
}
.ftable td:last-child {
    border-right: 1px solid #ccc;
}
.ftable th {
    padding: 0 4px;
    text-align: left; /* IE */
}

/*Modal fix form Bootstrap 4 alpha 6*/
.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop .fade .in {
    opacity: 0.5 !important;
}

.modal-backdrop.fade {
    opacity: 0.5 !important;
}

.ask-dialog {
    padding: 10px;
}

table.strikeable {
    border-collapse: collapse
}

table.strikeable tr.strikeout td {
    position: relative
}

table.strikeable tr.strikeout td:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-bottom: 1px solid #000;
}
table.small-font, .small-font {
    font-size: 11px;
}
button.platinaButton {
    background: url(../Images/platina13x13.png);
    padding: 0;
    height: 13px;
    width: 13px;
    vertical-align: top;
    margin-top: 2px;
}

button.gridButton {
    border: none;
    background-color: transparent;
    outline: none;
}
.warningBG {
    background-color: rgba(255, 181, 0, 0.9) !important;
    color: #222;
}

.table-striped > tbody > tr:nth-child(odd).warningBG > td {
    background-color: rgba(255, 181, 0, 0.9) !important;
    color: #222;
}



.warningBG:hover {
    background-color: rgba(255, 181, 0, 0.9) !important;
    color: #222;
}

label.askFileSelect {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    background: #fff;
    border: 1px solid #8E8E8E;
    height: 22px;
    padding: 4px 6px;
    font-weight: 400;
}

label.askFileSelectDisabled{
    color:#eeeeee;
}

/**delete above when ready**/
/**ASK CSS **/

/* Bootstrap override*/
body {
    padding-top: 15px;
    padding-bottom: 20px;
    color: #222;
    font-family: Verdana; /*Länsstyrelsens font för brödtext*/
    font-size: 12px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*Länsstyrelsens font för rubriker*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS";
}


li.active {
    color: #222;
    background-color: #ebebeb !important;
    display: block;
}


.modal-header .close {
    margin-top:0;
}

/* Override the default bootstrap behavior where horizontal description lists will truncate terms that are too long to fit in the left column */
.dl-horizontal dt {
    white-space: normal;
}


.panel-heading {
    color: #222;
    font-size: 14px;
    font-weight: bold;
}

table.borderless tbody tr td, table.borderless tbody tr th {
    border: none;
}

/*table tbody tr:hover {
    background-color: #ddd;
}*/

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1.23;
}

.table > thead > tr, .table > thead > tr > th {
    border-bottom-width: 1px;
}

.alert {
    color: #222;
}

.alert-success {
    color:#fff;
}

.alert-info {
    background-color: #bbcbff;
}

.alert-danger {
    color: #eee;
}

.form-control {
    color: #000;
    background-color: #fbfbfb;
    background-image: none;
    border: 1px solid #ddd !important;
    padding-left: 4px !important;
}

select.form-control:focus {
    box-shadow: none;
}

input[type="checkbox"], input[type="radio"] {
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

input[type=text].noclear::-ms-clear {
    display: none;
}

[disabled].form-control, [readonly].form-control, fieldset[disabled] .form-control {
    background-color: #efefef;
    opacity: 1;
}

[disabled].form-control:hover, [readonly].form-control:hover, fieldset[disabled] .form-control:hover {
    cursor:not-allowed;
}


/* Set width on the form input elements since they're 100% wide by default */
/*input,select,textarea {
    max-width: 480px;
}*/

.textarea, textarea.form-control, input.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control, [contenteditable].form-control {
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: vertical;
    max-height: 250px    
}

.textarea.form-control {
    min-height: 60px;1
}

.textarea, textarea.form-control {
    resize: vertical;
    min-height: 50px;
}

.glyphicon-edit, .glyphicon-trash {
    cursor: pointer;
}


.btn.disabled, [disabled].btn, fieldset[disabled] .btn {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
}

.btn.disabled, [disabled].btn, fieldset[disabled] .btn {
    background-color: #aaa;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
}
[disabled].btn:hover {
    background-color: #aaa;
}

/*End bootstrap override*/
/*Ask*/
.acc {
    background-color: #ac58d8;
}
.utb {
    background-color: #2246a0;
}
.dev {
    background-color: #365823;
}
.sys {
    background-color: #71283e;
}
.ask-env {    
    min-height: 40px;
    font-size: 14px;
    color: #FFF;
}
.ask-env .env-container {
    padding-top: 5px;
}


.ask-userinfo {
    
}
#askLstTopLogo {
    width: 184px;
    height: 84px;
    background-image: url(../Images/lst_150px.gif);
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 30px;
}

fieldset.platinaFieldset {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 5px 0 15px;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    width: auto;
    min-height: 210px;
    background-color: #FDF9F9;
}

legend.platinaFieldset {
    text-align: left !important;
    width: auto;
    border-bottom: none;
    font-size: 13px;
    padding: 0 5px 0 5px;
    background-color: #FFF;
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
}

/*Process steps*/
.stepContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.processStep {
    width: 100px;
    flex-grow: 1;
    padding: 15px 15px 15px 15px;
    background-color: #fdf9f9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    line-height: 16px;
    float: left;
    height: 110px;
}
.processStep:not(:first-child) {
    margin-left: 10px;
}
.processStep:hover {
    cursor: pointer;
}
.processHeader {    
    height: 65px;
}
.currentStep {
    color: #fff;
    font-weight: bold;
    background-color: #3A8ACb !important;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.disabledStep {
    color: #a0a0a0;
}
.disabledStep:hover {
    cursor: default;
}
.editStep {
    color: #222;
    font-weight: bold;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    background-color: #fefefe;
}
/*End processtep*/

/*Pagination*/
.object-pagination {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow: auto;
    white-space: nowrap;
    margin-top: 0px;
}
.pagination {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow: auto;
    white-space: nowrap;
}

.page-item {
    width: 30px;
    padding: 4px;
    border: 1px solid #222;
    text-align: center;
    margin: 1px;
    flex: 0 0 auto;
}

.page-item:hover {
    cursor:pointer;
}

.pagination .active-item {
    background-color: #56568f;
    color: #eee;
}

/*Misc*/
button:disabled span {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
} 

h4.topHeader {
    margin: 10px 0 5px 0;
}

.marginRight {
    margin-right: 15px;
}

.marginTop {
    margin-right: 15px;
}

.marginBottom {
    margin-bottom: 15px;
}

.warningBG {
    background-color: rgba(255, 181, 0, 0.9) !important;
    color: #222;
}

tr.removedRow td {
    text-decoration: line-through;
}

table > thead > tr > th.iconCol, 
table > tbody > tr > td.iconCol {
    padding-left: 0px;
    padding-right: 0px;
    width: 40px;
    text-align: center;
}

table > tbody > tr > td.text-input {
    padding-top: 4px;
    padding-bottom: 4px;
}
td.text-input input[type=text] {
    height: 25px;
}
td.date-input > p.input-group {
    margin-bottom: 0px;
}
td.date-input > p.input-group > input {
    height: 25px;
}
td.date-input > p.input-group > span.input-group-btn > button {
    height: 23px;
    width: 23px;
    padding-top: 3px;
    padding-left: 7px;
    margin-left: 0px;
}

th.iconCol {
    width: 40px;
}

th.editIconCol {
    width: 40px;
}

th.thrashIconCol, th.trashIconCol {
    width: 40px;
}
th.addIconCol {
    width: 40px;
}
th.dateCol{
    min-width:100px;
}

th.checkBoxCol {
    width: 40px;
}
.table > thead > tr > th.numericCell, .table > tbody > tr > th.numericCell, .table > tfoot > tr > th.numericCell, .table > thead > tr > td.numericCell, .table > tbody > tr > td.numericCell, .table > tfoot > tr > td.numericCell {
    text-align: right;
    white-space: nowrap;
}


.table > tfoot > tr > td.noResultTD {
    text-align:center;
    font-style:italic;
}

.editTable thead > tr > th, .editTable tbody > tr > td, .editTable tfoot > tr > td, .editTable tfoot > tr > th {
    vertical-align: middle;
    border-right: 1px solid #ddd;
}

.borderTable thead > tr > th, .borderTable tbody > tr > td, .borderTable tfoot > tr > td, .borderTable tfoot > tr > th {
    vertical-align: top;
    border-right: 1px solid #ddd;
}

td.numberCell, th.numberCell{
    text-align:right;
}
.bigTableWrapper {
    max-height: 500px;
    overflow-y: auto;
}

.shortInput {
    max-width: 200px;
    width: 50%;
}

/*Vertical spacers*/

.spacer {
    margin: 0;
    padding: 0;
    height: 50px;
    clear: both;
}

.smallSpacer {
    margin: 0;
    padding: 0;
    height: 15px;
    clear: both;
}

.miniSpacer {
    margin: 0;
    padding: 0;
    height: 7px;
    clear: both;
}

/*Accordions*/

.ask-panel-title {
    float: left;
}

.ask-panel-status {
    float: right;
    text-align: right;
}

.panel-group .panel {
    margin-bottom: 15px;
}

.ask-panel:hover {
    cursor: pointer;
}

.raa-removed {
    color: #F00;
    font-weight: bold;
}

/*samma färg som bootstrap panel-success*/
.ask-panel-ok {
    background-color: #419844;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
}

/*samma färg som bootstrap panel-danger*/
.ask-panel-error {
    background-color: #f9bdbb;
    border: none;
    border-radius: 2px;
    color: #222;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: normal;
}


/*
    smart-validation. Använd ng css klasser för att indikera inmatningsfel
*/

/*Required*/
.form-group.smart-validation .ng-invalid-required {
    border-color: rgba(229, 62, 28, 0.9) !important;
    border-width: 1px;
}
.form-group.smart-validation label:has(input[type="radio"].ng-invalid-radio) {
    border-color: rgba(229, 62, 28, 0.9) !important;
    border-width: 1px;
}
.form-group.smart-validation label:has(input[type="checkbox"].ng-invalid-check) {
    border-color: rgba(229, 62, 28, 0.9) !important;
    border-width: 1px;
}
.form-group.smart-validation select.ng-invalid-option {
    border-color: rgba(229, 62, 28, 0.9) !important;
    border-width: 1px;
}

.form-group.smart-validation label:has(input[type="checkbox"].ng-invalid-check) {
    border-color: rgba(229, 62, 28, 0.9) !important;
    border-width: 1px;
}

.form-group.smart-validation select.ng-invalid-option {
    border-color: rgba(229, 62, 28, 0.9) !important;
    border-width: 1px;
}

/*Error - Show error color for form inputs while typing */
.form-group.smart-validation input.typing-err.ng-invalid-maxlength,
.form-group.smart-validation input.typing-err.ng-invalid-pattern {
    border-color: rgba(229, 62, 28, 0.9) !important;
    border-width: 1px;
    background-color: #f9bdbb !important;
    color: #222 !important;
}

/*Dölj felmeddelande vid focus*/
span.not-typing:has(+ input:focus.ng-invalid-pattern) {
    display: none;
}


.form-group.smart-validation input:not(:focus).ng-invalid-pattern {
    border-color: rgba(229, 62, 28, 0.9) !important;
    border-width: 1px;
    background-color: #f9bdbb !important;
    color: #222 !important;
}






.ask-panel-info .panel-heading {
    /*background-color: #333;*/
}
.ask-panel-info label.isSelected {
    background-color: #b7d3aa;
}
.ask-panel-info label.buttonZone.isSelected:hover {
    background-color: #b7d3aa;
}
.ask-panel-info label.buttonZone:hover {
    background-color: #e4e9e1;
}

/** same red as alert-danger in bootstrap **/
.form-group .form-control.ask-required {
    border-color: rgba(229, 62, 28, 0.9) !important;
    border-width: 1px;
}
.form-control.ask-required {
    border-color: rgba(229, 62, 28, 0.9) !important;
    border-width: 1px;
}
.form-group label.ask-required {
    border-color: rgba(229, 62, 28, 0.9);
    border-width: 1px;
}

label.ask-form-err {
    color: rgba(229, 62, 28, 0.9) !important;
    font-weight: normal;
}

form-control.ask-form-err {
    border-color: rgba(229, 62, 28, 0.9) !important;
    border-width: 1px;
    background-color: #f9bdbb !important;
    color: #222 !important;
}

/** same red as alert-danger in bootstrap **/
.form-group.inputError input.form-control, .form-group.inputError select.form-control, .form-group.inputError textarea.form-control, .buttonZone.inputError {
    border-color: rgba(229, 62, 28, 0.9) !important;
    border-width: 2px !important;
    background-color: #f9bdbb !important;
    color: #222 !important;
}

/** same red as alert-danger in bootstrap **/
.form-group.inputError label span {
    color: rgba(229, 62, 28, 0.9);
    font-weight: bold;
}

/*Forms*/
span.ask-form-err {
    color: rgba(229, 62, 28, 0.9) !important;
    float: right;
}

input.ask-form-err, textarea.ask-form-err, .buttonZone.ask-form-err {
    border-color: rgba(229, 62, 28, 0.9) !important;
    border-width: 2px !important;
    background-color: #f9bdbb !important;
    color: #222 !important;
}
input[type=text]:focus.input-sm {
    box-shadow: none;
}

label {
    margin-left: 2px;
    margin-bottom: 0;
}

input[type=text]:focus.input-sm {
    box-shadow: none;
}
td.currency, th.currency {
    text-align: right;
}

input[type=text].currency {
    text-align: right;
    padding-right: 5px;
}
div.currency {
    text-align: right;
}
/*Button zone for checkboxes*/

label.buttonZone {
    height: 30px;
    font-size: 12px;
    display: block;
    padding: 4px 0 4px 4px;
    margin: 2px 0 0 0;
    border-radius: 2px;
    border: 1px solid transparent;
}

label.buttonZone:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}
label.buttonZone:hover[disabled] {
    background-color: #FFF;
    cursor: pointer;
}

label.buttonZone input[type="checkbox"] {
    color: #222;
    position: relative;
    bottom: 1px;
}

label.buttonZone input[type="radio"] {
    color: #222;
    position: relative;
    bottom: 2px;
}
label.buttonZone[disabled] {
    color: #999;
}
    label.buttonZone span {
        line-height: 18px;
        /*vertical-align: top;*/
    }

    label.isSelected {
        border: 1px solid #ddd;
        background-color: #fdf9f9;
    }



table.table tr.selectedRow {
    background-color: #d4def5;
    color: #000;
}

table tr.selectedRow:hover {
    background-color: #d4def5 !important;
    color: #000;
}


tr.selectableRow:hover {
    cursor: pointer;
    background-color: #eaedf5 !important;
}


/*Just for demo*/
#measureTableDialog {
    display: none;
}

/* busy indicator */
.ask-cg-busy {
    position: fixed;
    top: 35vh;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1001;
}
.ask-cg-busy-wrapper {
    text-align: center;
}
.ask-cg-busy-sign {
    display: inline-block;
    position: relative;
    z-index: 1002;
    color: #212121;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    padding: 10px 15px;
    border-radius: 2px;

}
.ask-cg-busy-text {
    margin-top: 2px;
    margin-left:40px;
    font-size: 14px;
    color: #212121;
    text-align: left;
    max-width: 600px;
    font-family: Verdana;
}


span.infotext {
    font-weight: bold;
}

/*Azure login button*/
.azureButton {
    padding-top: 8px;
}

.azure-image:before {
    content: "";
    width: 27px;
    height: 27px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    vertical-align: middle;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

.azureButton:before {
    background-image: url(../Images/azure-login-btn-image.png);
}

tr.utbetalning {    
    background-color: #EFEFEF;    
}
tr.utbetalning:hover {    
    cursor: pointer;
}
tr.utbselected {    
    color: #EFEFEF;
}
tr.header {
    font-weight: bold;
    background-color: #EFEFEF;
    border-bottom: 1px solid #c3c3c3
}
table tr.header > td {
    vertical-align: middle;
    padding: 4px;
}
.sumwarning {
    color: rgba(229, 62, 28, 0.9);
}

#ASK table > tbody > tr.hidden, #ASK table > tbody > tr.hidden > td {
    font-size: 0px;
    padding-top: 0;
    padding-bottom: 0;
    border-top-style: none;
}

#ASK table > tbody > tr.spacer, #ASK table > tbody > tr.spacer > td {
    font-size: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    height: 0;
}
#ASK table > tbody > tr.summa {
    font-weight: bold;
    background-color: #f5f5dc;
}

.not_beslut {
    font-style: italic;
}
.await_beslut {
    font-style: normal;
    color: #a4883b;
}
.beslutat {
    font-style: normal;
    color: green;
}

th.clickable:hover {
    cursor: pointer;
    color: #0060B6;
}
.atg-budgetar {
    font-size: 10px;
    font-style: italic;
    margin-top: 2px;
    color: #555;
}

.font-italic {
    font-style: italic;
}

/*Statistik*/

.stat-result {
    font-size: 10px;
}
table.stat span.expand {
    float: right;
    color: #555;
}
table.stat tr.sumgrp span.expand {    
    color: #ddd;
}

table.stat thead {
    background-color: #45719c;
    color: #FFF;
    cursor: default;
}

table.stat th {
    font-weight: normal;
}

table.stat tr.group {
    background-color: #efefef;
}
table.stat tr.sumgrp {
    background-color: #6d6d6d;
    color: #FFF;    
}

table.stat tr.expandable {
    cursor: pointer !important;
}

table.stat tfoot td {
    border: none;
}

.geometry-verified:hover {
    cursor: pointer;
}
.geometry-verified span {
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.geometry-verified span.unverified {
    color: gray;
}
.geometry-verified span.verified {
    color: green;
}
.geometry-verified span.error {
    color: red;
}

span.utb-error {
    color: red;
    font-size: 16px;    
    float: right;
}
span.belopp-ok {
    color: #33b200;
    font-weight: bold;
}
.kopplat-sb {
    background-color: greenyellow;
}