html, body {
 height: 100%;
}

#wrapper {
 min-height: 100%;
}

table td {
 margin-right: 1em;
 padding-bottom: 0.5em;
}

body,h1,h2,h3 {
 font-family: Helvetica,Geneva,Arial,sans-serif;
 color: #707070;
}
body {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-direction: column;
 -ms-flex-direction: column;
 flex-direction: column;
 height: 100%;
 padding: 0;
}
.btn-group-justified{
    width: 100%;
}

a {
 color: #005481;
 text-decoration: none !important;
}

a:hover {
 text-decoration: underline;
}

.round {
 border-radius: 0.2em;
}
.input-group .btn{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#content {
 margin-top: 0;
 min-height: 400px;
 flex: 1 0 auto;
 padding: 1.5em 1.5em 0;
}
#content::after {
}
.round-button {
    line-height: 40px;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #74c608;
    box-shadow: -1px 3px 5px gray;
    border-radius: 50%;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: #79b00c;
    font-size: 20px;
    font-weight: bold;
}
.round-button:hover {
    background-color: #90d910;
    text-decoration: none;
}
.round-button:active {
    background-color: #478309;
}

.button {
    display: inline-block;
    cursor: pointer;
    margin: 0 10px 10px 0;
    padding: 0.25rem 0.65rem 0.25rem 0.5rem;
    color: #707070;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    border: 1px solid #ccc;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    height: 25px;
    line-height: 25px;
    min-width: 50px;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(127,127,127,0.2);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    box-sizing: content-box;
}

.button:visited {
    color: #707070;
    text-decoration: none;
}

.button:hover {
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);

    border: 1px solid #bbb;
    color: #333;
    text-decoration: none;
    text-shadow: 0px 1px 2px rgba(127,127,127,0.3);

    -webkit-box-shadow: 0px 1px 2px rgba(127,127,127,.2);
    -moz-box-shadow: 0px 1px 2px rgba(127,127,127,.2);
    box-shadow: 0px 1px 2px rgba(127,127,127,.2);
}

.button:active {
    background-color: #ddd;
    border: 1px solid #ccc;
    color: #777;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.1);

    -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 1px rgba(0,0,0,.2);
    box-shadow: 0px 0px 1px rgba(0,0,0,.2);

}

.button:link {
  text-decoration: none;
}

