/* Minification failed. Returning unminified contents.
(11,28): run-time error CSS1039: Token not allowed after unary operator: '-pageContentBackground'
(38,17): run-time error CSS1039: Token not allowed after unary operator: '-button-font-color'
(39,28): run-time error CSS1039: Token not allowed after unary operator: '-button-background-color'
(385,25): run-time error CSS1039: Token not allowed after unary operator: '-bottom-margin'
(392,25): run-time error CSS1039: Token not allowed after unary operator: '-bottom-margin'
(855,19): run-time error CSS1039: Token not allowed after unary operator: '-top-padding'
(855,38): run-time error CSS1039: Token not allowed after unary operator: '-right-padding'
(855,59): run-time error CSS1039: Token not allowed after unary operator: '-bottom-padding'
(855,81): run-time error CSS1039: Token not allowed after unary operator: '-left-padding'
(856,24): run-time error CSS1039: Token not allowed after unary operator: '-right-margin'
(857,25): run-time error CSS1039: Token not allowed after unary operator: '-bottom-margin'
(1073,25): run-time error CSS1039: Token not allowed after unary operator: '-bottom-margin'
(1463,17): run-time error CSS1039: Token not allowed after unary operator: '-button-font-color'
(1465,28): run-time error CSS1039: Token not allowed after unary operator: '-button-background-color'
(1944,28): run-time error CSS1039: Token not allowed after unary operator: '-pageContentBackground'
 */
@import "../facelift-css/global-variables.css";

/*The area that is not covered by content*/
body {
    font-size: 13px;
    font-family: "Rosario", Sans-Serif;
    margin: 0;
    color: #58595b;
    min-height: 100vh;
    /*background-color: #f3f6f9 !important;*/
    background-color: var(--pageContentBackground) !important;
}

/** header
-----------------------------------------------------------------------------------*/


header {
    padding-top: 20px;
    height: auto;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: none !important;
}

/*All content in header*/
.header-content {
    margin: 0 auto;
    max-width: 960px;
}

.marginBottom-0 {
    margin-bottom: 0;
}

.btn-primary {
    color: var(--button-font-color) !important;
    background-color: var(--button-background-color) !important;
    border-color: transparent !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        -ms-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        -ms-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }


.problematicmenu:hover {
    z-index: 555555 !important;
}

.problematicmenu {
    z-index: 0 !important;
}

/*Main title of site*/
.site-title {
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin-top: 14px;
    float: left;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: rgb(88, 89, 91);
        outline: none;
        text-decoration: none;
    }

/*Links and user information displayed in header*/

.navbar-inverse .navbar-nav > li > a {
    color: black !important;
    margin-bottom: -14px;
}

.navbar-inverse .navbar-nav > li:hover {
    border-bottom: 2px solid rgb(172, 0, 0); 
    background-color: none !important;
}

.navbar-inverse .navbar-nav > li > a:active {
     /*background-color: none !important;*/
     background:none !important;
    background-color:none !important;
    background-image:none !important;
    box-shadow:none;

}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a{
      background:none !important;
    background-color:none !important;
    background-image:none !important;
    box-shadow:none;

}

#myNavbar > ul:nth-child(1) > li > a:focus{
    background:none !important;
    background-color:none !important;
    background-image:none !important;
    box-shadow:none;
}

.navitem.active {
    padding-bottom: 5px;
    border-bottom: 2px solid #d2232c;
}

.header-login-menu {
    float: right;
    font-size: 13px;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    .header-login-menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        .header-login-menu li a {
            background: none;
            text-decoration: none;
            color: #FFF;
        }

            .header-login-menu li a:hover {
                color: #333;
            }


#infoIcon {
    width: 9px;
    height: auto;
}

#gearIcon {
    width: 27px;
    height: auto;
}

#bellIcon {
    width: 20px;
    height: auto;
}

/*Main navigation bar*/
/*.header-navbar {
    margin-top: 60px;
}

.header-navbar-content {
    margin: 0 auto;
    max-width: 960px;
    clear: both;
}

.navbar {
    font-family: "Lato";
    font-size: 1.1em;
    width: 100%;
    height: 34px;
    margin: 0;
    padding: 0;
    list-style: none;
}
    /*Main buttons*/
