body, html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background-color: #f2f2f2;
    background-image: url('images/html_bg.png');
}

body {
    background-color: #ccc;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    padding-bottom: 40px;
}
a {
    cursor: pointer;
}
h4 {
    text-transform: uppercase;
}

fieldset {
    padding: 15px;
    margin-top: 15px;
}

legend {
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

header {
    height: 60px;
    margin: 0 auto;
    position: relative;
}

header .logo {
    position: absolute;
    top: 16px;
    left: 0;
}
p[data-momentize="1"] {
    margin: 0px;
}
a.navbar-logo {
    text-decoration: none;
}
.break-all {
    word-break: break-all;
}
.navbar-logo {
    float: left;
    /* height: 50px; */
    padding: 10px 5px;
    font-size: 18px;
    line-height: 20px
}
.navbar-toggle {
    margin-right: 10px;
}
.width100 {
    width: 100%;
}
.break-word {
    word-wrap: break-word;
}
.cursor {
    cursor: pointer;
}

.help-block {
    color: #a94442;
}

.logo {
    font-size: 24px;
    letter-spacing: -1px;
    color: #333;
    cursor: pointer;
}

.logo__box {
    display: inline-block;
    background: #33b70e;
    background: -moz-linear-gradient(top, #b01f03 0%, #600703 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b01f03), color-stop(100%, #600703));
    background: -webkit-linear-gradient(top, #b01f03 0%, #600703 100%);
    background: -o-linear-gradient(top, #b01f03 0%, #600703 100%);
    background: -ms-linear-gradient(top, #b01f03 0%, #600703 100%);
    background: linear-gradient(to bottom, #b01f03 0%, #600703 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b01f03', endColorstr='#600703', GradientType=0);
    width: 21px;
    height: 21px;
    position: relative;
    top: 2px;
    margin-right: 6px;
}

.logo__span {
    color: #333;
}

.logo--no-decoration {
    text-decoration: none;
}

.logo--no-decoration:hover {
    text-decoration: none;
}

footer {
    margin: 10px auto 0 auto;
    text-align: center;
    font-size: 11px;
    color: #666;
    position: relative;
}

hr {
    border: 0;
    height: 1px;
    background: #bebebe;
    margin: 15px 0;
}

textarea {
    resize: none;
}

.btn {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
}
.btn-toolbar {
    margin-bottom: 5px;
}
.btn-uppercased {
    text-transform: uppercase;
}

.content {
    background-color: #f2f2f2;
    margin: 0 auto;
    -moz-box-shadow: 1px 0 3px #999, -1px 0 3px #999, 0 2px 8px #999;
    -webkit-box-shadow: 1px 0 3px #ccc, -1px 0 3px #ccc, 0 2px 3px #ccc;
    box-shadow: 1px 0 3px #ccc, -1px 0 3px #ccc, 0 2px 3px #ccc;
    border: 1px solid #b6b6b6;
    padding: 0;
}
.content__header-title {
    padding-right: 380px

}
.content__header--noresult {
    font-size: 80%!important;
}
.content__header {
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #ccc;
    min-height: 47px;
}
.content__header--noborder {
    border: none;
}
.content__header--lightborder {
    border-bottom: 1px solid #f2f2f2;
}
.content__header--grey {
    background-color: #e5e5e5;
    border-bottom: none;
    padding-bottom: 15px
}

.content__header--second {
    margin-bottom: 15px;
}

.content__header--title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.content__gallery {
    cursor: pointer;
}
.content__overview__title {
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
}
.content__overview--border {
    border-right: 1px solid #e4e4e4;
}
.content__overview__content-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px
}
.content__overview__content-text--nowrap {
    white-space: nowrap;
}
.content__overview__content-text--blue {
    color: #36adf1;
}
.content__overview__content-text--red {
    color: #dd2e4d;
}
.content__overview__content-text--green {
    color: #319501;
}
.content__overview {
    border-bottom: 1px solid #e4e4e4;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #fff;
    display: flex;
}
.content__overview--border {
    border: 1px solid #ccc;
}

.content__overview-item--border {
    border-right: 1px solid #e4e4e4;
}

.content__overview--topborder {
    border-top: 1px solid #e4e4e4;
}

.content__overview--padding {
    padding: 15px;
}

.content__search {
    padding: 10px 15px 10px 15px;
}
.content__filter {
    padding: 10px 0px 10px 5px;
}
.input-sm {
    padding: 0px;
}
.content__header__buttons {
    position: absolute;
    top: 8px;
    right: 15px;
}

.content__header__buttons--show {
    top: 27px;
}

.content__box {
    padding: 15px;
}

.content__pager-and-filters {}

.content__row-filter {
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.content__row-filter-element {
    padding-top: 10px;
    padding-bottom: 10px;
}
.content__row-filter-element__title {
    color: #333;
    font-size: 12px;
    margin-bottom: 5px;
}
.content__row-filter-element-wrap {
    float: left;
    border-right: 1px solid #e5e5e5;
    padding-right: 15px;
    margin-right: 15px;
}

.content__footer {
    background-color: #d6d6d6;
    padding: 15px;
    border-top: 1px solid #bebebe;
}

/* content overview */ 

.content-overview__header {
    background-color: #f2f2f2;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    min-height: 47px;
}
.content-overview__header--noborder {
    border: none;
}
.content-overview__header--lightborder {
    border-bottom: 1px solid #f2f2f2;
}

.content-overview__header--second {
    margin-bottom: 15px;
}

.content-overview__header--title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}
.content-overview__header__buttons {
    position: absolute;
    top: 8px;
    right: 15px;
}

.login-wrapper legend {
    color: #333;
    font-size: 14px;
    border: 0;
    margin: 0;
}

.login-wrapper {
    margin: 0 auto;
    padding-top: 20px;
    max-width: 400px;
    padding-bottom: 20px;
}

.login-wrapper .alert {
    margin-bottom: 15px;
}

.login-wrapper .button {
    text-align: center;
}

.e404-wrapper {
    text-align: center;
}

.e404-wrapper h6 {
    font-size: 18px;
    font-weight: bold;
}

.e404-wrapper p {
    margin: 10px 0;
}

#custom-menu.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}

#custom-menu.navbar-default {
    font-size: 12px;
    background: none;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    border-width: 1px;
    border-radius: 4px;
    padding-top: 13px;
    padding-bottom: 5px;
    z-index: 999;
}

#query-menu.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}

#query-menu.navbar-default {
    font-size: 12px;
    background: none;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    border-width: 1px;
    border-radius: 4px;
    padding-top: 13px;
    padding-bottom: 5px;
    z-index: 9999;
}
#query-menu.navbar-default .navbar-nav>li>a {
    font-weight: 500;
    color: #999999;
    background-color: transparent;
}
#query-menu.navbar-default .navbar-nav>li>a:hover, #query-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(51, 51, 51, 1);
    background: none;
}

#query-menu.navbar-default .navbar-nav>.active>a, #query-menu.navbar-default .navbar-nav>.active>a:hover, #query-menu.navbar-default .navbar-nav>.active>a:focus {
    color: #333;
    background: none;
}

