/*
     2019 Visible Technology Solutions, LLC
*/
html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}
body {
    background-color: #f6f6f6;
    position: relative;
    margin: 0;
    /*padding-bottom: 6rem;*/
    min-height: 100%;
}
.container-fluid {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    margin: 0 auto;
    /*padding-top: 64px;*/
    /*max-width: 640px;*/
    /*width: 94%*/
}
.brand_image {
    padding: 5px 0;
}
.sched_del {
    font-size: 22pt;
}
.pg_status {
    display: none;
    text-align: center;
}
.status {
    font-weight: bold;
    font-size: 14pt;
}
.from_to {
    font-size: 12pt;
    padding: 40px 0;
}
.status_image img {
    width: 80%;
}
.pg_history_facts {
    display: none;

}
.div_facts_lbl {
    padding-top: 20px;
    font-weight: bold;
}
.tbl_history {
    padding-top: 20px;
}
.div_history {
    letter-spacing: 1px;
    padding: 2px 0;
}
.div_history_date {
    background-color: #FAFAFA;
}
.div_history_time {
     float: left;
     width: 100px;
 }
.div_history_seperator {
    border-bottom: 1px solid #e3e3e3;
    height: 10px;
}

.pg_header{
    height: 35px;
    background-color: #1b2024;
    color: #ffffff;
}
.pg_header a {
     color: white;
     hover: white;
 }
.title {
    font-family: "Arial Black";
    font-size: 18pt;
    margin-left: 10px;
}
.pg_manual_entry {
    display: none;
    padding: 50px 0;
    text-align: center;
}
.pg_manual_entry p{
    font-size: 18px;
    font-weight: bold;
}
.pg_call_to_action {

    background-color: #ffdc39;
    /*padding-top: 55px;*/
    /*padding-bottom: 55px;*/
    color: #222222;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    /*line-height: 43px;*/
    font-weight: 600;
    letter-spacing: -0.5px;
    /*margin-bottom: 35px;*/
    margin-top: 15px;
    height: 150px;
}
.div_call_image {

    float: left;
    padding-top: 50px;
    padding-left: 30px;
    /*text-align: right;*/
    /*align-content: right;*/


}
.div_call_text {
    padding-top: 0px;
}
.pg_footer{
    /*position: fixed;*/
    /*bottom: 0px;*/
    /*width: 100%;*/
    height: 35px;

    position: absolute;
    right: 15px;
    bottom: 0;
    left: 0;


    background-color: #1b2024;
    color: #626466;
    text-align: center;
    padding-top: 7px;
}
/*  Error Page  */
.pg_error, .pg_warning{
    display: none;
    background-color: #FFFFFF;
    /*padding: 100px;*/
}
.pg_warning a {
    color: #8a6d3b;
    hover: #8a6d3b;
}
.pg_error a {
    color: #a94442;
    hover: #a94442;
}

.cv_portal a {
    color: #337ab7;
    hover: #337ab7;
}

@media only screen and (min-width: 450px) {
    .div_call_text {
        padding-top: 65px;
    }

}

@media only screen and (min-width: 768px) {
    .div_history_time {
        margin-left: 175px;
    }
    .pg_call_to_action {
        font-size: 24px;
    }
    .div_call_text {
        padding-top: 55px;
    }

}


#sched_call {

    margin-bottom: 15px;
    display: none;
}
#sched_contact{

    margin-top: 10px;
    display: none;
}
#tlc_text {
    display: none;
    padding-right: 150px;
    padding-left: 150px;
}