/*.navbar li {
        float: left;
        width: 150px;
        position: relative;
        border-right-width: 1px;
        border-right-style: solid;
        z-index: 500;
    }

        .navbar li a {
            display: block;
            padding: 7px 8px 7px;
            text-align: center;
            text-decoration: none;
        }

    .navbar .development {
        height: 20px;
        background-color: rgb(255, 0, 0);
        background-image: -ms-linear-gradient(left, rgb(255, 0, 0) 0, rgb(204, 0, 0) 100%);
        background-image: -o-linear-gradient(left, rgb(255, 0, 0) 0, rgb(204, 0, 0) 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255, 0, 0)), color-stop(1, rgb(204, 0, 0)));
        background-image: -webkit-linear-gradient(top, rgb(255, 0, 0) 0, rgb(204, 0, 0) 100%);
        background-image: linear-gradient(black, rgb(255, 0, 0) 0, rgb(204, 0, 0) 100%);
        color: rgb(51, 51, 51);
        display: block;
        padding: 7px 8px;
        text-align: center;
        text-decoration: none;
    }

        .navbar .development:hover {
            background-color: rgb(172, 172, 172);
            background-image: -ms-linear-gradient(left, rgb(255, 255, 255) 0, rgb(220, 220, 220) 100%);
            background-image: -o-linear-gradient(left, rgb(255, 255, 255) 0, rgb(220, 220, 220) 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255, 255, 255)), color-stop(1, rgb(220, 220, 220)));
            background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0, rgb(220, 220, 220) 100%);
            background-image: linear-gradient(black, rgb(255, 255, 255) 0, rgb(220, 220, 220) 100%);
        }*/

/*=== submenu ===*/
/*.navbar ul {
        display: none;
        position: absolute;
        margin-left: 0;
        list-style: none;
        padding: 0;
    }

        .navbar ul li {
            float: left;
            border-bottom: none;
        }

        .navbar ul a {
            display: block;
            background-image: none;
            font-size: 12px;
            text-decoration: none;
        }

        .navbar ul li a:hover {
            background-image: none;
        }*/

/*=== subsubmenu ===*/
/*.navbar ul li ul {
            width: 180px;
            margin-top: -30px;
            margin-left: 151px;
        }

        .navbar ul li a {
        }

        .navbar ul li ul li {
            width: 100%;
        }*/

/** body-container
-----------------------------------------------------------------------------------*/

.detailed-statics td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 4px !important;
    padding-right: 0px !important;
}

/*.navbar-inverse {*/
    /*background-image: -webkit-linear-gradient(top, #6E6F70 0%, #222 100%);
    background-image: -o-linear-gradient(top, #6E6F70 0%, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #6E6F70 0%, #222 100%);*/
    /*background: white !important;
    color: black !important;
    border-bottom: 2px solid rgb(172, 0, 0);
}*/


.body-container {
    /*min-height: 650px;*/
    clear: both;
    padding-bottom: 35px;
}

    .body-container:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }

/*All site content will be displayed here*/
.body-content {
    margin: 0 auto;
    max-width: 960px;
}

    .body-content section {
        padding: 10px 10px 0;
    }

.field-validation-error {
    display: block;
    color: red;
}

/** footer
-----------------------------------------------------------------------------------*/
footer {
    font-size: .8em;
    height: 100px;
    clear: both;
    background-color: white !important;
    color: black !important; 
    border-top: 2px solid rgb(172, 0, 0);
}

    footer p {
        float: left;
    }

/*All footer content will be displayed here*/
.footer-content {
    visibility: hidden !important;
    margin: 0 auto;
    max-width: 960px;
}

.footer-content > div > div {
    text-shadow: none !important;
    font-size: 14px;
}

.footer-content > p {
    text-shadow: none !important;
    font-size: 14px;
}

/*#region Global CSS Elements*/
/** headers
-----------------------------------------------------------------------------------*/
/*h1, h2, h3, h4, h5, h6 {
    font-family: "Lato";
}*/

h1 {
    margin-top: 0;
    margin-bottom: var(--bottom-margin);
    font-size: 32px;
    color: rgb(88, 89, 91);
}

h2 {
    margin-top: 0;
    margin-bottom: var(--bottom-margin);
    font-size: 26px;
    color: rgb(100, 101, 102);
}

h3 {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 20px;
    color: rgb(110, 111, 112);
}

h4 {
    margin-top: 10px;
    margin-bottom: 3px;
    font-size: 16px;
    color: rgb(125, 125, 125);
}

h5 {
    margin-top: 6px;
    margin-bottom: 3px;
    font-size: 13px;
    color: rgb(135, 135, 135);
}

h6 {
    margin-top: 4px;
    margin-bottom: 2px;
    font-size: 12px;
    color: rgb(142, 142, 142);
}

.header-icon {
    float: left;
    margin: 0 8px 0 0;
}

/** p
-----------------------------------------------------------------------------------*/
p {
    margin-top: 0.4em;
}

/** a
-----------------------------------------------------------------------------------*/
a {
    color: rgb(0, 119, 177);
    outline: none;
    padding: 0 3px;
}

    a:hover {
        color: rgb(0, 86, 129);
    }

.item-list a {
    text-decoration: none;
}

.green {
    color: green;
}

