body {
    background-color: #f1f1f1;
}
a, .btn-link {
    color: #0073aa;
}

.tooltip {
    display:inline;
    position:relative;
    opacity: initial;
}
.tooltip:active {
    text-decoration:none
}

.tooltip:active:after {
    background:#58abcf;
    background:rgb(88, 171, 207);
    border-radius:5px;
    bottom:18px;
    color:#fff;
    content:attr(title);
    display:block;
    left:50%;
    padding:5px 15px;
    position:absolute;
    white-space: pre-wrap;
    z-index: 98;
    max-width: 95px;
    font-family: Arial;
    font-size: 12px;
}
.tooltip:active:before {
    border:solid;
    border-color:#58abcf transparent;
    border-width:6px 6px 0 6px;
    bottom:12px;
    content:"";
    display:block;
    left:75%;
    position:absolute;
    z-index:99
}

#wpm-news-api-form {
    margin: 1rem 0;
}
#wpm-news-api-form input {
    min-width: 60%;
}

label {
    display: block;
}
label span {
    display: inline-block;
    min-width: 30%;
    line-height: 1.5rem;
}
input[type="submit"] {
    margin: 1.5rem 0;
    font-size: 1em;
}
.alignright {
    text-align: right;
    vertical-align: middle;
}
.nolink {
    cursor: auto;
}

.alert {
    margin: 1rem 0;
}

/* lightweight transparent background grey spinner */
.loader {
    color: #52accc;
    font-size: 2rem;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    max-width: 64px;
    display: inline-block;
    vertical-align: middle;
    margin: 20px 52px;
}
@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.previewImg {
    max-width: 100%;
    margin: 10px;
}
.card {
    height: 450px;
    overflow: auto;
}

#wpm-source-cat-form {
    font-size: 12px;
}
#wpm-source-cat-form input {
    width: 50%;
}
#wpm-source-cat-form label {
    display: inline-flex;
    width: 50%;
    color: #c4c4c4;
}
#wpm-source-cat-form label span {
    padding-right: 10px;
}

.row {
    padding: 7px;
}
.row-striped:nth-of-type(odd){
    background-color: #efefef;
}

.row-striped:nth-of-type(even){
    background-color: #ffffff;
}

#wpm-source-cat-form .btnsubmit {
    width: initial;
    margin: 30px auto;
    display: block;
}
.red_txt span {
    color: red;
}

.txtpreview {
    color: #c4c4c4;
}

.alert {
    max-width: 98%;
}

.catimg {
    width: 150px;
}

.dropdown-toggle:after {
    display: none;
}

.selected:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.selected {
    background-color: lightblue;
}

.fetchloadingtxt, .fetchurltxt, .helpurltxt, .apikey, .apiurl {
    display: none;
}

.row {
    margin-right: 0;
}

.alert-info {
    color: #0c5460;
    background-color: #f2f8f9;
    border-color: #bee5eb;
}

summary:focus {
    outline: 0;
}

.helpqmark {
    display: block;
    /* text-align: right; */
    padding: 30px 0 0 20px;
}

.qmark {
    padding: 20px;
    float: right;
}

.litevinfo {
    color: initial;
}
.litevinfo i, .locked {
    font-size: 1.5em;
}
.locked {
    margin-left: 10px;
}
