/*!
* ECLD Custom CSS
* Copyright 2015 mondayVision UG (haftungsbeschränkt)
*/

html {
    min-height: 100%;
    position: relative;
}

body {
    padding-top: 80px;
    margin-bottom: 40px;
    font-family: "Source Sans Pro", sans-serif;
    background-color: #f0f1f0;
    color: #333333
}

.footer {
    background-color: #37434f;
    bottom: 0;
    height: 40px;
    position: absolute;
    width: 100%;
}

.footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

.container.ultraWide {
    width: 1400px;

}

/*
* LOGIN
***********************************************************/

body.login {
    background-color: #2c363f;
    position: relative;
}

#login {
    width: 300px
}

.login-logo {
    font-size: 40px;
    color: #ffffff;
}

.login-logo strong {
    font-weight: 700
}

.login-logo span {
    font-weight: 300
}

#login .form-group {
    margin-bottom: 0
}

.login-logo-frasp {
    font-size: 40px;
    color: #ffffff;
}

.login-logo-frasp strong {
    font-weight: 900
}

.login-logo-frasp span {
    font-weight: 300;
    font-size: 24px;
}

/* CI ************************************************************/

a {
    color: #2ecc70;
    text-decoration: none;
}

a:focus, a:hover {
    color: #2FB259;
    text-decoration: underline;
}

.color {
    color: #2ecc70
}

.btn {
    border-radius: 2px
}

.btn-green {
    background: none repeat scroll 0 0 #2abc68;
    color: #ffffff;
}

.btn-green:hover {
    background: none repeat scroll 0 0 #24ad5d;
    color: #ffffff;
}

.btn-default {
    color: #888;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 2px
}

.btn-default:hover {
    color: #888;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
}

.btn-blue {
    background: #3498db;
}

.btn-blue:hover {
    background: #2e80b6;
}

.btn-red, .btn-danger {
    background: #e64d5f;
}

.btn-red:hover, .btn-danger:hover {
    background: #d64b5a;
}

/* H1-6 ************************************************************/

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 25px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-bottom: 10px;
    margin-top: 15px;
}

h2 {
    font-size: 22px !important;
}

h3 {
    font-size: 18px !important;
}

h2.heading-title {
    margin-bottom: 30px;
    margin-top: 0;
}