.highlight-green {
    color: green;
    background-color: lightgreen;
    margin: -1px -4px -2px -4px;
    padding: 1px 4px 2px 4px;
    border-right: 1px solid #D8D8D8;
    border-left: 1px solid white;
}

.cell-box {
    margin: -1px -4px -2px -4px;
    padding: 1px 4px 2px 1px;
    border-top: 0 !important;
}

.red {
    color: red;
}

.highlight-red {
    margin: -1px -2px 0 0;
    padding: 0 2px 0 0;
    background-color: red;
    border: 1px solid darkred;
    -ms-border-radius: 10px;
    border-radius: 10px;
    height: 15px;
}

.highlight {
    background-color: lightyellow;
    background-color: rgba(255, 255, 224, 0.6);
    margin: -1px -4px -2px -4px;
    padding: 1px 4px 2px 4px;
}

.fadedRow div {
    color: grey;
}

.greenlight {
    color: #90E33D;
    background-color: #90E33D;
    margin: -1px -4px -2px -4px;
    padding: 1px 4px 2px 4px;
    border-right: 1px solid #D8D8D8;
    border-left: 1px solid white;
}

.redlight {
    color: #E33D3D;
    background-color: #E33D3D;
    margin: -1px -4px -2px -4px;
    padding: 1px 4px 2px 4px;
    border-right: 1px solid #D8D8D8;
    border-left: 1px solid white;
}

.removeLink {
    text-align: center;
    width: 100%;
    margin-top: -2px;
    color: red;
}

    .removeLink:hover {
        cursor: pointer;
    }

.addLink {
    text-align: center;
    width: 100%;
}

    .addLink:hover {
        cursor: pointer;
    }

/** fieldset
-----------------------------------------------------------------------------------*/
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

/** table
-----------------------------------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

th {
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
    border: none;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: rgb(51, 51, 51);
            text-decoration: none;
        }

        th a:hover {
            color: rgb(0, 0, 0);
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0 4px 0 0;
    border: 0 none;
}

tr > td > select {
    width: 100% !important;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.templateHeaderRow {
    border: 1px solid rgb(150, 150, 150);
    padding: 0 1px 0 1px;
    text-align: center;
}

.templateTableRow {
    border: 1px solid rgb(150, 150, 150);
    padding: 0 1px 0 1px;
    text-align: center;
}

.colour_picker {
    width: 60px;
}

.cell-input {
    width: 100% !important;
}


/** input
-----------------------------------------------------------------------------------*/
/*Standard input text boxes*/
input[type="text"], input[type="password"], input[type="datetime"] {
    border: 1px solid lightgray;
    font-size: 12px !important;
    /*margin: 5px 0 6px;*/
    padding: 5px;
    /*height: 15px;*/
}

/*Input text boxes with static content*/
input[readonly="readonly"] {
    /*background: rgb(240, 240, 240);
    color: rgb(128, 128, 128);*/
}

input[disabled="disabled"] {
    background: rgb(240, 240, 240);
    color: rgb(128, 128, 128);
}

textarea {
    margin: 5px 0 6px;
    padding: 5px;
}

/** select
-----------------------------------------------------------------------------------*/
/*Select elements with static content*/
select[disabled="disabled"] {
    background: rgb(240, 240, 240);
    color: rgb(128, 128, 128);
}

.buttons {
    overflow: hidden;
    clear: both;
}

    .buttons a, .buttons button {
        display: block;
        float: left;
        margin: 0 8px 1px 0;
        background-color: #f5f5f5;
        border: 1px solid #dedede;
        border-top: 1px solid #eee;
        border-left: 1px solid #eee;
        -ms-border-radius: 2px;
        border-radius: 2px;
        font-family: "Lato", Tahoma, Arial, Verdana, sans-serif;
        font-size: 100%;
        line-height: 130%;
        text-decoration: none;
        font-weight: bold;
        color: #565656;
        cursor: pointer;
        padding: 5px 10px 6px 7px; /* Links */
        overflow: hidden;
    }

    .buttons button {
        -ms-border-radius: 2px;
        border-radius: 2px;
        width: auto;
        overflow: visible;
        padding: 4px 10px 4px 7px; /* IE6 */
        min-height: 30px;
    }

        .buttons button[type] {
            /*padding: 5px 10px 5px 7px;*/ /* Firefox */
            line-height: 19px; /* Safari */
        }