/*command class used in jee */
.button.command {
    color: #707070;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(127,127,127,0.2);
}
.button.command:active {
    background-color: #ddd;
    border: 1px solid #ccc;
    color: #777;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.1);

    -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 1px rgba(0,0,0,.2);
    box-shadow: 0px 0px 1px rgba(0,0,0,.2);
}
.button.command:hover {
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);

    border: 1px solid #bbb;
    color: #333;
    text-decoration: none;
    text-shadow: 0px 1px 2px rgba(127,127,127,0.3);

    -webkit-box-shadow: 0px 1px 2px rgba(127,127,127,.2);
    -moz-box-shadow: 0px 1px 2px rgba(127,127,127,.2);
    box-shadow: 0px 1px 2px rgba(127,127,127,.2);
}
.button.green {
    background-color: #79b00c;
    background-image: -webkit-linear-gradient(top,#79b00c,#75a60c);
    background-image: -moz-linear-gradient(top,#79b00c,#75a60c);
    background-image: -ms-linear-gradient(top,#79b00c,#75a60c);
    background-image: -o-linear-gradient(top,#79b00c,#75a60c);
    background-image: linear-gradient(top,#79b00c,#75a60c);

    border: 1px solid #5c9c4f;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(127,127,127,0.2);
}

.button.green:hover {
    background-color: #80c20c;
    background-image: -webkit-linear-gradient(top,#79b00c,#80c20c);
    background-image: -moz-linear-gradient(top,#79b00c,#80c20c);
    background-image: -ms-linear-gradient(top,#79b00c,#80c20c);
    background-image: -o-linear-gradient(top,#79b00c,#80c20c);
    background-image: linear-gradient(top,#79b00c,#80c20c);

    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.2);
    box-shadow: 0px 1px 2px rgba(0,0,0,.3);
    border: 1px solid #6dad5f;
    text-shadow: 0px 1px 2px rgba(127,127,127,0.3);
}

.button.green:active {
    border: 1px solid #5c9c4e;
    color: #eee;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.1);

    -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 1px rgba(0,0,0,.2);
    box-shadow: 0px 0px 1px rgba(0,0,0,.2);
}

.button.blue {
    background-color: #4d90fe;
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);

    border: 1px solid #3079ed;
    color: white;
}

.button.blue:hover {
    border: 1px solid #2f5bb7;
    background-color: #357ae8;
    background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
    background-image: linear-gradient(top,#4d90fe,#357ae8);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.2);
    box-shadow: 0px 1px 2px rgba(0,0,0,.3);
    text-shadow: 0px 1px 2px rgba(127,127,127,0.3);
}

.button.blue:active {
    border: 1px solid #1e4aa6;
    color: #eee;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.1);

    -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 1px rgba(0,0,0,.2);
    box-shadow: 0px 0px 1px rgba(0,0,0,.2);
}

.greenbutton {
 text-decoration: none;
 font-weight: bold;
 text-align: center;
 color: #fff;
 border: 1px solid #045282;
 background-color: #79b00c;
 background-image: linear-gradient(#79b00c, #478309);
 padding: 0.2em 0.5em 0.2em 0.5em;
 display: inline-block;
}

.greenbutton:hover {
 background-image: linear-gradient(#90d910, #478309);
 background-color: #90d910;
}
.factory-version {
 float: right;
 padding: 0.2em;
}
.upgrade-engine {
 background-color: #fff590;
 display: inline-block;
 padding: 0.5em;
 border: 1px solid #fff377;
}

.flash {
 padding: 0.25em;
 margin-top: 1em;
 color: #333;
}
.flash.error {
 background-color: #ff6565;
 border: solid 1px #900;
}
.flash.success {
 background-color: #a4e7a0;
 border: solid 1px #26722d;
}
.flash .closer {
 color: black;
 margin: 0 1em 0 1em;
 font-size: 0.75em;
}

.createrow {
    background-color: white !important;
}

.createrow td {
    padding: 1em 0 0 0 !important;
}

.createrow .create.yocto .icon-plus {
    color: #0098db;
}

.createrow .create.factory .icon-plus {
    color: #f8981d;
}

.newconfig {
    background-color: white !important;
    padding: 0;
    margin: 0;
}

.newconfig input[type='text'] {
    width: 100%;
}
.newconfig select {
    width: 100%;
}

table.workorders {
    width: calc(95% - 1.1em);
    border-collapse: collapse;
    margin: 2em 0 1em 0;
}
table.workorders tr {
    width: 100%;
    text-align: left;
}
table.workorders tr:nth-child(even) {
    background-color: #f0f0f5;
}
table.workorders thead {
    font-size: 0.9em;
    padding-bottom: 2px;
    border-bottom: 1px dotted #ddd;
}
table.workorders thead tr th:first-child {
    padding-left: 0.5em;
}
table.workorders tr {
    padding-bottom: 1em;
}

table.workorders td {
    padding-bottom: 0;
    line-height: 2em;
    vertical-align: middle;
    display: table-cell !important; /* for bug where faded in table rows are display: block */
    padding-right: 1em;
}

table.workorders td:first-child {
    padding-left: 0.5em;
}

.wo-name {
    width: 25%;
}
.wo-name input[type="text"] {
    height: 22px;
    padding: 0 0 0 8px;
    line-height: 24px;
    border: 1px solid #aaa;
    font-size: 13px;
}
.wo-board {
    width: 25%;
}
.wo-board .chosen-single {
    border-radius: 0px !important;
}
.wo-version {
    width: 14%;
}
.wo-modified {
    width: 10%;
}
.wo-status {
    width: 10%;
}

.wo-actions {
    width: 10%;
}

.wo-actions a {
    color: #717171;
    padding: 4px;
    margin-left: -4px;
    margin-right: -4px;
    width: 12%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.wo-actions a:hover {
    background:none;
    text-decoration: none;
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0,0,0,0.65), 0 1px 4px rgba(0,0,0,0.25);
    color: #717171;
}
.wo-actions a:active {
    box-shadow: 0 0 1px rgba(0,0,0,0.5), inset 0 1px 2px rgba(0,0,0,0.20);
    text-shadow: 0px 1px 2px rgba(127,127,127,0.5);
}

#builds {
    margin: 0;
    padding: 0;
    border-left: 1px solid #dfdfe0;
    border-right: 1px solid #dfdfe0;
    box-sizing: content-box;
    width: calc(95% - 1.1em);
}
#builds tr {
    border-bottom: 1px dotted #ddd;
}

.hidden {
    display: none !important;
}
.invis {
    visibility: hidden !important;
}

.icons {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}
.icons li {
    position: relative;
    display: inline-block;
}

.icons a {
    display: block;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
    color: #a7a7a7;
    margin: 4px 4px 9px 2px;
    width: 32px;
    height: 32px;
    position: relative;
    text-align: center;
    line-height: 32px;
    border: 1px solid #eee;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0,0,0,0.30), 0 3px 10px rgba(0,0,0,0.25);
}
.icons a:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.30), inset 0px 2px 4px rgba(0,0,0,0.15);
    text-shadow: 0px 1px 2px rgba(127,127,127,0.3);
}
.icons a:hover {
    text-decoration: none;
    background: #f5f5f5;
}

.orange {
    color: #f8981d;
}

.red {
    color: #f3172d;
}

.green {
    color: #8cc63f;
}

.blue {
    color: #4d90fe;
}

.icon {
    font-size: 0.9em;
}

.icons .create {
    color: #f8981d;
    margin-left: -5px;
}
.icons a.create:hover {
    color: #faba3f;
}
.icons .accept {
    color: #79b00c;
}
.icons .accept:hover {
    color: #8ac11d;
}
.icons .cancel {
    color: #f3172d;
}
.icons .cancel:hover {
    color: #fb3c4d;
}

.disabled {
    color: #ddd !important;
    cursor: default !important;
}
.disabled:hover {
    background-color: #ccc !important;
}

.button.disabled {
    background: none !important;
    background-color: #eee !important;
    border-color: #ddd !important;
    color: #bbb !important;
    cursor: default !important;
}

.button.disabled:active {
    box-shadow: inherit !important;
}

.notifyjs-bootstrap-base {
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}

#workorders .notifyjs-bootstrap-base {
    padding: 0px 15px 0px 25px !important;
    background-position: 3px 5px;
}

.emptymsg {
    border: 1px dashed #ccc;
    padding: 1em;
    margin-bottom: 1em;
    width: 100%;
    white-space: normal;
}

#builds .emptymsg {
    border: none;
}

.ws-divider {
    width: 95%;
    height: 1.5em;
    clear: both;
    border-bottom: 1px solid #ddd;
    font-size: 0.75em;
    color: #888;
}

.caret-up {
    font-size: 1.25em;
    position: relative;
    top: 5px;
}

.caret-down {
    font-size: 1.25em;
    position: relative;
    bottom: 5px;
}

.build-divider {
    color: #888;
    font-size: 0.75em;
}

.builds-header {
    padding: 0.5em 0 0.5em 1em;
    margin: 3em 0 0 0;
    background: #d7dbdd;
    border: 1px solid #dfdfe0;
    border-bottom: 1px dotted #ddd;
    border-radius: 4px 4px 0 0;
    width: calc(95% - 1.1em);
}

.builds-header::after {
    content: '';
    display: block;
    clear: both;
}

.builds-header.notice {
    margin: 0 0 1em 0;
    border-radius: 4px;
    background: #fff590;
    border: 1px solid #fff377;
}

.builds-header .stats {
    display: inline-block;
    color: #4e5e66;
    text-shadow: -1px 1px 1px rgba(127,127,127,0.3);
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 2em 0 0;
}

.builds-header form {
    display: inline-block;
    float: right;
    padding: 0.25em 1em 0 0;
    color: #555;
}

.builds-header .count {
    display: inline-block;
    font-size: 1.2em;
    text-shadow: 1px 1px 1px rgba(127,127,127,0.4);
    padding-right: 0.45em;
}

.builds-header .count.factory {
    color: #f8981d;
}

.builds-header .count.yocto {
    color: #0098db;
}

.builds-header .filter-button {
    margin-left: 1em;
}

.archived {
    font-style: italic;
    font-weight: lighter;
    color: #888;
}

.factory-buttons {
    float: left;
    clear: both;
    margin: 1em;
}

#build-form {
    display: inline;
}

.disclaimer {
    font-size: 0.75em;
    font-weight: lighter;
}

.pill {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-right: 0.5em;
    border-radius: 14px;
    border: none;
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-size: 10px !important;
    font-family: monospace;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(127,127,127,0.5);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.pill:hover {
    max-width: 500px;
    color: #fff;
    width: auto;
    padding: 0.05em 0.40em 0.1em 0.40em;
    padding: 0 5px;
}

.pill.is-yocto {
    background-color: #0098db; /* 'yocto project blue' */
    line-height: 14px;
}
.pill.is-yocto::after {
    content: "y";
}
.pill.is-yocto:hover:after {
    content: "yocto";
}

.pill.is-factory {
    background-color: #8cc63f; /* timesys green */
    line-height: 15px;
}
.pill.is-factory::after {
    content: "f";
}
.pill.is-factory:hover:after {
    content: "factory";
}

.oldbrowser {
    width: 50%;
}

.oldbrowser p {
    font-size: 0.75em;
}

.oldbrowser-topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.25em 1em 0.25em 1em;
    color: #777777;
    font-weight: bold;
    height: 3em;
    background-color: #FFFACD;
    z-index: 10;
}

.checked::after {
    content: '\2713'; /* ✓ */
}

.wo-board .chosen-container .chosen-single {
    color: #777;
}
.name-width{
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 0.3em;
    vertical-align: top;
}
.icongroup{
    display:inline-block;
}
.wo-advice{
    margin-left: 1.5em;
    padding: 1em;
    background-color: #fbf592;
    max-width: 48.5em;
    white-space: pre-line;
}
.wo-confirm{
    width: 25%;
}
.button.clear {
    background-color: transparent;
    background-image: None;
    border: 1px solid white;
    color: white;
    white-space: nowrap;
}

.button.clear:hover {
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.2);
    box-shadow: 0px 1px 2px rgba(0,0,0,.3);
    text-shadow: 0px 1px 2px rgba(127,127,127,0.3);
}

.button.clear:active {
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.1);

    -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 1px rgba(0,0,0,.2);
    box-shadow: 0px 0px 1px rgba(0,0,0,.2);
}

.form-errors {
  list-style-type: none;
  padding-left: 1em;
  padding-bottom: 0em;
}

#feedback-textarea {
  min-width: 100%;
}

.breadcrumb-nav {
    margin-bottom: 1.5em;
}

.breadcrumb-nav .breadcrumb-item a:hover{
   text-decoration: underline  !important;
}

.breadcrumb-nav .breadcrumb {
    margin: 0;
    padding: 0.5em 1em;
    background-color: #f5f5f5;
    border-radius: 0.25em;
}

.fa-arrow-down{
    -webkit-text-stroke: 1.5px gray;
  }
  

@media (max-width: 525px) {
    .name-width {
        width: 5em;
    }
    #content {
        padding: 1.5em 0.5em 0 0.5em;
    }
    .builds-header {
        width: 100%;
    }
    table.workorders {
        width: 100%;
    }
    #builds{
        width: 100%;
    }
    table.workorders td{
        padding-right: 0;
    }

    .breadcrumb-nav li {
        font-size: .75em;
    }

    .breadcrumb-nav .breadcrumb {
        padding: 0.5em 0.5em;
    }
}
@media (max-width: 320px) {
    .name-width {
        width: 3em;
    }
}


