/* this is client specific theme */
html{
	height:100%;
}
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
} 
body {
    color: #242934;
    font-weight: 400;
    line-height: 1.5;
}
.ccw-hide-column {
	display: none !important;
}
.addressbutton{
	height:57px !important;
}
.addressbutton input{
	display:none;
}
.spacer{
	min-height:100px;
}
.InteLogin{
	margin-top:-45px;
	padding-top:15px;
}

.addressbutton label{
	min-width:120px;
	font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    color: #fff !important;
    background-color: #d7153a !important;
    border: transparent !important;
	font-weight: 400;
	display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px !important;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.addressbutton label:hover {
    color: #fff;
    background-color: #e92147 !important;
    border-color: #e92147 !important;
}
#app-alert {
	white-space: pre-line;
}
main{
	min-height: calc(100% - 320px);
}
.btn-fill{
	min-width:105px;
}
/*customize the progress bar*/
.wizard li.current:after{
	display:None !important;
}


.connecting-line{
	border-bottom: .4em solid #00A2E3;
    opacity: .1;
}

.connecting-line-top{
	border-bottom: .4em solid #00A2E3
}

.wizard .nav-tabs > li{
	/*border-left: 4px solid white;*/
	z-index: 10;
}
.progressStep{
 color: #002664;
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    top: 23px;
}
.inlineLabel {
 margin-top:0px !important;
}
.ngx-datatable.bootstrap .datatable-body .datatable-body-row.active{
	    background-color: rgba(0,133,179,0.2)!important;
     color: #242934 !important;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    
    width: 100%;
    font-weight: 600;
    border-bottom: 4px solid #5b7129;
}

.nav.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

 .nav-tabs>li.active>a:hover,.nav-tabs>li>a:hover{
	 background-color: rgba(0,133,179,0.2);
 }
 .nav-tabs>li>a{
	  font-weight: 400;
      color:#333;
      border-bottom: 4px solid white;
 }
.ngx-datatable .datatable-body .datatable-body-row.success:not(.active){
	    background-color: rgba(0, 0, 0, 0.05) !important;
}    

#home.main-content {
    padding-top: 75px !important;
}

/*
.main-content, #detail.folderDetail {
    padding-top: 50px !important;
}*/

.logoText{
   display:block; 
   width:auto;
   margin-top:20px;
   white-space: nowrap;
   color: black;
}

.navbar{
    background: #3e3f3a;
    padding-bottom: 5px;
    height: auto;
    z-index: 2001;
    width:100%;
}

.navbar-nav > li > a > .icon-padding > span{
    color:#bfbfbf;
    font-weight: bold;
    font-size: 15px;
}
.navbar-nav > li > a > .icon-padding > span:hover{
    color:#fff;
}


.fullbackground{  
    background-image: url(../img/Windsor.jpg);

}


.navbar-landing{
    background: #ffffff;
    height: 100px;
    z-index: 2001;
    position: absolute;
    width:100%;
}
.navbar-landing {
	display: flex;
	align-items: center;
	justify-content: left;
	padding-left: 40px;
}
.navbar-header {
	width: 210px !important;
	height: 39px !important;
	background-image: url(../img/Windsor_Logo.png);
	background-repeat: no-repeat;
}

ul.navbar-left > li > a > p {
    color:#000000;
}

.navbar-inner {
    /*height: 30px;*/
    margin-top: 55px !important;
}

ul.navbar-right > li > a  > p {
    color: #bfbfbf;
    font-weight: bold;
    font-size: 15px;
}
ul.navbar-right > li > a  > p:hover {
    color: #fff;
}

.btn {
	font-family:Gotham A,Gotham B,Helvetica,Arial,sans-serif;
}
.btn-primary {
    color: #fff !important;
    background-color: #5b7129 !important;
    border: transparent !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #88aa3e !important;
    border: solid 1px #5b7129 !important;
}

