﻿.dgii-header {
    margin-top: 20px;
}

#logo-formulario {
    float: left;
    height: 72px;
    width: 73px;
    overflow: hidden;
    /*background: green url("../img/logo_dgii.gif") no-repeat;*/
}

.title-template {
    font-weight: bold;
}

    .title-template div:nth-child(2) {
        margin-top: 22px;
    }

    .title-template div:last-child {
        border-top: 1px solid black;
    }

.title-text {
    font-size: 11px;
}

#form-template {
    font-size: 20px;
}

#fiscal-year {
    font-size: 10px;
}

#version {
    margin: 15px 0px;
}

.section-form {
    border: 2px solid black;
    padding: 0px;
    margin-bottom: 10px;
}

tr.section-template {
    border-top: 2px solid black;
    color: black;
}

    tr.section-template:first-child {
        border-top: 0;
    }


    tr.section-template td {
        padding: 5px;
        font-weight: bold;
        text-transform: capitalize !important;
    }

.section-template {
    background: #5eb645;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: black;
}


.question-formulario-vista-previa {
    font-size: 10px;
}

.section-content {
    padding: 5px;
}

    .section-content label {
        font-size: 10px;
    }

#label-account {
    font-size: 8px;
}

.sign {
    border-top: 1px solid black;
    margin-right: 15px;
}

.authorize {
    font-size: 12px;
}

    .authorize .section-content {
        height: 225px !important;
        vertical-align: middle;
    }

#stamp {
    line-height: 17;
}

.authorize-it1 {
    line-height: 1.7;
    text-align: justify;
    padding: 24px;
}

.nav-tabs a {
    color: #5eb645 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #5eb645 !important;
    font-weight: bold !important;
}


div[id^='TP-formulario-IT1-'] .section-content .form-group,
div[id^='TP-formulario-IR1-'] .section-content .form-group {
    border-bottom: 1px solid black !important;
    padding-bottom: 26px !important;
}

.print-form {
    font-weight: bold;
}

td {
    vertical-align: middle !important;
}

.loading {
    /*margin:auto;
    border-radius:50px;
    border:2px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-style:dashed;
    border-top-color: #00a65a;
    border-bottom-color: #00a65a;
    -webkit-animation: spin 1s infinite linear;
    -ms-animation: spin 1s infinite linear; 
    -moz-animation: spin 1s infinite linear; 
    -o-animation: spin 1s infinite linear; 
    animation: spin 1s infinite linear; */
    margin: auto;
    border-radius: 50px;
    border: 4px #00a65a dotted;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.89s infinite linear;
    -ms-animation: spin 0.89s infinite linear;
    -moz-animation: spin 0.89s infinite linear;
    -o-animation: spin 0.89s infinite linear;
    animation: spin 0.89s infinite linear;
}

/* evento de carga */
.spin {
    border-radius: 50px;
    -webkit-animation: spin 1s infinite linear;
    -ms-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

#iconTipo {
    float: left;
    top: 5px;
    margin-right: 4px;
    font-size: 33px;
}

#msgTipo {
    margin-top: 9px !important;
}

#msgError {
    text-align: justify;
    font-weight: 400;
}

.glyphicon-info-sign {
    color: #5eb645 !important;
}

.glyphicon-warning-sign {
    color: #f0ad4e !important;
}

.glyphicon-remove-circle {
    color: #d9534f !important;
}

.modal-footer {
    padding: 0px !important;
    border-top: 1px solid #ebebeb;
}

.information small span:before {
    content: "\A";
    display: block;
    white-space: pre;
}

