﻿
#loading .k-loading-mask {
    background-color: rgb(5, 94, 255);
    background-color: rgba(5, 94, 255, 0.3);
    z-index: 100000;
}

/**** AAAA ****/
.btn {
    outline: 0;
    border: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    box-shadow: inset 2px -3px rgba(0,0,0,0.15);
}

    .btn:focus {
        outline: 0;
        -webkit-outline: 0;
        -moz-outline: 0;
    }

.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #fff;
    background-repeat: repeat;
}

.form-signin {
    max-width: 280px;
    padding: 5px 15px 5px 15px;
    margin: 0 auto;
    margin-top: 35px;
}

    .form-signin .form-signin-heading, .form-signin {
        margin-bottom: 20px;
        text-align: center;
    }

        .form-signin .form-control {
            position: relative;
            font-size: 16px;
            height: auto !important;
            padding: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .form-signin .form-control:focus {
                z-index: 2;
            }

        .form-signin input[type="text"] {
            margin-bottom: 5px;
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            border-color: #000;
        }

        .form-signin input[type="password"] {
            margin-bottom: 10px;
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            border-color: #000;
        }

.form-signin-heading {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

.logo {
    margin-left: -125px;
    margin-bottom: 30px;
}

.btn-login {
    color: #ffffff;
    background-color: #e61c2e;
}

.fondo2 {
    background-image: url(/img/fondo2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
}

/****************************************/
/* ESTILOS DEL VISOR DE MENSAJES Y CHAT */
/****************************************/

#readMore {
    margin-top: 20px;
    text-align: center;
    border-radius: 20px;
    background-color: #e0e0e0;
}

    #readMore:hover {
        cursor: pointer;
        font-weight: bold;
        background-color: #eeeeee;
    }

#chatMensajeria {
    background-color: #ffffff;
    margin: 20px auto 0;
    width: 100%;
    margin-right: 15px;
}

    #chatMensajeria #msgList {
        padding: 10px;
        height: 600px;
        width: 100%;
        overflow: hidden;
        overflow-y: scroll;
    }

        #chatMensajeria #msgList .contenido {
            word-wrap: break-word;
            width: 1029px;
        }

        #chatMensajeria #msgList .mensaje-autor {
            margin-bottom: 10px;
        }

            #chatMensajeria #msgList .mensaje-autor img, #chatMensajeria #msgList .mensaje-amigo img {
                display: inline-block;
                vertical-align: top;
            }

            #chatMensajeria #msgList .mensaje-autor .contenido {
                background-color: #eee;
                border-radius: 5px;
                display: inline-block;
                font-size: 13px;
                padding: 15px;
                vertical-align: top;
                /*width: 280px;*/
            }

            #chatMensajeria #msgList .mensaje-autor .fecha {
                color: #777;
                font-style: italic;
                font-size: 13px;
                text-align: right;
                margin-right: 35px;
                /* margin-top: 10px; */
                margin-top: -10px;
                margin-bottom: 25px;
            }

            #chatMensajeria #msgList .mensaje-autor .flecha-izquierda {
                display: inline-block;
                margin-right: -6px;
                margin-top: 10px;
                width: 0;
                height: 0;
                border-top: 0px solid transparent;
                border-bottom: 15px solid transparent;
                border-right: 15px solid #eee;
            }

        #chatMensajeria #msgList .mensaje-amigo {
            margin-bottom: 10px;
        }

            #chatMensajeria #msgList .mensaje-amigo .contenido {
                background-color: rgb(255, 207, 207);
                border-radius: 5px;
                color: #000000;
                display: inline-block;
                font-size: 13px;
                padding: 15px;
                vertical-align: top;
                /*width: 280px;*/
            }

            #chatMensajeria #msgList .mensaje-amigo .flecha-derecha {
                display: inline-block;
                margin-left: -6px;
                margin-top: 10px;
                width: 0;
                height: 0;
                border-top: 0px solid transparent;
                border-bottom: 15px solid transparent;
                border-left: 15px solid rgb(255, 207, 207);
            }

            #chatMensajeria #msgList .mensaje-amigo img, #chatMensajeria #msgList .mensaje-autor img {
                border-radius: 50%;
            }

            #chatMensajeria #msgList .mensaje-amigo .fecha {
                color: #777;
                font-style: italic;
                font-size: 13px;
                text-align: left;
                /* margin-top: 10px; */
                margin-top: -10px;
                margin-bottom: 25px;
            }

/** SmartTruck Etiquetas Roles **/
div.Roles {
    background-color: white;
    display: inline-block;
    margin-right: 2px;
    border: 1px solid #444;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0 3px;
}

    div.Roles.Application {
        background-color: #b8d3ff;
    }

    div.Roles.User {
        background-color: #ff9e49;
    }

    div.Roles.Responsible {
        background-color: #c2b3fb;
    }

    div.Roles.Permission {
        background-color: #fdfd96;
    }

/*
    div.Roles.TransportLand {
        background-color: #ffe4cd;
    }
    div.Roles.TransportMarine {
        background-color: #ffdcbd;
    }
    div.Roles.Fleet {
        background-color: #ffd1a8;
    }
    div.Roles.Finance {
        background-color: #fec797;
    }
    div.Roles.Mechanical {
        background-color: #ffbc81;
    }
    div.Roles.Warehouse {
        background-color: #ffb26e;
    }
    div.Roles.Renting {
        background-color: #ffaa60;
    }
    div.Roles.ControlPanel {
        background-color: #ff9e49;
    }
*/

.requerido {
    background-color: #e7e7ff !important;
}
