/*
Pitch Gauge LLC
Author: Abraham Ventura - Pitch Gauge LLC
Author URI: https://pitchgauge.com
Description: This site was developed by Pitch Gauge LLC for Pitch Gauge LLC.
Tags: roofing,roof,roofer,calculator,slope,estimating,measure,estimate,satellite,shingle,pitchgauge.com,roof camera,pitch finder,pitch gauge,roof measurement,gps measurement,roofing tools,roofing app,roof crm,contractor crm,roof materials,measurement report
*/
/*@import url(//fonts.googleapis.com/css?family=Arimo:100,200,300,400,500,600,700,800,900,400italic,700,700italic);*/
/*@import url(//fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic);*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900);

a, a:link, a:active, a:visited {
    text-decoration: none !important;
    color: #007bff;
    cursor: pointer;
}

a.header-link{
    color: #505050;
}
a.footer-link {
    color:#999;
}
html {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

body {
    height: 100%;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#navbarToggler {
    overflow-y: visible;
    height: auto;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.centered-modal-dialog, .centered-modal-dialog .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(80% - var(--bs-modal-margin) * 2);
}
#navbarTogglerSecondRow {
    overflow-y: auto;
    height: auto;
    border-top: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
#navbar, #second_row_nav{
    -webkit-transition: margin-top .3s ease;
    -moz-transition: margin-top .3s ease;
    -o-transition: margin-top .3s ease;
    transition: margin-top .3s ease;

}
#bottom_row_nav{
    -webkit-transition: margin-bottom .3s ease;
    -moz-transition: margin-bottom .3s ease;
    -o-transition: margin-bottom .3s ease;
    transition: margin-bottom .3s ease;

}

#tabbar_container{
    /*transition: all 2s ease 0s;*/
    /* box-shadow: 0 4px 2px -2px grey; */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.max-320{
    max-width: 320px;
}
.max-480{
    max-width: 480px;
}
.max-768{
    max-width: 768px;
}
.height-50{
    height: 50px;
}

.nav-shadow {
    overflow: visible;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .4);
}

.header_div {
    padding: 0 20px 0 50px;
}

td.desktop-only {
    display: table-cell;
}

thead.desktop-only {
    display: table-header-group;
}

.success {
    color: #0d861b;
}

.error {
    color: #FF4136;
}

.warning {
    color: #FF851B;
}

.bg-white {
    background: #ffffff;
}
.bg-dark {
    background-color: #222 !important;
}
.bg-clear {
    background-color: transparent !important;
}
.z-index-100 {
    z-index: 100;
}

p {
    font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros",
    TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", /*Arimo,*/
    Helvetica, Arial, sans-serif;
    color: #4A4A4A;
    font-size: 16px;
}

.list-style-none {
    list-style-type:none;
}


.text-100 {
    font-weight: 100;
}

.text-200 {
    font-weight: 200;
}

.text-300 {
    font-weight: 300;
}

.text-400 {
    font-weight: 400;
}

.text-500 {
    font-weight: 500;
}

.text-600 {
    font-weight: 600;
}

.text-700 {
    font-weight: 700;
}

.text-800 {
    font-weight: 800;
}

.text-900 {
    font-weight: 900;
}

.text-bold {
    font-weight: bold;
}

