@charset "utf-8";
html,body {
    height: 100%;
}
body {
    font-family: Roboto, sans-serif;
    color: #424242;
    font-weight: 400;
}
a {
	-webkit-transition: .4s all;
	-o-transition: .4s all;
	transition: .4s all;
	color: #0872b9;
}
a:hover {
	color: #003f86;
}
.full-height {
    height: 100vh;
}
#login-message {
    transition: .4s all;
    margin-bottom: 0;
}
li.nav-item.active {
    font-weight: 700;
}
.account-nav .nav-link i {
    color: #0872b9
}
.account-nav .dropdown-toggle:after {
    border-top-color: #0872b9;
}
.account-nav li.dropdown .dropdown-menu {
    width: 220px;
    padding: 0 0 7px;
    left: -178px;
    position: absolute;
    z-index: 999999;
}
.account-nav li.dropdown .dropdown-menu:after, .account-nav li.dropdown .dropdown-menu:before {
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
    content: "";
    display: inline-block;
    left: 42px;
    margin-left: -6px;
    position: absolute;
}
.account-nav li.dropdown .dropdown-menu:after {
    left: auto;
    right: 13px;
    border-bottom-color: #0872b9;
}
.account-nav li.dropdown .dropdown-menu .user-info {
    background-color: #0872b9;
    color: #fff;
    overflow: hidden;
    padding: 15px;
    border-radius: 2px 2px 0 0;
    margin-bottom: 7px;
}
.account-nav li.dropdown .dropdown-menu .user-info .user-name {
    display: block;
    font-size: 1.3rem;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.account-nav .dropdown-item {
    color: #424242;
}
.account-nav .dropdown-item span {
    margin-right: 7px;
}
.navbar .nav-link {
    color: #0872b9 !important;
}
.navbar .nav-link:hover {
    color: #003f86 !important;
}
.navbar .divider {
    font-size: 2rem;
    line-height: 1.5rem;
    padding: 7px;
    color: #bdbdbd;
}
.right-col {
    min-height: 800px;
    position: relative;
}
.right-col:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/professional-waterfront-cleanup-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .1;
}
canvas.signature {
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #fff;
}
.text-white .close {
    color: #fff;
    text-shadow: none;
}
.mce-edit-area {
    padding: .5rem !important;
}
.twitter-typeahead {
    width: 100%;
}
.tt-menu {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.15);
    padding: 6px;
    cursor: pointer;
}
h3 {
    font-size: 1.25rem;
}
.strong-plaintext {
    font-weight: 700;
}
.permit-text-dark p {
    color: #fff;
    margin: 1rem 0;
}
.date-group .fv-plugins-icon {
    right: 40px;
}
.payment-table td {
    text-align: center;
}
.payment-table td input {
    text-align: center;
}
.package-divider {
    border-bottom: 2px solid #424242;
    margin-bottom: 10px;
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
 
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
    
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    
}