@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
#wpcontent
{ }
.content_holder
{
padding-left: 20px;
height: 100%;
}
.content_holder .big_title_rb
{
font-size: 36px;
margin:0;
padding: 1em 0;
font-family: inherit;
font-weight: 300
}
.content_holder .mid_title_rb
{
font-size: 24px;
margin:0;
padding: 15px 0 5px 0;
font-family: inherit;
font-weight: 300
}
.content_holder .sml_title_rb
{
font-size: 18px;
margin:0;
font-family: inherit;
font-weight: 300
}
span.code_tregor
{
background-color: #555555;
border: 1px solid #878787;
border-radius: 4px;
color: yellow;
padding: 1px 5px;
}
.menu_rb ul
{
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
.menu_rb li
{
float: left;
margin: 0;
}
.menu_rb li a
{
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.menu_rb li a:hover
{
background-color: #191E23;
color: #00b9eb;
}
.menu_rb .active
{
background-color: #0073AA;
color: #ffffff
}.sms-settings textarea.custom-settings
{
width: 100%;
min-height: 100px;
}
.sms-settings p.description.float
{
float: right;
}
.sms-settings p.description.float span.text
{
font-weight: bold;
}
.robomarket-settings img.robomarket-preview-image
{
border: 2px solid; margin-bottom: 15px;
}
.robomarket-settings .btn-main
{
padding: 4px;
}
.main-settings .spoiler_body
{
display: none;
}
.main-settings .btn-main
{
padding: 4px;
}
.main-settings .btn-main span.text-description
{
line-height: 1;font-weight: normal;font-style: italic;font-size: 12px;
}.popup-template .modal {
opacity: 0;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.popup-template .modal.is-open {
opacity: 1;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}