﻿/*#region  RESET*/

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}*/

/* END RESET */

/*#endregion RESET*/

/* roboto-300 - latin-ext_latin */

.blink {
    animation: blinker 1.5s linear infinite;
    color: red;
    font-family: sans-serif;
}

@keyframes blinker {
    35% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    85% {
        opacity: 0;
    }
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url('/Content/Fonts/roboto-v20-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/Content/Fonts/roboto-v20-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url('/Content/Fonts/roboto-v20-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/Content/Fonts/roboto-v20-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-mono-300 - latin */
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Mono Light'), local('RobotoMono-Light'), url('/Content/Fonts/roboto-mono-v7-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/Content/Fonts/roboto-mono-v7-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-mono-regular - latin */
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Mono'), local('RobotoMono-Regular'), url('/Content/Fonts/roboto-mono-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/Content/Fonts/roboto-mono-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cutive-mono-regular - latin */
@font-face {
    font-family: 'Cutive Mono';
    font-style: normal;
    font-weight: 400;
    src: local('Cutive Mono Regular'), local('CutiveMono-Regular'), url('/Content/Fonts/cutive-mono-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/Content/Fonts/cutive-mono-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(/Content/Fonts/MaterialIcons-Regular.woff2) format('woff2'), url(/Content/Fonts/MaterialIcons-Regular.woff) format('woff');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

/*#region CONTENT- SPECIAL */
#content {
    text-align: center;
    display: block;
}

.contentheading {
    display: inline-block;
    height: 100px;
    background: green;
    width: 1200px;
}
/*#endregion  CONTENT- SPECIAL */
/*#region HEADER SPECIAL*/
#headouter {
    width: 100%;
    height: 80px;
    text-align: center;
    font-weight: 300;
}

#headinner {
    display: inline-block;
    width: 1200px;
    height: 80px;
    text-align: left;
    font-weight: 300;
}

.header .scrollcontainer {
    margin-top: 10px;
    bottom: 5px;
    right: 0;
    left: 0;
    text-align: center;
    overflow: auto;
}

.headerImages {
    display: table;
}

.headerImg {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}

.headerSiteInfoLogo {
    height: 60px;
}

.headerCompanyLogo {
    margin-left: 20px;
    height: auto;
    width: auto;
    max-width: 300px;
    max-height: 60px;
    cursor: auto;
}

/*#endregion HEADER SPECIAL */
/*#region COMMON*/
header {
    display: inline-block;
    height: 80px;
    margin: 5px auto;
    text-align: left;
    width: 1200px;
}

body {
    font-family: 'Roboto', "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    font-weight: 400;
}

a {
    color: #777777;
    background-color: transparent;
    text-decoration: none;
}

ul {
    /*margin-bottom: 20px;*/
    line-height: 24px;
    color: #777777;
}

p {
    /*margin-bottom: 20px;*/
    line-height: 1.3em;
    color: #777777;
}

header, footer, nav, section {
    display: block;
}

input {
    padding-bottom: 2px;
    padding-top: 2px;
    border-width: 1px;
    border-style: solid;
}

    input:focus {
        outline: none;
    }

.opacity50 {
    filter: alpha(opacity=50);
    opacity: 0.5;
}


/*#endregion COMMON*/

/*#region HEADINGS*/
h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    color: #707070;
    font-weight: 300;
}

h1 {
    font-size: 32px;
    padding: 0;
    margin: 2px;
}

header h1, #header h1 {
    border: none;
    line-height: 32px;
}

h2 {
    font-size: 24px;
    margin: 0;
    text-align: center;
    padding-top: 10px;
}

h3 {
    font-size: 1.4em;
}

.h3 {
    font-size: 1.4em;
    padding: 0;
    margin-bottom: 2px;
    margin-top: 2px;
}

h4 {
    font-size: 1.1em;
    margin: 0;
}

h5, h6 {
    font-size: 1em;
}
/*#endregion  HEADINGS  */

/*#region TAB MENU */
.button-display-label {
    vertical-align: bottom;
    display: inline-block;
    color: #707070;
    font-weight: 300;
}

