<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Loading */

/* Export import*/
div#settings-tabs {
    max-width: 800px;
}
.total-data-found,.completed-import {
    margin: 10px 0;
}
span.importing {
    display: block;
    margin: 5px 0;
}

/* meta panel css */
div#rt-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: rgba(0,0,0,.7);
    top: 0;
}
span.rt-loading {
    display: block;
    top: 50%;
    position: fixed;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.tlp_loading{
    background: url('../images/loading.gif') no-repeat center center;
    padding: 11px;
}
.post-type-team .ui-sortable tr:hover {
    cursor: move;
}
.post-type-team .ui-sortable tr.alternate {
    background-color: #F9F9F9;
}
.post-type-team .ui-sortable tr.ui-sortable-helper {
    background-color: #F9F9F9;
    border-top: 1px solid #DFDFDF;
}
/* sc */
body.post-type-team-sc div#misc-publishing-actions, body.post-type-team-sc div#minor-publishing-actions {
    display: none;
}
.post-type-team-sc div#submitdiv.sticky {
    position: fixed;
    top: 32px;
}

.tlp-sc-meta-field-holder {
    display: inline-block;
    width: 100%;
}
.tlp-sc-meta-field-holder .sc-meta-field-full, #sc-style .sc-meta-field{
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}
.rt-tab-content .tlp-field-holder{
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0px ;
}
.rt-tab-content .tlp-field-holder:last-child,#sc-style .sc-meta-field-full .sc-meta-field {
    border-bottom: 0;
}

#sc-style .sc-meta-field .wp-picker-holder {
    position: absolute;
    z-index: 1;
}
.sc-meta-field-full:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}
.tlp-sc-meta-field-holder .sc-meta-field-full:last-child, #sc-style .sc-meta-field:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}
#sc-general-settings .tlp-sc-meta-field-holder .sc-meta-field-full:nth-last-child(2){
    border-bottom: 0;
}
.tlp-sc-meta-field-holder .sc-meta-field-full.carousel {
    padding-top: 10px;
    border-top: 1px solid #e7e7e7;
}
.sc-meta-field-full .sc-meta-field.half {
    width: 50%;
    float: left;
    min-width: inherit;
}
.sc-meta-field-full.carousel{
    display: none;
}
.sc-meta-field-full .sc-meta-field.half &gt; .row{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.sc-meta-field &gt; label {
    font-weight: bold;
}
.sc-meta-field-full .sc-meta-field.half &gt; label, .sc-meta-field-full .sc-meta-field.half &gt; .row &gt; label {
    float: left;
    width: 20%;
}
.sc-meta-field.half .field {
    float: right;
    width: 70%;
}

.tlp-team-sc-text-meta-box p {
    text-align: center;
    font-weight: bold;
    margin: 0;
    font-style: italic;
}
.sc-meta-field {
    display: table;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px;
}
.checkbox-vertical label, .radio-vertical label{
    display: block;
    margin-bottom: 5px;
}
.checkbox-group.vertical &gt; label, .radio-group.vertical &gt; label {
    display: block;
    margin-bottom: 5px;
}
.sc-meta-field .field .sc-member-select{
    min-width: 250px;
}
.sc-meta-field-full .sc-meta-field.half label {
    min-width: 100px;
}
.tlp-sc-meta-field-holder .sc-meta-field .field select.tlp-select{
    min-width: 120px;
}
.sc-meta-field &gt; label {
    float: left;
    width: 20%;

}
.sc-meta-field .field {
    float: right;
    width: 80%;
}
.sc-meta-field.hidden{
    display: none;
}
.sc-meta-field .field &gt; div &gt; span {

    margin-right: 5px;
}
.sc-meta-field .field input[type=number] {
    width: 50px;
}
#sc-style select{
    width:150px;
}
ul.rt-tab-nav{
    clear: both;
    margin-top: 0;
    padding: 0;
    display:inline-block;
    width: 100%;
    margin-bottom: -4px;
}
ul.rt-tab-nav li{
    background: none repeat scroll 0 0 rgb(230, 230, 230);
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 0;
}

