@font-face {
    font-family: Axiforma;
    src: url("../fonts/Axiforma Light.otf") format("opentype");
}

@font-face {
    font-family: Axiforma;
    font-weight: bold;
    src: url("../fonts/Axiforma Bold.otf") format("opentype");
}

html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Axiforma';
}

.wall-header {
    align-items: center;
    padding: 0.5rem;
}

.navbar {
    padding: 0rem 1rem;
}

form {
    margin-bottom: 0px;
}

div.invalid-feedback {
    display: block;
    margin-bottom: .15rem;
    font-size: 100%;
}

div.valid-feedback {
    display: block;
    margin-bottom: .15rem;
    font-size: 100%;
}

.choose-page-image {
    max-width: 100px;
    margin: auto;
}

.choose-page-card-body {
    min-height: 170px;
    padding-bottom: 0px;
}

.shadow-small {
    transition: 0.2s linear;
}

.shadow-small:hover {
    box-shadow: #dedede 2px 2px 5px 1px;
}

.card-link>a {
    text-decoration: none;
    color: #292929;
}

.bordered {
    border: 1px solid #ced4da;
    /* border-radius: 0.25rem; */
}

.wall-header,
.wall-type-header {
    background-color: rgb(243, 243, 243);
    border-bottom: 1px solid #ced4da;
}

.wall-type-insulation-container {
    align-items: center;
}

.navbar-nav .nav-item:not(:last-child) {
    border-right: 1px solid silver;
}

@media (max-width: 768px) {
    .navbar-nav .nav-item:not(:last-child) {
        border-right: none;
    }
}


/* 404 */

.notfound .notfound-404 {
    position: absolute;
    left: 0;
    top: 0;
    width: 225px;
    height: 150px;
}

.notfound {
    z-index: 2;
}

.smiley {
    font-family: 'Passion One', cursive;
    color: #F7BC45;
    font-size: 150px;
    letter-spacing: 15.5px;
    margin: 0px;
    font-weight: 900;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound h2 {
    font-family: 'Raleway', sans-serif;
    color: #292929;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-top: 0;
}

.notfound h3 {
    font-family: 'Raleway', sans-serif;
    color: #292929;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-top: 0;
}

.notfound p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
}

.notfound a {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 40px;
    color: #292929;
    font-weight: 700;
    -webkit-box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound a:hover {
    color: #fff;
    background-color: #F7BC45;
}

.notfound-container {
    height: 70vh;
}


/* Input */

input[type=radio],
input[type=checkbox] {
    width: auto;
}


/* Tooltip */

.card-header i {
    font-size: 30px;
    background-color: black;
    color: white;
    width: 30px;
    border-radius: 50%;
}

.egyeb-hide {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.error-background {
    width: 36%;
    height: 100%;
    filter: opacity(0.1) blur(8px);
    position: fixed;
    top: 0;
    z-index: 1;
}


/*****
    DANGER
**/

.modal-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: .3rem;
}

.modal-danger .modal-header {
    background-color: #ffa8a8;
}

.modal-danger .modal-body {
    background-color: #ffdddd;
}

.modal-danger .modal-footer {
    border: none;
    background-color: #ffdddd;
}

.modal-danger .text-alert {
    color: #721c24;
}


/*****
    PRIMARY
**/

.modal-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    border-radius: .3rem;
}

.modal-primary .modal-header {
    background-color: #a8a8FF;
}

.modal-primary .modal-body {
    background-color: #DDF;
}

.modal-primary .modal-footer {
    border: none;
    background-color: #DDF;
}

.modal-primary .text-alert {
    color: #004085;
}


/*****
    WARNING
**/

.modal-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    border-radius: .3rem;
}

.modal-warning .modal-header {
    background-color: #ffe9a2;
}

.modal-warning .modal-body {
    background-color: #fff3cd;
}

.modal-warning .modal-footer {
    border: none;
    background-color: #fff3cd;
}

