﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

textarea {
    min-height: 15em;
}

.caixa-rolatem {
    height: 10em;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 8px;
}

.border-box {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    padding-top: 0;
}

.form-login {
    max-width: 430px;
    padding: 15px;
    margin: 0 auto;
}

.center-child {
    height: 100%;
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pagination {
    display: none;
    text-align: center;
}

.label-max-length {
    text-align: right;
    font-size: 0.8em;
    font-weight: normal;
}

.select2-rendered__match {
    color: limegreen;
    text-decoration: underline;
}

.select2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "FontAwesome";
}

.image-preview {
    margin-left: 0px;
    margin-top: 10px;
}

.none {
    display: none !important;
}

.country-selection {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* -------------------------------------------------------------------------
  VERTICAL STEPPER
-------------------------------------------------------------------------- */

.step {
    padding: 15px;
    border-radius: 5px;
    background-color: #f3f3f3;
    font-size: 21px;
    margin: 30px 30px;
    position: relative;
    color: gray;
}

    .step + .step {
        margin-top: 1.5em
    }

    .step > div:first-child {
        position: static;
        height: 0;
    }

    .step > div:not(:first-child) {
        margin-left: 1.5em;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 1em;
    }

.add::after {
    border-top: 25px solid #d6e9c6;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    bottom: -25px;
    content: "";
    position: absolute;
    left: 0px;
    z-index: 1;
}

.circle {
    background: #9a9a9a;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
}

.step:last-child .circle:after {
    display: none
}

.title {
    line-height: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
}

.caption {
    font-size: 0.8em;
}

/* -------------------------------------------------------------------------
  SLIDER
-------------------------------------------------------------------------- */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    left: 7em;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .switch:before {
        content: 'Steps Off';
        left: -7rem;
        position: relative;
        margin-right: -3px;
        top: 0.5em;
        text-align: center;
        font-weight: 600;
        font-size: 1rem;
        text-transform: uppercase;
    }

    .switch:after {
        content: 'Steps On';
        left: 7rem;
        position: absolute;
        margin-left: -3px;
        top: 1em;
        width: 6em;
        text-align: center;
        font-weight: 600;
        font-size: 1rem;
        text-transform: uppercase;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #29b5a8;
}

input:focus + .slider {
    box-shadow: 0 0 1px #29b5a8;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.not-allowed {
    cursor: not-allowed;
}
