File: /sites/nuofama.com/wp-content/plugins/cyr2lat/assets/css/tables.css
#ctl-options .form-table th {
display: none;
}
.ctl-table {
display: none;
}
#ctl-success, #ctl-error {
max-height: 0;
color: #fff;
font-size: 14px;
padding: 0;
transition: 0.5s all;
}
#ctl-success {
background: #8BC34A;
}
#ctl-error {
background: #FF9800;
}
#ctl-success.active, #ctl-error.active {
padding: 10px 25px;
max-height: 34px;
height: 14px;
line-height: 14px;
margin-top: 15px;
}
#ctl-options .nav-tab-wrapper {
width: 125px;
float: left;
padding-top: 22px;
border-bottom: none;
text-align: center;
}
body.js #ctl-options .ctl-table {
width: calc(100% - 125px);
float: left;
clear: none;
}
#ctl-options .nav-tab {
cursor: pointer;
margin: 0 0 23px 0;
clear: both;
width: 100%;
box-sizing: border-box;
border: 1px solid #c3c4c7;
}
#ctl-options .submit, #ctl-convert-existing-slugs {
clear: both;
float: left;
margin-top: 0;
padding-bottom: 0;
}
#ctl-convert-existing-slugs .submit {
margin-top: 0;
}
#ctl-options .nav-tab-active {
background: #4f94d4;
color: #fff;
border-color: #2271b1;
}
#ctl-options .nav-tab-current.nav-tab-active {
/*box-shadow: 0 0 5px 5px #2271b1;*/
background: #2271b1;
color: #fff;
border-color: #0a4b78;
}
.ctl-table.active {
display: block;
}
.ctl-table-cell {
float: left;
position: relative;
margin-bottom: 1em;
}
.ctl-table-cell label {
width: 2.4em;
display: inline-block;
text-align: right;
margin-right: 0.2em;
}
.ctl-table-cell input {
width: 3em !important;
display: inline-block;
}
.ctl-table-cell #ctl-edit-label {
position: absolute;
top: 0;
left: 0;
width: 2.4em !important;
padding: 0;
border: 1px solid #007cba;
box-shadow: 0 0 0 1px #007cba;
outline: 2px solid #0000;
border-radius: 4px;
line-height: 2;
}
.ctl-edit-label-error {
background: #FF9800;
}
.ctl-plus {
position: relative;
float: left;
display: inline-block;
}
.ctl-plus button {
border: none;
cursor: pointer;
height: 24px;
width: 24px;
padding: 0;
position: absolute;
top: 0.35em;
left: 1.8em;
}
.ctl-plus button:focus {
outline: none;
}
#appreciation {
clear: both;
padding-top: 10px;
}
@media screen and (max-width: 767px) {
.ctl-table-cell label {
width: 2.2em;
}
.ctl-table-cell input {
width: 2.8em !important;
}
#ctl-options .submit {
padding-top: 20px;
}
}