#home.main-content .btn-primary {
	margin-right: 3px;
}
/*
.btn-primary {
    color: #fff !important;
    background-color: #325D88 !important;
    border: transparent !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #284a6c !important;
    border: solid 1px #5b7129 !important;
}
*/
.btn-default {
    color: #fff;
    background-color: #002664 !important;
    border-color: #002664 !important;
}
.btn-default:hover{
	color: #fff;
    background-color: #0a4596 !important;
    border-color: #003182 !important;
}
/*
.btn-secondary {
  color: #fff;
  background-color: #8E8C84;
  border-color: #8E8C84; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #7b7971;
    border-color: #74726b; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #7b7971;
    border-color: #74726b;
    box-shadow: 0 0 0 0.2rem rgba(159, 157, 150, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #8E8C84;
    border-color: #8E8C84; }

*/
.btn-success, .nsw-btn-fill {
    color: #fff;
    background-color: #002664 !important;
    border-color: #002664 !important;
}
.btn-success, .nsw-btn-fill:hover{
   color: #fff;
    background-color: #003182 !important;
    border-color: #003182 !important;
}

.btn-info, .nsw-btn-outlined {
    border-color: #c60c30 !important;
    color: #c60c30  !important;
    max-width: 150px  !important;
	background-color: transparent  !important;
}
.btn-info:hover, .nsw-btn-outlined:hover {
    background-color: #fef3f3 !important;
    color: #b81237 !important;
	border-color: #c60c30 !important;
}

.nsw-btn-back, .btn-danger{
	background-color: #fff !important;
    border-color: #242934 !important;
    border-width: 2px !important;
    color: #363636 !important;
    cursor: pointer !important;
    justify-content: center !important;
    padding: calc(.375em - 2px) 1rem !important;
    text-align: center !important;
    white-space: nowrap !important;
}
.nsw-btn-back:hover, .btn-danger:hover{
	background-color: #fff !important;
    border-color: #242934 !important;
    border-width: 2px !important;
    color: #363636 !important;
    cursor: pointer !important;
    justify-content: center !important;
    padding: calc(.375em - 2px) 1rem !important;
    text-align: center !important;
    white-space: nowrap !important;
}
.navbar-toggle {
    background-color: #000000 !important;
    background: #000000 !important;
}

.btn-warning.btn-fill {
    padding-left: 6px;
    padding-right: 6px;
}
/*
.btn-primary.btn-fill {
    padding-left: 6px;
    padding-right: 6px;
}*/

.is-address-loading {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../img/spinner.svg);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}