.button-display-list {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 5px;
    padding-bottom: 3px;
}

ul.btn {
    margin: 0;
    padding-left: 5px;
    float: left;
    clear: left;
    line-height: unset;
}

    ul.btn li {
        margin-left: 0;
        padding: 0;
        list-style: none;
        float: right;
    }

        ul.btn li > a {
            display: block;
            color: #FFFFFF;
            background-color: transparent;
            max-width: 200px;
            text-align: center;
            text-decoration: none;
        }

            ul.btn li > a:hover {
                background-color: transparent;
                /*color: #777777 !important;*/
                color: #777777;
            }

ul.sidm {
    margin: 0;
    padding: 0;
    float: left;
    clear: left;
}

    ul.sidm li {
        margin-left: 4px;
        padding: 0;
        list-style: none;
        float: right;
    }

        ul.sidm li > a {
            display: block;
            color: #FFFFFF;
            background-color: #777777;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            /*margin: 0 1px 0 0;*/
            padding: 0px 6px;
            min-width: 30px;
            max-width: 200px;
            font-weight: 300;
            font-size: 14px;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            /*cursor: pointer !important;*/
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            ul.sidm li > a:hover {
                background-color: transparent;
                color: #777777;
                /*color: #777777 !important;*/
            }

        /*Glyphicons*/
        ul.sidm li a:hover div span.glyphicons {
            background-color: transparent;
            color: #777777;
            /*color: #777777 !important;*/
        }

        ul.sidm li div:hover div span.glyphicons {
            background-color: transparent;
            color: #777777;
            /*color: #777777 !important;*/
        }

        ul.sidm li > a.specialbutton:hover {
            background-color: transparent;
            color: #777777;
            /*color: #777777 !important;*/
        }

        ul.sidm li > a.specialbuttondimmed {
            background-color: #DCDCDE;
        }

            ul.sidm li > a.specialbuttondimmed:hover {
                background-color: transparent;
                color: #777777;
            }

        ul.sidm li > a.specialbuttondelete {
            background-color: #F27C4E;
        }

            ul.sidm li > a.specialbuttondelete:hover {
                background-color: transparent;
                color: #777777;
            }

        ul.sidm li > a.specialbuttonreset {
            background-color: #f04020;
        }

            ul.sidm li > a.specialbuttonreset:hover {
                background-color: transparent;
                color: #777777;
            }

        ul.sidm li > input {
            display: block;
            background-color: #eeeeee;
            border-color: #aaaaaa;
            border-width: 1px;
            border-style: solid;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            margin: 0 1px 0 0;
            padding: 4px 6px;
            min-width: 50px;
            width: auto;
            text-decoration: none;
        }

            ul.sidm li > input:focus {
                outline: none;
            }

            ul.sidm li > input.specialbutton {
                border-color: #70B967;
                background-color: #DCF2DA;
            }

        ul.sidm li .menuSymbol {
            display: block;
            color: #FFFFFF;
            background-color: #777777;
            /*-moz-border-radius: 4px;
            -webkit-border-radius: 4px;*/
            border-radius: 4px;
            /*margin: 0 1px 0 0;
            padding: 2px 6px;*/
            text-align: center;
            text-decoration: none;
        }

            ul.sidm li .menuSymbol:hover {
                background: #dedede;
                background-color: transparent;
                color: #777777;
                /*color: #777777 !important;*/
            }

    ul.sidm .menuList, ul.btn .menuList {
        position: absolute;
        z-index: 10;
        visibility: hidden;
        margin-top: 2px;
        /*padding: 2px;*/
        padding: 2px 6px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #777777;
        border: 0 solid #aaaaaa;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

        ul.sidm .menuList :first-child, ul.btn .menuList :first-child {
            -moz-border-radius-topleft: 3px;
            -moz-border-radius-topright: 3px;
            -webkit-border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        ul.sidm .menuList :last-child, ul.btn .menuList :last-child {
            -moz-border-radius-bottomleft: 3px;
            -moz-border-radius-bottomright: 3px;
            -webkit-border-bottom-left-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

        ul.sidm .menuList a, ul.btn .menuList a {
            position: relative;
            display: block;
            color: #FFFFFF;
            background: #777777;
            margin: 0 1px 0 0;
            padding: 1px 3px;
            width: auto;
            white-space: nowrap;
            font-weight: 300;
            font-size: 0.85em;
            text-align: left;
            text-decoration: none;
            cursor: pointer;
            /*cursor: pointer !important;*/
        }

        ul.btn .menuList a {
            line-height: 1.6em;
        }

            ul.sidm .menuList a:hover, ul.btn .menuList a:hover {
                background: #dedede;
                color: #777777;
                /*color: #777777 !important;*/
            }

ul#exportButton {
    float: right;
    margin-top: 4px;
    clear: right;
    padding-left: 4px;
}

    ul#exportButton li > a {
        padding: 0px;
        min-width: 24px;
    }

ul#mainMenu, ul#editMenu {
    float: right;
    margin-top: 4px;
    clear: right;
    padding-left: 4px;
}

    ul#mainMenu, ul#editMenu li > a {
        min-width: 24px;
    }

