﻿html, body {
    /*background-image: url('./img/background.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    font-family: 'Numans', sans-serif;*/
}

/*.button {
    background-color: red;
    
}*/
#nav {
    background-color: rgba(0,0,0,0.7);
    box-sizing: border-box;
    overflow: hidden;
}

#Head {
    text-decoration: none;
    color: #fff;
}

    #Head h4 {
        position: relative;
        text-align: center;
        left: 50%;
        top: 5px;
    }

@media(max-width:1100px) {
    html, body {
        background-size: 100% 100%;
    }

    h4 {
        font-size: 20px;
    }
}
#nav a {
    margin-right: 5px;
    width: 120px;
    text-align: center;
    text-decoration: none;
    background-color: #2a2a2b;
    line-height: 50px;
    float: left;
    color: #fff;
    display: block;
    padding: 0 20px;
    border-radius: 5px 5px;
}

    #nav a:hover {
        background-color: #67CAEF;
        text-decoration: none;
        transition: 0.5s;
        color: #262626;
    }

    #navbar a.active {
        background-color: #67CAEF;
        text-decoration: none;
        transition: 0.5s;
        color: #262626;
    }
    /*#navbar a:active {
        background-color: #67CAEF;
        text-decoration: none;
        transition: 0.5s;
        color: #262626;
    }*/

#grid {
    position: relative;
}

.container {
    width:100%;
}

.card {
    background-color: rgba(0,0,0,0.5) !important;
    box-shadow: 3px 3px 1px 1px rgba(0,0,0,0.3);
}

.card-header h3 {
    color: white;
}

.card-header {
    background-color: rgba(0,0,0,0.3) !important
}

.input-group-prepend span {
    width: 50px;
    background-color: #7FDBFF;
    color: black;
    border: 0 !important;
}

input.focus {
    outline: 1px 1px 1px 1px !important;
    box-shadow: 1px 1px 1px 1px !important;
}

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn {
    color: black;
    background-color: #7FDBFF;
    width: 100px;
}

.login_btn:active
{
    background-color: #46c3f1;
    text-decoration: none;
    transition: 0.5s;
    color: #262626;
}

    .login_btn:hover {
        color: black;
        background-color: white;
    }

.links {
    color: white;
}

    .links a {
        margin-left: 4px;
    }

/*.TicketsContainer {
    top: 10px;
    position: relative;
    align-content: center;
    left: 5%;
    width: 90%;
}*/

.TicketButton {
    width: 100%;
    top: 10px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border: 1px solid;
    border-color: rgb(5,194,250);
}

    .TicketButton:hover {
        background-color: #67CAEF;
        transition: 0.3s;
        color: #262626;
    }

.card-body {
    color: #fff;
    font-size: 20px;
}

.form-group {
    padding-bottom: 10px;
}

.containerInfo {
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    box-shadow: 3px 3px 1px 1px rgba(0,0,0,0.3);
    border-radius: 5px;
    width: 100%;
    left: 2%;
    float: left;
}

.contentInfo {
    overflow: hidden;
    word-wrap: break-word;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#notes {
    overflow: hidden;
    overflow: auto;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    height:307px;
}
#sidebarRight {
    overflow: hidden;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    width: 100%;
    text-align: center;
    box-shadow: 3px 3px 1px 1px rgba(0,0,0,0.3);
    border-radius: 5px;
}

#slidebarRight {
    margin-top:13%;
    overflow: hidden;
    overflow: auto;
    background-color: rgba(0,0,0);
    color: #fff;
    text-align: center;
    box-shadow: 3px 3px 1px 1px rgb(0,0,0,0.3);
    border-radius: 5px;

    position: fixed;
    display: none;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
}

#table {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: auto;
    background-color: rgba(0,0,0,0.3);
    border-radius: 5px;
    overflow: hidden;
    width: 55%;
}

    #table tr td {
        position: relative;
        font-size: 17px;
        padding-left: 20px;
        padding-right: 20px;
        vertical-align: text-bottom;
        text-align: left;
        min-width: 300px;
    }

.comment {
    padding-left: 10px;
    padding-right: 10px;
    margin-right : 50px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.commentCard {
    color: #262626;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #7FDBFF;
    text-align: left;
}

.background_red {
    background-color: red;
}

#partHeading {
    color: white;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    text-align: center;
    word-wrap: break-word;
}

