.nav-md .logo {
    max-width: 100px;
}

.nav-sm .logo {
    max-width: 50px;
}

.Button {
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
    background: #fbfcfd;
    border: 1px solid #ddd;
    color: #727479;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    border-radius: 4px;
}

@media screen and (min-width: 80em) {
    .Button {
        padding: 0.75rem 1rem;
    }
}

@media screen and (min-width: 120em) {
    .Button {
        padding: 1rem 1.5rem;
    }
}

.Button--primary {
    color: #fff;
    background: #509ee3;
    border: 1px solid #509ee3;
}

.Button--primary:hover {
    color: #fff;
    border-color: rgb(72, 142, 204);
    background-color: rgb(72, 142, 204);
}

.Button--secondary {
    color: #fff;
    background: #28a745;
    border: 1px solid #28a745;
}

.Button--danger {
    color: #fff;
    background: #d9534f;
    border: 1px solid #d43f3a;
}

.Button--danger:hover {
    color: #fff;
    border-color: #c9302c;
    background-color: #c9302c;
}

.add-label {
    padding: 6px;
    height: 20px;
    display: inline-table;
    color: #5897fb;
}

#filtersForm {
    padding-left: 1px;
}

#filtersForm .btn-success:not(.add-filter) {
    padding: 6px 16px;
}

#filtersLabel,
.filtersTemplate,
.conditionsTemplate,
.outputTemplate {
    display: none;
}

.filtersTemplate {
    margin-top: 5px;
}

.filterValues,
.conditionValues,
.outputValues,
.filterInput {
    width: auto;
    max-width: 117px;
    display: inline-block;
    padding: 5px;
    height: 38px;
    vertical-align: middle;
}

.popover-link {
    text-decoration: underline;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
}

label {
    display: block;
    margin-top: 5px;
}

.dataTables_filter label {
    display: inline-block;
}

.centered-column {
    text-align: center;
    vertical-align: middle;
}

.Button--primary:disabled {
    background-color: #eee;
    border-color: #ccc;
    color: #555;
    cursor: not-allowed;
}

.modal-title {
    display: inline-block;
}

@media (max-width: 576px) {
    .col-sm-12 {
        width: 100%;
    }
}

.navbar-nav .open .dropdown-menu.msg_list,
.navbar-nav .show .dropdown-menu.msg_list {
    max-height: 500px;
    overflow: auto;
    display: block;
}

.big-checkbox {
    height: 25px;
    width: 25px !important;
}

.sync-loading-container {
    background: #ededed;
    height: 55px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.statContainer {
    background: #ffffff;
    margin-bottom: 20px;
    /*margin: 20px;*/
    /*padding: 0 !important;*/
    /*-webkit-box-shadow: 10px 10px 16px -6px rgba(0, 0, 0, 0.57);*/
    /*-moz-box-shadow: 10px 10px 16px -6px rgba(0, 0, 0, 0.57);*/
    /*box-shadow: 10px 10px 16px -6px rgba(0, 0, 0, 0.57);*/
}

.statHeader h5 {
    color: #ffffff;
    padding: 10px;
    margin: 0;
    font-size: 15px;
}

.statHeader {
    background-color: #0e90d2;
    border: solid #0f90d2 1px;
    border-bottom: solid #ececec 1px;
}

.statBody {
    border: solid #dcdcdc 1px;
    border-top: 0;
}

.statDescription {
    padding: 9px 0 0 0;
    margin: 0;
    font-size: 13px;
}

.danger-row {
    background-color: #f2dede;
}

.success-row {
    background-color: #dff0d8 !important;
}
.info-row{
    background-color: #efefef !important;
}
.red-row {
    background-color: #ffcccc !important;
}

.blue-row {
    background-color: #a7dfef !important;
}

.stat-table th,
.stat-table td {
    padding: 8px;
}

.badge-notify {
    background: red;
    position: relative;
    top: -20px;
    left: -35px;
}

#fallback_alert {
    color: red;
    font-weight: bold;
}

.error_row,
.error_row td {
    background: #d87d89;
}

.warning_row,
.warning_row td {
    background: #f5f371;
}

.underlined-links-table a {
    text-decoration: underline;
}