/*#endregion TAB MENU*/

.logonpartialouter {
    font-weight: 300;
}

.logonpartialinner {
    font-weight: 400;
}

select {
    /*cursor:grab;*/
}

    input.disabled, select.disabled {
        /*opacity: 0.65;*/
        cursor: not-allowed;
        background-color: white;
        color: black;
        border-width: 1px;
        border-style: solid;
        border-color: #aaaaaa;
    }

/*#region DEFAULT TABLE Styles */
table {
    border-collapse: collapse;
}

    table td {
        padding: 2px;
    }

    table th {
        padding: 2px;
        text-align: left;
        border: none;
    }
/*#endregion TABLE DEFAULT FORMATING */

/*#region VALIDATION */

.field-validation-error {
    color: red;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    background-color: #FCE5DC;
    border: 2px solid #F27C4E;
    border-radius: 8px 8px 8px 8px;
    max-width: 600px;
    margin: 5px;
}

    .validation-summary-errors ul {
        color: #F27C4E;
        /*font-weight: bold;*/
        margin-bottom: 10px;
    }

        .validation-summary-errors ul li {
            text-align: left;
        }

.validation-summary-valid {
    display: none;
}

/*#region FILLER-CSS-Styles*/
.filler {
    margin: auto -100% auto 10px;
    width: 80%;
    max-width: 1200px;
    height: 9px;
    /*display: inline;*/
}

.fillerfront {
    margin: auto -100% auto auto;
    width: 100%;
    max-width: 1200px;
    height: 9px;
    /*display: inline;*/
}

.fillerthin {
    margin: auto -100% auto auto;
    width: 100%;
    max-width: 1200px;
    height: 2px;
    /*display: inline;*/
}
/*#endregion FILLER-CSS-Styles */

/*#region SITESTABLE-CSS-Styles*/
.sitestable tr, #sitestable tr, #sitestable2 tr {
    display: table-row;
}

.sitestable th, #sitestable th, #sitestable2 th, #excelCommando th {
    font-weight: 300 !important;
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-align: center;
}

    .sitestable th input:not([type='checkbox']), #sitestable th input:not([type='checkbox']), #excelCommando input {
        min-width: 30px;
        width: 100%;
        box-sizing: border-box;
        height: 24px;
        font-size: 14px;
        border-style: none !important;
        padding: 2px !important;
        border-radius: 4px;
        background-color: #eeeeee;
    }

.sitestable td, #sitestable td, #sitestable2 td {
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 18px;
    padding: 3px;
    display: table-cell;
    white-space: nowrap;
    /*vertical-align: top;*/
}

.sitestabletimestamp, .sitestablestring {
    /*font-family: 'Cutive Mono', "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;*/
    padding: 3px;
    border-radius: 4px;
    min-height: 18px;
}