.text-italic {
    font-style: italic;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-sub {
    color:#505050a6;
}
.w-fit {
    width: fit-content;
}
.h6 {
    font-size: 1.1rem;
}
.link-color {
    color:#3366CC;
}
.display-table {
    display: table !important;
}
.display-table-cell {
    display: table-cell !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

/* These have been set */
.bg-primary {
    background-color: #00659b !important;
}
.bg-secondary {
    background-color: #f5740f !important;
    color: #fff;
}
.bg-info {
    background-color: #3e92cc !important;
}
.bg-orange{
    background: #FA9D1C;
}
.invert{
    -webkit-filter: invert(1);
    filter: invert(1);
}
.inverse-x{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.inverse-y{
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}


/* These have been set */

/* These have been set */
.text-primary {
    color: #00659b !important;
}

.text-secondary {
    color: #FA9D1C !important;
}
.text-info {
    color: #007bff !important;
}
/* These have been set */
.page-item.disabled .page-link {
    color: #868e96 !important;
    pointer-events: none;
    cursor: auto;
    background-color: #fff !important;
    border-color: #dee2e6;
}

.page-link {
    color: #00659b !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #00659b !important;
    border-color: #00659b !important;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}
.navbar-light .navbar-nav .nav-link{
    min-width: 100px;
    min-height: 40px;
}


.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:hover a {
    background-color: #222;
    /*color: transparent !important;*/
    color: #fff !important;
    cursor: pointer;
}
.navbar-light .navbar-nav .nav-link .nav-link-badge {
    display: inline-block;
    z-index: 1;
}


.navbar-light .navbar-nav .selected, .navbar-light .navbar-nav .selected a {
    background-color: #222;
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link img.nav-link-icon,
.navbar-light .navbar-nav .nav-link i.nav-link-icon {
    max-width: 30px;
}

.navbar-light .navbar-nav .nav-link .nav-link-icon {
    display: none !important;
}

.navbar-light .navbar-nav .selected img, .navbar-light .navbar-nav .nav-link:hover img {
    /* -webkit-filter: invert(1); */
    /* filter: invert(1); */
}


.dark-overlay {
    background-color: rgba(0, 0, 0, .3);
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
.img-100 {
    height: 100px;
    width: 100px;
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}
.not-fluid {
    max-width:1140px;
}
.text-decoration-none {
    text-decoration:none !important;
}
#second_row_nav {
    border-top: 0;
    background-color: #222 !important;
}
#bottom_row_nav {
    background-color: #222 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dl-horizontal dt {
    padding-bottom: 10px;
}


.stylish-input-group .input-group-addon{
    background: white !important;
}
.stylish-input-group .searchbar{
    border-right:0;
    box-shadow:0 0 0;
    border-color:#ccc;
}


#custom-search-input {
    margin: 10px 0 0;
    padding: 0;
}

#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #D9230F;
}


.search-query:focus+button {
    z-index: 3;
}

.search_button {
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    padding: 4px 12px;
}

.search_button_inside {
    background: transparent;
    border: 0;
}


.search_button .fa-search {
    font-size: 30px;
}


.selected_toggle {
    background-color: #f8f9fa !important;
    color: #343a40 !important;
}

.selected_toggle a {
    color: #343a40 !important;
}
.selected_toggle_not {
    color:#f8f9fa;
}
.selected_toggle_not a {
    color:inherit;
}

.selected_toggle_not:hover {
    background-color: #f8f9fa !important;
    color: #343a40 !important;
}

.w-fit {
    width: fit-content;
}

.modified_filter_menu {
    top: 50px !important;
    transform: translate3d(0px, 0px, 0px) !important;
    left:calc(50%/1.5) !important;
}
.projectmanager_filter_menu {
    left:calc(50%/2) !important;
}

.dropdown_style {
    text-decoration: none;
}

#pg-add-new-button .dropdown-menu .pg-add-new-section {
	background: linear-gradient(90deg, #0f4a3f 0%, #146c5a 100%);
	border-top: 1px solid rgba(7, 47, 40, 0.28);
	border-bottom: 1px solid rgba(7, 47, 40, 0.18);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
	color: #ffffff;
	cursor: default;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.22em;
	line-height: 1;
	list-style: none;
	padding: 0.8rem 1.1rem 0.75rem;
	position: relative;
	text-align: left;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	text-transform: uppercase;
}

#pg-add-new-button .dropdown-menu .pg-add-new-section:first-child {
	border-top: 0;
}

#pg-add-new-button .dropdown-menu .pg-add-new-section span {
	align-items: center;
	display: inline-flex;
	gap: 0.65rem;
}

/*#pg-add-new-button .dropdown-menu .pg-add-new-section span::before {*/
/*	background: linear-gradient(180deg, #f5fffb 0%, #d8f3e6 100%);*/
/*	border-radius: 999px;*/
/*	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.14);*/
/*	content: "";*/
/*	display: inline-block;*/
/*	height: 0.55rem;*/
/*	width: 0.55rem;*/
/*}*/

.dropdown_style:hover {
    background-color: #dde9eb;
}

