﻿body{
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.ui-widget{
    font-family: Roboto;
}
.prove1 {
    color: #36143b;
}
.prove2 {
    color: #25bcba;
}
.hidden {
    display: none;
}

input {
    border: 1px solid;
    border-color: #999;
    padding: 5px;
    min-width:250px;
}

input[type='button']
{
    border:0px;
}

.userForm select, .userForm input[type='text'], .userForm input[type='password'], .userForm input[type='date'], .userForm input[type='number'], .userForm textarea {
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 5px;
    width: auto;
    padding: 5px 10px;
    min-height: 21px;
}

.userForm .field-validation-error span {
    display: block;
    color: red;
}


.userForm textarea{
    width: 345px;
    height: 100px;
}

.userForm textarea.full-width {
    width: 950px;
    height: 350px;
}

#logo a, .pagehead .logo a {
    display: block;
    background: url(https://provepartners.com/wp-content/uploads/2020/01/Prove-Partners-Purple-headerlogo_opt.png) transparent no-repeat;
    width: 219px;
    height: 53px;
}

#content-wrapper{
    width: inherit;
}
#main {
    background: none;
    padding-top: 0px!important;
/*    padding-bottom: 300px; /* offsets footer, 200 footer height + 100 padding */
}
    #main.bg:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        z-index: -1;
        opacity: 0.5;
        background-image: url(https://provepartners.com/wp-content/uploads/2020/01/comp_iStock-941286236.jpg);
        background-image: url(https://provepartners.com/wp-content/uploads/2020/01/comp_AdobeStock_187165081.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }


#header, .pagehead {
    background: none transparent no-repeat;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 30px;
    overflow: visible;
    background-color: #fff;
    height: 65px;
}

#breadcrumbs{
    display:none;
}

#title, .main-title{
    border: 0px;
    padding: 0;
    margin-bottom: 0;
}

.search-component{
    text-align:right;
    padding-right: 20px;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 120px;
    width: 100%;
    background: none transparent left bottom no-repeat;
    background-color: #36143b;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 20px 20px 10px;
    font-weight: 600;
}

#footer .footer-col-phone{
    padding-top: 5px;
    font-size: 14px;
}
#footer-links {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 14px;
    color: #eee;
    text-align: right;
    padding-right: 20px;
}

.content {
    position: relative;
    float: left;
    width: 1040px;
    color: #333;
    margin-top: 20px;
    background-color: #36143b;
    padding: 4px 0 10px 0;
    border-radius: 5px;
}

.content .content-top{
    display: none;
}

.content .attention,
.content h1,
.content h1.attention{
    color: #fff;
    font-size: 18px;
    font-family: Nunito;
}

.content h1.attention{
    background: none;
    padding:0;
}


.content th{
    background-image: none;
    background-color: #CCC;
    text-align: left;
    height : auto;
    padding: 5px 0;
}

.content th:first-child, .content td:first-child {
    padding-left: 20px;
} 

.content .footnote{
    color: #fff;
    padding-left:20px;
    padding-top: 20px;
}

table.show-grid td {
    padding: 10px 5px;
    border: 1px solid #eee;
    border-top: 0;
    border-left: 0;
    text-align: left;
}

table.show-rows th{
    background-color: #CCC;
    padding: 5px 10px;
}

table.show-rows td {
    padding: 5px 10px;
    border-bottom: 0px solid #eee;
}

table.show-rows tr:last-child td{
    border-bottom:0px solid;
}


table.show-rows tr {
    border-bottom: 1px solid #eee;
}

table.show-rows tr:last-child {
    border-bottom: 0px solid;
}


.content table {
    width: 100%;
}

.content table td{
    padding: 10px;
}

td, th, td.date { 
    text-align:  left;
}

th.date, td.date {
    text-align: center;
}

.content .content-bottom{
    display: none;
}

.userForm fieldset {
    width: auto;
    padding: 10px 20px 40px 20px;
    margin:0;
    border: 0;
}

.userForm input[type='submit'] {
    background-color: #25bcba;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px;
    min-width: 100px;
    border:0;
    border-radius: 5px;
}

.userForm input[type='button'] {
    background-color: #eee;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px;
    min-width: 100px;
    border: 0;
    border-radius: 5px;
}

.content td a {
    color: #000;
    text-decoration: underline;
}

.content td a:hover, .userForm a:hover {
    color: #25bcba;
}

.editor-label, .editor-field {
    line-height: 2em;
}


legend{
    padding: 5px 0 5px 0;
    font-weight: 600;
}

#searchInput {
    padding: 5px;
    margin-bottom: 10px;
    min-width: 240px;
}

#main .suggest{
    position: absolute;
    top: 85px;
    right: 0;
    background-color: rgba(40, 40, 40, .7);
    color: #fff;
    font-weight: bold;
}

.sugget-block {
    padding: 25px 10px;
}
.sugget-block:not(:first-child) {
    border-top: 1px solid #888;
}


#main .suggest h2.title {
    font-weight: bolder;
    padding-bottom: 10px;
}

#main .suggest input[type=button],
button{
    background: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #36143b;
    font-size: 14px;
    font-weight: bold;
    min-width: 100px;
    cursor: pointer;
    border: 0px;
}

.fancybox-outer {
    background-color: #333;
}


.fancybox-outer .breadcrumbs {
    font-size: 1.5em;
    margin-left: 30px;
    height:35px;
    margin-top: 5px;
}

