body {
    background: #f0f0f1;
}
#sez_sync_modal {
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba( 255,255,255,0.95);
    z-index: 99999;
}
#sez_sync_modal.active {
    display: block;
}
.sez-topbar {
    background: #4d4d4d;
    padding: 3px 5px;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.sez-bubble {
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background: #FF5F57;
    margin: 0 3px;
    display: inline-block;
}
.sez-bubble:nth-of-type(2){
    background: #FFB600;
}
.sez-bubble:nth-of-type(3){
    background: #28C840;
}
.sez-console-title {
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 4px;
    font-weight: bold;
}
#sez-blackbox {
    background: #1a1a1a;
    border-radius: 0 0 10px 10px;
    height: 500px
}
#sez-blackbox > .sez-blackbox-content {
    padding: 20px;
    overflow-y: scroll;
    height: 100%;
}
#sez-blackbox > .sez-blackbox-content p,
.easysync-last-merge-log-blackbox p {
    color: #ffffff;
    margin: 3px 0;
}
.sez-hidden {
    display: none;
}
.sez-active {
    display: block;
}
#sez_sync_modal_close_button {
    position: absolute;
    top: 30px;
    right: 10px;
    height: 40px;
    width: auto;
}
#sez_sync_modal_close_button:hover {
    cursor: pointer;
}
button.easysync-dynamic > span:nth-of-type(2),
button.easysync-dynamic.processing > span:nth-of-type(1){
    display: inline;
}
button.easysync-dynamic > span:nth-of-type(1),
button.easysync-dynamic.processing > span:nth-of-type(2){
    display: none;
}



.nav-tab:focus, .nav-tab:hover {
    /* box-shadow: none; */
}
.postbox {
    padding: 30px;
}
.btn-group-lg>.btn, 
.btn-lg {
    min-width: 150px;
}
.easysync-hyperlink {
    color: #0d6efd;
    text-decoration: underline;
}
.easysync-hyperlink:hover {
    cursor: pointer;
}
.easysync-current-time-label, .easysync-current-time {
    display: inline-block;
    padding: 7px;
}
.easysync-current-time-label {
    background: #b7b7b7;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #FFF;
    margin-right: 0;
    text-shadow: 0 1px 2px rgb(0 0 0 / 40%);
}
.easysync-current-time {
    background: #f1f1f1;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: -3px;
}
.easysync-site-details {
    margin: 25px 0;
    font-size: 13px;
}
.easysync-site-details > span {
    margin: 0 10px;
}
.easysync-site-details > span:nth-of-type(1){
    margin-left: 0;
}
.easysync-site-details > span > span {
    font-weight: bold;
}
#easysync-last-merge-log-modal > .modal-dialog {
    max-width: 750px;
}
.easysync-last-merge-log-blackbox {
    background: #1a1a1a;
}
.easysync-last-merge-log-blackbox-content {
    max-height: 350px;
    overflow-y: scroll;
    padding: 20px;
    background: #1a1a1a;
}
#easysync-nav-tab-settings-content table td span {
    font-size: 13px;
}
#easysync-nav-tab-advancedtools-content table tr td {
    padding-top: 20px;
}
#easysync-nav-tab-advancedtools-content table tr > td:nth-of-type(2) button {
    margin-bottom: 7px;
}
#easysync-nav-tab-advancedtools-content table tr > td:nth-of-type(2) .spinner-border {
    margin-right: 5px;
}
#easysync-nav-tab-advancedtools-content .easysync-advancedtool-response {
    font-size: 13px;
    padding-left: 10px;
}
#easysync-nav-tab-advancedtools-content .easysync-advancedtool-response > .easysync-advancedtool-fail,
.easysync-response-fail,
.easymerge-status-fail {
    color:red;
}
#easysync-nav-tab-advancedtools-content .easysync-advancedtool-response > .easysync-advancedtool-success {
    color:green;
}
.easysync-response-fail {
	font-weight: bold;
}
.easymerge-single-line-field {
    position: relative;
    max-width: 400px;
}
.easymerge-single-line-field input {
    width: 100%;
    padding-right: 85px;
}
.easymerge-single-line-field button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 75px;
    border-radius: 0 .25rem .25rem 0;
}
#easymerge-toggle-update-license + div {
    display: none;
}
#easymerge-toggle-update-license.active + div {
    display: block;
}