*:first-child + html button[type] {
    padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img {
    margin: 0 0px 2px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

/* STANDARD */
.buttons button:hover, .buttons a:hover {
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
}

.buttons a:active {
    background-color: #6299c5;
    border: 1px solid #6299c5;
    color: #fff;
    margin: 1px 0 0 1px;
}
/* POSITIVE */
.buttons button.positive, .buttons a.positive {
    color: #529214;
}

    .buttons a.positive:hover, button.positive:hover {
        background-color: #E6EFC2;
        border: 1px solid #C6D880;
        color: #529214;
    }

    .buttons a.positive:active {
        background-color: #529214;
        border: 1px solid #529214;
        color: #fff;
        margin: 1px 7px 0 1px;
    }
/* NEGATIVE */
.buttons a.negative, button.negative {
    color: #d12f19;
}

    .buttons a.negative:hover, button.negative:hover {
        background: #fbe3e4;
        border: 1px solid #fbc2c4;
        color: #d12f19;
    }

    .buttons a.negative:active {
        background-color: #d12f19;
        border: 1px solid #d12f19;
        color: #fff;
        margin: 1px 7px 0 1px;
    }

.transparent-button :hover {
    cursor: pointer;
}

/** label
-----------------------------------------------------------------------------------*/
/*Standard label*/
label {
    display: block;
}

/*Standard container for information messages*/
.information-message {
    margin: 0 auto 15px auto;
    border-left: 4px solid #337ab7;
    background-color: #dce9ef;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    color: #333db5;
    /* box-shadow: 0px 2px 1px 2px #276193; */
}



/*Standard container for information messages*/
.information-messageError {
    /*height:50px;
    line-height:2.8;*/
    margin: 0 auto 10px auto;
    border-left: 4px solid #ff0000;
    background-color: #f7cdcd;
    text-align: center;
    padding: 4px 10px 4px 10px;
    font-size: medium;
    color: #000000;
    /*box-shadow: 0px 2px 1px 2px #276193;*/
}

/*Standard container for error messages*/
.error-message {
    text-align: center;
    padding: 4px 10px 4px 10px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: medium;
    box-shadow: 0px 2px 1px 2px #d9534f;
}

/*Standard container for error messages*/
.confirmed-message {
    text-align: center;
    padding: 4px 10px 4px 10px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: medium;
    box-shadow: 0px 2px 1px 2px #5cb85c;
}

/*Standard container for popup messages*/
.popup-message {
    text-align: center;
    padding: 4px 10px 4px 10px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: medium;
    box-shadow: 0px 2px 1px 2px #276193;
}

.date-input {
    width: 90px;
}

/** form
-----------------------------------------------------------------------------------*/
/*Standard styling for forms that require user input*/
.form {
    border-radius: 10px !important;
    /*border: solid 2px rgb(200, 200, 200);*/
    /*background: rgb(230, 230, 230);*/
    font-size: 12px;
    padding: var(--top-padding) var(--right-padding) var(--bottom-padding) var(--left-padding);
    margin-right: var(--right-margin);
    margin-bottom: var(--bottom-margin);
    -ms-border-radius: 2px;
    border-radius: 2px;
}

    .form .inner-box {
        padding: 4px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        background-color: #DCDCDC;
    }

    .form h4 {
        /*padding: 0 0 10px 40px;
        display: block;
        border-bottom: 1px solid rgb(218, 218, 218);
        margin: -10px -30px 10px -30px;*/
    }

        .form h4 > span {
            display: block;
            font-size: 12px;
        }

    .form label {
        display: block;
        margin: 0 0 2px 0px;
        overflow: hidden;
    }

        .form label > span {
            float: left;
            width: 37%;
            padding-right: 5px;
            margin-top: 8px;
        }

        .form label div.div-checkbox {
            text-align: right;
            padding-top: 10px;
            padding-right: 40px;
        }

    .form .double {
        margin-top: 0;
    }

    .form .span-checkbox {
        width: 180px;
    }

    .form .span-wide-checkbox {
        width: 380px;
    }

    .form .span-right {
        width: 100%;
        float: right;
        text-align: right;
        margin-top: 2px;
    }

    .form input[type="text"], .form input[type="password"] {
        font-size: 12px;
        padding: 4px 4px;
        border: solid 1px rgb(200, 200, 200);
        width: 60.5%;
        margin: 2px 0 5px 5px;
    }

    .form textarea {
        font-size: 12px;
        padding: 4px 4px;
        border: solid 1px rgb(200, 200, 200);
        width: 99.5%;
        height: 100px;
    }

    .form input[type="datetime"] {
        font-size: 12px;
        padding: 4px 4px;
        border: solid 1px rgb(200, 200, 200);
        width: 32.5%;
        margin: 2px 0 5px 5px;
    }

    .form .input-validation-error {
        border-color: rgb(255, 114, 139) !important;
        background-color: rgb(255, 235, 238);
    }

    /*.form .valid {
        border-color: green !important;
        border-radius: 10px;
    }*/

    .form input[type="checkbox"] {
        margin-top: 0;
        width: auto;
    }

    .form select {
        font-size: 12px;
        padding: 4px 2px;
        border: solid 1px rgb(200, 200, 200);
        width: 60%;
        margin: 2px 0 5px 5px;
    }

    /*.form textarea {
        width: 280px;
        border: solid 1px rgb(200, 200, 200);
    }*/

    .form .slide {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2f2f2), color-stop(1, #c4c4c4) );
        background: -moz-linear-gradient( center top, #f2f2f2 5%, #c4c4c4 100% );
        -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#c4c4c4');
        -moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#c4c4c4');
        -o-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#c4c4c4');
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#c4c4c4');
        background-color: #f2f2f2;
        -ms-border-bottom-right-radius: 15px;
        border-bottom-right-radius: 15px;
        -ms-border-bottom-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border: 1px solid #999;
        display: inline-block;
        color: #555;
        height: 24px;
        line-height: 24px;
        text-decoration: none;
        text-align: center;
        -ms-text-shadow: 1px 1px 0 #ffffff;
        text-shadow: 1px 1px 0 #ffffff;
    }

        .form .slide:hover {
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c4c4c4), color-stop(1, #f2f2f2) );
            background: -moz-linear-gradient( center top, #c4c4c4 5%, #f2f2f2 100% );
            -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c4c4', endColorstr='#f2f2f2');
            -moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c4c4', endColorstr='#f2f2f2');
            -o-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c4c4', endColorstr='#f2f2f2');
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c4c4', endColorstr='#f2f2f2');
            background-color: #c4c4c4;
        }

        .form .slide:active {
            position: relative;
            top: 1px;
        }

    .form .removeCell {
        color: red;
        cursor: pointer;
    }

.form-table {
    padding: 0;
}

    .form-table td {
        padding: 1px;
    }

    .form-table input[type=text] {
        width: 100%;
        height: 25px;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.centered {
    text-align: center;
}

.module-button {
    background-color: #e8e8e8;
    cursor: pointer;
    padding: 1px 20px;
    margin-bottom: 1px;
    color: #333;
}

    .module-button img {
        width: 32px;
        height: 32px;
    }

    .module-button:hover {
        color: #333;
        background-color: #f1f1f1;
    }

    .module-button:active {
        background-color: #ccc;
        margin: 1px 0 0 1px;
    }

    .module-button a {
        display: block;
        text-decoration: none;
        color: #333;
    }

        .module-button a:hover {
            text-decoration: none;
            color: #888;
        }

/*A set of links to show hierarchy of current page*/
#breadcrumbs {
    /*font-size: 0.8em;*/
    font-weight: 300;
    margin-bottom: var(--bottom-margin);
    /*padding-bottom: 8px;*/
    color: #333;
}

    #breadcrumbs a {
        color: #333;
        text-decoration: none;
    }

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }

.autocomplete-type {
    color: #bbb;
    font-size: 12px;
    margin-left: 10px;
}

/** contact
-----------------------------------------------------------------------------------*/
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/** validation
-----------------------------------------------------------------------------------*/
.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.tooltip {
    display: none;
    /*background:transparent url(/media/img/tooltip/black_arrow.png);*/
    font-size: 12px;
    height: 70px;
    width: 160px;
    padding: 25px;
    color: rgb(238, 238, 238);
}
/*.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}
.validation-summary-valid {
    display: none;
}*/
/*#endregion Global CSS Classes*/
.cke_combo_text {
    width: 300px !important;
}

.cke_combopanel {
    width: 330px !important;
}



@media (max-width: 767px) {

    .form input[type="text"], .form input[type="password"], .form textarea, .form select {
        font-size: 12px;
        padding: 4px 4px;
        border: solid 1px rgb(200, 200, 200);
        width: 93% !important;
        margin: 2px 0 5px 5px;
    }

    .textboxReponsive {
        width: 100% !important;
    }
}

.notification {
    height: 100%;
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    min-width: 200px;
    text-align: center;
    float: left;
    margin-left: 10px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background: #78d804;
    padding: 3px;
}

.cke_dialog_ui_input_text {
    height: auto !important;
    margin: 0 !important;
}

.expandablebuttoncell {
    margin-top: 3px;
    margin-left: 20px;
    width: 9px;
    height: 9px;
    background-image: url("../Images/expand.gif");
    background-repeat: no-repeat;
    cursor: pointer;
}

.collapsablebuttoncell {
    margin-top: 3px;
    margin-left: 20px;
    width: 9px;
    height: 9px;
    background-image: url("../Images/collapse.gif");
    background-repeat: no-repeat;
    cursor: pointer;
}

.form-holder {
    margin-left: auto;
    margin-top: auto;
    width: 100%;
}

.textfieldsearchshort {
    width: 25px;
    float: left;
    margin-top: 0px !important;
}

.textfieldsearchlong {
    width: 78px !important;
    float: left !important;
    margin-top: 0px !important;
}

.dropdown-menu {
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    min-width: 200px;
}

.dropdown-menu2 {
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    min-width: 200px;
}

    .dropdown-menu.columns-2 {
        -moz-min-width: 500px;
        -ms-min-width: 500px;
        -o-min-width: 500px;
        -webkit-min-width: 500px;
        min-width: 500px;
    }

    .dropdown-menu.columns-3 {
        -moz-min-width: 700px;
        -ms-min-width: 700px;
        -o-min-width: 700px;
        -webkit-min-width: 700px;
        min-width: 700px;
    }

    .dropdown-menu.columns-4 {
        -moz-min-width: 900px;
        -ms-min-width: 900px;
        -o-min-width: 900px;
        -webkit-min-width: 900px;
        min-width: 900px;
    }

    .dropdown-menu li a {
        padding: 5px 15px !important;
        font-weight: 300 !important;
    }

.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: #333;
        white-space: normal;
        font-family: "Rosario", Sans-Serif;
    }

        .multi-column-dropdown li a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #999;
        }