#query-menu.navbar-default .navbar-toggle {
    border-color: #ddd;
    background-color: #fff;
}

#query-menu.navbar-default .navbar-toggle:hover, #query-menu.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

#query-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

#query-menu.navbar-default .navbar-toggle:hover .icon-bar, #query-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}

#query-menu.navbar-nav > ul {
    background-color: #fff;
}


#sigma.navbar-collapse.collapse.in {
    background-color: #fff;
    border-bottom: 2px solid #ccc;
}
#sigma.navbar-collapse.collapsing {
    background-color: #fff;
    border-bottom: 2px solid #ccc;
}
#custom-menu.navbar-default .navbar-nav>li>a {
    font-weight: 500;
    color: #999999;
    background-color: transparent;
}

#custom-menu.navbar-default .navbar-nav>li>a:hover, #custom-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(51, 51, 51, 1);
    background: none;
}

#custom-menu.navbar-default .navbar-nav>.active>a, #custom-menu.navbar-default .navbar-nav>.active>a:hover, #custom-menu.navbar-default .navbar-nav>.active>a:focus {
    color: #333;
    background: none;
}

#custom-menu.navbar-default .navbar-toggle {
    border-color: #ddd;
    background-color: #fff;
}

#custom-menu.navbar-default .navbar-toggle:hover, #custom-menu.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

#custom-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

#custom-menu.navbar-default .navbar-toggle:hover .icon-bar, #custom-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}

#custom-menu.navbar-nav > ul {
    background-color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    border: none;
    box-shadow: none;
    background: transparent;
}

.dropdown-menu>li>a {
    font-size: 13px;
    text-transform: none;
}

.dropdown-menu {
    border-radius: 4px;
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 4px;
}

.select2-container .select2-choice span, .select2-container-multi .select2-choices .select2-search-choice div {
    font-weight: bold;
}

.wys-editor:focus {
    border-color: rgb(82, 168, 236);
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}
.label-danger--light {
   background-color: #fc5e52;
}
.control-group label {
    font-weight: bold;
}

.control-group.error .tooltip-inner {
    background-color: #D13127;
    color: #fff;
}

.control-group.error .tooltip.top .tooltip-arrow {
    border-top-color: #D13127;
}

.control-group .error-icon {
    display: none;
}

.control-group.error .error-icon {
    display: inline-block;
    color: #b94a48;
    margin-right: 5px;
}

.control-group.error label {
    display: inline-block;
}

#editor {
    max-height: 250px;
    min-height: 100px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none;
}

div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glyphicon--red {
    color: red;
}

.glyphicon--green {
    color: green;
}


/*
	TABLES
 */

.form-row {
    margin-top: 20px;
}

.form-group {
    /*height:43px;*/
    /*margin-bottom: 0px;*/
}
.has-error {
    margin-bottom: 0px;
}
.form-table__link {
    color: #222;
}

