﻿.rights-details-container {
    width: 100%;
    text-align: center;
    z-index: 999;
    position: absolute;
}

.rights-details-box {
    width: 90%;
    /*min-height: 500px;*/
    background-color: ivory;
    z-index: 999;
    box-shadow: 1px 2px 9px rgba(0,0,0,0.07);
    border-radius: 12px;
    display: inline-block;
    margin-top: 120px;
    background-color: white;
    border: 8px solid rgba(0,0,0,0.1);
    min-height: 300px;
    /**/
    min-height: 400px;     
    
}

.rights-details-title {
    font: 700 22px "Open Sans",Arial;
    color: rgba(47,79,79,1);
    margin-top: 10px;
    margin-bottom: 20px;
}

.rights-details-btn-close-div {
    /*position: absolute;*/
    width: calc(100% - 150px);
    margin-top: -55px;
    /**/
    /* background-color: red;*/
    height: 60px;
    width: calc(100%);
    text-align: right;
}

.rights-details-btn-close {
    /*position: absolute;*/
    /*right: 20px;*/
    /*margin: auto;*/
    /*z-index: 9;*/
    margin-top: -5px;
}

.rights-details-part12 {
    width: 100%;
    /*position: relative;*/
    height: 500px;
    /**/
    /* background-color: yellow;*/
    /* display: flex;*/
}

.rights-details-part1 {
    display: inline-block;
    width: 47%;
    left: 10px;
    float: left;
    min-width: 500px;
    /*max-width: 400px;*/
}

.rights-details-part2 {
    float: left;
    display: inline-block;
    width: 47%;
    right: 0px;
    min-width: 500px;
    /* max-width: 400px;*/
}

.rights-check-config {
    /*display: table;*/
    text-align: left;
    /**/
    /*min-height: 130px !important;*/
    font-size: 9px !important;
}

.rights-bottom-div {
    width: 100%;
    height: 25px;
    display: block;
}

.rights-details-btn-create-div {
    position: absolute;
    text-align: left;
    display: inline-block;
}

.rights-details-btn-create {
    margin-top: -25px;
    margin-left: 10px;
    background-color: rgba(0,0,0,0.02);
    padding: 7px;
    border: 1px solid rgba(0,0,0,0.03)
}

.rights-details-create-name-container {
    margin-bottom: 20px;
}

.rights-details-create-name-txt {
    width: calc(100% - 30px);
    margin-left: 15px;
}

.rights-details-btn-save-cancel-container {
    width: calc(100% - 60px);
    margin-left: 30px;
    display: block;
    text-align: right;
    min-height: 40px;
    margin-top: 20px;
    position: static;
    /**/
    margin-top: 60px;
    /**/
    margin-top: 90px;
}

.rights-details-btns-div {

}

.rights-details-btn-save {
    display: inline-block;
    padding: 5px 15px 3px 15px;
    margin-right: 10px;
}

.rights-details-btn-cancel {
    display: inline-block;
    padding: 5px 15px 3px 15px;
}

.rights-details-btn-delete {
    display: inline-block;
    padding: 5px 15px 3px 15px;
    margin-right: 10px;
}

.rights-details-btn-save-cancel-bottom {
    width: 100%;
    height: 30px;
    /**/
    /*height: 50px;*/
}

.rights-details-nodel-info {
    position: absolute;
    color: darkred;
    font: 500 14px "Open Sans", Arial;
    padding: 5px 15px 6px 15px;
    background-color: rgba(0,0,0,0.05);
    border-radius: 99px;
    /**/
    /*margin-top: 30px;*/
}

@media screen and (max-width: 1200px) {

    .rights-details-nodel-info {
        display: none;
    }

    /**/

    .rights-details-btn-save-cancel-container {
        /*position: relative;*/
        float: right;
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .rights-details-btns-div {
        /*position: relative;*/
        /*float: right;*/
        /*width: 100%;*/
        /**/
       /* height: 2px;
        background-color: red;
        bottom: 10px;*/
    }

    .rights-details-box {
        /*bottom: 1px;*/
        /*margin-bottom: 10px;*/
        /*margin-top: -150px;*/
    }

}

/*700*/
@media screen and (max-width: 700px) {

    .rights-details-btn-delete {
        position: relative;
        left: auto;
        padding: 5px 7px 5px 7px;
        font-size: 10px;
        margin-right: 5px;
    }

    .rights-details-btn-cancel {
        padding: 5px 7px 5px 7px;
        font-size: 10px;
    }

    .rights-details-btn-save {
        padding: 5px 7px 5px 7px;
        font-size: 10px;
        margin-right: 5px;
    }

    /* .rights-details-part1 {
        display: block;
        width: 300px !important;
    }
    .rights-details-part2 {
        display: block;
        width: 300px !important;
    }*/

}
