﻿.txtDate {
    background: url("../images/calendar.png") #fff padding-box no-repeat right center;
}

.buttonEye {
    background-image: url("../images/eye.png");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px
}

    .buttonEye:hover {
        background-image: url("../images/eye-over.png");
        cursor: pointer
    }

.buttonEyeDisabled {
    background-image: url("../images/eye-grey.png");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
}

/*.control-label-required:after {
    content: " *";
    color: red;
}*/

.required-field-block {
    position: relative;
}

.required-text {
    position: absolute;
    top: 0;
    left: 0.2rem;
    color: red;
    line-height: 1rem;
}

.required-field-block .form-check .form-check-label {
    margin-left: 0.5rem;
}

.required-field-block .form-check .form-check-inline:first-child {
    margin-left: 0.75rem;
}

.no-gutters {
    margin-right: 0px;
    margin-left: 0px;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0px;
        padding-left: 0px;
    }

.animated {
    overflow: hidden;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.mark-water {
    color: #404040;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    filter: alpha(opacity=70);
    /*-o-transform: rotate(340deg); 
    -moz-transform: rotate(340deg); 
    -ms-transform: rotate(-80deg); 
    -webkit-transform: rotate(340deg);
    transform: rotate(340deg);*/
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    -o-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.ellipsis-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media(max-width:543px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:544px) and (max-width:767px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-xl {
        display: none !important;
    }
}

.link-to-dynamic-form {
    background-color: #1785b0;
    padding: 5px 10px;
    color: white;
    margin: 5px;
}

    .link-to-dynamic-form:hover {
        color: white;
    }

/*Campos obligatorios*/
.has-danger input[type='text'],
.has-danger select,
.has-danger textarea {
    border-color: #dc3545 !important;
}

.has-danger .form-check {
    color: #dc3545 !important;
}

.required-field-block .form-check .form-check-inline:first-child {
    margin-left: 0;
}
