﻿.input-group[class*="col-"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
}


.alert-primary {
    border-color: #367fa9;
    color: #fff !important;
    background-color: #3c8dbc !important;
}


#scrollable-area {
    max-height: 300px;
    overflow-y: scroll;
}

table {
    width: 100%;
}

thead {
    background: #fff;
}


.fa-1_5x {
    font-size: 1.5em;
}

.fadeAlert {
    transition: 1s linear all;
    opacity: 100;
}

    .fadeAlert.ng-hide {
        transition: 1s linear all;
        opacity: 0;
    }


.btn-circle {
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 6px 0;
    font-size: 21px;
    line-height: 1.42;
    border-radius: 30px;
    margin-top: 1px;
    box-shadow: 2px 2px 20px #FFF;
}

.fadeButton_1 {
    transition: 0.5s linear all;
    opacity: 100;
}

    .fadeButton_1.ng-hide {
        transition: 1s linear all;
        opacity: 0;
    }

.fadeButton_2 {
    transition: 1s linear all;
    opacity: 100;
}

    .fadeButton_2.ng-hide {
        transition: 0.5s linear all;
        opacity: 0;
    }

.borderData {
    border-top: 1px dotted #d2d6de;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}


.callout.callout-primary {
    border-color: #0073b7;
    background-color: #3c8dbc !important;
    color: #fff !important;
}

.content-wrapper {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 50px !important;
    min-height: unset !important;
    overflow-y: auto !important;
    padding-top: 0 !important;
    margin-top: 50px;
}

.main-footer {
    min-height: 150px;
    font-size: 18px;
    padding: 0;
    position: fixed;
    bottom: 0px;
    right: 0;
    left: 0;
}

.botoneseventanilla {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .content-wrapper {
        bottom: 68px !important;
    }

    .main-footer {
        min-height: 68px !important;
    }

    .divHiden {
        display: none;
    }

    .botoneseventanilla {
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    
    .botoneseventanilla {
        margin-bottom: 200px;
    }
}

