﻿
.animate-show {
    opacity: 1;
}

    .animate-show.ng-hide-add, .animate-show.ng-hide-remove {
        transition: all linear 0.3s;
    }

    .animate-show.ng-hide {
        opacity: 0;
    }

.datepicker {
    z-index: 9999 !important;
}

.chosen-container.chosen-container-single,
.chosen-container.chosen-container-multi {
    width: 100% !important;
}

.has-error .chosen-container-active.chosen-with-drop .chosen-single,
.has-error .chosen-single.chosen-default {
    border-color: #ed5565;
}

.separador {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .separador label {
        margin-bottom: 5px;
    }
    .Espacio{
    line-height: 14px;
}