#refreshCache {
    font-size: 38px;
    margin-left: -28px;
    color: green;
}

#refreshCache:hover {
    cursor: pointer;
}

#lastSyncDate {
    text-decoration: underline;
}

#showNotifBtn {
    font-size: 36px;
    padding: 0 16px;
}

#yahooShowNotifContainer {
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_processing {
    padding: 0;
    background: transparent;
    border: none;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.changeActive.btn-success {
    border: 2px solid #169f85;
    width: 24px;
    height: 24px;
}

.saveKeywordChanges {
    font-size: 1.6rem;
    color: green;
    cursor: pointer;
}

.cancelKeywordChanges {
    font-size: 1.6rem;
    color: red;
    cursor: pointer;
}

.tmpFix {
    margin-top: 80px;
}

.actionPending {
    font-size: 1.4rem;
}

#snoozeDropdownMenu {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.snoozeDropdownMenu {
    min-width: 92px !important;
}

.snoozeDropdown a {
    padding: 10px !important;
}

#snoozeTime {
    color: green;
}

@media (max-width: 767px) {
    .page-title .title_left.full-width-on-mobile {
        width: 100%;
    }

    .page-title .title_left.full-width-on-mobile #showNotifBtn {
        font-size: 20px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .page-title .title_left.full-width-on-mobile .badge-notify {
        top: -10px;
        left: -25px;
    }

    .page-title .title_left.full-width-on-mobile #refreshCache {
        font-size: 25px;
    }

    .dataTables_wrapper {
        overflow-y: auto;
    }

    .dataTables_filter {
        float: left;
    }

    .snoozeDropdownMenu {
        min-width: 75px !important;
    }
}

.labelFilterLabel {
    display: none;
}

.labelFilterSelect {
    width: 97%;
    display: none;
}

.flow-test {
    vertical-align: middle;
    display: inline-block;
}

.outputs {
    white-space: nowrap;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    margin-bottom: 15px;
}

.outputs::-webkit-scrollbar {
    height: 9px;
}

/* Track */
.outputs::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.outputs::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.74);
    border-radius: 5px;
}

/* Handle on hover */
.outputs::-webkit-scrollbar-thumb:hover {
    background: rgba(85, 85, 85, 0.53);
}

.output-table {
    table-layout: fixed;
    margin: 30px 0px 0px 0px;
}

.output-table td,
.output-table th {
    border-collapse: collapse;
    border: 1px solid #ddd;
    min-width: 350px;
}

.output-table td {
    padding: 5px 10px;
    height: 35px;
}

.output-table th {
    padding: 20px 7px;
}

.output-table th .form-control {
    max-width: 150px;
    display: inline-block;
}

.input-radio-container input {
    width: 25px;
    height: 25px;
}

.input-radio-container span {
    font-size: 1.7rem;
    margin-top: -16px;
    display: inline-block;
    vertical-align: middle;
}

#inputOptionModelContainer {
    margin-bottom: 10px;
}

.input-option-info {
    font-size: 2rem;
    float: right;

    border-color: #2e6da4;
}

.tooltip-inner {
    white-space: pre-wrap;
}

#uploadResultsContainer {
    position: absolute;
    top: 0;
    z-index: 3;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    margin-left: 230px;
    padding: 0 10px;
}

#uploadResultsContainer .close {
    font-size: 60px;
}

@media (max-width: 991px) {
    #uploadResultsContainer {
        margin: 0;
    }
}

.legend-block {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid;
    margin-bottom: 20px;
    margin-left: 10px;
}

#downloadFormat {
    margin-left: 15px;
}

.fsTestGroupCheckbox {
    max-width: 24px;
    box-shadow: none;
    display: inline-block;
    float: right;
    margin: 0 !important;
}

.fsTextGroupSpan .form-control {
    width: 90%;
    display: inline-block;
}

.fsTextGroupSpan span {
    margin-top: 3px;
    margin-left: 5px;
}
.flow-position-row-6{
    background-color:#87cefd !important;
    }
.flow-position-row-4{
background-color:#FEDF89 !important;
}
.flow-position-row-3{
    background-color:#FEC84B !important;
}
.flow-position-row-2{
    background-color:#FDB022 !important;
}
.flow-position-row-1{
    background-color:#F79009 !important;
}
