/* Buttons to display on top of WO Page */

.hidden{
    display: none;
}

.menu_dashboard {
    padding: 5px 10px;
    list-style: none;
}

.menu_user_menu {
    margin: 10px 40px !important;
}

.menu_user_menu li{
    padding: 2px 5px;
}
.button-wrapper {
    float: left;
    margin: 5px -8px;
    padding: 0px;
    /*width: 100%;*/
}

.button-wrapper-heat {
    float: right;
}
.button-wrapper li {
    float: left;
    list-style: none;
    margin-right: 3px;
}

.btn {
    font-size: small;
    color: #fff !important;
}

#heattreat_history{
    float: right;
    position: relative;
    top: -35px;

}

.btn-warning {
    color: #212529 !important;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529 !important;
    background-color: #e0a800;
    border-color: #d39e00
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529 !important;
}

fieldset table tbody .form-row {
    display: table-row;
}

.form-row {
    display: block;
}

/* messages boxes
   http://goo.gl/jBVJ2 */
.info, .success, .warning, .error {
    /*border: 1px solid;*/
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    /*width: 80%;*/
    margin: 10px auto;
}
.info ul li, .success ul li, .warning ul li, .error ul li {
    list-style-type: square !important;
}
.info {
    clear: both;
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../img/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../img/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../img/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/error.png');
}
.no-icon {
    background-image: none;
}

.icon-warning {
    background-image: url('../img/warning.png');
    background-repeat: no-repeat;
    margin-left: 5px;
    padding: 15px 15px 6px;
    width: 13px;
}

.wizard-form label {
    /*float: left;*/
}

.wizard-form .consumable-select {
    display: table-cell;
    width: 100%;
    clear:both;
}


ul.inline_spec_form {
    display: inline-block;
}

ul.inline_spec_form li {
    display: inline-block;
    min-width: 150px;
}

.status-name {
    font-weight: bold;
}


.unassigned {
    /*background-color: #F0F0F0;*/
}

.conflicts-free-edit {
/*    width: 450px;
    float: left;
    clear: both;*/
}

#specification-approval ul li {
    list-style-image: none;
    list-style: none;
}

.chained-multi-select div.original {
  display: none;
}

.tab-links {
    margin-left: -45px
}

.tab-links li {
    margin: 0px 5px;
    float: left;
    list-style: none;
}

.submit-row,
input[type="submit"],
input[type="button"] {
    text-transform: capitalize;
}

form.no-bullets ul {
    margin-left: 0;
    padding-left: 0;
}

form.no-bullets ul li {
    list-style: none;
    /* margin-left: 0;*/
}

.form-row {
    border-color: white !important;
}

.main-header-1 {
    font-size: 19px;
    font-weight: bold !important;
    color: #333;
}

.main-header-2 {
    font-size: 17px;
    font-weight: bold !important;
    color: #333;
}

.main-header-3 {
    font-size:16px;
    font-weight: bold !important;
    color: #333;
}

.main-header-4 {
    font-size:12px;
    font-weight: bold !important;
    color: #333;
}

.change-pwd {
    float: left !important;
}

.custom-info {
    clear: both;
    margin-top: 18px;
}

.table-lines th, .table-lines td {
    border-color: white !important;
}

.navbar-expand-lg {
    height: 42px;
}

.sub-class {
    bottom: -0.75em;
    font-size: 20px;
    left: -7px;
}

#branding-logo {
    position: absolute;
    left: 50%;
    margin-left: -45px;
}

#branding h1 {
    font-size: 18px;
    margin: 8px 0;
    font-weight: normal;
    color: #f4f379;
}

textarea {
    resize: both;
}

div.page_items {
    /* float: right;*/
    margin: 10px 0;
}
.report-cs-disabled {
    pointer-events: none;
    opacity: 0.75;
}

input[readonly] {
  background: #eee;
  color: #555;
}
/*  IE css code here */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
    #branding-logo {
        margin-top: -20px;
    }
}
