#speedy-translate {
    position: relative;
}

#speedy-translate > .filter > div > * {
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    height: 28px;
    margin: 3px 0;
    box-shadow: none;
}

#speedy-translate .chzn-container-single .chzn-single {
    box-shadow: none;
    background: #fff;
    padding: 2px 4px;
}

#speedy-translate .chzn-container-single .chzn-single,
#speedy-translate .chzn-drop {
    border-color: #ddd;
}

#speedy-translate.loader {
    opacity: .6;
}

#speedy-translate.loader:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url("../images/ajax-loader.gif") center no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000;
}

#speedy-translate .lang-value {
    width: 97%;
}

ul.spt-language-tab.nav {
    margin-bottom: 0;
    border-bottom: none;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    background: #fff;
    position: relative;
    z-index: 999;
    margin-top: -1px;
}

html[dir="ltr"] ul.spt-language-tab.nav {
    float: left;
}

html[dir="rtl"] ul.spt-language-tab.nav {
    float: right;
}

.tab-content.spt-tab-content,
.tab-content.spt-tab-content > .tab-pane {
    padding-bottom: 0 !important;
}

ul.spt-language-tab.nav > li,
.spt-tab-content.tab-pane > textarea {
    margin-bottom: 0 !important;
}

ul.spt-language-tab.nav > .active > a {
    background-color: #eee;
    border: none !important;
}

ul.spt-language-tab.nav > li > a {
    border: none;
    padding: 2px 7px;
    margin: 0;
    border-radius: 0;
}

.spt-tab-content .tab-pane > textarea,
.spt-tab-content .tab-pane > input[type="text"],
.spt-tab-content .tab-pane > input[type="email"],
.spt-tab-content .tab-pane > select {
    border-radius: 4px 4px 4px 0;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .spt-tab-content .tab-pane > textarea,
html[dir="rtl"] .spt-tab-content .tab-pane > input[type="text"],
html[dir="rtl"] .spt-tab-content .tab-pane > input[type="email"],
html[dir="rtl"] .spt-tab-content .tab-pane > select {
    border-radius: 4px 4px 0 4px;
    margin-right: 0 !important;
}

.spt-tab-content .tab-pane.active input {
    background: #EEE;
}

ul.spt-language-tab.nav > li {
    border-top: 1px solid #ccc;
}

ul.spt-language-tab.nav > li.active {
    border-top: 1px solid #EEE;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

html[dir="ltr"] ul.spt-language-tab.nav > li:first-child.active {
    border-left: 1px solid #EEE;
}

html[dir="rtl"] ul.spt-language-tab.nav > li:first-child.active {
    border-right: 1px solid #EEE;
}

ul.spt-language-tab.nav > li:last-child.active {
    border-right: 1px solid #EEE;
}

fieldset.adminform,
.tab-content .controls,
div.editor,
.spt-tab-content.type-editor {
    position: relative;
}

.spt-tab-content.type-editor {
    padding-top: 23px;
}

ul.spt-language-tab.type-editor {
    position: absolute;
    top: 0;
    border-radius: 4px 4px 0 0;
}

ul.spt-language-tab.type-editor > li.active {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #eee;
}

ul.nav.nav-tabs.spt-language-tab.type-media {
    margin-left: -1px;
    margin-top: -2px;
}

.tab-content .control-group {
    clear: both;
}

.k2ItemFormEditor .tab-pane {
    padding-top: 0;
}

#search-r .list-header {
    border-bottom: 1px solid #CCC;
    font-weight: bold;
}

#search-r .even {
    background: white;

}

#search-r .odd {
    background: #EEE;

}

#search-r .list-header > div,
#search-r .even > div,
#search-r .odd > div {
    padding: 10px;
}

#k2AdminContainer ul.spt-language-tab.nav > li {
    clear: none;
    width: auto;
    border-radius: 0;
    padding: 0;
}

.spt-alerts .alert {
    margin-top: 25px;
}

#search-r .list-row:hover {
    background: #fffbf1;
}

.spt-tab-content .chzn-container-single .chzn-single {
    border-radius: 5px 5px 5px 0;
}

#spt-dashboard .box {
    padding: 15px;
    margin: 5px;
    border: 2px solid #B42D2D;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    transition: .6s all ease;
}

#spt-dashboard .box:hover {
    background-color: #fafafa;
    border: 2px solid #257565;
}

#spt-dashboard .box a {
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #B42D2D;
}

#spt-dashboard .box:hover a {
    color: #257565;
}

#spt-dashboard .box a > span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}

#spt-dashboard .box a > i {
    font-size: 1.5em;
    margin: 20px auto;
}

#spt-dashboard .block:after {
    display: table;
    content: "";
    clear: both;
}

#spt-dashboard .block ul {
    list-style: none;
    margin: 0;
}

#spt-dashboard .logo {
    margin-bottom: 20px;
    margin-top: 5px;
    max-height: inherit;
}

#spt-dashboard .block label,
#spt-dashboard .block span,
#spt-dashboard .block a {
    display: inline-block;
}

#spt-dashboard .block label {
    font-weight: bold;
    color: #444;
    font-size: 12px;
    width: 230px;
    max-width: 100%;
}

#spt-dashboard .block span:not(.label),
#spt-dashboard .block a {
    color: #565656;
}

#spt-dashboard ul.dashboard-info li {
}

.dashboard-ext-info li {
}

.dashboard-ext-info li label {
    line-height: 25px;
    background: #EEE;
    padding-left: 5px;
}

.dashboard-ext-info {
    margin-bottom: 15px;
}

#spt-dashboard .placeholder {
    height: 0;
    opacity: 0;
    transition: .2s all ease;
}

#spt-dashboard .placeholder .btn {
    cursor: pointer;
    position: relative;
    z-index: 999;
    outline: none;
    display: inline-block;
}

#spt-dashboard .placeholder .btn > i {
    font-size: 12px;
    margin: 0;
}

#spt-dashboard .placeholder.active {
    height: auto;
    opacity: 1;
}

#spt-dashboard .placeholder input[type="file"] {
    opacity: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
}

#spt-dashboard .placeholder .progress {
    height: 6px;
    margin-top: 3px;
    display: none;
}

#spt-dashboard .placeholder .progress.active {
    display: block;
}

.progress-syntax {
    margin-top: 15px;
}

#contentModal .CodeMirror,
#contentModal .modal-body {
    height: 550px;
    max-height: 100%;
}

#contentModal .CodeMirror-activeline-background {
    background: #f9a534;
}

@media (max-width: 767px) {
    #spt-dashboard .box {
        margin: 5px 0 5px 0;
    }
}

#speedy-translate .filter {
    border: 1px solid #CCC;
    border-radius: 5px;
    background: #eee;
    padding: 15px;
}

#speedy-translate .filter input,
#speedy-translate .filter select {
    margin: 0;
}

#speedy-translate .filter .chzn-container,
#speedy-translate .filter .chzn-drop {
    width: 100% !important;
}

.spt-tab-content .tab-pane {
    position: relative;
}

.spt-tab-content .spt-hint {
    position: absolute;
    left: 5px;
    top: -18px;
    padding: 1px;
    font-size: 13px;
    font-style: italic;
    color: teal;
}

.spt-tab-content .spt-hint > button {
    border: none;
    color: teal;
    background-color: transparent;
    outline: 0 !important;
}

.spt-btn-hint {
    background: cornsilk;
    border-left: 1px solid lightgray;
}
