@font-face {
   font-family: "Lato";
   font-style: normal;
   font-weight: 300;
   src: local("Lato Light"), local("Lato-Light"), url("http://fonts.gstatic.com/s/lato/v11/KT3KS9Aol4WfR6Vas8kNcg.woff") format("woff");
}
@font-face {
   font-family: "Lato";
   font-style: normal;
   font-weight: 400;
   src: local("Lato Regular"), local("Lato-Regular"), url("http://fonts.gstatic.com/s/lato/v11/9k-RPmcnxYEPm8CNFsH2gg.woff") format("woff");
}
@font-face {
   font-family: "Lato";
   font-style: normal;
   font-weight: 700;
   src: local("Lato Bold"), local("Lato-Bold"), url("http://fonts.gstatic.com/s/lato/v11/wkfQbvfT_02e2IWO3yYueQ.woff") format("woff");
}
@font-face {
   font-family: "Lato";
   font-style: italic;
   font-weight: 300;
   src: local("Lato Light Italic"), local("Lato-LightItalic"), url("http://fonts.gstatic.com/s/lato/v11/2HG_tEPiQ4Z6795cGfdivD8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}
@font-face {
   font-family: "Lato";
   font-style: italic;
   font-weight: 400;
   src: local("Lato Italic"), local("Lato-Italic"), url("http://fonts.gstatic.com/s/lato/v11/oUan5VrEkpzIazlUe5ieaA.woff") format("woff");
}

.clearfix:after {
    clear: both;
}
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.no-select {
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
}

.yq-plugin-version {
   color: #777;
   font-size: 0.875em;
}

.yq-num-entry {
   height: 28px;
   line-height: 28px;
   width: 5em;
   vertical-align: middle;
}
.yq-num-entry + button {
   position: relative;
   top: 2px;
}

.yq-options-panel {
   line-height: 2.15em;
}

.yq-options-line-left::after {
   content: "\3a";
}
.yq-options-line-left.yq-sub-option::before {
   content: "\2022";
}

.yq-options-line-right.yq-options-box {
   margin: 0.5em 0;
}
.yq-options-box {
   overflow: auto;
   border: 1px solid #ddd;
   max-height: 7em;
   max-width: 24em;
   line-height: 1em;
   background-color: white;
}

.yq-options-box-list {
   margin: 0;
}
.yq-options-box-list ul {
   margin-left: 20px;
}
.yq-options-box-list li {
   margin: 3px 0;
}

.yq-wrap {
   font-family: 'Lato', sans-serif;
   font-size: 1.075em;
}
.yq-wrap > h2 {
   margin-bottom: 1em;
}

.yq-settings-header {
   margin-top: 1em;
}

.yq-settings-tab-content {
   position: relative;
}

.yq-wrap .yq-settings-tab-selector,
.drag-panel .drag-panel-option-check,
.drag-panel-template .drag-panel-option-check {
   position: fixed;
   left: -100px;
}

.yq-settings-tab-selector + label {
   background-color: #eee;
   border: 1px solid #ddd;
   box-sizing: border-box;
   cursor: pointer;
   display: inline-block;
   padding: 1em 0.5em;
   position: relative;
   text-align: center;
   top: 1px;
   transition: all 0.2s ease-in 0s;
}
.yq-settings-tab-selector + label:first-of-type {
   margin-left: 1px;
}

@media (min-width: 42em) {
   .yq-settings-tab-selector + label {
      min-width: 7em;
      padding: 1em 0.5em;
   }
   .yq-settings-tab-selector + label:first-of-type {
      margin-left: 1em;
   }
}
@media (min-width: 56em) {
   .yq-options-line-left {
      float: left;
      width: 15em;
   }
}
.yq-settings-tab-selector:not(:checked) + label:focus,
.yq-settings-tab-selector:not(:checked) + label:hover {
   background-color: #008C9D;
   color: white;
   font-weight: bold;
   transition: all 0.2s ease-in 0s;
}
.yq-settings-tab-selector:focus + label{
   border: 1px solid #008C9D;
}
.yq-settings-tab-selector:checked + label {
   background-color: white;
   border-bottom: 1px solid white;
   font-weight: bold;
   transition: all 0.2s ease-in 0s;
}

#layout-radio:not(:checked) ~ .yq-settings-box #layout { display: none !important; }
#display-radio:not(:checked) ~ .yq-settings-box #display { display: none !important; }
#interact-radio:not(:checked) ~ .yq-settings-box #interact { display: none !important; }
#recommend-radio:not(:checked) ~ .yq-settings-box #recommend { display: none !important; }
#observe-radio:not(:checked) ~ .yq-settings-box #observe { display: none !important; }
#domains-radio:not(:checked) ~ .yq-settings-box #domains { display: none !important; }
#advanced-radio:not(:checked) ~ .yq-settings-box #advanced { display: none !important; }

.yq-settings-box {
   background-color: white;
   border: 1px solid #ddd;
   box-sizing: border-box;
   color: #4e4e50;
   padding: 10px;
   clear: right;
   overflow: auto;
}
.yq-settings-box p {
   font-size: 1em;
   margin: 0;
}
.yq-settings-box label {
   margin-right: 1em;
}
.yq-settings-box input:invalid,
.yq-settings-widget input:invalid {
   border: 1px solid red;
}

.yq-submit-button-container {
   margin-top: 1em;
   float: right;
}

.yq-domain-table {
   border-collapse: collapse;
   width: 100%;
   min-width: 45em;
}
.yq-domain-table tbody tr {
   background-color: white;
}
.yq-domain-table tbody tr:nth-child(2n) {
   background-color: #eee;
}
.yq-domain-table thead tr,
.yq-domain-table tfoot tr {
   background-color: #ddd;
}
.yq-domain-table td:first-child, .yq-domain-table tbody td:last-child {
   text-align: center;
}
.yq-domain-table input[type="checkbox"] {
   margin: 0;
}
.yq-domain-table input[type="text"] {
   width: 100%;
}

.yq-update,
.yq-error {
   background-color: #fff;
   box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
   display: inline-block;
   font-size: 14px;
   line-height: 19px;
   margin-left: 2px;
   padding: 11px 15px;
   text-align: left;
}
.yq-update {
   border-left: 4px solid #008C9D;
}
.yq-error {
   border-left: 4px solid red;
}
.yq-error .yq-error-text-small {
   font-size: 0.75em;
}

.yq-has-tooltip {
   cursor: help;
}

.yq-img-button {
   border: 1px solid #ddd;
   cursor: pointer;
   display: inline-block;
   margin: 1px;
   padding: 3px 3px 0 3px;
}

.drag-container, .drag-container-templates {
   float: left;
   margin-right: 1em;
   min-width: 12em;
   width: 25%;
   max-width: 20em;
   padding: 6px;
   text-align: center;
}
.drag-container p, .drag-container-templates p {
   font-weight: normal;
   text-align: justify;
}
.drag-container {
   background-color: #eee;
   border: 1px solid #ddd;
   position: relative;
}

.drag-scroller {
   background-color: #eee;
   border: 1px solid #ddd;
   height: 20em;
   min-width: 12em;
   overflow: auto;
}

.drag-template-control {
   display: none !important;
}
.drag-template-header {
   border-bottom: 1px solid #ddd;
   display: block;
   font-weight: bold;
   text-align: justify;
   transition: all 0.2s ease-in 0s;
}
.drag-template-header:hover {
   background-color: white;
}
.drag-template-header:before {
   content: "\2b";
   display: inline-block;
   min-width: 1em;
}
.drag-template-control:checked + .drag-template-header:before {
   content: "\2013";
}
.drag-template-control:not(:checked) + .drag-template-header + .drag-template-section {
   display: none !important;
} 

.drag-header, .drag-panel, .drag-panel-template, .drag-add, .drag-trash {
   font-weight: bold;
   min-height: 2em;
   min-width: 10em;
   padding: 4px;
   position: relative;
}
.drag-panel {
   background-color: white;
   border: 1px solid #ddd;
   border-radius: 1em;
   cursor: move;
   transition: all 0.2s ease-in 0s;
}
.drag-panel:hover {
   border: 1px solid #00929e;
}
.drag-panel p {
   display: none;
}
.drag-panel label {
   margin: 0;
}
.drag-panel-template {
   background-color: white;
   border: 1px dashed #ddd;
   cursor: move;
   transition: all 0.2s ease-in 0s;
}
.drag-panel-template:hover {
   border: 1px solid #00929e;
   border-radius: 1em;
}
.drag-panel-template label {
   display: none;
}
.drag-add {
   border: 1px dashed #00929e;
}
.drag-panel + .drag-add {
   display: none !important;
}
.drag-trash {
   border: 1px dashed red;
}
.drag-panel.drag-panel-large {
   min-height: 7em;
}
.drag-panel.drag-panel-disabled {
   background-color: #eee;
   font-weight: normal;
}
.drag-panel-option-icon {
   fill: #444;
}
.drag-panel-option-check + label:hover > .drag-panel-option-icon {
   stroke: #ddd;
}
.drag-panel-option-check:checked + label > .drag-panel-option-icon {
   fill: #00929e;
}

.drag-panel-option-arrow-up,
.drag-panel-option-arrow-down,
.drag-panel-option-trash {
	position: absolute;
	cursor: pointer;
   transition: all 0.2s ease-in 0s;
	fill: #ddd;
}
.drag-panel:hover .drag-panel-option-arrow-up,
.drag-panel:hover .drag-panel-option-arrow-down,
.drag-panel:hover .drag-panel-option-trash {
   fill: #444;
}
.drag-panel .drag-panel-option-arrow-up:hover,
.drag-panel .drag-panel-option-arrow-down:hover {
   fill: #00929e;
}
.drag-panel .drag-panel-option-trash:hover {
   fill: red;
}
.drag-panel-option-arrow-up {
	top: 0.325em;
	left: 0.325em;
}
.drag-panel-option-arrow-down {
	bottom: 0.325em;
	left: 0.325em;
}
.drag-panel-option-trash {
	top: 0.325em;
	right: 0.325em;
}
.drag-panel-template .drag-panel-option-arrow-up,
.drag-panel-template .drag-panel-option-arrow-down,
.drag-panel-template .drag-panel-option-trash {
   display: none;
}

.drag-first-check {
   position: absolute;
   left: 0.5em;
   top: 0.5em;
}
.drag-first-check:not(:checked) ~ * {
   display: none;
}
