﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea,
.input-group {
    max-width: 600px;
}

.role-panel-container {
    max-width: 600px;
}

.logo {
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#lbMachineList {
    height: 500px;
    width: 200px;
}

.popover.clockpicker-popover {
    z-index: 1050;
}

.checkbox-form {
    padding-top: 5px;
}


.table-extracondensed > thead > tr > th, .table-extracondensed > tbody > tr > th, .table-extracondensed > tfoot > tr > th, .table-extracondensed > thead > tr > td, .table-extracondensed > tbody > tr > td, .table-extracondensed > tfoot > tr > td {
    padding: 1px;
    cursor: pointer;
}


.input-group-addon {
    border-left-width: 0;
    border-right-width: 0;
}

    .input-group-addon:first-child {
        border-left-width: 1px;
    }

    .input-group-addon:last-child {
        border-right-width: 1px;
    }


.scroll-panel {
    width: 100%; /*600px;*/
    overflow: auto;
}

.resultContainer {
    width: 10000px;
    overflow: auto;
}

.test-result {
    float: left;
    width: 150px !important;
    height: 100% !important;
    border: solid 1px;
    min-height: 100% !important;
    /*background-color: lightgray;*/
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    white-space: normal;
    border-radius: 10px;
}

.new-test-group {
    float: left;
    width: 150px !important;
    height: 100% !important;
    border: solid 1px;
    border-color: lightgreen;
    min-height: 100% !important;
    /*background-color: lightgreen;*/
    margin-left: auto;
    margin-right: auto;

    display: inline-block;
    white-space: normal;
    border-radius: 10px;
}

.eachNewTest {
    cursor: pointer;
}

.clickedTest {
    border: solid 1px;
    border-color: red;
    border-radius: 5px;
}


#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}




table#stickyHeader thead {
    padding-top: 100px;
    border-top: none;
    border-bottom: none;
    background-color: #FFF;
}

.header-fixed {
    width: 100%
}

    .header-fixed > thead,
    .header-fixed > tbody,
    .header-fixed > thead > tr,
    .header-fixed > tbody > tr,
    .header-fixed > thead > tr > th,
    .header-fixed > tbody > tr > td {
        display: block;
    }

        .header-fixed > tbody > tr:after,
        .header-fixed > thead > tr:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both;
        }

    .header-fixed > tbody {
        overflow-y: auto;
        height: 550px;
    }

        .header-fixed > tbody > tr > td,
        .header-fixed > thead > tr > th {
            /*width: 20%;*/
            float: left;
        }


.navbar-right {
    padding-right: 20px;
}


.drag {
    cursor: pointer;
}

.bodycontainer {
    max-height: 150px;
    width: 100%;
    margin: 0;
    overflow-y: auto;
}

.table-scrollable {
    margin: 0;
    padding: 0;
}

.delMachine {
    color: #d9534f;
    cursor: pointer;
}

.highlight {
    background-color: #d9534f;
    color: white;
}

.panelcheckbox {
    padding-left: 30px;
}

.btn-square{
    height: 100px;
    width: 100px;
    font-size: 40px;
    margin-top: 30px;
}

.btn-square-sm {
    height: 50px;
    width: 50px;
    font-size: 40px;
    margin-top: 30px;
}

.centerglyph{
    padding-top: 15px;
}

.error {
    color: #d9534f;
}

.qaResultPass {
    background-color: #DFF0D8;
}

.qaResultFail {
    background-color: #F2DEDE;
}

.qaRepDivs{
    padding-top:20px;
}

.resultscroll{
    overflow-x: auto !important;
}

.qaScheduleProducts{
    max-height: 300px;
    overflow-y: auto !important;
}

.limitedHeightDiv {
    max-height: 300px;
    overflow-y: auto !important;
    overflow-x: hidden;
}

.homelabels {
    padding-top: 40px !important;
}

.fullwidth {
    /*position:absolute;
    left:20px;*/
    margin-left: -33.33%;
    margin-right: -33.33%;
}

.ribbonBack {
    width: 100%;
    height: 100px;
    background-color: gainsboro;
    border-radius: 10px 10px 10px 10px;
}