.dropdown_style a {
    text-decoration: none;
}

.dropdown_style a  h6 {
    margin-bottom: 0 !important;
    padding: 4px;
    color: #000;
}

.project_cell {
    height:50px;
}
.project_cell:hover, .lead_cell:hover {
    cursor: pointer;
}

.project_table:hover, .lead_table:hover {
    /* cursor: pointer; */
}

.pg_cell .status {
    width: 15%;
}
.pg_cell .name {
    width: 20%;
}
.pg_cell .address {
    text-align: center;
    width: 20%;
}
.pg_cell .damagetype {
    width: 10%;
}
.pg_cell .notes {
    width: 30%;
}
.pg_cell .manager {
    width: 30%;
}
.pg_cell th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.pg_cell #credits {*/
/*	max-width: 40px;*/
/*}*/


/*.project_table #completed {*/

/*}*/
/*project_table #scope{*/

/*}*/
/*project_table #address{*/

/*}*/
/*project_table #comments{*/

/*}*/
/*project_table #status{*/

/*}*/
/*project_table #name{*/

/*}*/
/*project_table #damagetype{*/

/*}*/
/*project_table #notes {*/

/*}*/


.panel-heading, .submit_lead, .submit_project, .tabbar_container a .active {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.panel-heading:hover {
    cursor: pointer;
}

.panel-body .form-control {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.panel-body .form-control {
    margin: .25rem auto;
}
.panel-body .control-label {
    font-weight: bold;
}

#managerSection .form-group .bootstrap-select.btn-group {
    width: 320px !important;
    margin: auto;
}

.accordion-toggle:hover {
    text-shadow: none;
}

#statuspicker {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.cursor-auto, .cursor-auto:hover {
    cursor: auto;
}
.cursor-pointer, .pointer:hover {
    cursor: pointer;
}


.input-accessory-button{
    height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-color: #ced4da;
    border-bottom-style: solid;
    border-right-color: #ced4da;
    border-right-style: solid;
    border-top-color: #ced4da;
    border-top-style: solid;
    border-left-color: #ced4da;
    border-left-style: solid;
    border-left-width: 0;
}

.input-accessory-button i, .input-accessory-button i{
    font-size: 20px;

}

#managerSection .form-group .bootstrap-select.btn-group,
#collapseTwo .form-group .bootstrap-select.btn-group,
.project-manager-select,
.damage-type-select  {
    width:320px !important;
    height:50px !important;
    margin:auto;
}
#jobnumber, #datetimepicker1{
    width:320px !important;
    height:50px !important;
    margin:auto;
}
#incidentDatePicker {
    width:320px !important;
}
#incidentDatePicker input[type=text]{
    width:270px !important;
    height:50px !important;
    margin:auto;
}

.visibility-hidden {
    visibility: hidden !important;
}
.display-none {
    display: none !important;
}

.lazy {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.navbar .logo {
    max-height: 144px;
    max-width: 144px;
    margin-left: 32px;
    width: 80px;
}
.logo {
    display: inline-block;
}
.company-logo, .company-logo2{
    cursor: pointer;
    border: 0;
    max-width: 150px;
    filter:drop-shadow(2px 5px 5px rgba(0, 0, 0, .3));
}

.round-image {
    border: 1px solid #efefef;
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
    float:none;
    display:inline-block;
}
.round-image img {
    display: block;
    object-fit:cover;
    min-width: 100%;
    min-height: 100%;
}


.nav-company-logo {
    cursor: pointer;
    border: 1px solid #efefef;
    max-height: 65px;
    border-radius: 5px;
    box-shadow: 0 14px 34px -10px rgba(0, 0, 0, .15), 0 14px 34px -10px rgba(0, 0, 0, .15);
    filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, .3));
}

.nav-company-logo-none {
    cursor: pointer;
    border: 1px solid #a9a9a9;
    height: 60px;
    min-width: 200px;
    border-radius: 5px;
    box-shadow: 0 14px 34px -10px rgba(0, 0, 0, .15), 0 14px 34px -10px
    rgba(0, 0, 0, .15);
}