/*.slick-header-columns {
    height: 38px;
}*/

.ui-state-default.slick-header-column.header-text.slick-header-sortable {
    height: 15px !important;
}

.ui-state-default.slick-header-column.header-text-numeric.slick-header-sortable {
    height: 15px !important;
}

.slick-column-name {
    height: 15px !important;
}

.slick-cell {
    display: inline-block !important;
}

.slick-header-column {
    height: 15px !important;
}


@media (max-width: 767px) {
    .slick-cell {
        overflow-x: scroll !important;
        display: inline-block !important;
    }

    .ui-state-default.slick-header-column.header-text.slick-header-sortable {
        height: 15px !important;
        overflow-x: scroll;
    }

    .ui-state-default.slick-header-column.header-text-numeric.slick-header-sortable {
        height: 15px !important;
        overflow-x: scroll;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .slick-cell {
        overflow-x: scroll !important;
        display: inline-block !important;
        -moz-text-overflow: clip !important;
        text-overflow: clip !important;
    }

    .form {
        width: 100% !important;
    }

    .dropdown-menu.multi-column {
        -moz-min-width: 0px !important;
        -ms-min-width: 0px !important;
        -o-min-width: 0px !important;
        -webkit-min-width: 0px !important;
        min-width: 0px !important;
        overflow-x: hidden;
    }

    .slick-column-name {
        display: inline-block;
    }

    .multi-column-dropdown {
        background-color: white !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 12px !important;
        border-top: black solid 1px;
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .child-member-collapse {
        display: none;
    }

    .child-member-expand {
        display: block;
    }

    .last-item {
        padding-bottom: 10px !important;
    }

    .parent-collapse {
        padding-top: 0px;
        padding-left: 20px;
    }
}

/*.ui-dialog-titlebar-close{
    display: none!important;
}*/

/*.parent-collapse {
        font-family: "Rosario", Sans-Serif;
}*/

.glyphicon {
    font-family: "Rosario", Sans-Serif;
}

    .glyphicon > .visible-xs, .glyphicon-log-out {
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
    }

/*CSS introduced with setup wizard 2017-11-21 start*/
/*.slick-header-column.ui-state-default {
    background: #2e6da4 !important;
}*/

.form h4 {
    /*font-size: 15px;
    padding-top: 10px;
    color: white;
    background-color: #337ab7;
    margin: -14px -15px 10px -15px;
    border-bottom: 0;*/
}

.form .inner-box {
    background-color: #fff;
}

.form {
    background-color: #fff;
}

button {
    border-radius: 5px !important;
}

input[type=button] {
    color: var(--button-font-color) !important;
    border-radius: 5px !important;
    background-color: var(--button-background-color) !important;
    border-color: transparent !important;
}

/*bootstrap grid fix*/
/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0px !important;
}*/

/*button[type=submit] {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #398439 !important;
    border-radius: 5px !important;
}*/

    /*button[type=submit]:hover {
        background-color: #4a8e4a !important;
    }*/

input[type=checkbox] {
    width: 16px !important;
    height: 16px !important;
}

#slickGrid {
    float: none !important;
    /*max-height: 200px !important;*/
    /*box-shadow: 0 1px 4px #337ab7 !important;*/
}

