@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-num-entry {
   height: 28px;
   line-height: 28px;
   width: 5em;
   vertical-align: middle;
}

.yq-options-panel {
   line-height: 2.15em;
}

.yq-sub-option::before {
   content: "\2022";
}

.yq-options-line-left, .yq-options-line-right {
   vertical-align: middle;
}
.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-settings-header {
   margin-top: 1em;
}

.yq-settings-header-tab {
   background-color: #eee;
   border: 1px solid #ddd;
   box-sizing: border-box;
   cursor: pointer;
   float: left;
   padding: 1em 0.5em;
   position: relative;
   text-align: center;
   top: 1px;
   transition: all 0.2s ease-in 0s;
}
.yq-settings-header-tab:first-of-type {
   margin-left: 1px;
}
.yq-settings-header-tab:not(.yq-tab-selected):focus, .yq-settings-header-tab:not(.yq-tab-selected):hover {
   background-color: #008C9D;
   color: white;
   font-weight: bold;
   transition: all 0.2s ease-in 0s;
}
.yq-settings-header-tab.yq-tab-selected {
   background-color: white;
   border-bottom: 1px solid white;
   font-weight: bold;
   transition: all 0.2s ease-in 0s;
}

@media (min-width: 600px) {
   .yq-settings-header-tab {
      min-width: 7em;
      padding: 1em 0.5em;
   }
   .yq-settings-header-tab:first-of-type {
      margin-left: 1em;
   }
}
@media (min-width: 800px) {
   .yq-options-line-left {
      float: left;
      width: 15em;
   }
}

.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;
   text-align: 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 tr td:first-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;
   display: inline-block;
   margin: 0;
   max-height: 7em;
   padding: 3px;
}