.form-table__content--title {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px
}
.form-table__content__title {
     margin-top:0px;
}
.form-table__content--nowrap {
    white-space: nowrap;
}

.form-table__content--align-right {
    text-align: right;
}

.form-table__link:hover {
    color: #555;
    text-decoration: none;
}

.form-table--big-padding tbody > tr > td {
    padding: 5px 15px;
}

.form-table--big-padding thead > tr > th {
    padding: 5px 15px;
}
.form-table--big-padding tfoot > tr > th {
    padding: 5px 15px;
}

.form-table__header {
    height: 30px;
    background-color: #f2f2f2 !important;
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
}

.form-table__header--uppercase {
    text-transform: uppercase;
}

.form-table--vertical-align-middle >tbody>tr>td {
    vertical-align: middle;
}
.form-table--vertical-align-middle {
    vertical-align: middle;
}
.form-table--align-right {
    text-align: right;
}

.users-table__link {
    color: #222;
}

.users-table__link:hover {
    color: #555;
    text-decoration: none;
}

.users-table--big-padding tbody > tr > td {
    padding: 15px;
}

.users-table--big-padding thead > tr > th {
    padding: 15px;
}
.users-table--big-padding tfoot > tr > th {
    padding: 15px;
}
.users-table__header > th {
    font-weight: bold;
}

.users-table--align-right {
    text-align: right;
}

.validate-class {
    color: red;

}
.fix_inputgroup {
    position: absolute;
    width: 100%;
    line-height: 90px;
    left: 0px;
    margin-left: 8px;
}

/**
 * nav tabs
 */

.nav-tabs-firms > li > a {
    position: relative;
    display: block;
    padding: 5px 10px;
}

.nav-tabs-firms > li > a:hover {
    background-color: transparent;
    border: 1px solid transparent;
}

.nav-tabs-firms {
    background: rgba(179, 179, 179, 1);
    background: -moz-linear-gradient(top, rgba(179, 179, 179, 1) 0%, rgba(194, 194, 194, 1) 5%, rgba(227, 227, 227, 1) 20%, rgba(245, 245, 245, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 179, 179, 1)), color-stop(5%, rgba(194, 194, 194, 1)), color-stop(20%, rgba(227, 227, 227, 1)), color-stop(100%, rgba(245, 245, 245, 1)));
    background: -webkit-linear-gradient(top, rgba(179, 179, 179, 1) 0%, rgba(194, 194, 194, 1) 5%, rgba(227, 227, 227, 1) 20%, rgba(245, 245, 245, 1) 100%);
    background: -o-linear-gradient(top, rgba(179, 179, 179, 1) 0%, rgba(194, 194, 194, 1) 5%, rgba(227, 227, 227, 1) 20%, rgba(245, 245, 245, 1) 100%);
    background: -ms-linear-gradient(top, rgba(179, 179, 179, 1) 0%, rgba(194, 194, 194, 1) 5%, rgba(227, 227, 227, 1) 20%, rgba(245, 245, 245, 1) 100%);
    background: linear-gradient(to bottom, rgba(179, 179, 179, 1) 0%, rgba(194, 194, 194, 1) 5%, rgba(227, 227, 227, 1) 20%, rgba(245, 245, 245, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#f5f5f5', GradientType=0);
}

.nav-tabs-firms > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs-firms > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    margin-top: 4px;
    border-radius: 0px;
    color: #888;
    font-weight: bold;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}

.nav-tabs-firms>li.active>a, .nav-tabs-firms>li.active>a:focus, .nav-tabs-firms>li.active>a:hover {
    color: #222;
    border-color: #aaa;
    font-weight: bold;
    text-transform: uppercase;
    cursor: default;
    font-size: 10px;
    background-color: #fff;
    border-bottom-color: transparent;
}

.nav-tabs-firms__content--big-margin {
    margin: 15px;
}

.nav-tabs-firms__table--no-margin {
    margin: -15px;
}

.nav-tabs-firms__table--nowrap {
    white-space: nowrap;
}
.nav-tabs-firms__table--nopadding {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.nav-tabs-firms__table--big-padding tbody > tr > td {
    padding-left: 15px;
    padding-right: 15px;
}

.nav-tabs-firms__table--big-padding thead > tr > th {
    padding-left: 15px;
    padding-right: 15px;
}
.nav-tabs-firms__table--big-padding tfoot > tr > th {
    padding-left: 15px;
    padding-right: 15px;
}
.nav-tabs-firms__table--break-all {
    word-break: break-all;
} 
.nav-tabs-firms__table-th {
    background-color: #f2f2f2;
    text-transform: uppercase;
}
.nav-tabs-firms__table-th--dark > th {
    background: #555;
    color: #fff;
}
.nav-tabs-firms__content--padding {
    padding-left: 10px;
    padding-right: 10px;
}

.nav-tabs-firm__content-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px
}

.nav-tabs-firm__content-text--normal {
    font-weight: normal;
}

