/*
 * DetailViews.css

 * Copyright (c) 2017, Brandon Crosby, Commit3x LLC
 */

/*

    The 'Edit' details view of single Sentences and Rules;
    maybe the 'Issues' area.



*/

.MAE-Back{
    float:right;
    height:40px;
    width: 60px;
    font-size: large;
}


/*

Edit Sentences

*/

#MAESS-sentence,#MAESR-rule {
    width: calc( 100% - 200px );
    font-size:large;
    font-weight:bold;
    position: relative;
}

#MAESS-desc,#MAESR-desc {
    width: calc(100% - 15px);
    margin-left:5px;
    margin-right:10px;
}

#main-area-edit-specific-sentence>ul {
    list-style-type:none;
}


.MAESS-rule-active {
    font-weight:bold;
}

.MAESS-sentence-choice {
    width:calc(100% - 300px);

}

.MAESS-rule-versions{
    list-style-type:upper-alpha;
}

.MAESS-rule-active {
    font-weight:bold;
}
.MAESS-rule-versions {
    display:none;
}
.MAESS-rule-detailed.MAESS-rule-versions {
    display: block;
    background-color:#e5ffe1;
    margin:10px;
    border:3px solid #e5ffe1;
}

.MAESS-rule-remove-btn {
    margin-top:10px;
    margin-left:-30px;
}

.MAESR-rule-active,.MAESR-rule-active input[type="text"]{
    font-weight:bold;
    font-size:large;
}
.MAESR-rule-active input[type="button"] {
    visibility: hidden;
}

/*

Edit Rules

*/
#MAESR-rule-alternatives{
    list-style-type:upper-alpha;
    
}