﻿/*#region Carlos Ramos - Necesario para el footer al final de la pagina sin importar si los controles ocupan todo el alto de la pantalla */

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 40px; /*Duda*/
    min-height: 100%;
    padding-right: 0 !important;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

/*#endregion */


input {
    text-transform: uppercase;
}

    input.minus {
        text-transform: lowercase;
    }

/*#region iconos ciculo */

.icon-background-primary {
    color: #007bff;
}

.icon-background-info {
    color: #17a2b8;
}

.icon-background2 {
    color: #ffffc0;
}

.icon-background3 {
    color: #c0ffff;
}

.icon-background4 {
    color: #c0ffc0;
}

.icon-background6 {
    color: #40c040;
}

.icon-background5 {
    color: #c0c0ff;
}

.circle-icon2 {
    background: #ffc0c0;
    padding: 30px;
    border-radius: 50%;
}

.circle-icon {
    background: #ffc0c0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}

/*#endregion */

/*#region Tablas */
table tbody tr th {
    text-align: center;
}
/*#endregion */


/*#region Button Circle */

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}

.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    /*padding: 10px 16px;*/
    border-radius: 35px;
    font-size: 12px;
    /*text-align: center;*/
}

/*#endregion */