.page-container-color{background-color:#EEF5F9;}
.vh-70{height: 70vh;}
.w-95{width:95%!important;}
.w-60{width:65%!important;}
div.display-custom{display: none!important;}
/* Action - modal */
.a-modal{
    z-index: 10;
    background-color:rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.a-modal-dialog{
    padding: 20px 10px;
    margin: 18.75rem auto;
    border-radius: 15px;
    background: #fff;
    width: auto !important;
    max-width: 1000px;
}

.modal-content{
    border: none;
}

.modal-header{
    height: 50px;
}

.modal-body{
    text-align: center;
    height: auto;
}

/* Action - search bar*/
.search-container{
    width: 22%;
    position: relative;
    bottom: 55px;
    float: right;
}

.search-container .search {
    width: 75%;
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border-radius: 5px 0 0 5px;
    border: none;
}

.btn-action{
    width: 4.5em;
    position: absolute;
    float: right;
    padding: 6px 10px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.btn-action:hover {
    background: #ccc;
}

.search-container button{
    width: 90px;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    border-radius: 0 5px 5px 0;
}
/* Action - button repair  */
.btn-repair{
    position: absolute;
    margin-left: 5px;
    height: 36px;
    padding: 3px 10px;
    background: #ddd;
    font-size: 17px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.btn-repair:hover {
    background: #ccc;
}

/* Mods - select action */
.mods-acton-container{
    width: 22%;
    position: relative;
    bottom: 55px;
    float: right;
}

.even, .odd  {
    height: 65px;
}

.select-mods-acton-container{
    position: relative;
    width: 60%;
    height: 40px;
    left: 90px;
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border-radius: 0 5px 5px 0;
    border: none;
}

.mods-action-p{
    position: absolute;
    background: #ddd;
    width: 90px;
    text-align: center;
    height: 40px;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    border-radius: 5px 0 0 5px;
}

.synchro-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    bottom: 20px;
}

.synchro-form-class{
    padding: 0 70px 0 0;
}

.synchro-info{
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.synchro-text{
    font-weight: bold;
}
.synchro-text:before {
    content: attr(data-hover);
    visibility: hidden;
    opacity: 0;
    width: 11%;
    background-color: #333333;
    color: #fff;
    font-size: 80%;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    transition: opacity 1s ease-in-out;

    position: absolute;
    z-index: 1;
    left: 80%;
    top: 30%;
}

.synchro-text:hover:before {
    opacity: 1;
    visibility: visible;
}

.synchro-red-light{
    width: 20px;
    height: 20px;
    margin: 0 5px 0 20px;
    background: #DC143C;
    border-radius: 50%;
}
.synchro-green-light{
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    margin-right: 10px;
}

.synchro-start-btn{
    width: 12em!important;
    margin: 0 60px 0 0!important;
    position: relative!important;
    bottom: 8px !important;
}

/* Mods - form to add/edit mods */
.add-mods-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.mods-copy-container{
    width: 22%;
    align-self: flex-end;
    position: relative;
    top: 80px;
}

.label-copy-p{
    align-self: flex-end;
    position: relative;
    font-weight: bold;
    top: 100px;
    right: 10%;
}

.select-mods-copy-container{
    position: relative;
    width: 60%;
    height: 40px;
    left: 90px;
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border-radius: 0 5px 5px 0;
    border: none;
}

.mods-copy-p{
    position: absolute;
    background: #ddd;
    width: 90px;
    text-align: center;
    height: 40px;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    border-radius: 5px 0 0 5px;
}

.add-mod-container {
    margin: 55px auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.2em;
}

.edit-mod-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 70%;
}

.add-mod-container .edit-mod-form .form-group{
    margin: 20px 10px;
    width: 45%;
}

.m-add-container-id, .m-add-container-default_map{
    width: 25% !important;
}

.add-mod-container form div:nth-child(9), .add-mod-container form div:nth-child(8){
    width: 18% !important;
    padding-top: 40px ;
}

.m-add-container-plans{
    order: 8;
    width: 22% !important;
}

.m-add-container-description{
    order: 9;
    width: 68% !important;
}

.add-mod-container h1{
    font-size: 2em;
    padding-right: 50px;
}

.m-add-form-title, .m-add-form-version, .m-add-form-label, .m-add-form-alias{
    width: 100%;
}

.m-add-form-description{
    width: 100%;
    height: 300px !important;
    border-radius: 5px;
}
.m-add-form-submit{
    float: right;
}

/* Mods - select plans for mods */
.multiselect-mods-plans {
    width: 200px;
    z-index: 7;
    position: absolute;
}

.selectBox-mods-plans {
    position: relative;
}

.selectBox-mods-plans select {
    width: 100%;
    font-weight: bold;
}

.overSelect-mods-plans {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes-mods-plans {
    display: none;
    background: #fff;
    border: 1px #dadada solid;
}

#checkboxes-mods-plans label {
    display: flex;
    padding-left: 10px;
    height: 50px;
    font-size: 0.8em;
}

#checkboxes-mods-plans label:hover {
    background-color: #ddd;
}

#checkboxes-mods-plans label p {
    padding: 10px 0 0 8px;
}

/* Mods - upgrade to section*/
.upgrade_to_container{
    width: 35%;
    display: flex;
    margin-top: 10px;
    justify-content: right;
}

.select-upgrade-to-mods-container{
    position: relative;
    width: 60%;
    height: 40px;
    font-size: 17px;
    margin-right: 10px;
    border-radius: 0 5px 5px 0;
    border: none;
}

/* Mods - actions buttons in add/edit form */
.btn-mods-edit {
    position: relative !important;
}

.btn-mods-edit-submit, .btn-mods-edit-cancel, .btn-mods-edit-remove, .btn-mods-add-cancel, .btn-mods-add-submit{
    order: 10;
    position: relative !important;
    margin-top: 40px;
    font-weight: bold;
    width: 120px;
    height: 60px;
}

.btn-mods-edit-remove{
    margin-right: 750px !important;
}

/* Mods - upload a mod section*/
.upload_mod_container{
    width: 45%;
    display: flex;
    margin-top: 10px;
    flex-direction: column;
}

.admin-upload-mod-form{
    width: 100%;
    align-self: center;
    flex-direction: column;
}

.admin-upload-mod-form div {
    width: 100%;
}

.d-container-layout{
    margin: 10px 0 10px 0;
}

.d-container-title{
    display: flex;
    flex-direction: row;
    max-width: 100%;
    height: 50px;
    align-items: center;
    background: #FFF;
    border-radius: 10px;
    padding: 0 30px 0 30px;
    transition: all 0.2s;
}

.d-container-title.show{
    transition: all 0.5s;
    border-radius: 10px 10px 0 0;
}

.d-container-title .fa-atom {
    padding-right: 10px;
}

.u-shape{
    margin-left: auto;
}

.u-shape-svg{
    transition: all 0.5s;
    transform: rotate(90deg);
}

.u-shape-svg.show{
    transition: all 0.5s;
    transform: rotate(180deg);
}

.d-container-content.show {
    max-width: 100%;
    height: auto;
    align-items: center;
    background: #FFF;
    margin-top: 5px;
    border-radius: 0 0 10px 10px;
    padding: 20px 30px 20px 30px;
    word-break: break-all;
    transition: all 0.5s;
    opacity: 1;
    overflow: visible;
}

.d-container-content {
    transition: all 0.2s;
    height: 0;
    opacity: 0;
    overflow: hidden;
}