@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(montserrat300.woff2) format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(montserrat500.woff2) format('woff2');
}


html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; overflow: hidden;
    background-color: #eee;
}

.content {
    max-width: 1450px;
    margin: 0 auto;
}
.contentBody {
    background-color: #fff;
    padding: 10px;
}
.Element-SearchInput {
    background-image: url('/img/icon-search.png');
    background-position: 4px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding: 5px;
    padding-left: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.Element-ExcelExport {
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: 0;
}
.assetTable table {
    width: 100%;
}
.assetTable table th {
    font-size: 9pt !important;
}
.assetTable table td {
    font-size: 10pt !important;
}
.assetTable textarea {
    width: 400px;
    height: 100px;
    border: 1px solid #666;
    border-radius: 4px;
    font-family: 'Montserrat', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 10pt;
}
.Element-KpiContainer > div {
    display: inline-block;
    position: relative;
    width: 240px;
    height: 120px;
    background-color: #fff;
    margin-right: 15px;
    margin-bottom: 10px;
}
.Element-KpiContainer > div.activeTab {
    padding-bottom: 15px;
    top: 15px;
}
.Element-KpiContainer .Element-Description {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
}
.Element-KpiContainer .Element-Number {
    position: absolute;
    top: 50px;
    bottom: 20px;
    text-align: center;
    font-size: 24pt;
    left: 0px;
    right: 0px;
}
.buttonStyle, .toolkitForm button, .toolkitButtonBar button, .Element-RemoveButton {
    border: 2px solid #15242D21 !important;
    background-color: #eee !important;
    padding: 5px 10px !important;
    font-size: 12pt !important;
    font-family: "Arial" !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    color: #15242D !important;
    transition: all ease-in-out 0.2s !important;
}
.buttonStyle:hover, .toolkitForm button:hover, .toolkitButtonBar button:hover, .Element-RemoveButton:hover {
    background-color: #eee !important;
    border: 2px solid #15242D !important;

}
.toolkitPopup > .Element-PopupTitle {
    color: #007B81;
    font-family: 'Montserrat', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 400;
}
.toolkitForm input[type="text"], .toolkitForm input[type="password"], .toolkitForm input[type="number"], .toolkitForm input[type="date"], .toolkitForm select {
    background-color: #fff;
    font-family: 'Montserrat', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 10pt;
}

.pointListItem input {
    font-family: 'Montserrat', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12pt;
}
.pointListItem textarea {
    width: 90%;
    font-family: 'Montserrat', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 10pt;
}
.pointListItem.active {
    background-color: #eee;
}

.Element-HeaderMenu {
    position: absolute;
    top: 0px;
    right: 5px;
    margin: 0;
    padding: 0;
}
.Element-HeaderMenu li {
    display: inline-block;
}
.Element-HeaderMenu li a {
    display: inline-block;
    padding: 0px 25px;
    line-height: 45px;
    color: #fff;
}
.locationBlock {
    border: 1px solid #ccc;
}
.locationBlock:hover {
    border: 1px solid #007B81;
}
h2 {
    margin: 0;
    margin-bottom: 10px;
    padding: 5px 0px;
    font-weight: 400;
}
.toolkitTable {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.toolkitTable th {
    background-color: #eee;
    padding: 5px 5px;
    font-weight: 400;
    font-size: 10pt;
    text-align: left;
}
.toolkitTable td {    
    padding: 5px 5px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #eee;
}
.Element-MethodChoices > div {
    border: 1px solid #999;
    background-color: #eee;
    border-radius: 2px;
    padding: 5px;
    font-size: 10pt;
    margin-bottom: 5px;
    cursor: pointer;
}
.Element-MethodChoices > div.active {
    border: 1px solid #007B81;
    background-color: #cfeff1;
}