%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/tradesc/www/relax/wp-content/plugins/ryviu/assets/css/
Upload File :
Create Path :
Current File : /home/tradesc/www/relax/wp-content/plugins/ryviu/assets/css/ryviu-admin.css

/*
Ryviu Admin Style
*/

.nice_fields ul,
.nice_fields li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tg-list {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tg-list-item {
    margin: 0 2em;
}

.tgl {
    display: none;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl+.tgl-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl+.tgl-btn::-moz-selection {
    background: none;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl+.tgl-btn::selection {
    background: none;
}

.tgl+.tgl-btn {
    outline: 0;
    display: block;
    width: 38px;
    height: 21px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.tgl+.tgl-btn:after {
    left: 0;
}

.tgl+.tgl-btn:before {
    display: none;
}

.tgl:checked+.tgl-btn:after {
    left: 50%;
}

.tgl-light+.tgl-btn {
    background: #9c9c9c;
    border-radius: 2em;
    padding: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.tgl-light+.tgl-btn:after {
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.tgl-light:checked+.tgl-btn {
    background: #2abd52;
}

.tgl-ios+.tgl-btn {
    background: #fbfbfb;
    border-radius: 2em;
    padding: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #e8eae9;
}

.tgl-ios+.tgl-btn:after {
    border-radius: 2em;
    background: #fbfbfb;
    -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}

.tgl-ios+.tgl-btn:hover:after {
    will-change: padding;
}

.tgl-ios+.tgl-btn:active {
    -webkit-box-shadow: inset 0 0 0 2em #e8eae9;
    box-shadow: inset 0 0 0 2em #e8eae9;
}

.tgl-ios+.tgl-btn:active:after {
    padding-right: .8em;
}

.tgl-ios:checked+.tgl-btn {
    background: #86d993;
}

.tgl-ios:checked+.tgl-btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tgl-ios:checked+.tgl-btn:active:after {
    margin-left: -.8em;
}

.tgl-skewed+.tgl-btn {
    overflow: hidden;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-family: sans-serif;
    background: #888;
}

.tgl-skewed+.tgl-btn:after,
.tgl-skewed+.tgl-btn:before {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.tgl-skewed+.tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on);
}

.tgl-skewed+.tgl-btn:before {
    left: 0;
    content: attr(data-tg-off);
}

.tgl-skewed+.tgl-btn:active {
    background: #888;
}

.tgl-skewed+.tgl-btn:active:before {
    left: -10%;
}

.tgl-skewed:checked+.tgl-btn {
    background: #86d993;
}

.tgl-skewed:checked+.tgl-btn:before {
    left: -100%;
}

.tgl-skewed:checked+.tgl-btn:after {
    left: 0;
}

.tgl-skewed:checked+.tgl-btn:active:after {
    left: 10%;
}

.tgl-flat+.tgl-btn {
    padding: 2px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #fff;
    border: 4px solid #f2f2f2;
    border-radius: 2em;
}

.tgl-flat+.tgl-btn:after {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #f2f2f2;
    content: "";
    border-radius: 1em;
}

.tgl-flat:checked+.tgl-btn {
    border: 4px solid #7FC6A6;
}

.tgl-flat:checked+.tgl-btn:after {
    left: 50%;
    background: #7FC6A6;
}

.tgl-flip+.tgl-btn {
    padding: 2px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-family: sans-serif;
    -webkit-perspective: 100px;
    perspective: 100px;
}

.tgl-flip+.tgl-btn:after,
.tgl-flip+.tgl-btn:before {
    display: inline-block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 4px;
}

.tgl-flip+.tgl-btn:after {
    content: attr(data-tg-on);
    background: #02C66F;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.tgl-flip+.tgl-btn:before {
    background: #FF3A19;
    content: attr(data-tg-off);
}

.tgl-flip+.tgl-btn:active:before {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
}

.tgl-flip:checked+.tgl-btn:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.tgl-flip:checked+.tgl-btn:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    left: 0;
    background: #7FC6A6;
}

.tgl-flip:checked+.tgl-btn:active:after {
    -webkit-transform: rotateY(20deg);
    transform: rotateY(20deg);
}

body .tgl {
    display: none;
}

.nice_fields ul.tg-list {
    float: left;
    margin-top: -1px;
    margin-right: 20px;
    vertical-align: top;
}

span.priority-label {
    display: inline-block;
    margin-left: 20px;
    margin-right: 5px;
}

p.custom_position_display_reviews {
    padding: 10px 20px;
    background: #afd9ff;
    border-radius: 5px;
}

p.custom_position_display_reviews code {
    padding: 0;
    background: transparent;
}

p.custom_position_display_reviews code input {
    color: #ff1a75;
    background: transparent;
    border: none;
    box-shadow: none;
    width: 100%;
}

.settings_page_ryviu-setting-admin #wpbody-content h2 {
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 10px;
    line-height: 1.5;
    position: relative;
}

.settings_page_ryviu-setting-admin.wp-core-ui .button-primary {
    background-color: #2d89c2;
    border-color: #2d89c2;
    text-transform: uppercase;
    padding: 5px 20px;
}

.settings_page_ryviu-setting-admin.wp-core-ui select {
    border-radius: 6px;
    border: 1px solid #dedede;
    height: 38px;
    line-height: 36px;
    padding: 0 25px 0 15px;
}

.settings_page_ryviu-setting-admin .form-table th {
    line-height: 27px;
}

.settings_page_ryviu-setting-admin input {
    height: 38px;
    line-height: 38px;
    border-color: #d9d9d9;
    color: #333;
    padding: 0 15px;
}

.settings_page_ryviu-setting-admin .form-table td p {
    font-style: italic;
    font-size: 13px;
}

.settings_page_ryviu-setting-admin .wrap form {
    max-width: 860px;
}

.settings_page_ryviu-setting-admin .custom_position_display_reviews {
    margin-top: 15px;
}

.settings_page_ryviu-setting-admin .custom_position_display_reviews input {
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 13px;
}

.r--notices {
    position: relative;
    height: 40px;
    margin: 10px 0;
    padding-left: 60px !important;
    display: flex;
    align-items: center;
}

.r-cl-connect .notice-dismiss {
    top: 50%;
    transform: translateY(-50%);
}

.r--notices img {
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
}

.r--notices p {
    font-size: 14px;
    color: #000;
}

.notice-success.r-cl-connect {
    display: none;
}

.r--alshow {
    display: block !important;
}

.ryviu-page--image {
    width: 130px;
    margin-right: 20px;
}

.r-des {
    font-size: 14px;
}

.ryviu-page--header {
    padding: 30px 0 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d5d5d5;
    max-width: 860px;
}

.ryviu-page--intro {
    font-size: 14px;
    padding-right: 10px;
}

.ryviu-page--title {
    margin-top: 5px;
}

.ryviu-page--btn {
    border: solid 1px #549ecb;
    color: #fff;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 5px;
    display: inline-block;
    background: #549ecb;
    text-decoration: none;
    margin-right: 8px;
    margin-bottom: 10px;
}

.ryviu-page--btn:hover,
.ryviu-page--btn:active,
.ryviu-page--btn:focus {
    background: #187ebd;
    border-color: #187ebd;
    color: #fff;
}

.ryviu-page--btnnd {
    border: solid 1px #dedede;
    background: #fff;
    color: #413434;
}

.ryviu-page--btnnd:hover,
.ryviu-page--btnnd:active,
.ryviu-page--btnnd:focus {
    background: #F7F7F7;
    border-color: #D6D6D6;
    color: #413434;
}

.r-rate--us {
    color: #fdbe11;
    border-color: #fdbe11;
}

@media only screen and (max-width: 600px) {
    .ryviu-page--header {
        display: none;
    }
}

Zerion Mini Shell 1.0