#map_canvas {
    height: 550px;
}
.custom-map-control-button {
    position: absolute;
    bottom: 187px;
    right: 0;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 2px;
    border-color: transparent;
    background: #fff;
}

.search_button:hover {
    cursor: pointer;
}

a.btn-new {
    color:#fff;
    cursor: pointer;
}

a.btn-new:hover {

}
.right-tab-divider {
    border-right: 1px solid #333;
    margin: 10px 0;
}
.container .divider, .container-fluid .divider {
    border-top: 1px solid #111;
    border-bottom: 1px solid #333;
    margin: 0 0 10px 0;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-inline label {
    display: -webkit-box !important;
    /*display: -ms-flexbox !important;*/
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: start !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: left !important;
    margin-bottom: 0 !important;
}

input[type=text], input[type=email], input[type=password], select.form-control {
    font-size: 25px;
    font-weight: 500;
    width: 320px;
    height:50px;
}

.materialQuantityInput {
    font-size: 40px;
    font-weight: 700;
    border-color: transparent;
    background-color: #eaeaea;
    height:50px;
}
.materialQuantityInputDisabled {
    font-size: 40px;
    font-weight: 700;
    border-color: transparent;
    height:50px;
}
#jobnumber input[type=text], #datetimepicker1 input[type=date]{
    width: 270px !important;
    height:50px;
}

#price{
    font-size: 25px;
    font-weight: 500;
    width: 290px !important;
    height:50px;
    max-width:290px;
}

.strength_password_container{
    width: 320px !important;
}

input[type=text], input[type=email] , input[type=password], #datetimepicker1 input[type=date], select.project-manager-select, select#damage-type-select {
    /* If Large Fonts */
    font-size: 25px;
    /*      or        */
    /* font-size: 30px;*/
    font-weight: 500;
}
label.control-label {
    width: 320px;
    text-align:left;
}

.panel-body {
    padding-top:5px;
}
#email-section label, #companyType-div label  {
    font-weight: 500;
}

.this_page_cannot_be_found {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}

/* .project-contact-tab, .project-documents-tab, .project-precise-tab, .project-materials-tab, .project-summary-tab{

} */

.project-contact-tab img, .project-documents-tab img, .project-precise-tab img, .project-materials-tab img, .project-summary-tab img {
    max-width: 30px;
}

.forgot-password-page-forgot-password-button, .login-page-login-button, .sign-up-page-sign-up-button, #datetimepicker1 input[type=date], #third-party-login-container, #third-party-login-toggle {
    width: 320px;
}


select.form-control:not([size]):not([multiple]) {
    border-bottom: 1px solid #e9ecef;
    height: 50px !important;
    /* width: 320px; */
    font-size: 28px;
}