.ui-dialog-content {
    overflow: visible !important;
}

.ui-dialog {
    overflow: visible !important;
    z-index: 1500 !important;
}

/*.ui-dialog .btnPrimary {
    background: var(--primaryButtonBackground);
    color: var(--primaryButtonColor);
}*/

.ui-dialog-titlebar-close::after {
    content: "x";
    position: relative;
    top: -2.5px;
}
/*CSS introduced with setup wizard 2017-11-21 end*/


@media (max-width: 769px) {
    .container-fluid {
        width: 100% !important;
    }
}

.tnav .navbar .container {
    height: 28px;
}



.margin-helper {
    margin-right: -60px !important;
}

@media (min-width: 767px) and (max-width:769px) {
    .navbar-header {
        float: none !important;
    }
}

label {
    font-weight: normal !important;
}

.dropdown:hover, .navbar-header:hover {
    background-color: none;
}

.site-title:hover {
    color: #000;
    text-decoration: none;
}

.parent-collapse:hover {
    cursor: default;
    color: rgb(0, 119, 177);
}

@media (min-width: 768px) {
    /*.navbar-nav > li > a {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }*/
}
html {
    /*background-color: white;*/
}

/*--------------Fixes to fit new layout 2019-10-21-----------*/
.LoginContainer {
    background-color: white !important;
}

