html, body {
    font-family: Verdana, serif;
    font-size: 13px;
    color: #39393A;
    padding: 0;
}

body.waiting * {
    cursor: progress;
}

div.wait {
    position: absolute;
    border: none;
    opacity: 0.7;
    display: none;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgb(230, 235, 230);
    overflow: hidden;
}

a {
    color: #607d9f;
    text-decoration: none;
}

p.report {
    font-size: 20px;
}

.imgWait {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

img.logo {
    padding-top: 8px;
    padding-bottom: 7px;
    padding-right: 20px;
    border: 0 solid #000000;
    width: 200px;
    float: left;
}

/**
    Windows
**/
.infoBox {
    text-align: center;
    font-weight: normal;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
    background-color: #7dafbb;
}

.errorBox {
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    color: #FFFFFF;
    background-color: #aa0606;
}

.displayShow {
    display: inherit;
}

.displayHide {
    display: none;
}

.mainMenuBar {
    border-bottom: 1px solid #39393A;
    background-color: #607d9f;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right:0;
}

.subMenuBar {
    position: fixed;
    float: left;
    top:50px;
    padding-top: 15px;
    left: 0;
    right:0;
    z-index: 999;
    background-color: #ffffff;
}

.datapanel {
    padding: 3px;
    position: fixed;
    overflow: auto;
    top:90px;
    left:5px;
    right:5px;
    bottom: 5px;
}

.inserted-box {
    width: 10px;
    height: 20px;
    border: 1px solid #59a994;
    border-radius: 5px;
    min-width: 10px;
}

.inserted-box.active {
    background-color: #59a994;
}

/**
     MENU
*/
.menuImg {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    width: 40px;
    height: 40px;
}

.Menu .menuText, .MenuActive .menuText {
    position: absolute;
    text-transform: uppercase;
    margin-left: 8px;
    margin-top: 10px;
    font-size: 100%;
}

.Menu .mainicon {
    margin-left: 5px;
}

.MenuActive .mainicon {
    margin-left: 0;
}

.Menu {
    display: inline-block;
    border: 0;
    color: #FFF;
    background-color: #607d9f;
    text-align: left;
    width: 162px;
    height: 50px;
    cursor: pointer;
    float: left;
}

.Menu:hover {
    background-color: #e9eff4;
    color: #39393A;
}

.MenuActive, .MenuActive:active {
    display: inline-block;
    border: 0;
    color: #39393A;
    background-color: #FFF;
    border-left: 5px solid #39393A;
    text-align: left;
    width: 190px;
    height: 50px;
    cursor: pointer;
    float: left;
}

.content {
    margin: 30px 5px 5px 0;
}

.subMenu, .subMenu:active  {
    text-transform: uppercase;
    border: 0;
    color: #39393A;
    border-bottom: 4px solid #7dafbb;
    background-color: #FFF;
    text-align: left;
    padding: 10px 30px 5px 20px;
    min-width: 80px;
    max-width: 200px;
    cursor: pointer;
    float:left;
}

.subMenu.longMenu {
    max-width: 300px;
}

.wLongMenu{
    width: 250px;
    max-width: 300px;
}

.subMenu:hover {
    background-color: #e9eff4;
}

.subMenuActive, .subMenuActive:active {
    text-transform: uppercase;
    border: 0 none #7dafbb;
    color: #39393A;
    border-bottom: 8px solid #7dafbb;
    background-color: #FFF;
    text-align: left;
    padding: 10px 30px 0px 20px;
    min-width: 80px;
    max-width: 200px;
    cursor: pointer;
    float:left;
}

.subMenuActive.longMenu {
    width: 200px;
}

.subMenuActive:hover {
    background-color: rgb(250, 250, 250);
}

.formAddBtn {
    background-color: rgba(255, 255, 255, 0);
    color: #7dafbb;
    border: 0 none #ffffff;
    cursor: pointer;
}

.formAddBtn:hover {
    opacity: 0.7;
}


.shortcutBtn {
    position: relative;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    color: #7dafbb;
    border: 0px none #ffffff;
    padding: 4px 15px 4px 4px;
    min-width: 80px;
    cursor: pointer;
}

.shortcutBtn:hover {
    opacity: 0.7;
}

.buttonImg {
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    border: none;
    margin-right: 5px;
}

.infoLable {
    font-size: 20px;
    font-weight: bold;
    min-height: 100px;
}

.buttonRectangular[type="button"]:disabled {
    border: 2px dashed #ffffff;
    cursor: not-allowed;
}

.buttonRectangularB[type="button"]:disabled {
    border: 2px dashed #ffffff;
    cursor: not-allowed;
}

.buttonRectangular {
    background-color: #7dafbb;
    white-space: nowrap;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 110%;
	font-weight: bold;
    min-width: 100px;
    min-height: 25px;
    word-break: keep-all;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

.buttonRectangular.importcsv {
    width: 30px;
    height: 30px;
    font-size: 15px;
    margin: 0;
    /*background:lightblue;*/
}

.buttonRectangular.importBtn {
    margin-top: 25px;
    /*background:lightblue;*/
}

.buttonRectangularB {
    background-color: #7dafbb;
    white-space: nowrap;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 110%;
	font-weight: bold;
    min-width: 100px;
    min-height: 25px;
    word-break: keep-all;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
}

.buttonRectangularA {
    background-color: #7dafbb;
    white-space: nowrap;
    border: none;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 110%;
	font-weight: bold;
    min-width: 100px;
    min-height: 25px;
    word-break: keep-all;
    margin: 4px 2px;
    cursor: pointer;
}

.buttonRectangularA.makepdf {
    border-radius: 10px 10px 10px 10px;
}

.formBtn {
    border-radius: 15px;
    position: relative;
    color: #7dafbb;
    border: 1px solid #7dafbb;
    background: rgba(255, 255, 255, 0.4);
    padding: 0 10px 10px 10px;
    margin-right: 10px;
    cursor: pointer;
}

.formBtn:hover {
    background-color: #7dafbb;
    color: rgb(255, 255, 255);
}

.formBtn:active {
    border: 1px solid #7dafbb;
    background-color: #7dafbb;
    border-top: none;
    border-bottom: none;
}

button:active {
    outline: none;
    border: none;
}

button:focus {
    outline: 0;
}

.dataTable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    background-color: rgba(255, 255, 255, 0.5);
}

.dataTable th {
    font-weight: normal;
    padding: 8px;
    background-color: #607d9f;
    color: #FFFFFF;
    border: 1px inset #fff;
}

.dataTable td {
    padding: 8px;
    border: 1px inset #fff;
    max-width: 300px;
}

.dataTable tr:nth-of-type(odd) {
    background: #eee;
}

.dataTable tr:hover {
    background: #ddd;
}

.forestCell {
    padding: 8px;
    border: 1px inset #7dafbb;
    min-width: 100px;
    max-width: 100px;
}

.errorsign {
    background: lightyellow;
    border: 3px;
}

.sortTable th {
    cursor: pointer;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.settingsTable {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid black;
}

.settingsTable th {
    background-color: #607d9f;
    padding: 8px;
    text-align: center;
    color: #FFFFFF;
    min-width: 100px;
}

.settingsTable td {
    padding: 8px;
    text-align: right;
    min-width: 100px;
}

.settingscell {
    text-align: center;
}

.tablecellinactive {
    background-color: #d8d7d3;
}

.tablecellactive {
    background-color: white;
}

.tablecellNoPropertyCode {
    background-color: palegreen;
}

#colbar td {
    width: 15px;
    font-size: 15px;
}

.formTable {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none #ddd;
    margin-left: 20px;
    min-width: 300px;
    width: 90%;
}

.formTable th {
    font-weight: bold;
    padding: 8px;
    text-align: right;
    min-width: 100px;
}

.formTable td {
    padding: 8px;
    text-align: left;
    width: 50%;
}
.sumRow{
    background-color: #d3d3d3;
    font-weight: bold;
    text-align: right;
}
.hiddenTable {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none #ddd;
    margin-left: 20px;
}

/*
    text
*/

.info-dialog {
    display: none;
}

div.legend {
    font-family: Lato, serif;
    background-color: white;
    padding: 5px;
    opacity: 0.8;
    font-size: 100%;
    color: rgb(0, 0, 0);
}


.formHeader {
    position: relative;
    overflow: auto;
    margin: 10px 0 7px 10px;
}

.formHeader span {
    font-size: 125%;
    font-family: GlacialIndifferenceRegular, serif;
    color: #39393A;
    margin-right: 60px;
}


#searchInput {
    background-image: url('/img/searchicon.png');
    background-size: 20px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 210px;
    font-size: 100%;
    padding: 3px 3px 3px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    height: 31px;
}

