﻿

body {
    /*background-color: rgb(182,176,156,0.35);*/
    background-color: #eeeeec;
    color: #575757;
}

html, body {
    font-family: Roboto, sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    background: #2098D5;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    background: #9dc8e2;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
    background: #ff0000;
    color: #fff;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
    background: #2098D5;
    padding: 1.15rem 1.65rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}




/*ks footer colors maybe*/

/*.kt-footer {
    background-color: rgb(23, 72, 34);
    color: #fff;
}*/

/*.kt-footer__copyright, .kt-footer .kt-footer__menu .kt-footer__menu-link, .kt-footer .kt-footer__copyright .kt-link {
    color: #fff !important;
}*/



.btn-clone {
    /*position: absolute;
    bottom: 0px;*/
    cursor: pointer;
    background-color: #2098D5;
    color: #fff !important;
    border-color: #fff;
}

    .btn-clone:hover {
        background-color: #2098D5;
        border-color: #f4db6b;
    }

.btn-delete-clone {
    /*position: absolute;
    bottom: 0px;
    left:250px;*/
    cursor: pointer;
    background-color: #575757;
    color: #fff !important;
    border-color: #fff;
}

.btn-delete-clone:hover {
    background-color: rgb(23, 79, 34);
    border-color: #f4db6b;
}

.btn-ks {
    background: #2098D5;
    color: #fff !important;
}

.swal2-confirm {
  background: #2098D5;
  color: #fff !important;
  border-color: #fff;
  min-width: 100px;
}

  .swal2-confirm:hover {
    background-color: #2098D5;
    border-color: #2098D5;
  }


.selected-category {
    border: 2px solid #2098D5;
}

input[type='radio'] {
    width: initial;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translate(0, -50%);
    left: 10px;
    margin-top: 0;
    opacity: 0;
}

input[type='radio']:checked ~ label {
    border: 2px solid rgba(32 152 213);
    font-weight: 700 !important;
    background: rgba(32, 152, 213, 0.2);
}

.radio-label {
    width: 100%;
    border: 1px solid rgba(218, 224, 231, 1);
    padding: 12px 61px 12px 16px;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 0.3rem !important;
    background: rgba(32, 152, 213, 0.08);
    color: rgba(32 152 213);
    font-weight: 400;
}

.text-brand {
    color: rgba(32, 152, 213, 1) !important;
}

.kt-checkbox.brand-style > input:checked ~ span {
    border-color: rgba(32, 152, 213, 1);
}

.kt-checkbox.brand-style > span:after {
    border-color: rgba(32, 152, 213, 1);
}

a {
    color: rgba(32, 152, 213, 1);
}

@media (min-width: 1025px) {
    .kt-portlet.kt-portlet--height-fluid {
        height: calc(100% ) !important;
    }
}


@media(max-width:600px) {
    .btn-clone {
       font-size: 1rem;
       padding: 1rem;
       min-width:100%;
    }

    .btn-delete-clone {
        font-size: 1rem;
        padding: 1rem;
        min-width: 100%;
    }

    .complete-box {
        padding: 10px;
        text-align: center;
    }
    .complete-actions {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .btn-ks {
        min-width:100%;
    }
}

.damage-selection {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.damage-selection .kt-checkbox-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

@media(max-width:1000px) {
    .damage-selection {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .damage-selection .kt-checkbox-list {
        display: flex;
        flex-wrap: wrap;
    }
}
           

.damage-selection .kt-checkbox-list label[data-label].kt-checkbox {
    display: none;
    width: auto;
    min-width: 110px;
    background: white;
    display: none;
    margin: 1.2rem;
    padding: 0.8rem 1.2rem;
    padding-left: 3rem;
    text-align: center;
    border-radius: 4px;
    color: #2098D5;
    border: 1px solid #2098D5;
    font-weight: 400;
}

.damage-selection .kt-checkbox > span:after {
    border-color: #2098D5;
}

.damage-selection .kt-checkbox > span {
    top: 11px;
    left: 12px;
}

.damage-selection .kt-checkbox > input:checked ~ span {
    border-color: #2098D5;
}