.selector {
    width: 1200px;
    float: left;
}

.selector select {
    width: 580px;
    height: 17.2em;
}

.selector-available, .selector-chosen {
    float: left;
    width: 580px;
    text-align: center;
    margin-bottom: 5px;
}

.text-center {
    text-align: center!important;
}

.text-success {
    color: #28a745!important;
}

.text-danger {
    color: #dc3545!important;
}

.text-warning {
    color: #ffc107!important;
}

.bg-gray {
    background:#f8f8f8!important;
}

/* Sync Config*/
#message.d-none {
    display: none;
}

#message div {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 1050;
    color: #ffc;
}
#message div.backdrop {
    background-color: black;
    opacity: 0.8;
}

#message #mesage-content {
    z-index: 1060;
    padding-top: 5%;    
}

#mesage-content h3{
    color: #fff;
}