.sitestablenumeric {
    /*font-family: 'Cutive Mono', "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;*/
    padding: 3px;
    /*margin: 3px;*/
    text-align: right;
    border-radius: 4px;
}

.sitestablebarouter {
    padding: 3px;
    height: 18px;
    /*width: 100%;*/
    background-color: #bbb;
    border-radius: 4px;
}

.sitestablebarinner {
    height: 17px;
    float: left;
    border-radius: 3px;
}

.sitestable tr td, #sitestable tr td, #sitestable2 tr td {
    cursor: pointer;
    /*cursor: pointer !important;*/
}

.sitetable tr {
    height: 30px;
}

.siteheader-outer {
    overflow: hidden;
    width: 1200px;
    margin: auto;
    padding-top: 5px;
}

    .siteheader-outer div {
        display: inline-block;
        max-width: 940px;
    }

    .siteheader-outer table {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

.siteheader-inner-td {
    vertical-align: top;
    padding-right: 20px;
}

    .siteheader-inner-td table tr {
        vertical-align: bottom;
    }

    .siteheader-inner-td table td:nth-child(1) {
        font-weight: 300;
        font-size: 12px;
        padding-right: 5px;
    }

    .siteheader-inner-td table td:nth-child(2) {
        font-weight: 400;
        font-size: 14px;
    }

.siteheader-user-message {
    float: right;
    display: inline-block;
    padding-right: 4px;
    padding-bottom: 4px;
}

    .siteheader-user-message #cycle-outer-div {
        vertical-align: top;
        background-color: rgb(255, 255, 207);
        position: relative;
        width: 250px;
        min-height: 130px;
        box-shadow: 2px 2px 2px #bbb;
        border: 1px solid #d0d000;
    }

    .siteheader-user-message #cycle-inner-button {
        position: absolute;
        left: 224px;
        top: 0px;
        z-index: 3;
    }

    .siteheader-user-message .cycle-inner-div {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 2;
    }

    .siteheader-user-message #cycle-slideshow {
        width: 250px;
        min-height: 130px;
        text-align: left;
        display: block;
        overflow: hidden;
    }

    .siteheader-user-message .cycle-slide {
        background-color: transparent;
        width: 250px;
        min-height: 130px;
        padding: 2px;
        font-weight: 400;
        font-size: 14px;
    }

        .siteheader-user-message .cycle-slide .cycle-slide-label {
            font-weight: 300;
            font-size: 12px;
            padding-bottom: 5px;
        }

/*#endregion SITESTABLE-CSS-Styles */
/*#region GROUPED-CONTENT CSS*/
.groupedcontentouter-none {
    display: inline-block;
    text-align: left;
}

.groupedcontentouter {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: left;
}

.groupedcontent .tblr:nth-child(even) {
    background-color: #BBB;
}

.groupedcontent .tblr:nth-child(odd) {
    background-color: #BBB;
}

.grouped .groupedcontent input[type="text"], input[type="password"] {
    /*display: inline;*/
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #707070;
    width: 200px;
}

.groupedhead {
    padding: 0 10px 0 0;
    overflow: hidden;
    position: relative;
}

.grouped .groupedlegend {
    color: #707070;
    /*font-size: 1.7em;*/
    line-height: 2px;
    text-shadow: 1px 1px 1px #FAFAFA;
}

/*#endregion GROUPED-CONTENT CSS*/
/*#region CSS ALL ADMIN PAGES*/
.edit-tblr {
    height: 33px;
    display: table-row-group;
}

/*.edit-tblr.hidediv {
	height: 33px;
	display: table-row !important;
}

	.edit-tblr.hidediv > div {
		display: none !important;
	}*/

.edit-tblr-hidden {
    display: none;
}

.edit-label {
    height: 20px;
    padding: 6px 6px 2px 2px;
    width: auto;
    font-weight: 400;
    vertical-align: top;
    cursor: default;
    min-width: 200px;
}

.edit-input {
    padding: 2px;
}