.fancybox-inner { 
    padding: 20px 0;
}
.fancybox-inner .title {
    display:none;
}

.fancybox-inner .patientPage{
    height: 100%;
    border: 0;
}

.fancybox-inner hr {
    display: none;
}

.dynamicfancybox td{
    text-align: center;
    display:block;
}


#menu{
    position:absolute;
    top: 30px;
    right: 0px;
    text-align:left;
    overflow: visible;
}
/*#menu li{
    padding-right: 30px;
}
*/
    #menu li a {
        color: #999;
    }
#menu li a {
    height: 20px;
    padding: 15px 10px;
    text-align:center;
}

#menu ul{
    display:inline-block;
}

#menu ul.requests {
    border: 1px solid #25bcba;
    padding: 0 15px;
    border-radius: 25px;
}

#menu ul.requests a{
    font-weight:bold;
}
#menu ul.requests li{
    text-align: right;
    font-weight: 100;
}

#menu li.label{
    padding: 15px 0 15px 10px;
    color: #25bcba;
}

#menu li a.selected span span {
    padding-bottom: 5px;
    border-bottom: 2px solid #25bcba;
}

#menu li span {
    display: inline-block;
}

#menu li span .small{
    display: block;
    font-size: 10px;
    line-height: 9px;
}

#menu li .dropdown a {
    background-image: none;
    height: auto;
}

#menu li .dropdown a:hover {
    background-image: none;
    height: auto;
}

#menu li .dropdown span {
    margin-top: 0px;
}

#menu li .dropdown .selected {
    margin: 0 0 0 -1px;
    width: 85px;
    height: 80px;
}

#menu li .dropdown a {
    text-align: left;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.9);
    width: 200px;
    padding: 12px 16px;
    z-index: 2;
}

.dropdown:hover .dropdown-content {
    display: block;
    background-color: rgba(255,255,255,0.95);
    border: 0;
    text-transform:none;
    padding:0px;
}
.dropdown:hover .dropdown-content a{
    padding:10px;
    font-weight: normal;
}
.dropdown:hover .dropdown-content a:hover{
    font-weight:bold;
    background-color: rgba(39,187,186,0.8);
    color: #fff !important;
}

#formToShowAll{
    color: #fff;
    padding-left: 10px;
    text-align:right;
}

#upload ul{
    list-style: none;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-left: 5px;
}
.file-btn{
    visibility:hidden;
}

#PatientBodyDiv td.date, td.price{
    text-align:left;
}

#PatientBodyDiv th{
    font-size: 12px;
    font-weight: 300;
    border-bottom: 1px #999 solid;
}

#PatientBodyDiv .facilityName {
    font-size: 11px;
    font-weight: 300;
    color: #333;
    padding-top:0!important;
    padding-left:10px;
}

.showAll{
    color: #fff;
    float: right;
    padding: 10px;
}

.showAll input[type=checkbox],
.statRequest input[type=checkbox] {
    min-width: 15px;
}

.statRequest #Comments {
    height: 90px;
    width: 300px;
    margin-bottom: 45px;
}

.column{
    padding-left: 20px;
}

#contactUs textarea{
    width: 97%;
}
#contactUs h3{
    color: #fff;
    padding-left: 20px;
}

.rg-radio-button + label {
    float: left;
    padding: 0.5em 1em;
    cursor: pointer;
    border: 1px solid #fff;
    margin-right: -1px;
    color: #333;
    background-color: #CCC;
}

.rg-radio-button + label:first-of-type {
    border-radius: 0.7em 0 0 0.7em;
}

.rg-radio-button + label:last-of-type {
    border-radius: 0 0.7em 0.7em 0;
}

.rg-radio-button:checked + label {
    background-color: #36143b;
    color: #fff;
}
.button-cta {
    padding: 10px 25px;
    box-shadow: rgba(0,0,0,0.5) 0px 5px 8px;
    background-color: #36143b;
    color: #fff;
}

.half{
    width: 515px;
}

.half th:first-child{
    width: 325px;
}
.half th:last-child,
.half td:last-child{
    text-align:center;
}

.content .paging, .content .paginator{
    padding-left:10px;
    color: #fff;
}

.paginator a{
    display: inline-block;
    padding: 0 5px;
}

.ui-autocomplete{
    background-color: #fff;
}

.ui-autocomplete .ui-menu-item {
    overflow: hidden;
}

.ui-tooltip{
    display: none!important;
}

.special {
    color: #674669;
}

.specialNote {
    color: #674669;
    right: -375px;
    font-size: 12px;
    position: relative;
}

.no-border, .no-border td {
    border: 0px!important;
    padding-top: 10px!important;
}

.fancybox-inner .ui-tabs span{
    padding-top: 0;
}

.banner {
    padding: 15px;
    text-align: center;
    margin: 0;
    background-color: #f4bd61;
}

.banner .header {
    font-weight: bold;
    font: 16px;
    padding-bottom:5px;
}

.banner a {
    font-weight:bold;
    text-decoration:underline;
}

.help-video{
    width: 100%;
}

.atlwdg-RIGHT {
    background-color: #25bcba !important;
}

.wiki-edit-content textarea{
    height:100px!important;
}

.atlwdg-SUBTLE {
    background-color: #36143b !important;
    border: 0px !important;
    box-shadow: none !important;
    color: #666 !important;
    font-weight: lighter !important;
}