.ribbonButton {
    height: 80px;
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    background-color: lightgreen;
    display: inline-block;
    border-radius: 10px 10px 10px 10px;
    padding-top: 80px;
}

.ribbonButton:hover {
    cursor: move; 
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
   
.ribbonButton:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.buttonText {
    position: relative;
    top: -53px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 14px;
    color: white;
}

.ribbonAddButton {
    height: 80px;
    width: 100px;
    margin: 10px;
   
    background-color: indianred;
    display: inline-block;
    border-radius: 10px 10px 10px 10px;
    padding-top: 80px;
    float:right;
    color: white;
}
.ribbonAddButton:hover {
    cursor: pointer; 
}

.selectedButton {
    border-style: solid;
    border-width: 2px;
    border-color: indianred;
}

.dataTables_filter {
    float: left !important;
}

.label-template-item{
    display:flex !important;
}

.labelvalign{
    padding-top: 5px;
    padding-right: 10px;
}

.chartPanel{
    margin-top: 30px;
}

tr.lastrow td {
    border-bottom: 1pt solid gray;
}

.intouch-mainlogo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.report-username {
    font-style: italic;
    white-space: nowrap;
    font-weight: 200;
}

.new-user-row {
    background-color: #daf7cb;
}

.is-checkbox-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.dash-item {
    border: 1px solid lightgray;
}

.dash-button {
    height: 120px;
    width: 130px;
    font-size: 35px;
}

.dash-button-title {
    font-size: 14px;
    display: block;
    height: 20px;
    white-space: pre-wrap;
}

.dash-button-icon {
    padding-top: 34px;
}

.eventcode-row-indent-char {
    padding-bottom: 4px;
    display: inline-block;
    vertical-align: bottom;
}

.eventcode-colour-box {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.hover-row{
    cursor: pointer;
}

.hover-button {
    opacity: 0;
/*    padding: 3px;
    border-radius: 2px;*/
}

.hover-button:hover {
    background-color: lightgray;
}

.hover-row:hover .hover-button {
    opacity: 1;
}

.eventcode-color-picker {
    width: 60px;
    padding: 0;
}

div.scrollable-table-wrapper {
    height: 500px;
    overflow: auto;
}

div.scrollable-table-wrapper thead tr th
{
    position: sticky;
    top: 0;
    background-color: white;
}

.tableFixHead {
    overflow: auto;
    height: 800px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: white;
    }

    /* Borders (if you need them) */
    .tableFixHead,
    .tableFixHead th {
        border-top: 1px solid #ddd;
    }

.hide-controls{
    height: 0px;
    display:block;
    position: absolute;
    overflow: hidden;
}

.alert-machinelist{
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.label-normal{
    font-weight:normal !important;
}

.file-upload-container {
    border: 1px solid gray;
    height: 200px;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}

    .file-upload-container:after {
        content: 'Drag/Drop files here...';
        display: block;
        margin-top: 58px;
        text-align: center;
        font-style: italic;
    }

.doc-field-row {
    margin-bottom: 10px;
}

.table-fixed-height {
    height: calc(100vh - 240px);
}

.matrix-title-id {
    font-size:14px;
    font-style:italic;
}

.matrix-title-name {
    font-size: 14px;
}

.matrix-checkbox {
    text-align: center;
    font-size: 20px;
    margin: 0 !important;
}


.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

    .checkbox .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 15%;
    }

/*.checkbox label input[type="checkbox"] {
  display: none;
}*/

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}

.matrix-label {
    padding: 0 !important;
    min-height: unset !important;
    width: 27px;
    height: 20px;
}

.matrix-table-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: lightgray;
}

.matrix-table-left-col {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: lightgray;
    font-weight: bold;
}

.matrix-table-corner {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: lightgray;
    width: 250px;
}

.matrix-table-left-col-checkbox {
    float: right;
    margin-right: 5px !important;
}

.matrix-table-header-checkbox {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}

.disabledRow {
    /*background-color: green;*/
}

.sticky-column {
    position: sticky;
    top: 70px;
}