.edit-field, .edit-field-small, .edit-field-medium, .edit-field-large, .edit-field-readonly, .edit-field-checkbox, .edit-field-number, .edit-field-dropdown {
    width: auto;
    padding: 2px;
    display: table-cell;
    color: Black;
    vertical-align: top;
}

.edit-field-readonly {
    padding-top: 6px;
    cursor: default;
}

input[type="checkbox"]:disabled {
    border: thick;
}

.edit-field-checkbox {
    padding-top: 4px;
}

.edit-field input {
    background-image: none !important;
}

    .edit-field input[type="text"] {
        display: inline-block;
        width: 280px;
    }

.edit-field-large input[type="text"] {
    display: inline-block;
    width: 500px;
}

.edit-field-medium input[type="text"] {
    display: inline-block;
    width: 140px;
}

.edit-field-small input[type="text"] {
    display: inline-block;
    width: 70px;
}

.edit-field-small-right-aligned input[type="text"] {
    display: inline-block;
    text-align: right;
    padding-right: 5px;
    width: 70px;
}

.edit-field-small input[type="number"] {
    display: inline-block;
    width: 70px;
}

.edit-field-number input[type="text"] {
    display: inline-block;
    width: 100px;
}

.edit-field-dropdown {
    min-width: 100px;
    padding-top: 4px;
}

.edit-field-hidden {
    display: none;
}

.edit-text-box {
    width: auto;
}

.edit-groupedcontent .tblr:nth-child(odd) {
    background-color: #BBB;
}
/*#endregion  CSS ALL ADMIN PAGES  */
/*#region  ICC APP TABLE*/
.ICCtable {
    text-align: left;
    margin: 0 auto;
    font-size: 0.85em;
}

    .ICCtable .trodd {
        background-color: #B6D8AB;
    }

        .ICCtable .trodd:hover {
            background-color: #70B967;
        }

    .ICCtable .treven {
        background-color: #DCDCDE;
    }

        .ICCtable .treven:hover {
            background-color: #70B967;
        }

    .ICCtable .thead {
        background-color: #70B967;
    }

/*#endregion  ICC APP TABLE*/
/*#region HOME-INDEX*/
#Homerow {
    display: table-row;
}

#Homerow3 {
    display: table-row;
}

/*SlideShow ----- START*/





/*SlideShow ------- END*/






/*#endregion */
/*#region DIALOG CSS*/
.popdialog {
    width: 100%;
    text-align: left;
    height: 100%;
    position: fixed;
    z-index: 1930;
    left: 0;
    top: 0;
    display: none;
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.3);
    /*zoom: 1;
	filter: alpha(opacity=30);
	opacity: 0.3;*/
}

.popcontent {
    width: 100%;
    text-align: left;
    height: 100%;
    position: relative;
    z-index: 1941;
    left: 0;
    top: 0;
    display: table-cell;
    border: 2px solid black;
    border-radius: 14px;
    /*zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;*/
}

.popcontent-td-transparent, .popcontent {
    background-color: #eeeeee;
}


.popcontent-transparent {
    width: 100%;
    text-align: center;
    height: auto;
    position: relative;
    z-index: 1940;
    left: 0;
    top: 0;
    display: block;
    border: 0;
    /*background-color: rgba(0, 0, 0, 0);*/
    margin: auto auto;
}

.popcontentinner {
    border: 0;
    display: table;
    margin: 0 auto;
    min-height: 100px;
    min-width: 100px;
}

/*#endregion DIALOG CSS*/

/*#region roundedCornerdiv */
.roundedCornerdiv {
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    clear: right;
    border-color: #FF8822;
    border-width: 2px;
    border-style: solid;
    position: relative;
    background-size: 100% 100%;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: inherit;
    text-align: left;
    vertical-align: top;
}

/*#endregion Productsum */
/*#region STATISTICS */
/*#statisticsdiv {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	clear: right;
	border: 2px solid #FF8822;
	position: relative;
	background-size: 100% 100%;
	width: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	float: inherit;
	text-align: left;
	vertical-align: top;
	display: inline-block;
}*/
/*#endregion STATISTICS */
/*#schedulediv {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	clear: right;
	border: 2px solid #FF8822;
	position: relative;
	background-size: 100% 100%;
	width: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	float: inherit;
	text-align: left;
	vertical-align: top;
	display: inline-block;
}*/
/*#region MISCELLANEOUS*/
.technicalData tr {
    height: 24px;
}