#storeTable {
    background-color: white !important;
}

#inventorylist-grid_wrapper > div:nth-child(5) > div > div > div.dataTables_scrollHead > div > table > thead > tr {
    background-color: white;
}

#bookingsCalendar > div.fc-view-container > div > table > thead > tr > td > div > table > thead {
    background-color: white;
}

.fc-week-number {
    background-color: white;
}

#booking-calendar > div.fc-view-container > div > table > thead > tr > td > div > table > thead {
    background-color: white;
}

#booking-info > div:nth-child(2) > div {
    background-color: white;
}

.fc-time-grid {
    background-color: white;
}

.Center-Container {
    width: 577px !important;
    background-color: white;
}

#userTable, #groupsTable {
    background-color: white;
}

#createItem {
    /*background-color: white;*/
}

#finish > div > div > div > span {
    display: none;
}

#settings-grid-container {
    background-color: white;
}

#sizesSide {
    /*width: 622px !important;*/
}

#submitButton {
    /*width: 97% !important;*/
}

#createItem {
    /*width: min-content !important;*/
    /*padding-left: 21px;*/
}

/*#myNavbar2 {
    background-color: #ececec;
}*/

#navbar-toggle-guide > span {
    background-color: #ececec !important;
}

#navbar-toggle-guide {
    border: none !important;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #ececec !important;
}

.navbar-toggle {
    border: none !important;
}
/*--------------Cycle europe statistics-----------------*/


/*--------------Payment Methods Statistics-----------------*/

.payment-methods-headers {
    display: block;
    margin-bottom: 14px;
}

.payment-date-header {
    margin-bottom: 20px;
}

.payment-methods-box {
    background-color: white;
    border-radius: 5px;
    margin-top: 30px;
}

.payment-methods-infobox {
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    background-color: #F5F5F5;
    border-radius: 5px;
    margin-bottom: 25px;
}

.warningMessageBox {
    position: absolute;
    top: 44%;
    left: 40%;
    background-color: white;
    border: 1px solid #BA171D;
    border-radius: 3px;
    z-index: 9999;
    width: 20%;
    height: auto;
    padding: 30px;
}

#shutdownWarning {
    float: right;
}

/*---------------Notifications--------------*/

.notification-box {
    margin-top: 20px;
    background-color: white;
    border-radius: 5px;
    padding: 25px;
}

#notificationsTable > thead > tr > th {
    padding: 5px !important;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

#notificationsTable > thead {
    background-color: #2E6DA4;
    color: white;
}

    #notificationsTable > thead > tr:nth-child(2) {
        background-color: white;
    }

        #notificationsTable > thead > tr:nth-child(2) > th:nth-child(1) > input[type=text], #notificationsTable > thead > tr:nth-child(2) > th:nth-child(2) > input[type=text] {
            width: -webkit-fill-available;
        }

#notificationsTable > tbody > tr > td {
    padding: 8px;
}

#supplierDetailsTable > tfoot > tr > td:nth-child(1) {
    font-size: 15px;
}

#supplierDetailsTable > tfoot {
    border-top: 1px solid #b4afaf;
    padding: 5px;
}

#notificationsTable > thead > tr:nth-child(2) > th:nth-child(1) > input[type=text], #notificationsTable > thead > tr:nth-child(2) > th:nth-child(2) > input[type=text] {
    border-radius: 3px;
}

#notificationsTable_filter > label {
    display: none;
}

#notificationsTable_length > label {
    /*display: none;*/
}

/*--------------Accept request setup guide---------------*/

#requestModal {
    top: 30%;
    width: 60%;
    margin-left: 12%;
    margin-right: 28%;
}

.welcome-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 33%;
}

.get-going {
    color: white !important;
}

.accept-request-container {
    width: 75% !important;
    background-color: #FFF;
    border: 1px solid #337ab7;
    border-radius: 3px;
}