.nav-tabs-firm__content-overview {
    border-bottom: 1px solid #e4e4e4;
    margin-left: 0px;
    margin-right: 0px;
}

.nav-tabs-firm__content-overview--border {
    border-right: 1px solid #e4e4e4;
}

.nav-tabs-firm__content-overview--topborder {
    border-top: 1px solid #e4e4e4;
}

.nav-tabs-firm__content-overview--padding {
    padding: 15px;
}

.nav-tabs-firms__table--big-padding tbody > tr > th {
    padding-left: 15px;
    padding-right: 15px;
}

.nav-tabs-firm__title {
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
}

.file-upload {
    margin-right: 10px;
    border: 1px solid #bdbdbd;
    margin-bottom: 10px;
    height: 120px;
    width: 122px;
    line-height: 120px;
    float: left;
    position: relative;
}

.file-upload__remove-icon {
    margin-left: 1px;
    color: #900;
    line-height: 20px;
    position: absolute;
    right: 8px;
    top: 5px;
    text-decoration: none;
}

.file-upload__link {
    max-height: 120px;
    line-height: 120px;
    max-width: 120px;
}


.area-main-wrapper {
    background-color: #e5e5e5;
}

.area-main-active-wrapper {
    margin: 3px 15px 15px 15px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.main-wrapper {
    background-color: #e5e5e5;
}

.main-active-wrapper {
    margin: 3px 15px 15px 15px;
    background-color: #fff;
    border: 1px solid #ccc;
}


.control-label {
    font-size: 14px;
}

.firm-sap {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -15px
}
.firm-sap-radio-wrap {
    float: left;
    margin-right:3px;

}
.firm-sap__row {
    margin-bottom: 15px;
}

.firm-sap__add-new-element {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 3px;
    left: 80px;
    color: green;
    cursor: pointer;
    font-size: 18px;
}

.firm-sap__remove-element {
    color: red;
    line-height: 30px;
    cursor: pointer;
}



.leases {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -15px
}
.leases-radio-wrap {
    float: left;
    margin-right:3px;

}
.leases__row {
    margin-bottom: 15px;
}

.leases__add-new-element {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -59px;
    left: 120px;
    color: green;
    cursor: pointer;
    font-size: 18px;
}

.leases__remove-element {
    color: red;
    line-height: 30px;
    cursor: pointer;
}

.other-leases {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 15px;
    position: relative;
}

.other-leases__row {
    margin-bottom: 15px;
}

.other-leases__add-new-element {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -42px;
    left: 167px;
    color: green;
    cursor: pointer;
    font-size: 18px;
}

.other-leases__remove-element {
    color: red;
    line-height: 30px;
    cursor: pointer;
}

.other-costs {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 15px;
    position: relative;
}

.other-costs__row {
    margin-bottom: 15px;
}

.other-costs__add-new-element {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -43px;
    left: 250px;
    color: green;
    cursor: pointer;
    font-size: 18px;
}

.other-costs__remove-element {
    color: red;
    line-height: 30px;
    cursor: pointer;
}

.table-lates {
    border: none;
    width: 100%;
    margin-top: 0px!important;
}

.table-lates tbody > tr > td {
    padding-left: 15px;
    padding-right: 15px;
}

.table-lates tbody > tr > th {
    padding-left: 15px;
    padding-right: 15px;
}

.table-lates__row--even {
    background-color: #fff !important;
}

.table-lates__row--odd {
    background-color: #f8f8f8 !important;
}

.table-lates__row--bigpadding td {
    padding: 15px;
}

.table-lates thead > tr > th {
    padding-left: 15px;
    padding-right: 15px;
}


/* Lotnumbers */

.lotnumbers {
    margin-left: -30px;
    margin-right: 0px;
    margin-top: 0px;
    position: relative;
}

.lotnumbers__row {
    position: relative;
}

.lotnumbers__add-new-element {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -1px;
    left: 130px;
    color: green;
    cursor: pointer;
    font-size: 18px;
}

.lotnumbers__remove-element {
    color: red;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: 2px;
}


/* im_others */

.im_others {
    margin-left: -30px;
    margin-right: 0px;
    margin-top: 0px;
    position: relative;
}

.im_others__row {
    position: relative;
}

.im_others__add-new-element {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -1px;
    left: 165px;
    color: green;
    cursor: pointer;
    font-size: 18px;
}

.im_others__remove-element {
    color: red;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: 2px;
}


/* im_other_costs */

.im_other_costs {
    margin-left: -30px;
    margin-right: 0px;
    margin-top: 0px;
    position: relative;
}

.im_other_costs__row {
    position: relative;
}

.im_other_costs__add-new-element {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -1px;
    left: 130px;
    color: green;
    cursor: pointer;
    font-size: 18px;
}

.im_other_costs__remove-element {
    color: red;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: 2px;
}


/* permissions */

.permissions {
    margin-left: -30px;
    margin-right: 0px;
    margin-top: 0px;
    position: relative;
}

.permissions__row {
    position: relative;
    margin-bottom: 15px;
}

.permissions__add-new-element {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -1px;
    left: 130px;
    color: green;
    cursor: pointer;
    font-size: 18px;
}

.permissions__remove-element {
    color: red;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: 2px;
}

/* floors */

.floors {
    margin-left: -30px;
    margin-right: 0px;
    margin-top: 0px;
    position: relative;
}

.floors__row {
    position: relative;
}

.floors__add-new-element {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -80px;
    left: 110px;
    color: green;
    cursor: pointer;
    font-size: 18px;
}

.floor__remove-element {
    color: red;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: 2px;
}


/* MESSAGES */

.table-messages {
    font-size: 12px;
    margin-bottom: 0px;

}
.table-messages-wrap {
    height: 200px;
    overflow-y: auto;
}
.table-messages--nowrap { 
    white-space: nowrap;
}
.message-reply {
    background-color: #e5e5e5;
}

.seen {
    background-color: #12bef1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    float: right;
}

.showContent {
    min-height: 100px;
    position: relative;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-container {
    position: relative;
}

.spinner {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    margin-left: -6px;
    left: 50%;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 0.25rem solid rgba(255, 255, 255, 0.2);
    border-top-color: #222;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    z-index:2;
}

.messageSpinner {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    margin-left: -12px;
    left: 50%;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 0.25rem solid rgba(255, 255, 255, 0.2);
    border-top-color: #12bef1;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    z-index:2;
}

.attachments {

   margin-bottom: 10px;
    display: flex;
}
.attachments__block {
    border: 1px solid #ccc;
    float:left;
    width: 100px;
    height: 50px;
    overflow: hidden;
    padding: 5px;
    margin: 5px;

}

.message-reply__textarea {
    padding-left: 10px;
    padding-right: 10px
}

.message-reply__textarea textarea {
    border-radius: 0px;
}

.message-reply-footer {
    padding: 15px;
    padding-top: 0px;
    background-color: transparent;
}

.message-wrap {
    background-color: #fff;
    margin-bottom: 20px;
}

.message-table {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.message-table--big-padding tbody > tr > td {
    padding: 5px 15px;
}

.message-table--big-padding thead > tr > th {
    padding: 5px 15px;
}


.table-messages__row {
    cursor: pointer;
}

.message-table .message-table tr > td {
    background-color: #fff;
}

.message-table--first_row > td {
    padding-top: 20px;
}

.message-table tr:nth-child(odd) {
    background: #fff;
}
.table-messages__row--bold {
    font-weight: bold;
}
.message-table__date {
    margin: 0;
    padding-right: 15px;
    font-weight: bold;
    float: right;
}

.activeMessage {
    background-color: #caecfb !important;
}
.active--green {
    background-color: #d4f7cb !important;
}
.message-reply__title {
    padding-left: 15px;
    font-size: 14px;
    margin-top: 25px;
    font-weight: bold;
}

.message-table__seen {
    padding-left: 15px;
}

.message-table__hr {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0px;
    background-color: #f2f2f2;
}

.message-table__text {
    padding: 15px;
    padding-top: 0px;
}

.set-archive {
    float: right;
    color: red;
    padding: 3px
}


/* document flexbox */

.immovable-flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end 
}

.immovable-flex-container__item {
    padding: 15px;
    width: 250px;
    margin-top: 10px;
    text-align: center;
    border-right: 1px solid #f2f2f2;
}
.immovable-flex-container__pics {
    margin-bottom: 15px;
    position: relative;
    height: 120px;
}
.immovable-flex-container__table {
    width: 100%;
}
.immovable-flex-container__date {
    text-align: center;
    font-size:12px;
    color: #555;
}
.immovable-flex-container__desc {
    text-align: center;
    font-size:12px;
}

.immovable-flex-container__pics--remove {
    color: #900;
    position: absolute;
    top: -5px;
    right: 15px
}

.immovable-flex-container__table tr:nth-child(odd){
   background-color: white;
}
.immovable-flex-container__table--align-center {
    text-align: center !important;
}
/* user Role */

.forbidden {
    text-align: center;
    padding: 32px;
}
.forbidden span {
    font-size: 30px;
    color: rgb(239, 31, 36);}
.forbidden p {
    font-size: 20px;

}
.rolebtn {
    line-height: 12px;
    font-size: 9px !important;
    margin: 0px;
    display: inline-block;
    padding:4px 6px!important;

}
.rolebtn i {
    display:block;
}
.rolebtn.active {
    background-color :rgba(41, 221, 51, 0.69);
}
.checkbox-inputs-perm > button {
    margin-left:0px;
}
.floor-box {
    width: 20px;
    height:40px;
    float:left;
    line-height: 40px;
    text-align: center;
    background-color: #ccc;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

/* -- chart */
#operation_costs__chart {
/*    width: 40px !important;
    height: 60px !important;*/

}
.operation-costs__heading > td {
    background: #f2f2f2;
}
.operation-costs__heading--dark > td {
    background: #ccc;
}
.chartWrap {
    width: 100%;
}
.chart-table__container {
    padding: 15px;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    position:relative;
}
.chart__innercontainer {
  height: 390px;
  width: 100%;

}
.chart__innerbarcontainer {
  height: 200px;
  width: 100%;

}
.chart__container {
    padding: 15px;
    width: 100%;
    height: 280px;
    border: 1px solid #ccc;
    background-color: #fff;
    position:relative;
}
.chart__container--pie {
    height: 480px;
}
.chart__container--bar {
    height: 280px;
}
.chart__container--padding {
    padding: 15px;
     height: 480px;
}
.chart__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px
}
.chart__title--margin-top {
    margin-top: 15px;
}
.chart__subtitle {
    color: #888;
    font-size: 14px;
    font-weight: normal;
}
.chart__tablewrap {
    padding: 15px;
}
.chart__tablecontainer {
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
}
/* - Event done icon */

.event_done_icon {
    font-size: 18px;
    color: #ccc;

}
.event_done_icon.active{

    color: #63cc56;

}
.odd {
    background-color: #f8f8f8 !important;
}
.even {
      background-color: #fff !important;
}
.event-related {
    position: relative;

}
.event-related__more {
    padding: 0px;
    display: inline-block;
}
.event-related__content {
    padding-left: 0px
}
.form-table--lates .form-table__content--title {
    display: block;

}
.form-table--lates tr th:first-child {
    width: 180px;
}

.event-related__more {
    cursor: pointer;
}
.event__callout {
    border-left: 3px solid;
}
.event__callout--warning {
    border-left-color: orange;
}
.event__callout--danger {
    border-left-color: red;
}
.show-element-details {
    color: #0072bc;
}

/* area callout */

.area__callout {
    border-left: 3px solid;
}
.area__callout--green {
    border-left-color: green;
}
.area__callout--blue {
    border-left-color: #337ab7;
}
.area__callout--red {
    border-left-color: red;
}
.area__callout--purple {
    border-left-color: #c15fce;
}

/* immovable callout */

.immovable__callout {
    border-left: 3px solid;
}
.immovable__callout--green {
    border-left-color: green;
}
.immovable__callout--blue {
    border-left-color: blue;
}
.immovable__callout--red {
    border-left-color: red;
}
.immovable__callout--purple {
    border-left-color: #c15fce;
}

.content__lates-summary-table th:last-child {
    width: 150px;
}

.tile2 {
  margin:0px 15px 15px 15px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;

}

.flex-item {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex: 0 1 50%;


}
.flex-item:last-child {
  padding-left: 0px
}



/*Basic Grid Styles*/
.Grid {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.Grid-cell {
  flex: 1;
}

/* With gutters*/
.Grid--gutters {
  /* margin-left: -1em; */
}
.Grid--gutters .Grid-cell {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.Grid--gutters .Grid--nested .Grid-cell:first-of-type {
  margin-left: 1em;
}

/* Justify per row*/
.Grid--right {
  justify-content: flex-end;
}

.Grid--center {
  justify-content: center;
}

/* Alignment per row */
.Grid--top {
  align-items: flex-start;
}

.Grid--bottom {
  align-items: flex-end;
}

.Grid--center {
  align-items: center;
}

/* Alignment per cell */
.Grid-cell--top {
  align-self: flex-start;
}

.Grid-cell--bottom {
  align-self: flex-end;
}

.Grid-cell--center {
  align-self: center;
}

/*===========================================*/
/* Base classes for all media - Mobile first */
.Grid--cols-2 > .Grid-cell {
  flex: 0 0 100%;
}

.Grid--cols-3 > .Grid-cell {
  flex: 0 0 100%;
}

.Grid--cols-4 > .Grid-cell {
  flex: 0 0 100%;
}

.Grid--cols-6 > .Grid-cell {
  flex: 0 0 calc(50% - 1em);
}

.Grid--cols-12 > .Grid-cell {
  flex: 0 0 calc(33.3333% - 1em);
}

/* One of -- columns*/
.Grid--1of2 > .Grid-cell,
.Grid--1of4 > .Grid-cell:first-of-type,
.Grid--1of3 > .Grid-cell:first-of-type {
  flex: 0 0 100%;
}

.Grid--1of6 > .Grid-cell:first-of-type {
  flex: 0 0 50%;
}

.Grid--fit > .Grid-cell {
  flex: 1;
}

.Grid--full > .Grid-cell {
  flex: 0 0 100%;
}

/* Tablet (medium) screens */
@media (min-width: 30em) {
  .Grid--cols-4 > .Grid-cell {
    flex: 0 0 calc(50% - 1em);
  }

  .Grid--cols-6 > .Grid-cell {
    flex: 0 0 calc(33.3333% - 1em);
  }

  .Grid--cols-12 > .Grid-cell {
    flex: 0 0 calc(16.6666% - 1em);
  }

  .Grid--holly-grail .aside {
    flex: 1 calc(25% - 1em);
  }

  .Grid--1of2 > .Grid-cell {
    flex: 0 0 50%;
  }

  .Grid--1of6 > .Grid-cell:first-of-type {
    flex: 0 0 30%;
  }

  .Grid--1of4 > .Grid-cell:first-of-type {
    flex: 0 0 50%;
  }

  .Grid--1of3 > .Grid-cell:first-of-type {
    flex: 0 0 100%;
  }
}
/* Large screens */
@media (min-width: 48em) {
  .Grid--cols-2 > .Grid-cell,
  .Grid--cols-3 > .Grid-cell,
  .Grid--cols-4 > .Grid-cell,
  .Grid--cols-6 > .Grid-cell,
  .Grid--cols-12 > .Grid-cell {
    flex: 1;
  }

  .Grid--holly-grail .main {
    flex: 2;
  }
  .Grid--holly-grail .aside {
    flex: 1;
  }
  .Grid--holly-grail .aside-1 {
    order: 1;
  }
  .Grid--holly-grail .main {
    order: 2;
  }
  .Grid--holly-grail .aside-2 {
    order: 3;
  }

  .Grid--1of2 > .Grid-cell {
    flex: 0 0 50%;
  }

  .Grid--1of6 > .Grid-cell:first-of-type {
    flex: 0 0 16.6666%;
  }

  .Grid--1of4 > .Grid-cell:first-of-type {
    flex: 0 0 25%;
  }

  .Grid--1of3 > .Grid-cell:first-of-type {
    flex: 0 0 30%;
  }
}

.pagination>li>a {
    position: relative;
    float: left;
    padding: 0px 6px;
    text-decoration: none;
    color: #337ab7;
    background: none;
    border: none;
    outline: 0;
    min-width: 27px;
    text-align: center;
    border-radius: 3px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background: none;
    border: none;
    outline: 0;
}
div.dataTables_paginate {
    height: 18px;
}
.table.dataTable {
   margin-top: 0px !important;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #333;
    cursor: not-allowed;
    background: none;
    border: none;
}
.clearable__wrap {

}
.clearable__item {
    float: left;
    width: 55px;
    padding-right: 0px;
    text-transform: uppercase;
    height: 50px;
    line-height: 10px;
    background-color: #2c6fbe;
    text-align: center;
    color: rgb(255, 245, 245);
    border-radius: 3px;
    border: 1px solid #555;
    border-bottom: 1px solid #555;
    font-size: 10px;
    font-weight: 400;
    margin-right: 15px;
    /* padding: 3px 0px; */
    position: absolute;
    border-radius: 3px 0px 0px 3px;
    left: -55px;
    top: 0px;
    z-index: 0;
    vertical-align: middle;
    display: block;
    border-right: 0px;
}
.clearable__item--inactive {
    background-color: #ccc;
    border: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    display: none;

}
.bgWhite {
    background-color: white;
}
tr.shown td {
    background-color: #caecfb!important;
}
.preview-open {
    font-size: 24px;
    color: #ccc;
    padding: 10px;
    border: 1px solid transparent;
}
.preview-open:hover {
    color: #888;
    background-color:#e9e9e9;
    border-radius: 3px;
    border: 1px solid #ccc;
    border-right: 0;
    z-index: 10;
    padding-right: 4px;
}
.remove-padding > td {
    padding: 0px!important;
}
.cont_preview {
    position: absolute;
    top: 1px;
    left:35px;
    background: none;
    z-index: 1;
}
.preview {
    padding: 10px;
    min-width: 100px;
    min-height: 150px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #e9e9e9;
    z-index: 3;

}

.isLargeScreen {
    display: block;
}

.isMobile {
    display: none;
}

@media only screen and (max-width: 800px) {
    .isMobile {
        display: block;
    }

    .isMobile img {
        max-width: 105%;
    }

    .isLargeScreen {
        display: none;
    }
}

#test .row .col-md-3:first-child {
    text-align: right;
}
.lates-open-icon {
    color: #aaa;
}
.mail_indicator-mobile {
    float: right;
    display: none;
    font-size: 20px;
    padding: 15px 25px 15px 0px;
    color: #999999;
}
.mail_indicator-mobile--active {
    color:red;
}
.mail_indicator-mobile--active:hover {
    color:red;
}
.badge-small-mobile {
    font-size: 10px;
    line-height: 14px;
    padding: 0px 4px;
    text-align: center;
    background-color: white;
    color: red;
    vertical-align: top;
    margin-top: 2px;
    border-radius: 7px;
    top: 8px;
    position: absolute
}
.badge-small {

    font-size: 10px;
    line-height: 14px;
    padding: 0px 4px;
    text-align: center;
    background-color: white;
    color: red;
    vertical-align: top;
    margin-top: 2px;
    border-radius: 7px;
}
.floor-filter-container {
    position: absolute;
    top: 12px;
    left: 170px;
    z-index: 2;
}
#datatableAreasList {
    font-size: 90%!important;
}

.datatableAreasList-filter {
    position: absolute;
    top: 15px;
    left: 170px;
    z-index: 2;
}
.close--modal {
    float:none;
    position: absolute;
    right: 15px;
    z-index: 2;
    top: 10px;

}
.flexbox-for-info {
    display: flex;
    align-items: center;
}
th.table-nr ,td.table-nr {
    margin: 0;
    padding-right: 0!important;
}
td.table-nr {
    vertical-align: middle!important;
}
.rawvalue {
    display:none;
}
#expires-content-container {
    position: relative;
    min-height: 100px;
}
.modal-button {
    color: #333;
}
.oc-building-size {
    color: #aaa;
}
.vertical-align--middle {
    vertical-align: middle!important;
}

