/* Settings tab*/

.settings_tab {
    height: 45px;
    width: 162px;
    background-color: #265a86;
    border: 1px solid #265a86;
    border-radius: 6px 6px 0 0;
    margin-left: 15px;
    cursor: pointer;
    border-bottom: none;
    font-family: "Source Sans Pro Semibold" !important;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}

.settings_tab_selected {
    background-color: #ffffff;
    color: #265a86;
    margin-bottom: -5px;
    height: 50px;
    cursor: default;
}

.table-settings tr {
    display: table-row;
}

.table-settings th,
.table-settings td {
    display: table-cell;
    padding-right: 50px;
    color: inherit;
    padding-top: 15px;
}

.table-settings td:nth-child(3),
.table-settings td:nth-child(5) {
    padding-right: 20px;
}

.table-settings td.cycle_warning_label,
.table-settings td.eeva_tokens_warning_label {
    vertical-align: bottom !important;
}

.table-settings label,
.settings_header_text {
    font-family: "Source Sans Pro Semibold" !important;
    font-size: 18px;
}

.setting-edit .btn-control {
    border-style: solid;
}

.setting-edit .btn-control:hover {
    border-color: #285884;
}

.setting-edit .form-control {
    display: inline;
    width: 250px;
    height: 45px;
}

.setting-edit .form-control--modified {
    background: center right 10px url(/static/img/icons/status_edit_blue.svg) no-repeat;
    background-size: 16px;
}

.settings_header_text_selected {
    color: #265a86;
}

.system-settings-border {
    border-bottom: 1px solid #265a86;
    margin-top:20px;
}

.settings-table-header th:nth-child(6) {
    text-align: center;
}

.table-default tr.settings-table-header {
    border-bottom: 0;
    padding:10px 0px;
}

.settings-table-tbody tr {
    font-size:20px !important;
    max-height:120px;
    min-height:120px;
}

.settings-table-tbody tr td:nth-child(6) {
    background: rgba(39, 89, 133, 0.3);
    max-height:120px;
    min-height:120px;
}

/* System Settings tab */

.settings-select,
.center-label {
    font-size: 1.4em;
}

.settings-title {
    color: #265985;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
}

.cycle-warning-dropdown,
.eeva-tokens-warning-dropdown,
.language-dropdown {
    width: 350px;
    height: 45px;
    margin: auto;
    font-size: 20px;
}

/* External Services tab */

.settings-input {
    width:90% !important;
}

.settings-toggle {
    justify-content: center;
}

/* Eeva bridge related settings styles */

.settings-edit-icon {
    background: url("/static/img/icons/status_edit.svg") no-repeat center;
    background-color: #285884;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    padding: 8px;
}

.settings-edit-icon-active {
    background: url("/static/img/icons/status_edit_blue.svg") no-repeat center;
    background-color: #ffffff;
    border: 2px solid #285884;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    padding: 8px;
}

.settings-text {
    font-size: 16px;
    text-align: left;
    line-height: 2.5 !important;
}

.settings-text .service-status {
    margin-left: 10px;
}

.settings-sync-message {
    padding-left:15px;
}

.settings-status-icon {
    padding-left:15px;
}

.settings-status-icon img {
    height:24px;
}

.eeva-disabled,
.dana-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}