.modal-warning .text-alert {
    color: #856404;
}


/*****
    SUCCESS
**/

.modal-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-radius: .3rem;
}

.modal-success .modal-header {
    background-color: #9deaaf;
}

.modal-success .modal-body {
    background-color: #d4edda;
}

.modal-success .modal-footer {
    border: none;
    background-color: #d4edda;
}

.modal-success .text-alert {
    color: #155724;
}


/*****
    END MODAL
**/

.btn.btn-slight {
    background-color: #FFF;
    opacity: 0.5;
    color: #000;
    transition: linear 0.2s;
}

.btn.btn-slight:hover {
    opacity: 1;
}

[class^='select2'] {
    border-radius: 0px !important;
}


/*****
    MATERIAL BOOTSTRAP
**/

.background img {
    width: 30%;
    position: fixed;
    opacity: 0.15;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.alert-primary {
    background-color: #F17E3B;
    border-color: #F17E3B;
    color: #fff;
}

.btn {
    border-radius: 0;
}

span.btn.btn-raised {
    line-height: 1.2;
}

.form-control {
    background-image: linear-gradient(to top, rgba(34, 116, 165, 0.8) 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}

.btn.btn-raised.btn-primary {
    background-color: rgba(34, 116, 165, 0.7);
    border-color: rgba(34, 116, 165, 1);
    transition: ease .3s;
}

.btn.btn-raised.btn-primary:hover {
    background-color: rgba(34, 116, 165, 0.9);
    border-color: rgba(34, 116, 165, 0.9);
}

.btn.btn-raised.btn-primary:focus,
.btn.btn-raised.btn-primary:active,
.btn.btn-raised.btn-primary:active:focus,
.btn.btn-raised.btn-primary:active:hover {
    background-color: rgba(34, 116, 165, 1);
    border-color: rgba(34, 116, 165, 1);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 116, 165, 0.5);
}

.btn.btn-raised.btn-success {
    background-color: rgba(20, 111, 101, 0.7);
    border-color: rgba(20, 111, 101, 1);
    transition: ease .3s;
}

.btn.btn-raised.btn-success:hover {
    background-color: rgba(20, 111, 101, 0.9);
    border-color: rgba(20, 111, 101, 0.9);
}

.btn.btn-raised.btn-success:focus,
.btn.btn-raised.btn-success:active,
.btn.btn-raised.btn-success:active:focus,
.btn.btn-raised.btn-success:active:hover {
    background-color: rgba(20, 111, 101, 1);
    border-color: rgba(20, 111, 101, 1);
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 111, 101, 0.5);
}

.select2-container--bootstrap4 .select2-results__option--highlighted {
    background-color: rgba(34, 116, 165, 0.7) !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: rgba(34, 116, 165, 0.7);
    -webkit-box-shadow: 0 0 0 0.1rem rgba(34, 116, 165, 0.7);
    box-shadow: 0 0 0 0.1rem rgba(34, 116, 165, 0.7);
}

::selection {
    background: rgba(34, 116, 165, 0.2);
}

::-moz-selection {
    background: rgba(34, 116, 165, 0.2);
}

.card {
    border: 1px solid #dedede;
    box-shadow: none;
}

.card .card-header,
.card .card-footer {
    background-color: #f7f7f7;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.form-group-radio {
    margin-bottom: 0;
}

.form-radio {
    display: flex;
    align-items: center;
}

.form-radio .form-control {
    margin-right: 1rem;
}

.form-radio label {
    width: 100%;
}

.mt-2 {
    margin-top: 2rem !important;
    margin-bottom: 0;
}

.wall-container i {
    cursor: pointer;
    font-size: 1.2rem;
}

.wall-header {
    cursor: pointer;
}

.wall-header-title {
    font-size: 1.4rem;
}

h1,
h2,
h3 {
    margin: 0;
}

.tooltip {
    display: none;
}

.tooltip[data-show] {
    display: block;
}

.modal-full {
    max-width: 98%;
}