img {
    cursor: pointer;
    border: 0;
}

.imgGray {
    filter: grayscale(100%);
}

#graf {
    z-index: 999;
    /*margin: 0 8px;
	padding: 0 8px 12px 8px;*/
}

#col1, #col2, #col3 {
    padding-right: 7px;
    padding-left: 3px;
}

    #col1 td, #col2 td, #col3 td {
        margin-right: 4px;
        padding-right: 7px;
        padding-left: 3px;
    }

.editor-field {
    padding-bottom: 2px;
    padding-top: 2px;
    display: table-cell;
    color: Black;
}

#percentageheight {
    margin-left: auto;
    width: 100px;
    max-width: 100px;
    /*width: 100px !important;
	max-width: 100px !important;*/
}

.percentageheight {
    width: 100px;
    /*width: 100px !important;*/
}

.AlignTop {
    vertical-align: top;
    margin-right: 10px;
}
/*
	#data-sorttable-sortfwdind
	Cursor utseeende vid
	Kolumnsorteringen på 
	en sida under Views:
	/Site/listsites.chtml
	/script/sorttable.js
*/
#data-sorttable-sortfwdind {
    cursor: default;
}

#title {
    display: block;
    float: left;
    text-align: left;
}

/*.roundedCornerdiv {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	clear: right;
	border: 2px solid #FF8822;
	position: relative;
	width: auto;
	height: auto;
	margin: 2px;
	float: left;
	text-align: left;
	vertical-align: middle;
	padding: 2px;
}*/

.hidediv {
    display: none !important;
}

.showdiv {
    display: inline-block;
}

.showdivblock {
    display: block;
}

#objectgroupalarm form > input {
    width: 97%;
    display: inline-block;
    padding: 0 15px;
}

/*#Notification_alarm_value, #Notification_warning_value {
	width: 30px;
}*/

.trodde, .trevene {
    height: 10px;
    font-size: 1.0em;
    overflow: hidden;
    width: auto;
}

.siteinfo {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding: 5px;
}

.wordwrap {
    white-space: pre-wrap; /* CSS3 */
    word-wrap: break-word; /* IE */
}

.scrollregion {
    display: inline-block;
    padding: 12px;
    height: 100%;
}

@media print {
    .scrollregion {
        display: block;
        /*display: block !important;*/
        padding: 12px;
        height: 100%;
    }
}

/*#endregion MISCELLANEOUS*/
/*#region  SORTABLE  Table CSS*/
.sortable1, .sortable2 {
    text-align: center;
    border: 3px solid #aaa;
    list-style-type: none;
    margin: 20px;
    padding: 5px;
    width: 235px;
    min-height: 30px;
}

.sortable-fieldset {
    text-align: center;
    /*border: 3px solid #aaa;*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 235px;
    min-height: 33px;
}

.mapDirections {
    text-align: center;
    border: 3px solid #aaa;
    list-style-type: none;
    margin: 20px;
    padding: 5px;
    width: auto;
    min-height: 30px;
}

.sortable1 li, .sortable2 li {
    margin: 5px;
    padding: 2px;
    font-size: 1em;
    width: 220px;
}

.sortable-fieldset li, .mapDirections li {
    margin: 5px;
    padding: 2px;
    font-size: 1em;
    width: auto;
}

.sortable1 > li, .sortable2 > li, .mapDirections > li, .sortable-fieldset > li {
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    border: 0 solid #d3d3d3 /*{borderColorDefault}*/;
    /*font-weight: bold /*{fwDefault}*/
    color: #FFFFFF;
    background-color: #777777; /*{fcDefault}*/
    /*color: #FFFFFF !important;*/
    /*background-color: #777777 !important;*/ /*{fcDefault}*/
}

