﻿/*LOGIN*/
.lbl-login-center {
    text-align: center;
}

.lbl-login-right {
    text-align: right;
}

.input-login {
    height: 25px;
    width: 250px;
}

.container-login {
    border: 1px solid #ccc;
    width: 310px;
    background-color: #fff;
    padding: 20px 0px 20px 0px;
    border-radius: 4px;
}

/*FIX COMUNES*/
html,body{
    margin: 0;
    padding: 0;
}

body {
    background-color: #ededed;
    font-family: Arial;
    font-size: 10pt;
}

/* FIX ESTRUCTURALES*/
.header {
    width: 100%;
    background-color: #103151;
    height: 12%;
    color: White;
}

.content {
    width: 100%;
    background-color: #ededed;
    min-height: 70%;
}

.footer {
    width: 100%;
    background-color: #103151;
    min-height: 18%;
}


/* MODAL TIMEOUT*/
.modalBackground {

    /*background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;*/
    background-color: rgba(0, 0, 0, 0.5);
}

.modalPopup {
    background-color: #999999;
    width: 24%;
    height: 180px;
    border: 3px solid #103151;
    border-radius: 4px;
    padding: 0;
    z-index:999;
}

.modalPopup .header {
    background-color: #103151;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.modalPopup .body {
    padding: 10px;
    min-height: 50px;
    text-align: center;
    font-weight: bold;
}

.modalPopup .footer {
    padding: 6px;
}

.reloj {
    color: #fff;
    text-align: right;
    font-size: 14px;
}

/*FIX BOTONES*/
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btnIn {
    -webkit-appearance: button;
    margin-top: 16px;
    margin-right: 70px;
    margin-bottom: 5px;
    width: 80px;
}

.btnIn-fix {
    -webkit-appearance: button;
    margin-top: 16px;
    margin-right: 28px;
    margin-bottom: 5px;
    color: #fff;
    background-color: #f30000;
    border-color: #d43f3a;
}

.yes {
    color: #fff;
    background-color: #f30000;
    border-color: #d43f3a;
}

.no {
    color: #fff;
    background-color: #f30000;
    border-color: #d43f3a;
}