/*
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=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);

@import url(//fonts.googleapis.com/css?family=Arimo:100,200,300,400,500,600,700,800,900,400italic,700,700italic);
 
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, body {
	height: 100%;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

body {
	-webkit-font-smoothing: antialiased;
	/* overflow:hidden; */
}

#navbarToggler {
	overflow-y: auto;
	height: auto;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

#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;
	
}
.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-primarwy {
	background-color: rgba(0, 102, 153, 1.0) !important;
}

.bg-primary {
	background-color: #00659b !important;
}

.bg-secondary {
	background-color: #FA9D1C !important;
}
.bg-info {
	background-color: #3e92cc !important;
}
.bg-orange{
	background: #f5740f;
}
.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;
}
/* 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;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}

.navbar-light .navbar-nav .nav-link:hover {
	background-color: #222;
	color: #fff !important;
}

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

.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;
	/* margin-top: 86px; */
	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: 0;
	margin-top: 10px;
	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: 4px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	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;
}

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

.dropdown_style a {
	text-decoration: none;
}

.dropdown_style a  h6 {
	margin-bottom: 0px !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;
}

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

.pg_cell .status {
    width: 10%;
}
.pg_cell .name {
    width: 20%;
}
.pg_cell .address {
    width: 20%;
}
.pg_cell .damagetype {
    width: 10%;
}
.pg_cell .notes {
    width: 30%;
}

.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 .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;
}
.company-logo {
	cursor: pointer;
	border: 1px solid #efefef;
	max-width: 150px;
	border-radius: 5px;
	box-shadow: 0 14px 34px -10px rgba(0, 0, 0, .15), 0 14px 34px -10px rgba(0, 0, 0, .15);
}

.round-image {
    border: 1px solid #efefef;

    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
    float:none;
                    
    display:inline-block;
    *display:inline; /* ie7 fix */
}
.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: 70px;
	border-radius: 5px;
	box-shadow: 0 14px 34px -10px rgba(0, 0, 0, .15), 0 14px 34px -10px
		rgba(0, 0, 0, .15);
}

.nav-company-logo-none {
	cursor: pointer;
	border: 1px solid #efefef;
	height: 70px;
	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: 600px;
}

.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 0px;
}
.container .divider, .container-fluid .divider {
	border-top: 1px solid #111;
    border-bottom: 1px solid #333;
    margin: 0px 0px 10px 0px;
}
/*--------------------------------------------------------------
# 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 !important;
	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 !important;
	text-align:left;
}
 
.panel-body {
	padding-top:5px;
}

.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] {
		width: 320px;
}


select.form-control:not ([size] ):not ([multiple] ){
	height: 50px !important;
	width: 320px;
	font-size: 30px;
}

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: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !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;
}
.btn-new:hover {
	cursor:pointer;
	}
.btn-default {
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#e0e0e0));
	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;
	border-color: #dbdbdb;
	border-color: #ccc;
}

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

.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;
	background-image: 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 {
	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: 0px;
	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: 0px !important;
	border-bottom-right-radius: 0px !important;
}

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

.password-length, .password-special-characters, .password-lowercase,
	.password-uppercase {
	height: 20px;
	font-size: 10px;
	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 0px;
}

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;
}

/*--------------------------------------------------------------
## 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) {

}

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

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


.desktop-only {
	display: block;
}


@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;
	}
	s
	.w-md-100 {
		width: 100% !important;
	}
	.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 {
		width: 100%;
	}
	#incidentDatePicker {
    	width:320px !important;
	}
	#jobnumber input[type=text], #incidentDatePicker input[type=text]{
		width: 70%;
	}
	.forgot-password-page-forgot-password-button, .login-page-login-button, .sign-up-page-sign-up-button {
/* 		width:100%; */
		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 {
		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-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}

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

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

/* Create an active/current tablink 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.2);
    z-index:2;
    /* position:relative; */
    transition:300ms;
}



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


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


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


.add-subscription-button {
	height: 50px;
	padding: 0 40px;
 	color: #fff; 
 	background-color:#337ab7; 
 	border-width: 0px;
    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: 66px;
    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(200,200,200, 1.0); }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: rgba(200,200,200, 1.0); }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: rgba(200,200,200, 1.0); }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: rgba(200,200,200, 1.0); }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: rgba(200,200,200, 1.0); }  /* Microsoft Edge */

