﻿

.row {
    padding-top: 5px;
}

.centerElement {
    padding-left: 48%;
    padding-top: 1%;
    position: fixed;
    z-index: 99;
    opacity: 0.8;
    background-color: #CCC;
    width: 100%;
    height: 100%;
}


input[type=radio].with-font,
input[type=checkbox].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    input[type=radio].with-font ~ label:before,
    input[type=checkbox].with-font ~ label:before {
        font-family: FontAwesome;
        display: inline-block;
        content: "\f1db";
        letter-spacing: 10px;
        font-size: 1.2em;
        color: #535353;
        width: 1.4em;
    }

    input[type=radio].with-font:checked ~ label:before,
    input[type=checkbox].with-font:checked ~ label:before {
        content: "\f00c";
        font-size: 1.2em;
        color: darkgreen;
        letter-spacing: 5px;
    }

    input[type=checkbox].with-font ~ label:before {
        content: "\f096";
    }

    input[type=checkbox].with-font:checked ~ label:before {
        content: "\f046";
        color: darkgreen;
    }

    input[type=radio].with-font:focus ~ label:before,
    input[type=checkbox].with-font:focus ~ label:before,
    input[type=radio].with-font:focus ~ label,
    input[type=checkbox].with-font:focus ~ label {
        color: green;
    }

.pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.backButton {
    background-image: url(../../Imagenes/tablet/btnIO.png);
    background-size: 85px 32px;
    width: 85px;
    height: 32px;
    padding-left: 22px;
    padding-top: 3px;
    margin-top: -10px;
}

.SombInt {
    text-shadow: -2px 1px 2px #000, 2px 2px 1px #000;
}

#Mainfooter {
    bottom: 0;
   
    width: 100%;
}

.btn-account {
    background: #5d6165;
    border: solid 1px #000;
}

.ProcessingDatatable {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    margin-top: 9px;
    text-align: center;
    padding: 1em 0;
    opacity: 0.8;
    background-color: #CCC;
}


body, html {
    /*height:100%;*/
    width:100%;
    /*min-height:100%;*/
    padding:0;
    margin:0;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.right-text {
    text-align:right;
}

.messageSuccess {
    width:80%;
    height:20px;
    height:auto;
    position:fixed;
    left:10%;
    right:10%;
    /*margin-left:-100px;*/
    bottom:10px;
    background-color: #75C26B;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 20px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    z-index:40000;
}

.messageError {
    width:80%;
    height:20px;
    height:auto;
    position:fixed;
    left:10%;
    right:10%;
    /*margin-left:-100px;*/
    bottom:10px;
    background-color: #EA6060;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 20px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

.messageDefault {
    width:80%;
    height:20px;
    height:auto;
    position:fixed;
    left:10%;
    right:10%;
    /*margin-left:-100px;*/
    bottom:10px;
    background-color: #C1C1C1;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 20px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

