﻿@media only screen and (max-width: 600px) {
    .LoginForm{
        width:80%;
    }
}

@media only screen and (min-width: 700px) {
    .LoginForm {
        width: 40%;
    }
}

.txt:hover {
    text-decoration: underline;
    color:#000000 !important;
}

.PTTable{

}

.PTButton {
    background-color: #E96F1A;
    border-radius: 1em;
}

.ptCreateBtn {
    background-color: #E96F1A !important;
    color: #fff !important;
    font-weight: bold;
    margin-bottom:2em;
}

    .ptCreateBtn:hover {
        background-color: #000 !important;
        color: #fff !important;
        text-decoration: none;
    }

.ptCreateForm {
    background-color: #000;
    padding: 3em;
    border-radius: 1em;
}

.ptCreateViewBtn {
    background-color: #E96F1A !important;
    color: #fff !important;
    font-weight: bold;
    margin-top: 1em;
    padding: .5em 2em;
}

    .ptCreateViewBtn:hover {
        background-color: #FFF !important;
        color: #000 !important;
        text-decoration: none;
    }

.ptEditForm{
    background-color: #000;
    padding: 3em;
    border-radius: 1em;
}

.ptEditViewBtn {
    background-color: #E96F1A !important;
    color: #fff !important;
    font-weight: bold;
    margin-top: 1em;
    padding: .5em 2em;
}

.ptEditViewBtn:hover {
    background-color: #FFF !important;
    color: #000 !important;
    text-decoration: none;
}


.ptDetails {
    background-color: #000;
    border-radius: 1em;
    text-align: center;
    margin: auto;
    width: 50%;
}

    .ptDetails p {
        padding-top: 1em;
        font-size: 1.25em;
        color: #E96F1A !important;
    }

    .ptDetails dd {
        color: #fff;
    }

    .ptDetails dl {
        padding-bottom: 2em;
    }

.ptDeleteBtn {
    background-color: #E96F1A !important;
    color: #fff;
    padding: .5em 2em;
    font-weight: bold;
}

.ptDeleteBtn:hover {
    background-color: #FFF !important;
    color: #000 !important;
    text-decoration: none;
}

.ptDeleteContainer {
    background-color: #000;
    border-radius: 1em;
    text-align: center;
    margin: auto;
    width: 50%;
    padding: 2em 0em;
}

.formclass {
    padding: 1em;
    background-color: #000000;
    border-radius: 1em;
}

.login-submit {
    background-color: #E96F1A !important;
    font-weight: bold;
    border: none;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}


.login-submit:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.login-section {
    padding-top: 40px;
}

.login-delete {
    background-color: #000000 !important;
    font-weight: bold;
    border: none;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.login-delete:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}


.serviceAreasBody::before {
    line-height: 1em;
    content: ".";
    color: white;
    display: block;
}

.serviceAreasBody{
    line-height: 1em;
}

.serviceAreasTable tbody td {
    background-color: white;
    padding: .75em
}