#BookedParts {
    position: relative;
    float: left;
    color: white;
    margin-left: 10px;
    margin-bottom: 10px;
    overflow: auto;
}

#AddParts {
    position: relative;
    float: right;
    color: white;
    margin-bottom: 10px;
    padding-left: 10px;
    margin-right: 10px;
    width: 100%;
    border-left: 2px solid;
    border-color: rgba(0,0,0,0.3);
}

.timeStamp {
    font-size: 12px;
    margin-left: 10px;
}

.commentName {
    margin-left: 10px;
}

.searchBox {
    color: white;
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: 2px solid;
    border-bottom-color: #67CAEF;
    width: 100%;
    height: 25px;
    font-size: 17px;
    margin-left: 10px;
}

.ClientTextBox {
    width: 100%;
    height: 35px;
    border-radius: 5px;
}

.jobCardTextBox {
    width: 100%;
    
    border-radius: 5px;
}

.equipmentcontainer {
    background-color: rgba(0,0,0,0.5);
    box-shadow: 3px 3px 1px 1px rgba(0,0,0,0.3);
    width: 100%;
    margin-bottom: 2%;
    border-radius: 5px;
}

#sideBarRightContainer {
    width: 100%;
}

#siteNotes {
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
    color: #fff;
    width: 30%;
    text-align: center;
    box-shadow: 3px 3px 1px 1px rgba(0,0,0,0.3);
    margin-bottom: auto;
    margin-left:1%;
    margin-top: auto;
}

#addsiteNotes {
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
    color: #fff;
    width: 100%;
    text-align: center;
    box-shadow: 3px 3px 1px 1px rgba(0,0,0,0.3);
}

.jobCard {
    background-color: rgba(0,0,0,0.5) !important;
    border-radius: 5px;
    color: #fff;
    width: 90%;
    margin-left:auto;
    margin-right:auto;
    box-shadow: 3px 3px 1px 1px rgba(0,0,0,0.3);
}

.header {
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    border-top-left-radius: 5px ;
    border-bottom-right-radius:5px;
}

.body {
    width: 100%;
}

    .body div table {
        margin-left: 10px;
    }

    .body table tr td:nth-child(1), .body table tr th:nth-child(1) {
        padding-left: 0px;
        width: 200px;
    }

.line {
    position: relative;
    border: 1px solid #fff;
    width: 90%;
    border-radius: 5px;
    left: 5%;
    margin: 10px;
}

.delete_btn {
    color: black;
    background-color: #7FDBFF;
    width: 100px;
}

    .delete_btn:hover {
        color: black;
        background-color: white;
    }

p {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
}

input::-webkit-input-placeholder {
    color: white;
}

input:-moz-placeholder {
    color: white;
}

input::-moz-placeholder {
    color: white;
}

input:-ms-input-placeholder {
    color: white;
}

.partsTable {
    border: 2px solid #fff;
}

    .partsTable tr th {
        width: 200px;
        border: 2px solid #fff;
    }

.SortByButton {
    width:100%;
    font-size: 13px;
    position: relative;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border: 1px solid;
    border-color: rgb(5,194,250);
    margin-left: 5px;
    margin-right: 5px;
    margin-top:5px;
}

    .SortByButton:hover {
        background-color: #67CAEF;
        transition: 0.3s;
        color: #262626;
    }

.TechTable tr th {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 199px;
}

.TechTable tr td {
    border-bottom: 1px solid #fff;
    /*width: 199px;*/
    text-align: center;
}

.TicketTable {
    border-collapse: separate;
    border-spacing: 0 10px;
}

    .TicketTable tr td {
        width: 400px;
    }

.InfoTable {
    color:white;
    border-collapse: separate;
    border-spacing: 0 6px;
    border-radius: 5px;
    overflow: hidden;
}


.ReportTable {
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border-spacing: 0 6px;
    overflow: hidden;
    padding: 5px;
}

    .ReportTable tr td:nth-child(1) {
        width: 200px;
    }

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-header {
    padding: 2px 16px;
    background-color: #7FDBFF;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #7FDBFF;
    color: white;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.modal-content table tr td:nth-child(1){
    padding-right:50px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}
#panel{
    padding:50px;
    display:none;
}