ul.rt-tab-nav li:focus{
    outline: none;
}
ul.rt-tab-nav li.active a , ul.rt-tab-nav li a:hover{
    background: #8cc63e;
}
ul.rt-tab-nav li.active a:after , ul.rt-tab-nav li a:hover:after{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 5px solid #8cc63e;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    content: "";
}
ul.rt-tab-nav li a{
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    border-right: 1px solid;
    background: #0071bd;
    color: #fff;
    position: relative;
    font-weight: bold;
}
ul.rt-tab-nav li:last-child a{
    border-right: 0;
}
ul.rt-tab-nav li a:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rt-tab-content{
    display: none;
    border: 1px solid #e7e7e7;
    padding: 15px;
}
.tlp-field-holder.full .tlp-field {
    width: 100%;
}
.rt-tab-content .custom-css {
    border: 1px solid #DFDFDF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    max-width: 800px;
    height: 200px;
    position: relative;
}

input.large-text.code.tlp-code-sc {
    color: #fff;
    background: #8cc63e;
    font-weight: bold;
    padding-top: 3px;
}

/* others */
.tlp-field {
    float: right;
    width: 75%;
}
.tlp-field .dashicons.dashicons-admin-settings{
    cursor: move;
}
.tlp-field span {
    margin-top: 5px;
}
.tlp-field .dashicons-trash {
    margin-left: 20px;
}

.tlp-label {
    font-weight: bold;
    margin-bottom: 5px;
    float: left;
    width: 25%;
}

.tlp-field-holder {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}


.tlp-field textarea , .tlp-field input[type=text],.tlp-field input[type=url] , .tlp-field input[type=email]{
	width: 75%;
}

.social-link label {
    display: block;
}

.tlp-field .social-link {
    margin-bottom: 10px;
}

.tlp_slink{
    border-bottom: 1px solid #eee;
}

#response{
	display: none;
	padding: 10px 10px 10px 20px;
	margin: 10px 0;
}

.sRemove,.skRemove{
    color: red;
    cursor: pointer;
}
.social-h2{
    margin-bottom: 10px;
}

td.fSelection label {
    display: block;
    margin-bottom: 3px;
}
/* hide */

div#tagsdiv-team_skill{
    display: none;
}

.wp-picker-container{
    float: left;
}
.tlp-font-size, .tlp-font-align, .tlp-font-weight{
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}
#sc-style .sc-meta-field .field .wp-picker-container {
    display: inline-block;
    height: 28px;
}

/* team profile image gallery */

ul#tlp-team-gallery li {
    position: relative;
    display: inline-block;
    margin: 5px;
    cursor: move;
}
ul#tlp-team-gallery li img {
    width: 150px;
    height: 150px;
    border: 1px solid #eee;
    padding: 5px;
}
#tlp-team-gallery-holder .add-new-holder {
    text-align: right;
}
button#add-new-team-img{
    cursor: pointer;
}
button#add-new-team-img span.dashicons-plus-alt {
    color: green;
}
ul#tlp-team-gallery li span.dashicons-dismiss {
    color: red;
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
}
ul#tlp-team-gallery li span.tlp_loading {
    position: absolute;
    top: 65px;
    left: 65px;
}


/* settings */
div#settings-tabs {
    background: #fff;
    padding: 10px;
}

.tlp-checkbox-list.vertical label{
    display: block;
    margin-bottom: 5px;
}
.tlp-checkbox-list label input[type=checkbox]{
    margin-right: 5px;
}
.select2-results__option[aria-selected=true] {
    background: #f3f3f3;
}

@media (max-width: 1305px) {
    #sc-style .sc-meta-field .field .tlp-font-size, #sc-style .sc-meta-field .field .tlp-font-align, #sc-style .sc-meta-field .field .tlp-font-weight, #sc-style .sc-meta-field .field .wp-picker-container{
        width: 50%;
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 500px) {
    #sc-style .sc-meta-field .field .tlp-font-size, #sc-style .sc-meta-field .field .tlp-font-align, #sc-style .sc-meta-field .field .tlp-font-weight, #sc-style .sc-meta-field .field .wp-picker-container{
        width: 100%;
        margin-bottom: 10px;
    }
}</pre></body></html>