﻿/*//////////////////// Formulario //////////////////////////////////*/
.hide {
    display: none;
}

li.picker-switch {
    display: none;
}

.bootstrap-datetimepicker-widget .timepicker-picker table {
    margin: auto;
    width: auto;
}

.bootstrap-datetimepicker-widget table td {
    height: 15px;
    line-height: 15px;
}

    .bootstrap-datetimepicker-widget table td.day {
        width: 14px;
        height: 20px;
        line-height: 20px;
    }

    .bootstrap-datetimepicker-widget table td span {
        height: 20px;
        line-height: 20px;
    }

.form-control {
    border-radius: 0px;
    border: 1px solid #eee;
}

    .form-control:focus {
        border: 1px solid #eee;
        box-shadow: none;
    }

    .form-control:invalid {
        border-left: 2px solid #e74c3c;
    }

body.modal-open {
    overflow: visible;
    padding-right: 0 !important;
}

.modal-open .modal {
    overflow-x: visible;
    overflow-y: visible;
    background-color: RGBa(35, 35, 35, 0.4)
}

a, a:focus, a:hover {
    color: rgba(74, 196, 242, 0.8);
}

.modal {
    position: absolute;
}

.fade.in {
    opacity: 1;
}

.modal-dialog {
    margin: 170px auto;
}

.modal-body {
    text-align: center;
}

.modal-footer {
    border: 0;
    text-align: center
}

.btn-link {
    font-weight: 400;
    color: #FF7C00;
    background-color: transparent;
}

.modal-dialog {
    max-width: 400px
}

.icon-box-error {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 2px solid #f15e5e;
    margin-bottom: 20px
}

    .icon-box-error i {
        color: #f15e5e;
        font-size: 25px;
        display: inline-block;
        margin-top: 12px;
    }

.icon-box-ok {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 2px solid #82ce34;
    margin-bottom: 20px
}

    .icon-box-ok i {
        color: #82ce34;
        font-size: 25px;
        display: inline-block;
        margin-top: 12px;
    }

.modal-content {
    padding: 20px;
}

.label {
    display: block !important;
    padding-top: 0px;
}

.labelSelect {
    padding-top:9px;
}


.errorMsg {
    padding:0;
    display: block;
    padding-top: 0px;
    color: red;
}

.inputBox {
    padding:0;
    position: relative;
    padding-top: 16px !important;
}

.inputContact {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid;
    padding-left: 0;
    padding-right: 0;
    border-color: #232323 !important;
    padding-bottom: 12px;
    font-size: 14px;
}

    .inputContact:focus {
        border: 0;
        border-bottom: 1px solid;
        border-color: #232323 !important;
    }

.inputBox label {
    font-size: 16px;
    position: absolute;
    pointer-events: none;
    line-height: 1.2;
    transition: 0.5s;
    color: #232323;
    font-weight: 400;
    display: block;
    transition: all 0.4s;
}

    .inputBox label.active {
        transform: translateY(-16px);
        font-size: 14px;
    }

    .inputBox .labelSelect.active{
        transform:translateY(-17px);
    }

.errorMsg {
    font-size: 12px;
    min-height: 25px;
    min-width: 1em;
    visibility: visible;
}

.otherModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: 200ms ease-in-out;
    z-index: 1032;
    max-width: 90%;
}

    .otherModal.active {
        transform: translate(-50%,-50%) scale(1);
    }

#modalOverlay {
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1031;
    pointer-events: none;
}

    #modalOverlay.active {
        pointer-events: all;
        opacity: 1;
    }