input.searchBox {
    background-image: url('/img/searchicon.png');
    background-size: 20px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 200px;
    font-size: 100%;
    padding: 3px 3px 3px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    height: 31px;
}

.advancedSearch {
    display: flex;
    flex-direction: row;
    border: 1px solid #ddd;
    /*background: violet;*/

}


#searchdocInput {
    background-image: url('/img/searchicon.png');
    background-size: 20px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    max-width: 300px;
    font-size: 100%;
    padding: 3px 3px 3px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    height: 31px;
}


.disabled {
    color: rgb(190, 190, 190);
    border-color: rgb(190, 190, 190);
}

.disabled:hover {
    color: rgb(190, 190, 190);
    opacity: 1.0;
    background-color: rgba(255, 255, 255, 0);
}

.uploadbutton {
    position: relative;
    width: 200px;
    height: 200px;
    left: -1px;
    background-color: green;
}

input.uplfilename {
    background: pink;
    opacity: 0;
    position: relative;
    left: -300px;
    top: -20px;
    min-width: 300px;
    min-height: 50px;

}

.addingbtn {
    display: inline-block;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #bedddb;
    font-size: 16px;
    color: #000;
}

.button-wrap {
    position: relative;
}

.auditdocs {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.attachdocs {
    display: flex;
    white-space: nowrap;
    align-items: center;
}

.filechoosing {
    /*background: pink;*/
    top: 50%;
    float: left;
    display: inline-block;
}

.docfiles {
    align-items: center;
    margin-left: 10px;
    font-size: 15px;
    float: left;
}

#timestart {
    border: 1px solid #dddddd;
    border-radius: 4px;
}

#timeend {
    margin-left: 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

#companyGrupp {
    width: 100px;
    height: 30px;
    border-color: #dddddd;
    border-radius: 4px;
}

#gruppFilter {
    margin-left: 10px;
}

#filterClearBtn {
    font-family: GlacialIndifferenceRegular, serif;
    font-size: 15px;
    background-color: #7dafbb;
    white-space: nowrap;
    border: none;
    color: white;
    text-align: center;
    height: 30px;
    word-break: keep-all;
    margin-top: 45px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 12px;
}

.dateGroup {
    display: flex;
    flex-direction: row;
}

.imgrepellent {
    width: 100px;
}

.imglandimpro {
    width: 100px;
}

.deadlinecontainer {
    margin-top: 10px;
    float: left;
}

.deadline-div {
    display: flex;
    flex-direction: row;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

.middle {
    vertical-align: center;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.pointer {
    cursor: pointer;
}
.loginForm{
    padding-left: 50px;
    float: left;
    width: 400px;
}
.btLogin{
    float: right;
}

.bkGray{
    background-color: #cccccc;
}
.spaceLeft{
    margin-left: 15px;
}