yasgui
Version:
Yet Another SPARQL GUI
1,519 lines (1,518 loc) • 201 kB
CSS
@charset "UTF-8";
.yasgui {
position: relative;
/**We need to set some bootstrap properties manually. These are normally assigned to body, but cannot do this as everyhing is namespaced*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
/**Disable webkit perspective for now (disappointing, because it improves the transition a lot..)
This perspective messes up the full screen capabilities of YASR/YASQE, and positioning of e.g. selectboxes
**/
/**used by both YASQE and/or YASR**/
/* BASICS */
/* PADDING */
/* GUTTER */
/* CURSOR */
/* Shown when moving in bi-directional text */
/* Can style cursor different in overwrite (non-insert) mode */
/* DEFAULT THEME */
/* Default styles for common addons */
/* STOP */
/* The rest of this file contains styles related to the mechanics of
the editor. You probably shouldn't touch them. */
/* The fake, visible scrollbars. Used to force redraw during scrolling
before actual scrolling happens, thus preventing shaking and
flickering artifacts. */
/* Force content-box sizing for the elements where we expect it */
/* IE7 hack to prevent it from returning funny offsetTops on the spans */
/* Used to force a border model for a node */
/* See issue #2901 */
/* Help users use markselection to safely style text background */
/*
* Table styles
*/
/*
* Control feature layout
*/
/*!
* jQuery UI Resizable 1.10.4
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
/**
* selectize.bootstrap3.css (v0.12.4) - Bootstrap 3 Theme
* Copyright (c) 2013–2015 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at:
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
* ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*
* @author Brian Reavis <brian@thirdroute.com>
*/
/**
* selectize.css (v0.12.4)
* Copyright (c) 2013–2015 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at:
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
* ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*
* @author Brian Reavis <brian@thirdroute.com>
*/
/* required styles */
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
/* hack that prevents hw layers "stretching" when loading new tiles */
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
/* control positioning */
/* zoom and fade animations */
/* cursors */
/* marker & overlays interactivity */
/* visual tweaks */
/* general typography */
/* general toolbar styles */
/* zoom control */
/* layers control */
/* Default icon URLs */
/* attribution and scale controls */
/* popup */
/* div icon */
/* Tooltip */
/* Base styles for the element that has a tooltip */
/* Directions */ }
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg); } }
.yasgui {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857;
color: #333333;
background-color: #fff; }
.yasgui html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
.yasgui body {
margin: 0; }
.yasgui article,
.yasgui aside,
.yasgui details,
.yasgui figcaption,
.yasgui figure,
.yasgui footer,
.yasgui header,
.yasgui hgroup,
.yasgui main,
.yasgui menu,
.yasgui nav,
.yasgui section,
.yasgui summary {
display: block; }
.yasgui audio,
.yasgui canvas,
.yasgui progress,
.yasgui video {
display: inline-block;
vertical-align: baseline; }
.yasgui audio:not([controls]) {
display: none;
height: 0; }
.yasgui [hidden],
.yasgui template {
display: none; }
.yasgui a {
background-color: transparent; }
.yasgui a:active,
.yasgui a:hover {
outline: 0; }
.yasgui abbr[title] {
border-bottom: 1px dotted; }
.yasgui b,
.yasgui strong {
font-weight: bold; }
.yasgui dfn {
font-style: italic; }
.yasgui h1 {
font-size: 2em;
margin: 0.67em 0; }
.yasgui mark {
background: #ff0;
color: #000; }
.yasgui small {
font-size: 80%; }
.yasgui sub,
.yasgui sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
.yasgui sup {
top: -0.5em; }
.yasgui sub {
bottom: -0.25em; }
.yasgui img {
border: 0; }
.yasgui svg:not(:root) {
overflow: hidden; }
.yasgui figure {
margin: 1em 40px; }
.yasgui hr {
box-sizing: content-box;
height: 0; }
.yasgui pre {
overflow: auto; }
.yasgui code,
.yasgui kbd,
.yasgui pre,
.yasgui samp {
font-family: monospace, monospace;
font-size: 1em; }
.yasgui button,
.yasgui input,
.yasgui optgroup,
.yasgui select,
.yasgui textarea {
color: inherit;
font: inherit;
margin: 0; }
.yasgui button {
overflow: visible; }
.yasgui button,
.yasgui select {
text-transform: none; }
.yasgui button,
.yasgui html input[type="button"],
.yasgui input[type="reset"],
.yasgui input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
.yasgui button[disabled],
.yasgui html input[disabled] {
cursor: default; }
.yasgui button::-moz-focus-inner,
.yasgui input::-moz-focus-inner {
border: 0;
padding: 0; }
.yasgui input {
line-height: normal; }
.yasgui input[type="checkbox"],
.yasgui input[type="radio"] {
box-sizing: border-box;
padding: 0; }
.yasgui input[type="number"]::-webkit-inner-spin-button,
.yasgui input[type="number"]::-webkit-outer-spin-button {
height: auto; }
.yasgui input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box; }
.yasgui input[type="search"]::-webkit-search-cancel-button,
.yasgui input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
.yasgui fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
.yasgui legend {
border: 0;
padding: 0; }
.yasgui textarea {
overflow: auto; }
.yasgui optgroup {
font-weight: bold; }
.yasgui table {
border-collapse: collapse;
border-spacing: 0; }
.yasgui td,
.yasgui th {
padding: 0; }
@media print {
.yasgui *,
.yasgui *:before,
.yasgui *:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important; }
.yasgui a,
.yasgui a:visited {
text-decoration: underline; }
.yasgui a[href]:after {
content: " (" attr(href) ")"; }
.yasgui abbr[title]:after {
content: " (" attr(title) ")"; }
.yasgui a[href^="#"]:after,
.yasgui a[href^="javascript:"]:after {
content: ""; }
.yasgui pre,
.yasgui blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
.yasgui thead {
display: table-header-group; }
.yasgui tr,
.yasgui img {
page-break-inside: avoid; }
.yasgui img {
max-width: 100% !important; }
.yasgui p,
.yasgui h2,
.yasgui h3 {
orphans: 3;
widows: 3; }
.yasgui h2,
.yasgui h3 {
page-break-after: avoid; }
.yasgui .navbar {
display: none; }
.yasgui .btn > .caret,
.yasgui .dropup > .btn > .caret {
border-top-color: #000 !important; }
.yasgui .label {
border: 1px solid #000; }
.yasgui .table {
border-collapse: collapse !important; }
.yasgui .table td,
.yasgui .table th {
background-color: #fff !important; }
.yasgui .table-bordered th,
.yasgui .table-bordered td {
border: 1px solid #ddd !important; } }
.yasgui * {
box-sizing: border-box; }
.yasgui *:before,
.yasgui *:after {
box-sizing: border-box; }
.yasgui html {
font-size: 10px;
-webkit-tap-highlight-color: transparent; }
.yasgui body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857;
color: #333333;
background-color: #fff; }
.yasgui input,
.yasgui button,
.yasgui select,
.yasgui textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit; }
.yasgui a {
color: #337ab7;
text-decoration: none; }
.yasgui a:hover, .yasgui a:focus {
color: #23527c;
text-decoration: underline; }
.yasgui a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.yasgui figure {
margin: 0; }
.yasgui img {
vertical-align: middle; }
.yasgui .img-responsive {
display: block;
max-width: 100%;
height: auto; }
.yasgui .img-rounded {
border-radius: 6px; }
.yasgui .img-thumbnail {
padding: 4px;
line-height: 1.42857;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto; }
.yasgui .img-circle {
border-radius: 50%; }
.yasgui hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee; }
.yasgui .sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.yasgui .sr-only-focusable:active, .yasgui .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto; }
.yasgui [role="button"] {
cursor: pointer; }
.yasgui h1, .yasgui h2, .yasgui h3, .yasgui h4, .yasgui h5, .yasgui h6,
.yasgui .h1, .yasgui .h2, .yasgui .h3, .yasgui .h4, .yasgui .h5, .yasgui .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit; }
.yasgui h1 small,
.yasgui h1 .small, .yasgui h2 small,
.yasgui h2 .small, .yasgui h3 small,
.yasgui h3 .small, .yasgui h4 small,
.yasgui h4 .small, .yasgui h5 small,
.yasgui h5 .small, .yasgui h6 small,
.yasgui h6 .small,
.yasgui .h1 small,
.yasgui .h1 .small, .yasgui .h2 small,
.yasgui .h2 .small, .yasgui .h3 small,
.yasgui .h3 .small, .yasgui .h4 small,
.yasgui .h4 .small, .yasgui .h5 small,
.yasgui .h5 .small, .yasgui .h6 small,
.yasgui .h6 .small {
font-weight: normal;
line-height: 1;
color: #777777; }
.yasgui h1, .yasgui .h1,
.yasgui h2, .yasgui .h2,
.yasgui h3, .yasgui .h3 {
margin-top: 20px;
margin-bottom: 10px; }
.yasgui h1 small,
.yasgui h1 .small, .yasgui .h1 small,
.yasgui .h1 .small,
.yasgui h2 small,
.yasgui h2 .small, .yasgui .h2 small,
.yasgui .h2 .small,
.yasgui h3 small,
.yasgui h3 .small, .yasgui .h3 small,
.yasgui .h3 .small {
font-size: 65%; }
.yasgui h4, .yasgui .h4,
.yasgui h5, .yasgui .h5,
.yasgui h6, .yasgui .h6 {
margin-top: 10px;
margin-bottom: 10px; }
.yasgui h4 small,
.yasgui h4 .small, .yasgui .h4 small,
.yasgui .h4 .small,
.yasgui h5 small,
.yasgui h5 .small, .yasgui .h5 small,
.yasgui .h5 .small,
.yasgui h6 small,
.yasgui h6 .small, .yasgui .h6 small,
.yasgui .h6 .small {
font-size: 75%; }
.yasgui h1, .yasgui .h1 {
font-size: 36px; }
.yasgui h2, .yasgui .h2 {
font-size: 30px; }
.yasgui h3, .yasgui .h3 {
font-size: 24px; }
.yasgui h4, .yasgui .h4 {
font-size: 18px; }
.yasgui h5, .yasgui .h5 {
font-size: 14px; }
.yasgui h6, .yasgui .h6 {
font-size: 12px; }
.yasgui p {
margin: 0 0 10px; }
.yasgui .lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4; }
@media (min-width: 768px) {
.yasgui .lead {
font-size: 21px; } }
.yasgui small,
.yasgui .small {
font-size: 85%; }
.yasgui mark,
.yasgui .mark {
background-color: #fcf8e3;
padding: .2em; }
.yasgui .text-left {
text-align: left; }
.yasgui .text-right {
text-align: right; }
.yasgui .text-center {
text-align: center; }
.yasgui .text-justify {
text-align: justify; }
.yasgui .text-nowrap {
white-space: nowrap; }
.yasgui .text-lowercase {
text-transform: lowercase; }
.yasgui .text-uppercase, .yasgui .initialism {
text-transform: uppercase; }
.yasgui .text-capitalize {
text-transform: capitalize; }
.yasgui .text-muted {
color: #777777; }
.yasgui .text-primary {
color: #337ab7; }
.yasgui a.text-primary:hover,
.yasgui a.text-primary:focus {
color: #286090; }
.yasgui .text-success {
color: #3c763d; }
.yasgui a.text-success:hover,
.yasgui a.text-success:focus {
color: #2b542c; }
.yasgui .text-info {
color: #31708f; }
.yasgui a.text-info:hover,
.yasgui a.text-info:focus {
color: #245269; }
.yasgui .text-warning {
color: #8a6d3b; }
.yasgui a.text-warning:hover,
.yasgui a.text-warning:focus {
color: #66512c; }
.yasgui .text-danger {
color: #a94442; }
.yasgui a.text-danger:hover,
.yasgui a.text-danger:focus {
color: #843534; }
.yasgui .bg-primary {
color: #fff; }
.yasgui .bg-primary {
background-color: #337ab7; }
.yasgui a.bg-primary:hover,
.yasgui a.bg-primary:focus {
background-color: #286090; }
.yasgui .bg-success {
background-color: #dff0d8; }
.yasgui a.bg-success:hover,
.yasgui a.bg-success:focus {
background-color: #c1e2b3; }
.yasgui .bg-info {
background-color: #d9edf7; }
.yasgui a.bg-info:hover,
.yasgui a.bg-info:focus {
background-color: #afd9ee; }
.yasgui .bg-warning {
background-color: #fcf8e3; }
.yasgui a.bg-warning:hover,
.yasgui a.bg-warning:focus {
background-color: #f7ecb5; }
.yasgui .bg-danger {
background-color: #f2dede; }
.yasgui a.bg-danger:hover,
.yasgui a.bg-danger:focus {
background-color: #e4b9b9; }
.yasgui .page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee; }
.yasgui ul,
.yasgui ol {
margin-top: 0;
margin-bottom: 10px; }
.yasgui ul ul,
.yasgui ul ol,
.yasgui ol ul,
.yasgui ol ol {
margin-bottom: 0; }
.yasgui .list-unstyled {
padding-left: 0;
list-style: none; }
.yasgui .list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px; }
.yasgui .list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px; }
.yasgui dl {
margin-top: 0;
margin-bottom: 20px; }
.yasgui dt,
.yasgui dd {
line-height: 1.42857; }
.yasgui dt {
font-weight: bold; }
.yasgui dd {
margin-left: 0; }
.yasgui .dl-horizontal dd:before, .yasgui .dl-horizontal dd:after {
content: " ";
display: table; }
.yasgui .dl-horizontal dd:after {
clear: both; }
@media (min-width: 768px) {
.yasgui .dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.yasgui .dl-horizontal dd {
margin-left: 180px; } }
.yasgui abbr[title],
.yasgui abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777; }
.yasgui .initialism {
font-size: 90%; }
.yasgui blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee; }
.yasgui blockquote p:last-child,
.yasgui blockquote ul:last-child,
.yasgui blockquote ol:last-child {
margin-bottom: 0; }
.yasgui blockquote footer,
.yasgui blockquote small,
.yasgui blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857;
color: #777777; }
.yasgui blockquote footer:before,
.yasgui blockquote small:before,
.yasgui blockquote .small:before {
content: '\2014 \00A0'; }
.yasgui .blockquote-reverse,
.yasgui blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right; }
.yasgui .blockquote-reverse footer:before,
.yasgui .blockquote-reverse small:before,
.yasgui .blockquote-reverse .small:before,
.yasgui blockquote.pull-right footer:before,
.yasgui blockquote.pull-right small:before,
.yasgui blockquote.pull-right .small:before {
content: ''; }
.yasgui .blockquote-reverse footer:after,
.yasgui .blockquote-reverse small:after,
.yasgui .blockquote-reverse .small:after,
.yasgui blockquote.pull-right footer:after,
.yasgui blockquote.pull-right small:after,
.yasgui blockquote.pull-right .small:after {
content: '\00A0 \2014'; }
.yasgui address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857; }
.yasgui code,
.yasgui kbd,
.yasgui pre,
.yasgui samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
.yasgui code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px; }
.yasgui kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
.yasgui kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none; }
.yasgui pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px; }
.yasgui pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0; }
.yasgui .pre-scrollable {
max-height: 340px;
overflow-y: scroll; }
.yasgui .container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px; }
.yasgui .container:before, .yasgui .container:after {
content: " ";
display: table; }
.yasgui .container:after {
clear: both; }
@media (min-width: 768px) {
.yasgui .container {
width: 750px; } }
@media (min-width: 992px) {
.yasgui .container {
width: 970px; } }
@media (min-width: 1200px) {
.yasgui .container {
width: 1170px; } }
.yasgui .container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px; }
.yasgui .container-fluid:before, .yasgui .container-fluid:after {
content: " ";
display: table; }
.yasgui .container-fluid:after {
clear: both; }
.yasgui .row {
margin-left: -15px;
margin-right: -15px; }
.yasgui .row:before, .yasgui .row:after {
content: " ";
display: table; }
.yasgui .row:after {
clear: both; }
.yasgui .col-xs-1, .yasgui .col-sm-1, .yasgui .col-md-1, .yasgui .col-lg-1, .yasgui .col-xs-2, .yasgui .col-sm-2, .yasgui .col-md-2, .yasgui .col-lg-2, .yasgui .col-xs-3, .yasgui .col-sm-3, .yasgui .col-md-3, .yasgui .col-lg-3, .yasgui .col-xs-4, .yasgui .col-sm-4, .yasgui .col-md-4, .yasgui .col-lg-4, .yasgui .col-xs-5, .yasgui .col-sm-5, .yasgui .col-md-5, .yasgui .col-lg-5, .yasgui .col-xs-6, .yasgui .col-sm-6, .yasgui .col-md-6, .yasgui .col-lg-6, .yasgui .col-xs-7, .yasgui .col-sm-7, .yasgui .col-md-7, .yasgui .col-lg-7, .yasgui .col-xs-8, .yasgui .col-sm-8, .yasgui .col-md-8, .yasgui .col-lg-8, .yasgui .col-xs-9, .yasgui .col-sm-9, .yasgui .col-md-9, .yasgui .col-lg-9, .yasgui .col-xs-10, .yasgui .col-sm-10, .yasgui .col-md-10, .yasgui .col-lg-10, .yasgui .col-xs-11, .yasgui .col-sm-11, .yasgui .col-md-11, .yasgui .col-lg-11, .yasgui .col-xs-12, .yasgui .col-sm-12, .yasgui .col-md-12, .yasgui .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; }
.yasgui .col-xs-1, .yasgui .col-xs-2, .yasgui .col-xs-3, .yasgui .col-xs-4, .yasgui .col-xs-5, .yasgui .col-xs-6, .yasgui .col-xs-7, .yasgui .col-xs-8, .yasgui .col-xs-9, .yasgui .col-xs-10, .yasgui .col-xs-11, .yasgui .col-xs-12 {
float: left; }
.yasgui .col-xs-1 {
width: 8.33333%; }
.yasgui .col-xs-2 {
width: 16.66667%; }
.yasgui .col-xs-3 {
width: 25%; }
.yasgui .col-xs-4 {
width: 33.33333%; }
.yasgui .col-xs-5 {
width: 41.66667%; }
.yasgui .col-xs-6 {
width: 50%; }
.yasgui .col-xs-7 {
width: 58.33333%; }
.yasgui .col-xs-8 {
width: 66.66667%; }
.yasgui .col-xs-9 {
width: 75%; }
.yasgui .col-xs-10 {
width: 83.33333%; }
.yasgui .col-xs-11 {
width: 91.66667%; }
.yasgui .col-xs-12 {
width: 100%; }
.yasgui .col-xs-pull-0 {
right: auto; }
.yasgui .col-xs-pull-1 {
right: 8.33333%; }
.yasgui .col-xs-pull-2 {
right: 16.66667%; }
.yasgui .col-xs-pull-3 {
right: 25%; }
.yasgui .col-xs-pull-4 {
right: 33.33333%; }
.yasgui .col-xs-pull-5 {
right: 41.66667%; }
.yasgui .col-xs-pull-6 {
right: 50%; }
.yasgui .col-xs-pull-7 {
right: 58.33333%; }
.yasgui .col-xs-pull-8 {
right: 66.66667%; }
.yasgui .col-xs-pull-9 {
right: 75%; }
.yasgui .col-xs-pull-10 {
right: 83.33333%; }
.yasgui .col-xs-pull-11 {
right: 91.66667%; }
.yasgui .col-xs-pull-12 {
right: 100%; }
.yasgui .col-xs-push-0 {
left: auto; }
.yasgui .col-xs-push-1 {
left: 8.33333%; }
.yasgui .col-xs-push-2 {
left: 16.66667%; }
.yasgui .col-xs-push-3 {
left: 25%; }
.yasgui .col-xs-push-4 {
left: 33.33333%; }
.yasgui .col-xs-push-5 {
left: 41.66667%; }
.yasgui .col-xs-push-6 {
left: 50%; }
.yasgui .col-xs-push-7 {
left: 58.33333%; }
.yasgui .col-xs-push-8 {
left: 66.66667%; }
.yasgui .col-xs-push-9 {
left: 75%; }
.yasgui .col-xs-push-10 {
left: 83.33333%; }
.yasgui .col-xs-push-11 {
left: 91.66667%; }
.yasgui .col-xs-push-12 {
left: 100%; }
.yasgui .col-xs-offset-0 {
margin-left: 0%; }
.yasgui .col-xs-offset-1 {
margin-left: 8.33333%; }
.yasgui .col-xs-offset-2 {
margin-left: 16.66667%; }
.yasgui .col-xs-offset-3 {
margin-left: 25%; }
.yasgui .col-xs-offset-4 {
margin-left: 33.33333%; }
.yasgui .col-xs-offset-5 {
margin-left: 41.66667%; }
.yasgui .col-xs-offset-6 {
margin-left: 50%; }
.yasgui .col-xs-offset-7 {
margin-left: 58.33333%; }
.yasgui .col-xs-offset-8 {
margin-left: 66.66667%; }
.yasgui .col-xs-offset-9 {
margin-left: 75%; }
.yasgui .col-xs-offset-10 {
margin-left: 83.33333%; }
.yasgui .col-xs-offset-11 {
margin-left: 91.66667%; }
.yasgui .col-xs-offset-12 {
margin-left: 100%; }
@media (min-width: 768px) {
.yasgui .col-sm-1, .yasgui .col-sm-2, .yasgui .col-sm-3, .yasgui .col-sm-4, .yasgui .col-sm-5, .yasgui .col-sm-6, .yasgui .col-sm-7, .yasgui .col-sm-8, .yasgui .col-sm-9, .yasgui .col-sm-10, .yasgui .col-sm-11, .yasgui .col-sm-12 {
float: left; }
.yasgui .col-sm-1 {
width: 8.33333%; }
.yasgui .col-sm-2 {
width: 16.66667%; }
.yasgui .col-sm-3 {
width: 25%; }
.yasgui .col-sm-4 {
width: 33.33333%; }
.yasgui .col-sm-5 {
width: 41.66667%; }
.yasgui .col-sm-6 {
width: 50%; }
.yasgui .col-sm-7 {
width: 58.33333%; }
.yasgui .col-sm-8 {
width: 66.66667%; }
.yasgui .col-sm-9 {
width: 75%; }
.yasgui .col-sm-10 {
width: 83.33333%; }
.yasgui .col-sm-11 {
width: 91.66667%; }
.yasgui .col-sm-12 {
width: 100%; }
.yasgui .col-sm-pull-0 {
right: auto; }
.yasgui .col-sm-pull-1 {
right: 8.33333%; }
.yasgui .col-sm-pull-2 {
right: 16.66667%; }
.yasgui .col-sm-pull-3 {
right: 25%; }
.yasgui .col-sm-pull-4 {
right: 33.33333%; }
.yasgui .col-sm-pull-5 {
right: 41.66667%; }
.yasgui .col-sm-pull-6 {
right: 50%; }
.yasgui .col-sm-pull-7 {
right: 58.33333%; }
.yasgui .col-sm-pull-8 {
right: 66.66667%; }
.yasgui .col-sm-pull-9 {
right: 75%; }
.yasgui .col-sm-pull-10 {
right: 83.33333%; }
.yasgui .col-sm-pull-11 {
right: 91.66667%; }
.yasgui .col-sm-pull-12 {
right: 100%; }
.yasgui .col-sm-push-0 {
left: auto; }
.yasgui .col-sm-push-1 {
left: 8.33333%; }
.yasgui .col-sm-push-2 {
left: 16.66667%; }
.yasgui .col-sm-push-3 {
left: 25%; }
.yasgui .col-sm-push-4 {
left: 33.33333%; }
.yasgui .col-sm-push-5 {
left: 41.66667%; }
.yasgui .col-sm-push-6 {
left: 50%; }
.yasgui .col-sm-push-7 {
left: 58.33333%; }
.yasgui .col-sm-push-8 {
left: 66.66667%; }
.yasgui .col-sm-push-9 {
left: 75%; }
.yasgui .col-sm-push-10 {
left: 83.33333%; }
.yasgui .col-sm-push-11 {
left: 91.66667%; }
.yasgui .col-sm-push-12 {
left: 100%; }
.yasgui .col-sm-offset-0 {
margin-left: 0%; }
.yasgui .col-sm-offset-1 {
margin-left: 8.33333%; }
.yasgui .col-sm-offset-2 {
margin-left: 16.66667%; }
.yasgui .col-sm-offset-3 {
margin-left: 25%; }
.yasgui .col-sm-offset-4 {
margin-left: 33.33333%; }
.yasgui .col-sm-offset-5 {
margin-left: 41.66667%; }
.yasgui .col-sm-offset-6 {
margin-left: 50%; }
.yasgui .col-sm-offset-7 {
margin-left: 58.33333%; }
.yasgui .col-sm-offset-8 {
margin-left: 66.66667%; }
.yasgui .col-sm-offset-9 {
margin-left: 75%; }
.yasgui .col-sm-offset-10 {
margin-left: 83.33333%; }
.yasgui .col-sm-offset-11 {
margin-left: 91.66667%; }
.yasgui .col-sm-offset-12 {
margin-left: 100%; } }
@media (min-width: 992px) {
.yasgui .col-md-1, .yasgui .col-md-2, .yasgui .col-md-3, .yasgui .col-md-4, .yasgui .col-md-5, .yasgui .col-md-6, .yasgui .col-md-7, .yasgui .col-md-8, .yasgui .col-md-9, .yasgui .col-md-10, .yasgui .col-md-11, .yasgui .col-md-12 {
float: left; }
.yasgui .col-md-1 {
width: 8.33333%; }
.yasgui .col-md-2 {
width: 16.66667%; }
.yasgui .col-md-3 {
width: 25%; }
.yasgui .col-md-4 {
width: 33.33333%; }
.yasgui .col-md-5 {
width: 41.66667%; }
.yasgui .col-md-6 {
width: 50%; }
.yasgui .col-md-7 {
width: 58.33333%; }
.yasgui .col-md-8 {
width: 66.66667%; }
.yasgui .col-md-9 {
width: 75%; }
.yasgui .col-md-10 {
width: 83.33333%; }
.yasgui .col-md-11 {
width: 91.66667%; }
.yasgui .col-md-12 {
width: 100%; }
.yasgui .col-md-pull-0 {
right: auto; }
.yasgui .col-md-pull-1 {
right: 8.33333%; }
.yasgui .col-md-pull-2 {
right: 16.66667%; }
.yasgui .col-md-pull-3 {
right: 25%; }
.yasgui .col-md-pull-4 {
right: 33.33333%; }
.yasgui .col-md-pull-5 {
right: 41.66667%; }
.yasgui .col-md-pull-6 {
right: 50%; }
.yasgui .col-md-pull-7 {
right: 58.33333%; }
.yasgui .col-md-pull-8 {
right: 66.66667%; }
.yasgui .col-md-pull-9 {
right: 75%; }
.yasgui .col-md-pull-10 {
right: 83.33333%; }
.yasgui .col-md-pull-11 {
right: 91.66667%; }
.yasgui .col-md-pull-12 {
right: 100%; }
.yasgui .col-md-push-0 {
left: auto; }
.yasgui .col-md-push-1 {
left: 8.33333%; }
.yasgui .col-md-push-2 {
left: 16.66667%; }
.yasgui .col-md-push-3 {
left: 25%; }
.yasgui .col-md-push-4 {
left: 33.33333%; }
.yasgui .col-md-push-5 {
left: 41.66667%; }
.yasgui .col-md-push-6 {
left: 50%; }
.yasgui .col-md-push-7 {
left: 58.33333%; }
.yasgui .col-md-push-8 {
left: 66.66667%; }
.yasgui .col-md-push-9 {
left: 75%; }
.yasgui .col-md-push-10 {
left: 83.33333%; }
.yasgui .col-md-push-11 {
left: 91.66667%; }
.yasgui .col-md-push-12 {
left: 100%; }
.yasgui .col-md-offset-0 {
margin-left: 0%; }
.yasgui .col-md-offset-1 {
margin-left: 8.33333%; }
.yasgui .col-md-offset-2 {
margin-left: 16.66667%; }
.yasgui .col-md-offset-3 {
margin-left: 25%; }
.yasgui .col-md-offset-4 {
margin-left: 33.33333%; }
.yasgui .col-md-offset-5 {
margin-left: 41.66667%; }
.yasgui .col-md-offset-6 {
margin-left: 50%; }
.yasgui .col-md-offset-7 {
margin-left: 58.33333%; }
.yasgui .col-md-offset-8 {
margin-left: 66.66667%; }
.yasgui .col-md-offset-9 {
margin-left: 75%; }
.yasgui .col-md-offset-10 {
margin-left: 83.33333%; }
.yasgui .col-md-offset-11 {
margin-left: 91.66667%; }
.yasgui .col-md-offset-12 {
margin-left: 100%; } }
@media (min-width: 1200px) {
.yasgui .col-lg-1, .yasgui .col-lg-2, .yasgui .col-lg-3, .yasgui .col-lg-4, .yasgui .col-lg-5, .yasgui .col-lg-6, .yasgui .col-lg-7, .yasgui .col-lg-8, .yasgui .col-lg-9, .yasgui .col-lg-10, .yasgui .col-lg-11, .yasgui .col-lg-12 {
float: left; }
.yasgui .col-lg-1 {
width: 8.33333%; }
.yasgui .col-lg-2 {
width: 16.66667%; }
.yasgui .col-lg-3 {
width: 25%; }
.yasgui .col-lg-4 {
width: 33.33333%; }
.yasgui .col-lg-5 {
width: 41.66667%; }
.yasgui .col-lg-6 {
width: 50%; }
.yasgui .col-lg-7 {
width: 58.33333%; }
.yasgui .col-lg-8 {
width: 66.66667%; }
.yasgui .col-lg-9 {
width: 75%; }
.yasgui .col-lg-10 {
width: 83.33333%; }
.yasgui .col-lg-11 {
width: 91.66667%; }
.yasgui .col-lg-12 {
width: 100%; }
.yasgui .col-lg-pull-0 {
right: auto; }
.yasgui .col-lg-pull-1 {
right: 8.33333%; }
.yasgui .col-lg-pull-2 {
right: 16.66667%; }
.yasgui .col-lg-pull-3 {
right: 25%; }
.yasgui .col-lg-pull-4 {
right: 33.33333%; }
.yasgui .col-lg-pull-5 {
right: 41.66667%; }
.yasgui .col-lg-pull-6 {
right: 50%; }
.yasgui .col-lg-pull-7 {
right: 58.33333%; }
.yasgui .col-lg-pull-8 {
right: 66.66667%; }
.yasgui .col-lg-pull-9 {
right: 75%; }
.yasgui .col-lg-pull-10 {
right: 83.33333%; }
.yasgui .col-lg-pull-11 {
right: 91.66667%; }
.yasgui .col-lg-pull-12 {
right: 100%; }
.yasgui .col-lg-push-0 {
left: auto; }
.yasgui .col-lg-push-1 {
left: 8.33333%; }
.yasgui .col-lg-push-2 {
left: 16.66667%; }
.yasgui .col-lg-push-3 {
left: 25%; }
.yasgui .col-lg-push-4 {
left: 33.33333%; }
.yasgui .col-lg-push-5 {
left: 41.66667%; }
.yasgui .col-lg-push-6 {
left: 50%; }
.yasgui .col-lg-push-7 {
left: 58.33333%; }
.yasgui .col-lg-push-8 {
left: 66.66667%; }
.yasgui .col-lg-push-9 {
left: 75%; }
.yasgui .col-lg-push-10 {
left: 83.33333%; }
.yasgui .col-lg-push-11 {
left: 91.66667%; }
.yasgui .col-lg-push-12 {
left: 100%; }
.yasgui .col-lg-offset-0 {
margin-left: 0%; }
.yasgui .col-lg-offset-1 {
margin-left: 8.33333%; }
.yasgui .col-lg-offset-2 {
margin-left: 16.66667%; }
.yasgui .col-lg-offset-3 {
margin-left: 25%; }
.yasgui .col-lg-offset-4 {
margin-left: 33.33333%; }
.yasgui .col-lg-offset-5 {
margin-left: 41.66667%; }
.yasgui .col-lg-offset-6 {
margin-left: 50%; }
.yasgui .col-lg-offset-7 {
margin-left: 58.33333%; }
.yasgui .col-lg-offset-8 {
margin-left: 66.66667%; }
.yasgui .col-lg-offset-9 {
margin-left: 75%; }
.yasgui .col-lg-offset-10 {
margin-left: 83.33333%; }
.yasgui .col-lg-offset-11 {
margin-left: 91.66667%; }
.yasgui .col-lg-offset-12 {
margin-left: 100%; } }
.yasgui table {
background-color: transparent; }
.yasgui caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left; }
.yasgui th {
text-align: left; }
.yasgui .table {
width: 100%;
max-width: 100%;
margin-bottom: 20px; }
.yasgui .table > thead > tr > th,
.yasgui .table > thead > tr > td,
.yasgui .table > tbody > tr > th,
.yasgui .table > tbody > tr > td,
.yasgui .table > tfoot > tr > th,
.yasgui .table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857;
vertical-align: top;
border-top: 1px solid #ddd; }
.yasgui .table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd; }
.yasgui .table > caption + thead > tr:first-child > th,
.yasgui .table > caption + thead > tr:first-child > td,
.yasgui .table > colgroup + thead > tr:first-child > th,
.yasgui .table > colgroup + thead > tr:first-child > td,
.yasgui .table > thead:first-child > tr:first-child > th,
.yasgui .table > thead:first-child > tr:first-child > td {
border-top: 0; }
.yasgui .table > tbody + tbody {
border-top: 2px solid #ddd; }
.yasgui .table .table {
background-color: #fff; }
.yasgui .table-condensed > thead > tr > th,
.yasgui .table-condensed > thead > tr > td,
.yasgui .table-condensed > tbody > tr > th,
.yasgui .table-condensed > tbody > tr > td,
.yasgui .table-condensed > tfoot > tr > th,
.yasgui .table-condensed > tfoot > tr > td {
padding: 5px; }
.yasgui .table-bordered {
border: 1px solid #ddd; }
.yasgui .table-bordered > thead > tr > th,
.yasgui .table-bordered > thead > tr > td,
.yasgui .table-bordered > tbody > tr > th,
.yasgui .table-bordered > tbody > tr > td,
.yasgui .table-bordered > tfoot > tr > th,
.yasgui .table-bordered > tfoot > tr > td {
border: 1px solid #ddd; }
.yasgui .table-bordered > thead > tr > th,
.yasgui .table-bordered > thead > tr > td {
border-bottom-width: 2px; }
.yasgui .table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9; }
.yasgui .table-hover > tbody > tr:hover {
background-color: #f5f5f5; }
.yasgui table col[class*="col-"] {
position: static;
float: none;
display: table-column; }
.yasgui table td[class*="col-"],
.yasgui table th[class*="col-"] {
position: static;
float: none;
display: table-cell; }
.yasgui .table > thead > tr > td.active,
.yasgui .table > thead > tr > th.active,
.yasgui .table > thead > tr.active > td,
.yasgui .table > thead > tr.active > th,
.yasgui .table > tbody > tr > td.active,
.yasgui .table > tbody > tr > th.active,
.yasgui .table > tbody > tr.active > td,
.yasgui .table > tbody > tr.active > th,
.yasgui .table > tfoot > tr > td.active,
.yasgui .table > tfoot > tr > th.active,
.yasgui .table > tfoot > tr.active > td,
.yasgui .table > tfoot > tr.active > th {
background-color: #f5f5f5; }
.yasgui .table-hover > tbody > tr > td.active:hover,
.yasgui .table-hover > tbody > tr > th.active:hover,
.yasgui .table-hover > tbody > tr.active:hover > td,
.yasgui .table-hover > tbody > tr:hover > .active,
.yasgui .table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8; }
.yasgui .table > thead > tr > td.success,
.yasgui .table > thead > tr > th.success,
.yasgui .table > thead > tr.success > td,
.yasgui .table > thead > tr.success > th,
.yasgui .table > tbody > tr > td.success,
.yasgui .table > tbody > tr > th.success,
.yasgui .table > tbody > tr.success > td,
.yasgui .table > tbody > tr.success > th,
.yasgui .table > tfoot > tr > td.success,
.yasgui .table > tfoot > tr > th.success,
.yasgui .table > tfoot > tr.success > td,
.yasgui .table > tfoot > tr.success > th {
background-color: #dff0d8; }
.yasgui .table-hover > tbody > tr > td.success:hover,
.yasgui .table-hover > tbody > tr > th.success:hover,
.yasgui .table-hover > tbody > tr.success:hover > td,
.yasgui .table-hover > tbody > tr:hover > .success,
.yasgui .table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6; }
.yasgui .table > thead > tr > td.info,
.yasgui .table > thead > tr > th.info,
.yasgui .table > thead > tr.info > td,
.yasgui .table > thead > tr.info > th,
.yasgui .table > tbody > tr > td.info,
.yasgui .table > tbody > tr > th.info,
.yasgui .table > tbody > tr.info > td,
.yasgui .table > tbody > tr.info > th,
.yasgui .table > tfoot > tr > td.info,
.yasgui .table > tfoot > tr > th.info,
.yasgui .table > tfoot > tr.info > td,
.yasgui .table > tfoot > tr.info > th {
background-color: #d9edf7; }
.yasgui .table-hover > tbody > tr > td.info:hover,
.yasgui .table-hover > tbody > tr > th.info:hover,
.yasgui .table-hover > tbody > tr.info:hover > td,
.yasgui .table-hover > tbody > tr:hover > .info,
.yasgui .table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3; }
.yasgui .table > thead > tr > td.warning,
.yasgui .table > thead > tr > th.warning,
.yasgui .table > thead > tr.warning > td,
.yasgui .table > thead > tr.warning > th,
.yasgui .table > tbody > tr > td.warning,
.yasgui .table > tbody > tr > th.warning,
.yasgui .table > tbody > tr.warning > td,
.yasgui .table > tbody > tr.warning > th,
.yasgui .table > tfoot > tr > td.warning,
.yasgui .table > tfoot > tr > th.warning,
.yasgui .table > tfoot > tr.warning > td,
.yasgui .table > tfoot > tr.warning > th {
background-color: #fcf8e3; }
.yasgui .table-hover > tbody > tr > td.warning:hover,
.yasgui .table-hover > tbody > tr > th.warning:hover,
.yasgui .table-hover > tbody > tr.warning:hover > td,
.yasgui .table-hover > tbody > tr:hover > .warning,
.yasgui .table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc; }
.yasgui .table > thead > tr > td.danger,
.yasgui .table > thead > tr > th.danger,
.yasgui .table > thead > tr.danger > td,
.yasgui .table > thead > tr.danger > th,
.yasgui .table > tbody > tr > td.danger,
.yasgui .table > tbody > tr > th.danger,
.yasgui .table > tbody > tr.danger > td,
.yasgui .table > tbody > tr.danger > th,
.yasgui .table > tfoot > tr > td.danger,
.yasgui .table > tfoot > tr > th.danger,
.yasgui .table > tfoot > tr.danger > td,
.yasgui .table > tfoot > tr.danger > th {
background-color: #f2dede; }
.yasgui .table-hover > tbody > tr > td.danger:hover,
.yasgui .table-hover > tbody > tr > th.danger:hover,
.yasgui .table-hover > tbody > tr.danger:hover > td,
.yasgui .table-hover > tbody > tr:hover > .danger,
.yasgui .table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc; }
.yasgui .table-responsive {
overflow-x: auto;
min-height: 0.01%; }
@media screen and (max-width: 767px) {
.yasgui .table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd; }
.yasgui .table-responsive > .table {
margin-bottom: 0; }
.yasgui .table-responsive > .table > thead > tr > th,
.yasgui .table-responsive > .table > thead > tr > td,
.yasgui .table-responsive > .table > tbody > tr > th,
.yasgui .table-responsive > .table > tbody > tr > td,
.yasgui .table-responsive > .table > tfoot > tr > th,
.yasgui .table-responsive > .table > tfoot > tr > td {
white-space: nowrap; }
.yasgui .table-responsive > .table-bordered {
border: 0; }
.yasgui .table-responsive > .table-bordered > thead > tr > th:first-child,
.yasgui .table-responsive > .table-bordered > thead > tr > td:first-child,
.yasgui .table-responsive > .table-bordered > tbody > tr > th:first-child,
.yasgui .table-responsive > .table-bordered > tbody > tr > td:first-child,
.yasgui .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.yasgui .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; }
.yasgui .table-responsive > .table-bordered > thead > tr > th:last-child,
.yasgui .table-responsive > .table-bordered > thead > tr > td:last-child,
.yasgui .table-responsive > .table-bordered > tbody > tr > th:last-child,
.yasgui .table-responsive > .table-bordered > tbody > tr > td:last-child,
.yasgui .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.yasgui .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; }
.yasgui .table-responsive > .table-bordered > tbody > tr:last-child > th,
.yasgui .table-responsive > .table-bordered > tbody > tr:last-child > td,
.yasgui .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.yasgui .table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0; } }
.yasgui fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0; }
.yasgui legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5; }
.yasgui label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold; }
.yasgui input[type="search"] {
box-sizing: border-box; }
.yasgui input[type="radio"],
.yasgui input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal; }
.yasgui input[type="file"] {
display: block; }
.yasgui input[type="range"] {
display: block;
width: 100%; }
.yasgui select[multiple],
.yasgui select[size] {
height: auto; }
.yasgui input[type="file"]:focus,
.yasgui input[type="radio"]:focus,
.yasgui input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.yasgui output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857;
color: #555555; }
.yasgui .form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.yasgui .form-control:focus {
border-color: #66afe9;
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.yasgui .form-control::-moz-placeholder {
color: #999;
opacity: 1; }
.yasgui .form-control:-ms-input-placeholder {
color: #999; }
.yasgui .form-control::-webkit-input-placeholder {
color: #999; }
.yasgui .form-control::-ms-expand {
border: 0;
background-color: transparent; }
.yasgui .form-control[disabled], .yasgui .form-control[readonly],
fieldset[disabled] .yasgui .form-control {
background-color: #eeeeee;
opacity: 1; }
.yasgui .form-control[disabled],
fieldset[disabled] .yasgui .form-control {
cursor: not-allowed; }
.yasgui textarea.form-control {
height: auto; }
.yasgui input[type="search"] {
-webkit-appearance: none; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.yasgui input[type="date"].form-control,
.yasgui input[type="time"].form-control,
.yasgui input[type="datetime-local"].form-control,
.yasgui input[type="month"].form-control {
line-height: 34px; }
.yasgui input[type="date"].input-sm, .yasgui .input-group-sm > input[type="date"].form-control, .yasgui .input-group-sm > input[type="date"].input-group-addon, .yasgui .input-group-sm > .input-group-btn > input[type="date"].btn,
.input-group-sm .yasgui input[type="date"],
.yasgui input[type="time"].input-sm, .yasgui .input-group-sm > input[type="time"].form-control, .yasgui .input-group-sm > input[type="time"].input-group-addon, .yasgui .input-group-sm > .input-group-btn > input[type="time"].btn,
.input-group-sm
.yasgui input[type="time"],
.yasgui input[type="datetime-local"].input-sm, .yasgui .input-group-sm > input[type="datetime-local"].form-control, .yasgui .input-group-sm > input[type="datetime-local"].input-group-addon, .yasgui .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
.input-group-sm
.yasgui input[type="datetime-local"],
.yasgui input[type="month"].input-sm, .yasgui .input-group-sm > input[type="month"].form-control, .yasgui .input-group-sm > input[type="month"].input-group-addon, .yasgui .input-group-sm > .input-group-btn > input[type="month"].btn,
.input-group-sm
.yasgui input[type="month"] {
line-height: 30px; }
.yasgui input[type="date"].input-lg, .yasgui .input-group-lg > input[type="date"].form-control, .yasgui .input-group-lg > input[type="date"].input-group-addon, .yasgui .input-group-lg > .input-group-btn > input[type="date"].btn,
.input-group-lg .yasgui input[type="date"],
.yasgui input[type="time"].input-lg, .yasgui .input-group-lg > input[type="time"].form-control, .yasgui .input-group-lg > input[type="time"].input-group-addon, .yasgui .input-group-lg > .input-group-btn > input[type="time"].btn,
.input-group-lg
.yasgui input[type="time"],
.yasgui input[type="datetime-local"].input-lg, .yasgui .input-group-lg > input[type="datetime-local"].form-control, .yasgui .input-group-lg > input[type="datetime-local"].input-group-addon, .yasgui .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
.input-group-lg
.yasgui input[type="datetime-local"],
.yasgui input[type="month"].input-lg, .yasgui .input-group-lg > input[type="month"].form-control, .yasgui .input-group-lg > input[type="month"].input-group-addon, .yasgui .input-group-lg > .input-group-btn > input[type="month"].btn,
.input-group-lg
.yasgui input[type="month"] {
line-height: 46px; } }
.yasgui .form-group {
margin-bottom: 15px; }
.yasgui .radio,
.yasgui .checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px; }
.yasgui .radio label,
.yasgui .checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer; }
.yasgui .radio input[type="radio"],
.yasgui .radio-inline input[type="radio"],
.yasgui .checkbox input[type="checkbox"],
.yasgui .checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9; }
.yasgui .radio + .radio,
.yasgui .checkbox + .checkbox {
margin-top: -5px; }
.yasgui .radio-inline,
.yasgui .checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer; }
.yasgui .radio-inline + .radio-inline,
.yasgui .checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px; }
.yasgui input[type="radio"][disabled], .yasgui input[type="radio"].disabled,
fieldset[disabled] .yasgui input[type="radio"],
.yasgui input[type="checkbox"][disabled],
.yasgui input[type="checkbox"].disabled,
fieldset[disabled]
.yasgui input[type="checkbox"] {
cursor: not-allowed; }
.yasgui .radio-inline.disabled,
fieldset[disabled] .yasgui .radio-inline,
.yasgui .checkbox-inline.disabled,
fieldset[disabled]
.yasgui .checkbox-inline {
cursor: not-allowed; }
.yasgui .radio.disabled label,
fieldset[disabled] .yasgui .radio label,
.yasgui .checkbox.disabled label,
fieldset[disabled]
.yasgui .checkbox label {
cursor: not-allowed; }
.yasgui .form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 34px; }
.yasgui .form-control-static.input-lg, .yasgui .input-group-lg > .form-control-static.form-control, .yasgui .input-group-lg > .form-control-static.input-group-addon, .yasgui .input-group-lg > .input-group-btn > .form-control-static.btn, .yasgui .form-control-static.input-sm, .yasgui .input-group-sm > .form-control-static.form-control, .yasgui .input-group-sm > .form-control-static.input-group-addon, .yasgui .input-group-sm > .input-group-btn > .form-control-static.btn {
padding-left: 0;
padding-right: 0; }
.yasgui .input-sm, .yasgui .input-group-sm > .form-control, .yasgui .input-group-sm > .input-group-addon, .yasgui .input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
.yasgui select.input-sm, .yasgui .input-group-sm > select.form-control, .yasgui .input-group-sm > select.input-group-addon,