﻿.roles-body {
    height: 100vh;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 798px;
}

.roles-container-pnl {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: block;
}

.roles-box-pnl {
    box-shadow: 2px 3px 9px rgba(0,0,0,0.2);
    border: rgba(0,0,0,0.03);
    background-color: white;
    max-width: 500px;
    margin-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 6px;
}

.roles-box-title {
    margin-top: -5px;
    font: 600 17px "Open Sans",Arial, sans-serif;
    color: rgba(47,79,79,0.9);
}

.roles-data-pnl {
    width: calc(100% - 40px);
    margin-left: 20px;
    height: calc(100% - 20px);
    margin-top: 20px;
    margin-bottom: 20px;
}

.roles-entercode-pnl-code {
    width: 100%;
    text-align: center;
    margin: 20px 0 20px 0;
}

.roles-entercode-pnl-btn {
    width: 100%;
    text-align: right;
    margin-top: 15px;
}

.roles-mosaik-text {
    display: none;
    font: bolder 31px 'Open Sans', sans-serif;
    text-align: center;
    width: 100%;
    letter-spacing: 5px;
    color: rgba(55,103,175,1);
    text-shadow: 11px 5px 17px rgba(0,0,0,0.35);
    padding-top: 5px;
}

.roles-btn {
}

    .roles-btn.ok {
    }

    .roles-btn.cancel {
        margin-top: -3px;
    }

.roles-card-title {
    text-align: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    font: 500 29px "Roboto";
    color: rgba(0,0,0,0.65);
}

.roles-card-box-container {
    margin: 20px;
    
}

.roles-card-box {
    border: 1px solid rgba(0,0,0,0.05);
    min-height: 100px;
    border-radius: 6px;
    min-width: 300px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 2px 3px 9px rgba(0,0,0,0.07);
    /**/
    display: block;
    background-color: white;
}

.roles-card-box-table {
    min-height: 100px;
    vertical-align: middle;
    margin: 10px 10px 10px 10px;
}

.roles-card-box-div-img {
    width: 13%;
    /*background-color: yellow;*/
}

.roles-card-box-img {
    height: 80px;
    margin-left: 10px;
    border-radius: 9px;
}

    .roles-card-box-img.person {
        height: 70px;
    }

    .roles-card-box-img.company {
        margin-left: 15px;
        height: 60px;
        margin-left: 10px;
    }

.roles-card-box-div-name {
    width: 72%;
    text-align: left;
   /* background-color : red;*/
    /**/
    width: 65%;
}

.roles-card-box-name {
    font: 500 17px "Roboto";
    color: rgba(0,0,0,0.9);
    /*margin-left: -5px;*/
}

.roles-card-box-name-add {
    font: 500 14px "Roboto";
    color: rgba(0,0,0,0.5);
    /*margin-left: 0px;*/
}

.roles-card-box-div-btn {
    width: 10%;
    right: 0px;
    text-align: right;
    /**/
    /*background-color: green;*/
    width: 18%;
}

.roles-card-box-btn {
    right: 15px;
    padding: 12px 20px 11px 20px;
    font: 500 13px "Roboto";
}

@media screen and (max-width: 800px) {

    .roles-card-box-div-img {
        width: 23%;
    }

    .roles-card-box-div-name {
        width: 45%;
    }

    .roles-card-box-div-btn {
        width: 30%;
        /*background-color: yellow;*/
    }

    .roles-card-box-name {
        font: 500 12px "Roboto";
    }

    .roles-card-box-name-add {
        font: 400 12px "Roboto";
        color: rgba(0,0,0,0.6);
    }

    .roles-card-box-btn {
        right: 10px;
    }
}

@media screen and (max-width: 800px) {
    .roles-mosaik-text {
        display: block;
    }

    .roles-container-pnl {
        padding-left: 20px;
        padding-right: 20px;
    }

    .roles-box-pnl {
        margin-top: 20px;
    }
}