/*----------------------------------------------
  Form Input Field Customization
-----------------------------------------------*/
.nsw-form-input,
.nsw-form-select {
    font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #333;
    border: 1px solid #4c4f55 !important;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}
@media (min-width: 62em) {
    .nsw-form-input,
    .nsw-form-select {
        font-size: 14px;
    }
}
.nsw-form-input:hover,
.nsw-form-select:hover {
    background-color: rgba(0, 133, 179, 0.2);
}
.nsw-form-input:focus,
.nsw-form-select:focus {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0085b3 !important;
}
.nsw-form-input:disabled,
.nsw-form-select:disabled {
    background-color: #f4f4f7;
    border-color: #a0a5ae !important;
    color: #a0a5ae;
    cursor: not-allowed;
}
.nsw-form-input.has-error,
.nsw-form-input[aria-invalid="true"],
.nsw-form-select.has-error,
.nsw-form-select[aria-invalid="true"] {
    border-color: #b81237 !important;
    border-width: 2px !important;
}
.nsw-form-input.has-error:hover,
.nsw-form-input[aria-invalid="true"]:hover,
.nsw-form-select.has-error:hover,
.nsw-form-select[aria-invalid="true"]:hover {
    background-color: #f7e7eb;
}
.nsw-form-select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23002664' xmlns='http://www.w3.org/2000/svg' width='49' height='24'%3E%3Cpath d='M16 26l16-16-4-4-12 12L4 6l-4 4 16 16z'/%3E%3C/svg%3E");
    padding-right: 3rem;
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem auto;
}
.nsw-form-select:disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23a0a5ae' xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M16 26l16-16-4-4-12 12L4 6l-4 4 16 16z'/%3E%3C/svg%3E");
}
.nsw-form-select option {
    background-color: #fff;
}
.nsw-form-checkbox,
.nsw-form-radio {
    clear: left;
}
.nsw-form-checkbox__input,
.nsw-form-radio__input {
    position: absolute;
    opacity: 0 !important;
}
.nsw-form-checkbox__input:hover + .nsw-form-checkbox__label:before,
.nsw-form-checkbox__input:hover + .nsw-form-radio__label:before,
.nsw-form-radio__input:hover + .nsw-form-checkbox__label:before,
.nsw-form-radio__input:hover + .nsw-form-radio__label:before {
    background-color: rgba(0, 133, 179, 0.2);
}
.nsw-form-checkbox__input:checked + .nsw-form-checkbox__label:after,
.nsw-form-radio__input:checked + .nsw-form-checkbox__label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='27' height='42'%3E%3Cpath d='M29.362 3.742L10.495 22.946l-7.857-7.997L0 17.634l9.175 9.34 1.319 1.284 1.318-1.284L31.999 6.427z'/%3E%3C/svg%3E");
    background-color: #002664;
}
.nsw-form-checkbox__input:checked + .nsw-form-radio__label:after,
.nsw-form-radio__input:checked + .nsw-form-radio__label:after {
    background-color: #002664;
}
.nsw-form-checkbox__input:disabled + .nsw-form-checkbox__label,
.nsw-form-checkbox__input:disabled + .nsw-form-radio__label,
.nsw-form-radio__input:disabled + .nsw-form-checkbox__label,
.nsw-form-radio__input:disabled + .nsw-form-radio__label {
    cursor: not-allowed;
}
.nsw-form-checkbox__input:disabled + .nsw-form-checkbox__label:before,
.nsw-form-checkbox__input:disabled + .nsw-form-radio__label:before,
.nsw-form-radio__input:disabled + .nsw-form-checkbox__label:before,
.nsw-form-radio__input:disabled + .nsw-form-radio__label:before {
    border-color: #a0a5ae !important;
    background-color: #f4f4f7 !important;
}
.nsw-form-checkbox__input:disabled:checked + .nsw-form-checkbox__label:after,
.nsw-form-checkbox__input:disabled:checked + .nsw-form-radio__label:after,
.nsw-form-radio__input:disabled:checked + .nsw-form-checkbox__label:after,
.nsw-form-radio__input:disabled:checked + .nsw-form-radio__label:after {
    background-color: #a0a5ae;
}
.nsw-form-checkbox__input:focus + .nsw-form-checkbox__label:before,
.nsw-form-radio__input:focus + .nsw-form-checkbox__label:before {
    outline: 3px solid #0085b3;
    outline-offset: 0;
    outline-offset: 3px;
}
.nsw-form-checkbox__input:focus + .nsw-form-radio__label:before,
.nsw-form-radio__input:focus + .nsw-form-radio__label:before {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0085b3;
}
.nsw-form-checkbox__input.has-error + .nsw-form-checkbox__label:hover:before,
.nsw-form-checkbox__input[aria-invalid="true"] + .nsw-form-checkbox__label:hover:before,
.nsw-form-radio__input.has-error + .nsw-form-checkbox__label:hover:before,
.nsw-form-radio__input[aria-invalid="true"] + .nsw-form-checkbox__label:hover:before {
    background-color: #f7e7eb;
}
.nsw-form-checkbox__input.has-error + .nsw-form-checkbox__label:before,
.nsw-form-checkbox__input[aria-invalid="true"] + .nsw-form-checkbox__label:before,
.nsw-form-radio__input.has-error + .nsw-form-checkbox__label:before,
.nsw-form-radio__input[aria-invalid="true"] + .nsw-form-checkbox__label:before {
    border-width: 2px !important;
    border-color: #b81237 !important;
}
.nsw-form-checkbox__label,
.nsw-form-radio__label {
    font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    line-height: 0.75;
    padding-left: 2rem;
    padding-top: 0.5rem;
    min-height: 1.5rem;
    display: block;
    position: relative;
}

@media (min-width: 62em) {
    .nsw-form-checkbox__label,
    .nsw-form-radio__label {
        font-size: 14px;
    }
}
.nsw-form-checkbox__label:before,
.nsw-form-radio__label:before {
    margin-right: 1rem;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #4c4f55 !important;
    background: #fff;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    position: absolute;
}

.nsw-form-checkbox__label:after,
.nsw-form-radio__label:after {
    content: "";
    position: absolute;
    width: 1.16rem;
    height: 1.16rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1rem auto;
    left: 0.195rem;
    top: 0.89rem;
    transform: translateY(-50%);
    margin-top: -0.125rem;
}

