/* This empty front matter allows the use of variables in the file */

@font-face {
    font-family: 'century-gothic';
    font-weight: normal;
    src: url("/assets/fonts/century-gothic/CenturyGothic.ttf") format("truetype");
}

@font-face {
    font-family: 'century-gothic';
    font-weight: bold;
    src: url("/assets/fonts/century-gothic/GOTHICB.TTF") format("truetype")
}

* {
    font-family: 'century-gothic', 'sans-serif';
}

h1, .h1 {
    font-size: 2.25rem;
}

h1, h2, h3 {
    padding: 0;
    margin-top: 0;
    font-weight: 700;
}

.full-width-div {

    width: 100%;
    left: 0;
    overflow-x: hidden !important;

}

.row {
    margin-top: 5px;
}

.hidden {
    display: none;
}

.site-nav {
    z-index: 1;
}

input-group mb-3 {
    margin-top: 20px;
}


table {
    display: block;
    width: 100%;

}

thead th {
    position: sticky;
    top: 0;
}

.laptop-table {
    display: block;
    height: 200px;
    overflow-y: scroll;

}


.mycontainer {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.col-sm-8 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.col-sm-4 {
    margin-top: 5px;
    margin-bottom: 5px;
}


.rLabel {
    margin-left: 5px;
    vertical-align: middle;

}

#btnReset {
    font-weight: bold;
    cursor: pointer;
}

#myInput {
    margin-left: 15px;
    width: 50%;
    height: 25px;
}

#pSearch {
    font-weight: bold;
    margin-top: 10px;
    margin-left: 15px;

}

/* New Device info */
#container-deviceinfo {
    max-width: 100% !important;
    overflow-x: hidden;

}

.dt-left {
    font-size: 1.25rem;
}

.dd-left {
    margin-bottom: 1.25rem;
    margin-top: 0.5rem;
}


.dt-right {
    font-size: 1.5rem;
}

.dd, .dt {
    margin-bottom: 0.75rem;
}

.device-label-left {
    font-weight: bold;
    text-align: left;
}

.span-boot {
    display: block;
    width: 200px;
    word-wrap: break-word;
}

#span-deviceinfo {
    margin-top: 10px;
    margin-left: 5px;
}

/* New Device info */

.ul-install {
    margin-left: 10px;
}

.jobs-table th:first-child {
    width: 25%;
}