﻿@import url("../../../../CK/Res/Style/Styles.css");

/* Fonts */
/*@import url(//fonts.googleapis.com/css?family=Open+Sans:400,500,600,700);*/
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300&ver=4.1.22");
@import url("//fonts.googleapis.com/css?family=Open+Sans");
@import url("//fonts.googleapis.com/css?family=Oswald:400,300,700");

@import url("Less/MalmoCity.css");
/* Headers and texts */

.devwatermark {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 144px;
    position: fixed;
    bottom: 49px;
    right: 8px;
    opacity: 0.05;
    z-index: 99;
    color: black;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

/* Siteheader, logotype */

/* Links */

/* Buttons */

/* Input fields */
/*input[type=radio] {
    background-color: #fff; *//* Remove residues of grey background from standard design. */
/*}*/

/* Submenu  */
/*ul.submenu ul li ul li a {
    padding-left: 70px; *//* Bug in standard? Had to add extra space to indicate menu child. */
/*}

    ul.submenu li.collapsed::before, ul.submenu li.expanded::before {*/
    /* Expand/collapse icons in sub menu. */
/*padding-top: 5px; top: auto; *//* Bug in standard? Had to disable top to avoid expand/collapse icons overlay. */
/*}*/

/* Lists */
/*ul.templatelist.block li:first-child {
    position: relative; *//* Bug in standard? Reference number and date is placed on top of each other in block view of maintenance orders and have to be separated.*/
/*}

    ul.templatelist.block li:first-child label {
        margin-right: 32px; *//* Add extra space to align date and reference number in block view of maintenance orders. */
    /*}*/


/*div.card-content-notify table tr td:nth-child(3) {*/
/* Hide Avier-column in object list for contact person connection */
/*    display: none;
}*/

/* Icons */

