﻿.mp-main-div {
    background-image: url("/images/logon-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
    height: 100vh;
    width: 100%;
    /*text-align: center;*/
    position: relative;
}

.mp-logins-title-div {
    width: 100%;
    min-height: 150px;
    position: relative;
    /*background-color: yellow;*/    
    margin-bottom: 15px;
}

.mp-logins-title-txt {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    position: absolute;
    font: 600 22px "Opens Sans", Arial;
    color: rgba(0,0,0,0.8);
}

.mp-logins-data-div {
    width: 100%;
    position: relative;
}

.mp-logins-item-box-empty {
    width: 100%;
    height: 10px;    
}

.mp-logins-item-empty {
    width: 100%;
    height: 5px;
}

.mp-logins-item-box {
    width: 40%;
    min-height: 70px;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.07);
    box-shadow: 1px 2px 9px rgba(0,0,0,0.07);
    /*z-index: 100;*/
    position: relative;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    border-left: 5px solid transparent;
    /**/
    /*margin-bottom: 10px;*/
}

    .mp-logins-item-box:hover {
        cursor: pointer;
        background-color: rgba(255,228,181,0.2);
        border-right: 5px solid steelblue;
        background-color: rgba(255,255,255,0.3);
    }

.mp-logins-item-table {
    width: 100%;    
    vertical-align: middle;
    min-height: 70px;
    /**/
    /*padding: 10px 10px 10px 10px;*/
}

.mp-logins-item-td {
    vertical-align: middle;
    /*font: 100 17px Arial, "Opens Sans", Arial;*/
}

    .mp-logins-item-td.img {   
        text-align: center;
        width: 60px;
    }

    .mp-logins-item-td.type {
        width: 12%;
        font: 600 16px "Open Sans",Arial,sans-serif;
    }

    .mp-logins-item-td.code {
        width: 10%;
        font: 600 15px "Open Sans",Arial,sans-serif;
        color: rgba(0,0,0,0.7);
    }

    .mp-logins-item-td.name {
        max-width: 100%;
        font: 500 15px "Open Sans",Arial,sans-serif;
    }

    .mp-logins-item-td.empty {
        width: 15px;
    }


.mp-logins-item-agent-div {
    position: absolute;
    text-align: center;
    width: 100%;
    text-align: right;
    font: 600 10px "Open Sans",Arial,sans-serif;
    margin-top: -20px;
    margin-left: -10px;
    /* height: 2px;
    background-color: red;*/
}
.mp-logins-item-agent-lbl {
    position: absolute;
    font: 400 10px "Open Sans",Arial,sans-serif;
/*    margin-top: -115px;
    margin-right: 110px;*/
}

.mp-logins-item-img-div {

}

.mp-logins-item-img {
    width: 50px;
    margin-left: 0px;
}

.mp-logins-item-type {
    margin-left: 10px;
}

.mp-logins-item-name {
    /*padding: 10px 10px 10px 10px;*/

}

@media screen and (max-width: 1000px) {
    .mp-logins-item-box {
        width: 80%;
    }
}


@media screen and (max-width: 800px) {

    .mp-logins-item-box {
        width: 90%;
    }

    .mp-logins-item-td.type {
        width: 100px;
        font: 600 13px "Open Sans",Arial,sans-serif;
    }

    .mp-logins-item-td.name {
        max-width: 100%;
        font: 500 13px "Open Sans",Arial,sans-serif;
    }

}