@media (width >= 1560px) or (970px <= width <= 991px) {
    .mt-manifest {
        margin-top: 0em !important;
    }
}

label {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.input-group-btn {
    margin: 0;
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.editable-field {
    display: inline;
}

.editable-field .btn {
    margin-left: 0.2em;
}

.editable-field input[type="text"]{ 
padding: 0.1em; 
line-height: 0.5em;
font-size: 0.8em;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover{
background-color: #e6e6e6;
border-color: #adadad;
}

.btn-default.active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.jira-glyphicon-container {
    text-decoration: none !important;
    color: #707070;
    margin-left: .25em;
    display: flex !important;
    align-items: center;
}

.jira-glyphicon-container > .btn:focus {
    outline: 0 !important;
}

.csv-input > button {
    border-color: #ccc;
}

.csv-input > button:hover{
    border-color: #adadad;
}

.clickable {
    cursor: pointer;
}

.modal .form-errors {
    padding-left: 0px;
}

.modal .form-errors li {
    margin-top: .5rem;
    font-weight: normal;
}

#div-import-select-group .import-info {
    width: 100%;
}

@media screen and (max-width: 767.98px) {
    #changelogModal ul, #changelogModal ul li ul{
        padding: 0px 0px 0px 15px;
        text-align: justify;
    }
}

.dataTables_paginate ul.pagination {
    display: -ms-flexbox;
    flex-wrap: wrap !important;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

div.dataTables_info{
    white-space: break-spaces !important;
}

.text-truncate-hover{
    display: block;
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis;
  }

.text-truncate-hover:hover{
    white-space: normal !important ;
    line-break: anywhere;
  }

.mb-10 {
    margin-bottom: 10px;
}