.nsw-form-checkbox__label:before {
    border-radius: 0.25rem !important;
}
.nsw-form-radio__label:after,
.nsw-form-radio__label:before {
    border-radius: 50% !important;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

.upload-doc-detail {
float: right !important;
}

.historyFreeformSpace {
    height: 50px !important;
}

/**********************************************************
Footer
***********************************************************/

footer {
    min-height:70px;
    display: flex;
	align-items: center;
	justify-content: right;
	padding-right: 4rem;
	background-color: #f3f3f3 !important;
}
footer div {
	display: flex;
	justify-content: right;
	align-items: center;
}

.nsw-footer__lower {
    padding: 1rem 0 1.5rem;
    background-color: #333;
    color: #fff;
    font-size: 14px;
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.nsw-footer {
    font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    margin-top: 3rem;
    border-top: 1px solid #a0a5ae;
}
.nsw-footer {
    font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    margin-top: 3rem;
    border-top: 1px solid #a0a5ae;
}
body:not(.code-example-body) {
    line-height: 1.25;
    max-width: none;
    margin: 0;
    background-color: #fff;
    color: inherit;
    font-weight: normal;
}
:root {
    font-size: 100%;
}

html {
    font-size: 100% !important;
}

html {
    line-height: 1.25;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

footer p {
    font-size: 14px;
    line-height: 1.5;
}

.nsw-footer hr {
    margin: 1rem 0;
    height: 1px;
    border: 0;
    color: #a0a5ae;
    background-color: #a0a5ae;
}

.nsw-container {
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}

footer nav {
    display: block;
}

.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.nsw-footer-links {
    font-family:Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.nsw-footer-links__item {
    margin-right: 2rem;
    margin-top:10px;
    margin-bottom:20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
}

.nsw-footer__lower a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #fff;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial;
    transition: none;
    font-weight: bold;
}

.nsw-footer__lower a:hover{
    color: #fff;
	font-size:.75rem;
	line-height: 1.25;
}

app-foler-info form .formfield {
	height: 130px !important;
}

.folderinfo form button {
    margin-top: 20px;
}

#freeform-form2 .existing-rows,
#freeform-form2 .groupTitle,
#freeform-form2 .groupSeperatorBottom {
    display: none;
}

.image_status_type {
    width: 70px;
}

.stage-image{
    width: 963px;
}

nav.navbar li > a:not(.btn):focus, .datatable input:focus, a:focus, button.btn:focus {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0085b3 !important;
}
.uploadDelBtn {
    border-style: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.nav.navbar-nav .full-blue {
    background-color:#00A2E3;
}

.navbar {
    padding-bottom:0px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-control{
	height:45px !important;
}

table.fee-tbl tr td:last-child {
	text-align: right;
	padding-left: 1rem;
}
div.fee-amount {
	text-align: right;
}
button.btn i.fa {
	margin-right: 10px;
}
span.fee-alert {
	color: red;
}
.gismap-pin-button {
    display: none;
}
#viewDiv{
	height:500px;
	display: none;
} 
.gismap-pin-button {
    display: none;
}

 
.mapTitle {
    display: none;
}
.export{
	float:none !important;
}

.hide-button {
	display: none;
}

mark {
	background-color: yellow !important;
}

.wrap-text {
	overflow-wrap: break-word;
}

/* Hide Input Field Requred Text on Attachment Code field*/
#attachmentCode .help-block {
	display: none;
}

.text-underline {
	text-decoration: underline !important;
}

/* fix select button when selecting a property on tablet/mobile */
/* fix select button when selecting a property on tablet/mobile */
@media (max-width: 991px) {
	.searchTermSection .table-responsive td {
		display: block;
	}
	
	td[title="Selected Addresses"] {
		white-space: normal !important;
		overflow-wrap: break-word !important;
		word-break: break-all !important;
		max-width: 100%;
	  }
	 
	 /* remove scroll bar */
	.content.table-responsive {
		overflow-x: visible;
	}
}

/* button overrides */
.btn{
    height: 38px !important;
    border-radius: 0 !important;
    padding: .5rem 1rem;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

/* sidebar override */
/* Force black background regardless of media query */
.sidebar[data-color="red"] {
    background-color: black !important;
  }
  
  /* Override media query background for small screens */
  @media (max-width: 991px) {
    .sidebar[data-color="red"] {
      background-color: black !important;
    }
  }
  
  /* Remove any pseudo-element overlays */
  .sidebar[data-color="red"]:before,
  .sidebar[data-color="red"]:after {
    background: none !important;
    opacity: 0 !important;
  }
  
  /* override link color */
  a {
    color: #5b7f29;
    text-decoration: none;
    background-color: transparent;
    font-weight:bold;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
    color: #5b7f29;
}