/* Table ************************************************************/
.table-bordered {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

th {
    background-color: #e5e5e5;
    color: #888;
    text-transform: uppercase;
    border-bottom-width: 0
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #e5e5e5;
}

tr.inactive {
    background-color: #cccccc;
}

.table-minpadding td {
    padding: 1px !important;
}

.table-minpadding td .form-control {
    padding: 1px !important;
}

/* Forms ************************************************************/
.form-control {
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none
}

.form-control:focus {
    border-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.row-field-tag {
    margin-top: -15px;
    margin-bottom: 10px;
}

/* Div ************************************************************/
hr {
    margin: 30px 0
}

.closeIcon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.div-grey {
    background-color: #a9a9a9;
    margin-top: 15px;
}

.div-button-and-input {
    margin-top: 15px;
    margin-left: 20px;
}

.div-form-group-note {
    margin-top: -15px;
    margin-bottom: 15px;
}

/* NAVIGATION ************************************************************/

.navbar {
    background: none repeat scroll 0 0 #37434f;
    border: medium none;
    border-radius: 0;
    height: 59px;
    padding: 0;
}

.navbar-header {
    background: none repeat scroll 0 0 #2c363f;
    height: 59px;
}

.navbar-nav > li > a {
    padding: 19px;
}

.navbar-nav > li > a.dashboard img {
    margin-left: 5px;
    margin-top: -2px;
}

.navbar-default .navbar-nav > li > a {
    background: none repeat scroll 0 0 #37434f;
    color: #afb4b9;
    font-size: 15px;
    transition: all 160ms ease 0s;
}

.navbar-default .navbar-nav > li > a:hover {
    background: none repeat scroll 0 0 #2c363f;
    color: #fff;
}

.navbar-collapse {
    padding-right: 0;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: none repeat scroll 0 0 #2c363f;
    color: #fff;
}

.navbar-brand {
    font-family: "Source Sans Pro", sans-serif;

    height: 59px;
    line-height: 30px;
    padding: 15px 25px;
    position: relative;
    width: 100%;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default a.navbar-brand:hover {
    color: #fff;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #959da5;
    border-top-color: #959da5;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret {
    border-bottom-color: #7c7e7e;
    border-top-color: #7c7e7e;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

ul.dropdown-menu {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    right: 19px !important;
    width: 100%;
}

ul.dropdown-menu li {
    background: #414a52;
    height: 45px;
    opacity: 0.9;
}

ul.dropdown-menu .divider {
    background: #414a52;
    height: 2px;
    opacity: 0.9;
    margin: 0;
    border-bottom: 10px solid #545c64;
}

ul.dropdown-menu li a {
    border-bottom: 1px solid #545c64;
    color: #fff;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    text-decoration: none;
    transition: background-color 700ms ease 0s;
}

ul.dropdown-menu li:last-child a {
    border-bottom: medium none;
    border-radius: 0 0 2px 2px;
}

ul.dropdown-menu li:last-child {
    border-radius: 0 0 2px 2px;
}

.navbar-collapse.collapse {
    display: block !important;
}

.navbar-nav > li, .navbar-nav {
    float: left !important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

.navbar-right {
    float: right !important;
}

ul.dropdown-menu a:hover {
    background: #21272d !important;
    color: #2ecc70 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: #21272d !important;
    color: #2ecc70 !important;
    outline: 0 none;
    text-decoration: none;
}

* html li li {
    display: inline;
}

/* IE6 Bugfix... */

.navbar-form .form-control {
    background: #414a52;
    border: none;
    color: #afb4b9;
    margin-top: 5px;
}

.navbar-form .select2-container .select2-choices .select2-search-field input, .navbar-form .select2-container .select2-choice, .select2-container .select2-choices {
    background: #37434f;
    border: 1px solid #afb4b9;
    border-radius: 0;
    color: #afb4b9;
}

.tab-content .select2-container .select2-choices {
    background: none !important;
}

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    border-color: #afb4b9;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.select2-drop-active {
    border-color: #afb4b9;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
    border-top-color: #afb4b9;
}

.select2-results .select2-highlighted {
    color: white;
    background-color: #2ecc70;
}

.navbar-user > li > a {
    margin-left: 10px;
    margin-right: 15px;
    padding: 13px 10px 12px 10px;
    line-height: 110%;
}

.panel {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    margin-top: 20px;
}

.panel-body {
    padding: 20px
}

.panel-default {
    border-color: #e5e5e5
}

.panel-footer {
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 25px 15px;
}

/* NESTED SORTABLE *************************************************************************/
.sortable li.placeholder {
    margin-left: 21px;
    outline: 1px dashed #2ecc70;
}

.mjs-nestedSortable-error {
    background: none repeat scroll 0 0 #fbe3e4;
    border-color: transparent;
}

ol.sortable, ol.sortable ol {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
}

ol.sortable {
    margin: 15px 0 0 11px;
}

.sortable li {
    margin: 10px 0 0;
    padding: 0;
}

.sortable .sortable-marker-green {
    border-left: 10px solid #2ecc70;
}

.sortable .sortable-container {
    border: 1px solid #afb4b9;
    margin-left: 20px;
    height: 35px;
}

.sortable .sortable-content {
    color: #888;
    text-transform: uppercase;
    font-weight: bold;
    padding: 4px 20px 4px 10px;
    display: inline-block;
    height: 33px;
}

.sortable .sortable-marker {
    display: inline-block;
    width: 3px;
    height: 33px;
    line-height: 33px;
}

.sortable .sortable-marker-green {
    background: #2ecc70;
}

.sortable .sortable-marker-red {
    background: #e64d5f;
}

.sortable .sortable-info {
    display: inline-block;
}

.sortable .sortable-btn {
    display: inline-block;
    padding: 5px 10px;
}

.disclose {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 3px 0;
    width: 20px;
    margin-left: -20px;
}

.sortable li.mjs-nestedSortable-collapsed > ol {
    display: none;
}

.sortable li.mjs-nestedSortable-branch > div > .disclose {
    display: inline-block;
}

.sortable li.mjs-nestedSortable-collapsed > div > .disclose > span::before {
    content: "\f196";
}

.sortable li.mjs-nestedSortable-expanded > div > .disclose > span::before {
    content: "\f147";
}

/*
* P A G I N A T I O N
***********************************************************/
ol.pagination {
    margin-top: 0
}

/*
* D P   R A W
***********************************************************/
.dp-raw-last-measurement {
    background: #fff
}

.dp-raw-border-right {
    border-right: 1px solid black !important;
}

/*
* Pushover
***********************************************************/
.pushover_button {
    box-sizing: border-box;
    background-color: #eee;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QAJQCeAPHNVUx7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wEPAh02ee0QVwAAACZpVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVAgb24gYSBNYWOV5F9bAAABqElEQVQ4y62TvUtbURjGf+fek2vQpMF2ED9QkfpR6VLaDoIEF0UKWQRBQ+yQP6GDU0Xw4y/obOgg6dDSJVS61MlBcXFQB6M1BsF+IES9NnrzcRy8xpvrBwH7bOflfc553+d5jsCF9tiRDwgBEaDXLi8B80AiGQ2Yzn7hIo8Cce5HOBkNfLo6aA7ydAVkgLjdez3BrS8rRbBJEmyU+AyBVVDE1i1SJ6psEmHvfOLktj0SjL/2snKQx8wpNg+LBJt0RjoN+j6bqOvN/ZotWAldtYK5gWpmV84YbPUw2ePlb7bI73+Kep+OLFONkGarXcK7l16+7+V57BW8qJMs7Ob5k4VQm4fVXzlyquyGiHRYBcC+WWQxnSP63AAgtn7O0FNJ9xOd0W+nbkF7pbsytXxOQw30N0t2MgX6Wzy8qtMJL5zy81jdsETaIXnjLL7trkLqGl+2svxI5/mwZt1l6ZJmJ6yEGqkYbveQOioQ2yiz7TbMa0DCWRnuMPBXaXzcsJx23YWEZmc7fJkqxdgzg8xZka/bFhVE2hSuKL+nMswko4GJ//KZxEO/8wVmfpjJTWeCTQAAAABJRU5ErkJggg==) 2px 2px no-repeat, linear-gradient(#FFF, #DEDEDE);
    border: 1px solid #CCC;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font: 11px/18px "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    height: 22px;
    padding-left: 20px;
    padding-right: 5px;
    overflow: hidden;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    text-decoration: none;
    vertical-align: middle;
    margin-left: 20px;
}

.pushover_table {
    margin-top: 10px;
}

.pushover_table td {
    padding: 1px !important;
    font-size: 10px
}

.pushover_table th {
    padding: 1px !important;
    font-size: 12px
}

.pushover_table .row-divider {
    border-bottom: 2px solid #aaa;
}

/*
* R E P O R T
***********************************************************/

.report-table {
    margin-top: 30px;
}

.report-table td {
    padding: 1px !important;
    font-size: 11px
}

.report-table td.highlight {
    padding: 1px !important;
    font-weight: bold;
}

.report-table th {
    padding: 1px !important;
    font-size: 12px
}

.report-table ul {
    list-style: none;
    margin:0;
    padding:0;
}

.report-table ul .history_item {
    display:none;
}


.activity-dots div {
    display:inline-block;
    margin-right:1px;
    width:10px;
    height:10px;
    border-radius: 100%;
    background-color:#ccc;
}

@-webkit-keyframes blinkGreen1 {
    0% { background-color: #cccccc; }
    49%{ background-color: #cccccc; }
    50% { background-color: #2ecc70; }
    100% { background-color: #2ecc70; }
}
@keyframes blinkGreen1 {
    0% { background-color: #cccccc; }
    49%{ background-color: #cccccc; }
    50% { background-color: #2ecc70; }
    100% { background-color: #2ecc70; }
}
@-webkit-keyframes blinkGreen2 {
    0% { background-color: #2ecc70; }
    49% { background-color: #2ecc70; }
    50% { background-color: #cccccc; }
    100% { background-color: #cccccc; }
}
@keyframes blinkGreen2 {
    0% { background-color: #2ecc70; }
    49% { background-color: #2ecc70; }
    50% { background-color: #cccccc; }
    100% { background-color: #cccccc; }
}

.activity-dots .dot1 {
    -webkit-animation: blinkGreen1 1.2s infinite;
    animation: blinkGreen1 1.2s infinite;
}
.activity-dots .dot2 {
    -webkit-animation: blinkGreen2 1.2s infinite;
    animation: blinkGreen2 1.2s infinite;
}

.budget-chart-canvas {
    width:100%;
    height:120px;
    position:relative;border-bottom:2px solid #777777;
    margin-top:-40px;
    margin-bottom:60px;
}

.budget-chart-100marker {
    position: absolute;
    border-bottom:1px solid #777777;
    height:19px;
    left:0;
}

.budget-chart-bar {
    position: absolute;
    bottom:0;
    width:5px;
    background-color:#cccccc;
}

.budget-chart-top{
    position: absolute;
    background-color:#dddddd;
    right:0;
    top:-60px;
    width:450px;
    opacity: 0.8;

}

.budget-chart-bar-red {background: #e64d5f;color:#ffffff;}
.budget-chart-bar-green {background: #2ecc70;color:#ffffff;}

.table-budget-debug {
}

.table-budget-debug th,
.table-budget-debug td {
    border: 1px solid #ddd;
    padding: 3px;
    font-size: 16px;
    font-weight: bold;
}


.report-activity {
    margin-top: 30px;
}

.report-activity td {
    padding: 1px !important;
    font-size: 10px
}

.report-activity th {
    padding: 1px !important;
    font-size: 12px
}

.report-activity .row-divider {
    border-bottom: 2px solid #aaa;
}

.activityLoader {
    font-size: 200px;
    color: #ccc
}

.activityLoader2 {
    color: #ccc;
    font-size: 100px;
    padding-left: 50px;
    position: absolute;
    text-align: center;
    z-index: 9999;
}

.activityTag {
    font-size: 10px;
    padding: 0 5px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}

.tag-success {
    background: #2ecc70;
    color: #fff
}

.tag-danger {
    background: #e64d5f;
    color: #fff
}

.tag-warning {
    background: #ff9f00;
    color: #fff
}

.tag-default {
    background: #ccc
}

.btn-activityTable {
    background-color: #000;
    border: medium none;
    color: #fff;
    font-size: 10px;
    padding: 0 5px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}

.btn-activityTable:hover {
    border: none;
}

/*
* Chartist-Styles
***********************************************************/
#detailModal .modal-dialog, #detailModalAll .modal-dialog {
    width: 1100px;
}

.chart-client {
    height: 500px;
}

/* CHART */
.chart-client .ct-series.ct-series-a .ct-line {
    stroke-width: 1px;
    stroke: #ff9f00 !important;
}

.chart-client .ct-series.ct-series-b .ct-line {
    stroke-width: 1px;
    stroke: #338acc !important;
}

.chart-client .ct-series.ct-series-c .ct-line {
    stroke-width: 1px;
    stroke: #c300a8 !important;
}

.label-line-a {
    color: #ff9f00;
    padding-left: 20px;
}

.label-line-b {
    color: #338acc;
    padding-left: 20px;
}

.label-line-c {
    color: #c300a8;
    padding-left: 20px;
}

.chart-client-all {
    height: 500px;
}

/* CHART */
.chart-client-all .ct-series .ct-line {
    stroke-width: 2px;
}

/*
* R E P O R T   M E A S U R E M E N T
***********************************************************/

.slice {
    position: relative;
    height: 1px;
    width: 100%;
}

.slice .slice-label {
    position: absolute;
    top: -10px;
    left: 0;
    background: #fff
}

.slice-hour14 {
    border-bottom: 1px dotted #777;
}

.slice-hour12 {
    border-bottom: 1px dotted #777;
}

.slice-hour {
    border-bottom: 1px solid #777;
}

.slice-day {
    border-bottom: 1px solid #000;
}

.m-entry {
    font-size: 10px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    line-height: 8px;
}

.m-entryC {
    position: absolute;
    top: -6px;
    left: 0;
}

.m-entry .value {
    background: #eeeeee;
    border: 1px solid black;
    border-width: 0 1px;
    padding: 0 5px;
}

.m-entry .value2 {
    background: #eeeeee;
    border-left: 1px solid black;
    border-width: 0 1px;
    padding: 0 2px;
}

.report-m.header {
    font-size: 10px;
    position: relative;
    height: 120px;
}

.col-no-padding {
    padding-left: 0;
    padding-right: 0;
}

ul.report-m {
    padding-left: 10px;
}

ul.dpCellListing {
    padding-left: 0;
    list-style: none
}

ul.dpCellListing a {
    text-decoration: underline;
    color: #333333
}

/* Weather Panel */
.panel-index-weather {
}

.panel-index-weather h2 {
    margin: 0
}

.panel-index-weather #clock {
}

.panel-index-weather hr {
    margin: 5px 0
}

.index-weather-icon-col {
    text-align: center
}

.index-weather-temp-col {
    text-align: center
}

.index-weather-temp-col div {
    font-size: 50px;
    margin-top: 20px;
    white-space: nowrap;
}

.index-weather-temp-col h4 {
    font-size: 16px;
    font-weight: 200;
    margin: 0
}

.index-weather-small {
    text-align: center
}

/*
* I M P O R T
***********************************************************/
.uploadContainer {
    float: left;
    height: 190px;
    margin-right: 10px;
    width: 120px;
}

.uploadLoaderGif {
    margin: 5px 40px;
}

.uploadError {
    display: none;
    margin: 5px 40px;
}

.uploadText {
    height: 67px;
}

.uploadPreview {
}

.uploadProgress {
    border: 1px solid #2d5c88;
}

.uploadProgress .bar {
    background: #2d5c88 none repeat scroll 0 0;
    height: 8px;
}

.uploadText.error {
    color: #b94a48;
}

.uploadTextImport {
    padding: 30px 0;
}

.uploadTextImport.error {
    color: #b94a48;
}

.fileinput-button {
    overflow: hidden;
    position: relative;
}

.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen {
    .fileinput-button input {
        font-size: 100%;
        height: 100%;
    }
}

/*
* I M P O R T
*****************************************************************************************************************************************************/

.tag-monitoring {
    font-size: 14px;
    padding: 5px 5px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}

.tag-monitoring.tag-ok {
    background: #2ecc70;
    color: #fff
}

.tag-monitoring.tag-alert {
    background: #e64d5f;
    color: #fff
}

.tag-monitoring.tag-warning {
    background: #ff9f00;
    color: #fff
}

.tag-monitoring.tag-default {
    background: #ccc
}

/*
* M E S S A G E - S Y S T E M
*****************************************************************************************************************************************************/

.one-line {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 400px;
    max-height: 25px;
}

.unread-mail {
    font-weight: bold;
}

.break-word {
    word-break: break-all;
    word-wrap: break-word;
}

.button-left-from-table {
    margin-bottom: 15px;
}