/*fieldset*/
.si-fieldset {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-color: #777777;
    text-align: left;
    padding: 0 7px 0 7px;
}



/*#endregion  SORTABLE  Table CSS*/
/*#region Dynamic textarea*/
textarea {
    /*color: #444;*/
    padding: 2px;
}

.txtstuff {
    resize: none; /* remove this if you want the user to be able to resize it in modern browsers */
    overflow: hidden;
}

.hiddendiv {
    display: none !important;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
}


/* the styles for 'common' are applied to both the textarea and the hidden clone */
/* these must be the same for both */
.common {
    width: 500px;
    min-height: 18px;
    font-size: 13px;
    overflow: hidden;
    vertical-align: middle;
}

    .common:read-only {
        border: 0;
        background: none;
    }

.lbr {
    line-height: 3px;
}
/*#endregion Dynamic textarea*/
/*#region FOOTER */
footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 0;
}

.footermargin {
    width: 100%;
    height: auto;
    padding: 5px;
    display: inline-table;
    font-weight: 300;
    font-size: 12px;
}
/*#endregion FOOTER*/
/*#region table cells */

.td-numeric {
    text-align: right;
    padding-right: 6px;
    /*text-align: right !important;
	padding-right: 6px !important;*/
}

.td-date {
    text-align: right;
    /*text-align: right !important;*/
}

.td-center {
    text-align: center;
    /*text-align: center !important;*/
}

.td-right {
    text-align: right;
    /*text-align: right !important;*/
}

.td-left {
    text-align: left;
    /*text-align: left !important;*/
}

.td-monospace {
    padding-top: 5px;
    font-family: 'Courier New', Courier, monospace;
    /*padding-top: 5px !important;
	font-family: 'Courier New', Courier, monospace !important;*/
    font-weight: bold;
}

.td-textbox {
    padding-left: 5px;
    min-width: 350px;
    white-space: initial;
}

.td-textbox-innerdiv {
    width: 350px;
    white-space: pre-wrap; /* CSS3 */
    word-wrap: break-word; /* IE */
}

/*#region siteinfo-symbol */
.siteinfo-symbol-container {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
    background-color: #777777;
}

.siteinfo-symbol-top {
    position: absolute;
    z-index: 5;
}

.siteinfo-symbol-bottom {
    position: absolute;
    z-index: 4;
    width: 18px;
    height: 18px;
    transition: all 1s ease-in-out;
}

.siteinfo-symbol-hidden {
    z-index: 3;
    display: none;
}

@keyframes blink {
    50% {
        color: #777777;
    }
}

.siteinfo-symbol-blink {
    animation-duration: 1s;
    animation-timing-function: step-start;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: blink;
}

.red-text {
    color: #F27C4E;
    /*font-weight: bold;*/
}
/*#endregion siteinfo-symbol */
/*#region tooltip */
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    width: 250px;
    -moz-box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

/*tooltip title*/
.ui-widget-content {
    border: 1px solid #777777;
    /*background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;*/
    /*color: #222222;*/
}
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}
/*#endregion tooltip */

/*Google  Maps*/
#map {
    width: 1094px;
    height: 800px;
    border: solid;
    border-width: 3px;
    border-color: black;
    border-radius: 5px;
    line-height: 20px;
    /*line-height: 20px !important;*/
}

/* SiteInfo spinner based on spin.js */
.siteinfo-spinner-outer-popdialog {
    width: 100px;
    height: 100px;
}

.siteinfo-spinner-outer-popdialog-save {
    width: 100%;
    height: 100%;
}

.siteinfo-spinner-inner-popdialog {
    width: 100px;
    text-align: left;
    height: 100px;
    position: absolute;
    float: left;
    background-color: #eeeeee;
    z-index: 2941;
    border: 0;
    border-radius: 14px;
}

.siteinfo-spinner-inner-popdialog-save {
    width: 100%;
    text-align: left;
    height: 100%;
    position: absolute;
    float: left;
    background-color: #eeeeee;
    z-index: 2941;
    border: 0;
    border-radius: 14px;
}