.articlegroups-Table {
    border: 1px solid #337ab7;
    border-radius: 5px;
}

#supplier-Table {
    margin-top: 40px;
}

.connect-articlegroups-tablehead {
    background-color: #337ab7;
    color: #ffffff;
    border-radius: 5px;
}

.articlegroups-tablehead-row {
    text-align: center !important;
}

.connect-articlegroups-tablefoot {
    background-color: #337ab7;
    height: 5px;
}

.articlegrp-btn {
    width: 200px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.article-btn-div {
    display: flex;
}

.h3-border {
    border-top: 2px solid lightgrey;
}

.head-separator {
    border-right: 1px solid white;
}

/*#region header*/

header {
    background-color: #666666; /* Bakgrundsfärg för headern */
    padding-top: 10px;
}

#Core2SettingWheel:hover {
    border-bottom: none;
}

#myNavbar > ul.nav.navbar-nav.navbar-right > li {
    border-bottom: none !important;
}

.nutid-header-logo {
    margin-top: 5px;
    height: 47px;
    width: 140px;
    -ms-background-size: 80%;
    background-size: 80%;
    background-repeat: no-repeat;
    margin-left: 0;
    float: left;
}

    .nutid-header-logo img {
        height: auto;
        width: 100%;
    }

.sharp-header-logo {
    margin-top: 15px;
    height: 25px;
    width: 140px;
    -ms-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 5px;
    float: left;
}

.header-logo {
    height: 20px;
    float: left;
}

.site-title {
    margin-top: -10px;
    float: left;
    /*color: rgb(255, 255, 255);*/
    color: #000;
}


.header-login-menu {
    margin-top: 10px;
}

/* navbar manu
----------------------------------------------------------*/
/*.header-navbar {
    background-color: rgb(172, 172, 172);
    background-image: -ms-linear-gradient(left, rgb(172, 172, 172) 0%, rgb(148, 148, 148) 100%);
    background-image: -o-linear-gradient(left, rgb(172, 172, 172) 0%, rgb(148, 148, 148) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(172, 172, 172)), color-stop(1, rgb(148, 148, 148)));
    background-image: -webkit-linear-gradient(top, rgb(172, 172, 172) 0%, rgb(148, 148, 148) 100%);
    background-image: linear-gradient(black, rgb(172, 172, 172) 0%, rgb(148, 148, 148) 100%);
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255,255,255);
    margin-top: 70px;
}

.navbar .navbar-first-li {
    border-left: 1px solid rgb(255, 255, 255);
}

.navbar li {
    border-right-color: rgb(255, 255, 255);
}

    .navbar li a {
        color: rgb(255, 255, 255);
    }

        .navbar li a:hover {
            background-color: rgb(172, 0, 0);
            background-image: -ms-linear-gradient(left, rgb(172, 0, 0) 0%, rgb(140, 0, 0) 100%);
            background-image: -o-linear-gradient(left, rgb(172, 0, 0) 0%, rgb(140, 0, 0) 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(172, 0, 0)), color-stop(1, rgb(140, 0, 0)));
            background-image: -webkit-linear-gradient(top, rgb(172, 0, 0) 0%, rgb(140, 0, 0) 100%);
            background-image: linear-gradient(black, rgb(172, 0, 0) 0%, rgb(140, 0, 0) 100%);
        }

/*=== submenu ===*/

/*.navbar ul li {
    width: 150px;
}

    .navbar ul li a {
        height: 15px;
        padding: 7px 8px;
        color: rgb(255, 255, 255);
        background-color: rgb(130, 130, 130);
        text-align: left;
        border-bottom: 1px solid rgb(100, 100, 100);
        background-image: none;
    }

        .navbar ul li a:hover {
            background-color: rgb(130, 0, 0);
        }*/
/*#endregion header*/

/*------------------#region body-container--------------------*/
.body-container {
    /*margin-top: 70px;*/
    background-color: var(--pageContentBackground); /*Bakrgundsfärgen för mellanvyn*/
}

/*#endregion body-container*/

/*#region footer*/
footer {
    background-color: #666; /*Bakgrundsfärg för footern*/
    color: white;
    height: 130px !important;
}

/*#endregion footer*/


@media(max-width:767px) {
    /*.body-container {
        margin-top: 60px !important;
    }*/

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #646363 !important;
    }

    .navbar-inverse .navbar-toggle {
        border: none !important;
    }
}

.loadOver {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	/*margin-top: 55px;*/
	margin-top: -20px; /* modifying login page */
	margin-left: -8px;
	overflow: hidden;
	z-index: 9999;
}

.loadOverDiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../Images/loading.png');
}

.loadOverOverlay {
	z-index: 9999;
	display: none;
	background-color: #777;
	opacity: 0.7;
	cursor: wait;
}