.datatable-container.loading {

    /* Ensures that the transition only runs in one direction */
    -webkit-transition: background-color 0;
    transition: background-color 0;
}
.datatable-container {
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.datatable-container.loading  {
    /* Make the contents of the body opaque during loading */
    opacity: 0;

    /* Ensures that the transition only runs in one direction */
    -webkit-transition: opacity 0;
    transition: opacity 0;
}
.relative {
    position:relative;
}
.operation-costs__inner-container {
    width: 80%;
    margin: auto;
    padding: 15px 0px;
}
.operation-costs__table {
    border: 1px solid #ccc;
    border-bottom: 2px solid #aaa; 
}
.operation-costs__table thead tr {
  background: #f2f2f2!important;
}
.operation-costs__table tr:nth-child(odd) {
  background: none;
}
.floor-container {
    display: flex;
    justify-content: flex-start;
}
.floor-container__nr {
    font-size: 23px;
    font-weight: bold;
    padding: 5px 15px;
    margin: 5px;
    width: 55px;
    border-right: 2px solid #222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}
.floor-container__areas {
    width: 100%;
}
.areas-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}
.areas-container__item {
    width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0px 5px;
    margin: 5px;
    padding: 5px;
    background: #fff;
    color: #222;
    border: 1px solid #ccc;
    font-weight:bold;
    font-size:10px;
    cursor:pointer
}
.areas-container__item-title {
    width:100%;
    font-size: 11px;
    font-weight: bold;
}
.areas-container__item:hover {
    background: #d4f7cb;
}
.areas-container__item--active {
     background: #d4f7cb;
     border: 1px solid #d4f7cb ;
}
.panel-sigma {
    border: none;
}
.panel-sigma .panel-heading {
    background: #222;
    border: 0; 
    border-radius: 0;  
}
.panel-sigma .panel-body {
    border-bottom: 3px solid #222; 
 
}
.panel-sigma a{
    color: #fff;
    text-decoration: none;s

}
.panel-sigma a:hover{
    color: #eee;
    text-decoration: none;
}

.section-title h2 {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
.section-title h2:before {
    position: absolute;
    background: #575757;
    height: 2px;
    width: 45px;
    content: "";
    bottom: 0;
}

.single-portfolio a {
  display: block;
  line-height: 0;
  position: relative;
}
.single-portfolio a::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.5);
  transition: all 0.3s ease 0s;
  width: 100%;
}
.single-portfolio:hover a::before {
    opacity: .5;
    transform: scale(1);
}
.single-portfolio a::after {
  color: #fff;
  content: "+";
  font-size: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.single-portfolio:hover a::after {
    transform: scale(1);
}
.select-datetime {
    padding-left:10px;
    padding-right: 20px;
    font-weight: bold;
}
.datepicker-clear {
    position: absolute;
    top: 4px;
    color: #aaa;
    right: 44px;
    z-index: 2;
    cursor: pointer;
}
.breadcrumbs-container {
    border-bottom: 1px solid #333;
    margin-bottom: 10px
}
.breadcrumbs {
    list-style: none;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 5px;
    padding-left: 10px;
    font-weight: 400;
    width: 100%;
}
.breadcrumbs li {
    float: left;
}
.breadcrumbs span[itemprop="name"] {
    max-width: 150px;
    display: table-cell;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.breadcrumbs .divider  {
    margin-left: 3px;
    margin-right: 3px;
}
.breadcrumbs li.active  {
    color: #36adf1;
}
.breadcrumbs li.active span[itemprop="name"] {
    max-width: 500px;
} 
.breadcrumbs li a  {
    color: #222;
    text-decoration: none;
}
.breadcrumbs li a:hover {
    color: #555;
    text-decoration: none;
}


.immovables_usages__title{
    font-size: 10px;
    color: #333;
    margin: 5px 0 5px;
    font-weight: 200;
    text-transform: uppercase;
    white-space: nowrap;
}

/** Progressbar */

.progress{
    height: 20px;
    background: #d9534f;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0px;
    overflow: hidden;
    margin-top: 1px;

}
.progress .progress-bar{
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}
.progress .progress-value{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    position: absolute;
    top: -30px;
    right: -25px;
}
@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive {
    0%{ width: 0; }
}
.percent-wrapper {
    font-size: 9px;
    position: absolute;
    z-index: 3;
    text-align: center;
    width: 75%;
    top: 5px;   
}
.immovables-usages--light-grey {
    font-weight: lighter
}