.siteinfo-spinner {
    height: 100px;
    width: 100px;
    display: block;
    overflow: hidden;
    margin: auto;
}

.siteinfo-spinner-popdialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.siteinfo-spinner-inner {
    height: 100px;
    width: 100px;
    position: relative;
}

canvas {
    display: block;
}

@media print {
    /*.pagebreak, .pagebreak * {*/
    .pagebreak {
        page-break-after: always;
        page-break-inside: avoid;
    }

    /*.no-print, .no-print * {*/
    .no-print {
        display: none !important;
    }

    .print-show {
        display: block;
    }
}

@media print {
    html {
        background-image: none;
    }
}

/*#region layout */
.LayoutDivOuter {
    width: 100%;
    text-align: center;
}

.LayoutDivInner {
    width: 1200px;
    display: inline-block;
}

#IEwarningBanner {
    padding: 5px;
    display: none;
}

.SystemMsgBanner {
    position: relative;
    min-height: 26px;
}

#SystemMsgBannerID {
    display: none;
}

.SystemMsgBannerIcon {
    float: right;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
}

.SystemMsgBannerTextHidden {
    display: none;
}
/*#endregion layout */
.SystemMsgBannerText p {
    color: initial;
}

/*#region Jquery-Slider */
#time-range p {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #333;
}

.ui-slider-horizontal {
    height: 8px;
    background: #ff0000;
    border: 1px solid #BABABA;
    /*box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;*/
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    border: 1px solid #5BA8E1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #70B967;
    background-size: 100%;
}

.ui-slider .ui-slider-handle {
    background: #777777;
    background-size: 100%;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.5em;
    height: 1.6em;
    top: -0.5em;
    border: none;
    cursor: pointer;
}

    .ui-slider .ui-slider-handle:after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        margin-left: -4px;
    }

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.25em;
}

.ui-slider a:focus {
    outline: none;
}
/*#endregion */

.glyphicons-inner {
    line-height: 24px;
}

.glyphicons-padding-remove:before {
    padding: 0;
}

.glyphicon-symbol-usermessage {
    vertical-align: top;
    float: right;
    padding: 2px;
}

.centerElement {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}

/*#region Headline */
.headlineOuter {
    text-align: center;
    width: 100%;
}

.headlineInner {
    display: inline-block;
    width: 1200px;
    height: 40px;
}

.headlineInnerDefault {
    display: inline-block;
    width: 1200px;
}

.headlineInnerStroke {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.headlineTable {
    display: table;
    width: 100%;
}

.headlineTableCellTitle {
    display: table-cell;
    vertical-align: baseline;
    width: 1px;
}

.headlineTableCellTitleText {
    white-space: nowrap;
    font-size: 32px;
    font-weight: 400;
    color: #707070;
}

.headlineTableCellGap {
    display: table-cell;
    vertical-align: baseline;
    width: 5px;
}

.headlineTableCellStroke {
    display: table-cell;
    vertical-align: baseline;
}
/*#endregion */

/*#region HeadlineProcent */
.headlineInnerProcent {
    display: inline-block;
    width: 100%;
    /*height: 40px;*/
}
/*#endregion */

/*#region HeadlinePopDialog */
.headlineInnerPopDialogStroke {
    display: inline-block;
    width: 100%;
}

.headlineTablePopDialogStroke {
    display: table;
    width: 100%;
}

.headlineTableCellTitleTextPopDialogStroke {
    white-space: nowrap;
    font-size: 32px;
    color: #707070;
}
/*#endregion */

/*#region HeadlineMedium */
.headlineMediumTableCellTitleText {
    white-space: nowrap;
    font-size: 24px;
    color: #707070;
}
/*#endregion */

/*#region HeadlineSmall */
.headlineSmallTableCellTitleText {
    white-space: nowrap;
    font-size: 18px;
    color: #707070;
}
/*#endregion */

/*#region HeadlineSmall */
.BodyText {
    margin: 10px 0;
}
/*#endregion */