input[type=checkbox] {
    /* margin: auto 4px; */
    padding: 10px;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn {
    border-radius: 0 !important;
}

.btn-new {
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    /* background: #F44C67; */
    display: inline-block;
    padding: 1.0rem 1.5rem;
    font-size: 1.25rem;
    /* line-height: 1.5; */
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    min-width: 120px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    /* letter-spacing: 1px;
    cursor: pointer;
    line-height: 1.42857; */
    text-align: center;
    white-space: nowrap;
    /*border: none;*/
    border:1px solid #dbdbdb!important;
}
.btn-new:hover {
    cursor:pointer;
}
.btn-default {
    text-shadow: 0 1px 0 rgb(255 255 255);
    background-image: -webkit-linear-gradient(to top, #fff 0, #e0e0e0 100%);
    /*background-image: -o-linear-gradient(to top, #fff 0, #e0e0e0 100%);*/
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#fff),to(#e0e0e0));*/
    background-image: -webkit-linear-gradient(to top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
    background-repeat: repeat-x;
    -webkit-background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 1px solid #dbdbdb!important;
}



.submit_project {
    height: 65px;
    border-radius: 0;
}

.stripe-button-el {
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    /* background: #F44C67; */
    display: inline-block;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    min-width: 100px;
    /* -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 30px;
    color: #fff; */
    /*     font-size: 14px;
 */
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    /* letter-spacing: 1px;
    cursor: pointer;
    line-height: 1.42857; */
    text-align: center;
    white-space: nowrap;
    /* border: none; */
}

.stripe-button-el span {
    background: transparent none;
    -webkit-border-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.w-lg-25 {
    width: 25% !important;
}
.overflow-hidden {
    overflow:hidden;
}
.overflow-scroll {
    overflow:scroll;
}

.bootbox-confirm .modal-body .bootbox-close-button {
    display:none;
}

.bootbox-confirm .modal-footer {
    display:inline;
}
.bootbox-confirm .modal-footer .btn-danger{
    float:left;
}
.bootbox-confirm .modal-footer .btn-success{
    float:right;
}
.bootbox-form .bootbox-input {
    margin: auto;
    width: 100%;
}
.bootbox .modal-header{
    display: block;
}
.modal {
    overflow-y:scroll !important;
}
.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.alert-success {
    z-index: 1000;
    margin-left: 10px;
    margin-right: 20px;
    width:100%;
    text-align:left;
    margin-bottom: 5px;
    /* animation taken care of at jquery
       -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; */
}
.alert-danger {
    z-index: 1000;
    width:100%;
    text-align:left;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 5px;
    /* animation taken care of at jquery
     -webkit-transition: all 0.30s ease-in-out;
     -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
     -o-transition: all 0.30s ease-in-out; */
}
.close-error-alert-button , .close-danger-alert-button {
    cursor: pointer;
    color: #721c24;
    border-style: none;
    border-width: 0;
    padding: 1px 7px 2px;
    background: none;
    font-size: 2em;
}

.close-success-alert-button {
    cursor: pointer;
    color: #155724;
    border-style: none;
    border-width: 0;
    padding: 1px 7px 2px;
    background: none;
    font-size: 2em;
}

.message_icon-right {
    float: right;
}
.message_icon-right img {
    display: inline-block;
}
.created_and_modified_div {
    font-size: 16px;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.strength_password_container {
    width: 320px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px #ced4da solid;
    border-top: 0;
    overflow: hidden;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    display: -webkit-box;
    /*display: -ms-flexbox;*/
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.input_with_strength_password {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.strength_password_glow:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 3px 0 3px 3px;
    margin: 5px 1px 3px 0;
    border: 1px solid rgba(81, 203, 238, 1);
}

.password-length, .password-special-characters, .password-lowercase, .password-uppercase {
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
}

#other_text_div {
    display: none;
}

.device_icon img {
    height: 50px;
    width: auto;
}

.hide_until_load {
    display: none;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer p.sub {
    color: #555;
    font-famliy: 'palanquin-regular';
}

footer .stripe-color {
    background-color: #222;
    color: #EEE;
    padding-top: 40px;
}

footer div.divider {
    border-top: 1px solid #111;
    border-bottom: 1px solid #333;
    margin: 30px 0;
}

footer a {
    color: #999;
    text-decoration: none;
}

footer div.last {
    padding-bottom: 20px;
}

.invert {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.tabbar_container {
    display: table;
}

.tabbar {
    width: 120px;
    display: table-cell;
    /* background-color: #343a40; */
}

.tabbar_container .tabbar {
    color: #000;
}

.pgprecise-top-tab-icon{
    height: 50px !important;
    width: 50px !important;
}
.tabbar_container .tabbar img {
    height: 42px;
    width: 42px;
}
.tabbar_container a .active {
    width: 120px;
    color: #f8f9fad4;
}

.tabbar_container a .active {
    color: #f8f9fad4;
}

.tabbar_container a .active img {
    -webkit-filter: invert(1);
    filter: invert(1);
    height: 42px;
    width: 42px;
}

.tabbar_container .tabbar div {
    margin-bottom: .5rem;
}

[data-project-shell] {
    --project-status-rgb: 90, 102, 124;
    --project-status-color: rgb(var(--project-status-rgb));
    --project-status-border: #5f6f86;
    --project-status-strong: #415065;
    --project-status-ink: #2c3747;
    --project-status-wash: #f5f7fb;
    --project-status-tint: #edf2f8;
    --project-status-line: rgba(var(--project-status-rgb), 0.22);
    --project-status-glow: #dbe3ee;
    --project-status-surface-text: #ffffff;
}

/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media only screen and (min-width: 576px) {
    .not-fluid {
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media only screen and (min-width: 768px) {
    .not-fluid {
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media only screen and (min-width: 992px) {
    .not-fluid {
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .not-fluid {
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 1280px) {
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
}

@media only screen and (max-width: 991px) {
    .navbar-light .navbar-nav .nav-link .nav-link-badge {
        right: auto !important;
        margin-right: 0 !important;
        left: 50%;
        transform: translateX(-50%);
        bottom: -2px;
        top: auto !important;
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 900px) {
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
.mobile-only {
    display: none;
}
.mobile-only-hide {
    display: inherit;
}


.desktop-only {
    /*display: inherit;*/
    display: block;
}
.desktop-only-block {
    display: block;
}
.desktop-only-inline {
    display: inline;
}


@media only screen and (max-width: 767px) {
    .btn-new {
        min-width: 20px;
    }
    .stylish-input-group .searchbar{
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
        border: 1px solid #ced4da;
    }
    .bg-md-dark {
        background-color: #222!important;
    }
    .mobile-only {
        display: block !important;
    }
    td.mobile-only {
        display: table-cell !important;
    }
    .desktop-only {
        display: none !important;
    }
    .text-sm-right {
        text-align: right;
    }
    .lead_table  td{
        border:0;
        border-bottom: 1px solid #dee2e6;
    }
    .project_table  td{
        border:0;
        border-bottom: 1px solid #dee2e6;
    }

    .pg_cell .status {
        width: auto;
    }
    .pg_cell .name {
        width: auto;
    }
    .pg_cell .address {
        width: auto;
    }
    .pg_cell .damagetype {
        width: auto;
    }
    .pg_cell .notes {
        width: auto;
    }

}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
select.form-control:not([size]):not([multiple]) {
    /* width: 321px; */
    height:50px;
}

@media only screen and (max-width: 480px) {
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }

    input[type=text], input[type=email], input[type=password], .strength_password_container, select.form-control, label.control-label{
        width: 100%;
    }
    #incidentDatePicker {
        width:320px !important;
    }
    #jobnumber input[type=text], #incidentDatePicker input[type=text]{
        width: 70%;
    }
    .login-page-login-button, .sign-up-page-sign-up-button, #third-party-login-container, #third-party-login-toggle {
        width:100%;
    }
    .forgot-password-page-forgot-password-button, .login-page-login-button, .sign-up-page-sign-up-button {
        height:70px;
        line-height: 2;
    }

    select.form-control:not([size]):not([multiple]) {
        width: 100% !important;
    }
}

@media only screen and (max-width: 320px) {
    input[type=text], input[type=email], input[type=password], .strength_password_container, select.form-control {
        width: 280px !important;
    }

    #jobnumber, #datetimepicker1 {
        width: 280px !important;
    }


    #jobnumber input[type=text], #incidentDatePicker input[type=text]{
        width: 200px !important;
    }

    .form-group select {
        width: 280px !important;
    }
    .forgot-password-page-forgot-password-button, .login-page-login-button, .sign-up-page-sign-up-button, #third-party-login-container, #third-party-login-toggle {
        width: 280px !important;
    }
    select.form-control:not([size]):not([multiple]) {
        width: 280px !important;
    }
    .created_and_modified_div {
        font-size: 14px;
    }
}

/* Projects and Leads TabBars */
.bottom-tabbars {
    text-align:center;
}

/* Style the tab */
.tab {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #ccc0;
    text-align:center;
    background-color: #222;
    padding-left:0;
    padding-right:0;
}

/* Style the buttons inside the tab */
.tab button {
    width:100%;
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    /*font-size: 17px;*/
    color:#f8f9fa;
    font-size: 12px;
    line-height: 12px;
    padding: 0 0 20px;
}

.tab button img {
    padding: 0 25px;
}

/* Change background color of buttons on hover */
.tab:hover {
    background-color: #ddd;
}

/* Create an active/current tab link class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


.switch input {display:none;}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f00;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #21f25f;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.swell:hover {
    opacity:1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.06);
    z-index:2;
    /* position:relative; */
    transition:300ms;
}

.swell-2x:hover {
    opacity:1;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    z-index:2;
    /* position:relative; */
    transition:300ms;
}

.swell-small:hover {
    opacity:1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    z-index:2;
    /* position:relative; */
    transition:300ms;
}



#loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #286090; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.5s linear infinite;
    margin: 0 auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}





div[role=main] {
    margin-top:136px;
}


.drag-and-drop-drag-over {
    background: url('/images/drag-and-drop.gif') -20px -90px;
}


.drag-and-drop-uploading{
    margin:30px auto;
    background-image:url('/images/spinner_blue.gif');
    /*background-size: 133.25px 134.5px;*/
    background-size: 133px 135px;
    background-repeat: no-repeat;
    background-position:center;
}


.add-subscription-button {
    height: 50px;
    padding: 0 40px;
    color: #fff;
    background-color:#337ab7;
    border-width: 0;
    border-style: outset;
    border-color: buttonface;
    cursor:pointer;
}
.icon-small{
    width:20px;
    height:20px;
}
.richText-help{
    display:none !important;
}
.nav-shadow{
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .4) !important;
}
.apple-download-badge {
    width: 200px;
    height: 68px;
    max-width: 200px;
    max-height: 68px;
    background-repeat: no-repeat;
    background-position: center;
}
.google-download-badge {
    width: auto;
    height: 64px;
    max-height: 66px;
    background-repeat: no-repeat;
    background-position: center;
}
.richText-editor {
    border-left: 1px solid #00000054 !important;
    border-right: 1px solid #00000054 !important;
    /* border-radius: 10px; */
}
.richText-toolbar {
    border: 1px solid #00000054 !important;
    /* border-radius: 10px; */
}

.form-control::-webkit-input-placeholder { color: rgba(1, 1, 1, 0.25) !important; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: rgba(1, 1, 1, 0.25) !important; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: rgba(1, 1, 1, 0.25) !important; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: rgba(1, 1, 1, 0.25) !important; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: rgba(1, 1, 1, 0.25) !important; }  /* Microsoft Edge */


.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type=file]::file-selector-button {
    display: none;
}

.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}
.rotating-border {
    width: max-content;
    background: linear-gradient(90deg, #000 50%, transparent 50%), linear-gradient(90deg, #000 50%, transparent 50%), linear-gradient(0deg, #000 50%, transparent 50%), linear-gradient(0deg, #000 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    padding: 10px;
    animation: border-dance 4s infinite linear
}

@keyframes border-dance {
    0% {
        background-position: 0 0, 100% 100%, 0 100%, 100% 0
    }
    100% {
        background-position: 100% 0, 0 100%, 0 0, 100% 100%
    }
}


.navbar-collapse.show + .mobile-only-signup-and-login-button, .navbar-collapse.collapsing + .mobile-only-signup-and-login-button {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
/*991px == md*/  /*992px == lg*/
@media only screen and (min-width: 992px) {
    .mobile-only-signup-and-login-button {
        display: none;
    }
}
footer .socialIconDiv {
    height: 40px;
    width: 40px;
    display: inline-block;
    /*background-color: #4d4d4da8;*/
    padding: 0.5rem;
}
footer .socialIconDiv a {
    width: 100%;
    height: 100%;
}

footer .socialIconDiv a svg {
    fill: white;
}

.settings-nav .dropstart .dropdown-menu {
    display: none;
}

.settings-nav .dropstart:hover .dropdown-menu {
    display: block;
}
.settings-nav .dropstart:hover .dropdown-toggle {
    color: #000;
}

/* Remove focus outline from Google Maps markers */
.gmp-map *:focus,
.gmp-map *:focus-visible,
.gmp-map *:focus-within {
    outline: none !important;
    box-shadow: none !important;
}

/* Specifically target marker elements */
.gmp-map [role="button"]:focus,
.gmp-map [role="button"]:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* Target AdvancedMarkerElement content */
.gmp-map .gm-style-iw,
.gmp-map .gm-style-iw * {
    outline: none !important;
}

/* Remove focus from marker pins */
.gmp-map .pin-element:focus,
.gmp-map .pin-element:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* Mobile-specific improvements */
@media (max-width: 768px) {
    .gmp-map * {
        -webkit-tap-highlight-color: transparent !important;
    }
}
