:root {
    --company-color: #99c534;
    --company-hover-light: #7cb91c;
    --company-hover-dark: #7cb91c;
    --grey-color: #b8bfcf;
    --dark-color: #1d2935;
    --danger-color: #560d0e;
}

.wrapper {
    overflow: unset;
}

.td-li {
    display: inline-block !important;
    -webkit-perspective: 400;
}

.td-button:hover {
    text-decoration: none;
}

.td-button:hover {
    background-color: #d4312d !important;
}

.td-button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    background-color: #99c534;
    padding: 5px 17.5px;
    font-size: 14px;
    border: 1px solid #afafaf;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    text-shadow: 0px -1px 0px rgba(0, 0, 0, .5);

    -webkit-box-shadow: 0px 2px 0px #afafaf, 0px 1px 6px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 2px rgba(255, 255, 255, .5);
    -moz-box-shadow: 0px 2px 0px #afafaf, 0px 1px 6px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 2px rgba(255, 255, 255, .5);
    box-shadow: 0px 2px 0px #afafaf, 0px 1px 6px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 2px rgba(255, 255, 255, .5);

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    -webkit-transform: rotateX(20deg);
}

.td-button:active, .td-button.active {
    -webkit-box-shadow: 0px 2px 0px #afafaf, 0px 1px 6px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 2px rgba(255, 255, 255, .5);
    -moz-box-shadow: 0px 2px 0px #afafaf, 0px 1px 6px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 2px rgba(255, 255, 255, .5);
    box-shadow: 0px 2px 0px #afafaf, 0px 1px 6px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 2px rgba(255, 255, 255, .5);

    -webkit-transform: translate(0, 4px) rotateX(20deg);
    -moz-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

.custom-nav-tabs {
    width: 80%;
    margin: auto;
}

@media screen and (max-width: 1200px), (max-device-width: 1200px) {
    .custom-nav-tabs {
        width: 100%;
        margin: unset;
    }
}

@media screen and (max-width: 767px) {
    .custom-nav-tabs {
        width: 100%;
        margin: unset;
    }
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a,
a:hover,
a:active,
a:focus,
button,
button:hover,
button:focus,
button:active,
input,
input:hover,
input:focus,
input:active,
select,
select:hover,
select:focus,
select:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

html {
    font-size: 62.5%; /* Now 10px = 1rem! */
    height: 100%;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Rubik", sans-serif;
    height: 100%;
}

.center {
    text-align: center;
}

a {
    text-decoration: none;
    color: var(--company-color);
}

/* FORM */
.form__title {
    font-size: 4rem;
    font-weight: 700;
    color: var(--dark-color);
}

.form__title span {
    color: var(--company-color);
}

.form__subtitle {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 0.5rem;
    color: var(--grey-color);
}

.form__input-wrapper {
    margin-bottom: 2rem;
}

.form__input-wrapper label {
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
    display: block;
    color: var(--grey-color);
}

.form__input-wrapper input {
    height: 5.5rem;
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid #eee;
    padding: 0 1rem;
    font-size: 1.6rem;
    color: #8c8c94;
    font-weight: 500;
    background-color: #f5f5f5;
    transition: all 0.4s;
}

.form__input-wrapper input:focus {
    border-color: var(--company-color);
    background-color: white;
}

.form__input-wrapper button {
    width: 100%;
    border: none;
    background-color: var(--company-color);
    color: white;
    font-weight: 600;
    height: 5.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0.5rem;
    transition: all 0.4s;
}

.form__input-wrapper button:hover {
    background-color: var(--company-hover-light);
}

.form__input-wrapper button img {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}

.actions > a.action-edit:hover {
    background-color: var(--company-hover-light);
}

.main-sidebar {
    padding-top: 7rem !important;
    background-color: #1a2632;
    width: 90px;
}

.main-header {
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 7rem;
    padding: 0 3rem 0 8rem;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(100, 116, 160, .4);
    box-shadow: 0 0 5px rgba(100, 116, 160, .4);
}

.main-header > .navbar {
    color: black;
    background-color: white;
    margin-left: 0;
    width: 100%;
}

.sidebar-toggle {
    display: none !important;
}

#header-logo {
    display: none;
}

.content-wrapper {
    margin-top: 7rem;
    margin-left: 90px;
    padding-bottom: 20px;
    background-color: #f5f5f5;
}

.sidebar-menu > li.active > a {
    background-color: #090d10 !important;
    color: var(--company-color);
}

.sidebar-menu > li > a {
    word-wrap: break-word;
    padding: 11px 15px;
    border: none;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
}

.sidebar-menu > li > a:hover {
    background-color: #1a2632;
    color: var(--company-color);
}

.sidebar-menu > li > a > i {
    margin: 4px auto;
    display: block;
}

.sidebar-menu > li > a > span {
    overflow: inherit;
    text-overflow: clip;
    white-space: normal;
}

.table-responsive {
    width: 100%;
    background-color: #fff !important;
    border-radius: .5rem .5rem .5rem .5rem;
    position: relative;
    -webkit-box-shadow: 0 0 5px rgba(100, 116, 160, .1);
    box-shadow: 0 0 5px rgba(100, 116, 160, .1)
}

.table {
    margin-bottom: 0;
}

.list-pagination {
    margin: 10px 0;
}

body.list .pagination > li > a {
    color: #363b54;
    background-color: inherit;
    text-shadow: 0 0 5px rgba(100, 116, 160, .1);
    padding-right: 0;
}

body.list .pagination > li > span {
    padding-right: 0;
}

body.list .pagination > li > a:hover {
    color: var(--company-hover-dark);
    background-color: inherit;
    text-shadow: 0 0 5px rgba(100, 116, 160, .1);
}

.content-header {
    height: 7.6rem;
    padding: 20px 15px 0 15px;
}

.content-header > div > div > h1.title {
    font-size: medium;
    margin-bottom: -15px;
    color: #363b54;
    background-color: #fff;
    height: 7.1rem;
    width: auto;
    margin-right: .5rem;
    border-radius: 1rem 1rem 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 -1px 3px rgba(100, 116, 160, .1);
    box-shadow: 0 -1px 3px rgba(100, 116, 160, .1);
    padding: 25px;
    font-weight: bold !important;
}

.content-header > div > div {
    /*width: auto;*/
}

.input-group > input {
    height: 5.5rem;
    width: 38rem !important;
    border-radius: .5rem;
    border: 1px solid #eee;
    padding: 0 4rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #8c8c94;
}

.input-group-btn {
    float: left;
}

.input-group-btn:hover {
    color: #313131 !important;
}

.input-group-btn > button:active {
    float: left;
    padding: 0 20px !important;
    background: #CCC;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #313131 !important;
    box-shadow: none;
    display: inline-block;
    line-height: 1.42857143;
    opacity: 1;
    outline: none;
    text-align: center;
}

.input-group-btn > button:hover, .input-group-btn > button:focus {
    float: left;
    padding: 0 20px !important;
    background: #CCC;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    color: #313131 !important;
    display: inline-block;
    line-height: 1.42857143;
    opacity: 1;
    outline: none;
    text-align: center;
}

.button-action > a.action-new {
    height: 5.5rem;
    padding: 15px 30px;
}

.button-action > a.action-new:hover {
    height: 5.5rem;
    padding: 15px 30px;
    background-color: var(--company-hover-light);
}

.input-group-btn > button {
    height: 5.5rem;
    padding: 0 20px;
    color: #6d6d6d !important;
}

.input-group-btn > button:visited {
    height: 5.5rem;
    padding: 0 20px;
}

.navbar-custom-menu {
    padding: 10px;
}

.main-header .navbar .user-menu .btn {
    color: #bac1d1;
    font-weight: bold;
}

.header-tentacles-logo {
    image-rendering: pixelated;
    height: 70px;
    position: absolute;
    top: 29px;
    left: 15px;
    color: white;
}

.header-log-out, .header-exit-impersonate {
    color: #bac1d1;
}

.header-log-out:hover, .header-exit-impersonate:hover {
    color: #ff5050 !important;
}

ul.dropdown-menu {
    padding: 15px 0;
}

div.navbar-custom-menu > ul > li > div > ul > li:last-child {
    display: none;
}

.actions > a.action-edit {
    background-color: var(--company-color);
    border-radius: .5rem;
    color: #fff;
    border: none;
    height: 3rem;
    font-weight: 600;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1rem;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

aside.main-sidebar {
    -webkit-transform: translate(0,0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0,0) !important;
}

@media only screen and (max-width: 1100px) {
    .input-group > input {
        height: 5.5rem;
        width: 20rem !important
    }
}

@media only screen and (max-width: 767px) {
    .content-header {
        height: 17rem;
        padding: 20px 15px 0 15px;
        background-color: #f5f5f5;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .content-header > div > div > h1.title {
        padding: 19px;
        font-size: xx-large;
        background-color: #f5f5f5;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .footer-left {
        display: none;
    }

    .input-group {
        margin-top: 3rem;
    }

    .button-action > a.action-new {
        margin-top: 3rem;
    }

    .input-group > input {
        height: 5.5rem;
        width: 20rem !important
    }
}

.footer-left {
    height: 20px;
    min-width: 500px;
    max-width: 1000px;
    position: absolute;
    bottom: 7px;
    left: 107px;
}

.footer-left > span.divider {
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #818181;
}

.footer-left > a {
    color: var(--company-hover-dark);
}

.footer-left > a:hover {
    color: var(--company-color);
}

.tentacle-map-coordinates {
    padding: 6px;
    line-height: 20px;
    font-size: large;
}

#tentacle-map {
    max-width: 1000px;
    height: 400px;
    margin: 5px 5px 30px 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 -1px 3px rgba(100, 116, 160, .1);
    box-shadow: 0 -1px 3px rgba(100, 116, 160, .1);
}

.property-default-value input {
    margin-right: 10px;
}

.mapboxgl-popup-content {
    padding: 7px !important;
}

.map-popup > h4 {
    font-size: 14px;
    font-weight: bold;
    margin-top: -1px;
    margin-bottom: 2px;
}

.map-rightclick-notification {
    margin-top: 30px;
    margin-left: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #af625d;
}

.map-rightclick-warning {
    margin-left: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #efb541;
}

.modal-dialog {
    right: auto;
    left: 0;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#edit-tentacle-form > div > div > div.nav-tabs-custom > ul.nav-tabs > li:nth-child(3) {
    display: none !important;
}

.properties-default-changes {
    margin-bottom: 15px;
    margin-top: 10px;
    padding-left: 15px;
    color: darkmagenta;
    font-weight: bold;
}

.properties-default-changes {
    margin-bottom: 15px;
    margin-top: 10px;
    padding-left: 15px;
    color: darkmagenta;
    font-weight: bold;
}

.properties-history-link {
    margin-bottom: 15px;
    margin-top: 10px;
    padding-left: 15px;
}

.properties-history-link a {
    color: darkolivegreen;
}

.property-fallback {
    display: none;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-left: 15px;
    color: darkred;
}
