.full-screen-modal {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    position:fixed;
    overflow-y:auto;
    overflow-x:hidden;
    outline: 0 none;
    z-index: 1050;
    background-color:#2a2d27;
}
.full-screen-modal-white {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    position:fixed;
    overflow-y:auto;
    overflow-x:hidden;
    outline: 0 none;
    z-index: 1050;
    background-color:#fff;
}
.priorModalArea {
    position: fixed;
    width: 100% !important;
    left: 0%;
    margin: auto;
}
.modalSelectItemArea {
    max-width: 1200px !important;
    padding-top: 5%;
}
.modalItemSelect {
    height:     75px;
    max-width:  1200px; 
    font-size:  30px;
    color:      #fff;
    font-weight: lighter;
    border-style: hidden;
    outline:    0;
    border:     none;
    margin:     0px;
    padding:    0px;
}
.modalItemSelect p {
    text-align: center;
}
.modalItemSelect:hover {
    background: #22241f;
}
.modalAreaTop {
    border-bottom: 1px solid transparent;
    background: #7cc242;
    text-align: center;
    padding: 15px;
}
.modalAreaTop h3 {
    color: #fff;
}
.modalContent{
    position: relative;
    background-color: #ededed;
    text-align: center;
    padding: 15px;
    font-size: 16px;
}
.modalAreaBottom {
    border-top: 1px solid transparent;
    background: #ededed;
    padding: 15px;
}
.modalAcceptButton {
    color: #fff;
    height: 40px;
    width: 150px;
    font-size: 16px;
    border-radius: 2px;
    font-weight: bold;
}
.full-screen-modal .modal-dialog {
    z-index: 1000;
}

.full-screen-modal-content .modal-body {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.select-btn-xlarge {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 50px;
}

.warningDialog .modal-content {
    background-color: #f0ad4e;
}
/*INFO MODAL*/
.closeMenuButtonInfo {
    font-size: 38px;
    color: #555;
    cursor: pointer;
    height: 40px;
    width: 40px;
    margin-top: 7px;
    text-align: center;
    float: right;
}
.infoModalArea {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
}
.itemBorderInfo{
    border-bottom: 3px solid #555;
    max-width: 1200px;
}
.itemBorderInfo:last-child {
    border-bottom: 3px solid transparent;
    max-width: 1200px;
}
.attributeName {
    height: 50px;
    background: transparent;
    font-weight: bold;
    border:     none;
    text-align: right;
    font-size: 20px;
    padding: 10px;
    border-right:3px solid #555;
}
.attributeItem {
    height: 50px;
    background: transparent;
    font-weight: bold;
    border:     none;
    text-align: center;
    font-size: 20px;
}
.attributeUnit {
    height: 50px;
    background: transparent;
    font-weight: bold;
    border:     none;
    text-align: left;
    font-size: 20px;
    padding: 10px;
    border-left:3px solid #555;
}