/* Common style */

html,
body {
    height: 100%;
}

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

a {
    text-decoration: none !important;
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 32px;
}

.gray-text {
    color: #8a8a8a
}

.btn-main {
    background: #dadada;
    font-weight: 700;
    color: #fff;
    background: #9D1915;
    box-shadow: 0 1px 11px #bbbaba;
    padding: 8px;
    min-width: 120px;
}

.btn-main:hover,
.btn-main:focus {
    background: #6A1413;
    color: #fff;
    transition: all 300ms linear;
}

.btn-secondary {
    background: #555;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 1px 11px #bbbaba;
    padding: 8px;
    min-width: 120px;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #666;
    color: #fff;
    transition: all 300ms linear;
}

.welcome-content .man-icon {
    max-width: 117px;
}

.logo {
    max-height: 40px;
}

.btn-wd {
    width: 90%;
    margin: auto;
    padding: 20px 5px;
}

.col-form-label {
    font-weight: 600;
    text-align: left;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #9D1915;
    background-color: #9D1915;
}

.custom-control-label {
    cursor: pointer;
}

.top-head {
    background: #9D1915;
    box-shadow: 0 1px 11px #bbbaba;
    color: #fff;
    padding: 12px;
    margin-bottom: 10px;
}

.store-head p {
    font-size: 13px;
}

.store-head .img-fluid {
    max-height: 64px;
}

.menu-icon {
    max-width: 22px;
    margin-right: 15px;
    vertical-align: bottom;
    cursor: pointer;
}

.home-icon {
    float: right;
    max-width: 22px;
    vertical-align: bottom;
}

.navbar-toggler .menu-close,
.navbar-toggler.active .menu-icon {
    display: none
}

.navbar-toggler.active .menu-close {
    display: inline-block;
}

.mobile-menu {
    display: block;
    position: fixed;
    width: 220px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    top: 0;
    right: -250px;
    z-index: 3;
    background: #fff;
    border-right: 1px solid #f2f2f2;
    box-shadow: 0 1px 11px #ccc;
    padding-top: 25px;
    transition: all 300ms linear;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu ul {
    padding: 0;
    margin: 0;
    margin-top: 16px;
}

.mobile-menu ul li {
    list-style: none;
}

.mobile-menu li a {
    padding: 15px 18px;
    font-size: 14px;
    display: block;
    color: #333;
    border-bottom: 1px solid #f2f2f2;
}

.mobile-menu a:focus,
.mobile-menu a:hover,
.mobile-menu a:active {
    outline: none;
    border: none;
    background-color: #9D1915;
    color: #fff;
}

.mobile-menu .menu-icon {
    position: absolute;
    right: 0;
    top: 10px;
}

.footer {
    background: #f3ecec;
    box-shadow: 0 1px 11px #bbbaba;
    padding: 10px;
    border-top: 1px solid #e0dcdc;
    min-height: 65px;
}

.min-height {
    height: calc(100vh - 156px) !important;
    overflow: auto;
}

.min-height-camera {
    height: calc(100vh - 202px) !important;
    overflow: auto;
}

.store-head {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 12px;
}

.uploaded-file {
    border: 1px solid #e6e6e6;
    padding: 3px;
    box-shadow: 0 1px 11px #e2e0e0;
}

label.custom-file-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding-right: 75px;
}

.camera-icon {
    width: 45px;
    height: 45px;
    border-radius: 36px;
    border: 1px solid #fff;
    background: #9D1915;
    box-shadow: 0 1px 11px #6b6b6b;
}

.camera-view {
    border: 1px solid #b3b3b3;
    padding: 3px;
    box-shadow: 0 1px 11px #e4e4e4;
}

.camera-view img {
    max-width: 100%;
    max-height: 100%;
}

.camera-btn .btn {}

.profile-icon {
    max-width: 110px;
}

.fullpage-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.64);
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fullpage-loader img {
    width: 60px;
}

.custom-control,
.custom-file-input,
.custom-file-label,
.custom-file-label::after {
    z-index: inherit;
}


/* images upload completed message */

.completed-msg {
    background: #f3f3f3;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
}

.completed-msg-wrap .col-3:last-child {
    padding-right: 15px !important;
}

.completed-msg img {
    max-height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
}

@media screen and (max-width:768px) {
    .modal h6 {
        font-size: 1.5rem;
        line-height: 30px;
    }
    .modal .btn {
        font-size: 24px;
    }
    .completed-msg {
        background: #f3f3f3;
        border: 1px solid #e4e4e4;
        font-size: 12px;
        padding: 5px;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    html,
    body {
        height: inherit;
        font-size: 14px;
    }
    body {
        padding-bottom: 65px;
        padding-bottom: 74px;
    }
    .min-height {
        height: calc(100vh - 154px) !important;
        height: calc(100vh - 209px) !important;
        height: 100% !important;
    }
    .min-height-camera {
        height: calc(100vh - 195px) !important;
        height: 100% !important;
    }
    .footer .btn {
        color: #fff;
        box-shadow: none;
        font-weight: normal;
        font-size: 15px;
        min-width: inherit;
        border: none;
    }
    .footer .btn i {
        font-size: 20px;
        display: none;
    }
    .footer {
        background: #323232;
        position: fixed;
        width: 100%;
        bottom: 0;
    }
    .footer .btn span {}
    .completed-msg {
        font-size: 16px;
        padding: 10px;
        text-align: left;
    }
}

@media screen and (max-width:414px) {
    h5 {
        font-size: 15px;
    }
    h4 {
        font-size: 16px;
    }
}

@media screen and (max-width:500px) {
    .completed-msg {
        font-size: 13px;
        padding: 6px
    }
}

@media screen and (max-width:434px) {
    .completed-msg-wrap .col-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px !important;
    }
    .completed-msg {
        padding: 5px
    }
}

.has-error {
    color: #a94442;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
    /* Adjusts for spacing */
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 75%;
}


/* select a facility page */

.radio-item label {
    border: 1px solid #d7dae2;
    border-radius: 3px;
    cursor: pointer;
    padding: 6px 16px;
    width: 100%;
    position: relative;
    font-size: 15px;
    height: 100%;
    text-align: left;
    font-weight: 600;
    top: 0 !important;
    background: #fff;
    height: 100%;
}

.radio-item input {
    display: none;
}

.radio-item label.selected {
    border: 1px solid #8bc34a;
    background: #8bc34a0a;
}

.radio-tick {
    position: absolute;
    right: -8px;
    top: -13px;
    width: 25px;
    opacity: 0;
    border: 1px solid #ffbebc;
    border-radius: 100%;
}

.radio-item label.selected .radio-tick {
    opacity: 1;
}

.fact-bx {
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: none;
}

.gray-bg {
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.nml-link {
    font-weight: bold;
    color: #9d1915;
    text-decoration: underline !important;
}

.nml-link:hover {
    color: #9d1915;
    opacity: 0.8;
}

.red-text {
    color: #f00;
}


.unit-lookup{
	padding:50px 20px;
}

.unit-lookup .btn-primary {
  background-color: #9D1915;
  font-weight: 600;
  border: 0 none;
  font-size: 14px;
}

.unit-lookup .btn-primary:hover {
  background-color: #6A1413;
}

.unit-lookup .btn-primary.upload_doc_btn{
	font-size:18px;
}

.unit-lookup .unit_details{
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.unit-lookup h4{
	font-size: 18px;
  font-weight: 600;
}

.unit-lookup h6{
	font-weight:normal;
}

.unit-lookup ul li h6 span{
	font-size: 16px;
}

.unit-lookup ul li p{
	font-size: 14px;
}

.tentant-container p{
	margin-bottom:0px;
	font-size: 14px;
}

.facility-container p{
	margin-bottom:0px;
	font-size: 14px;
}

.status{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 10px;
}
.unit-lookup .todo{
	  display: flex;
	  justify-content: center;
	  align-items: start;
	  height: 35vh;
	  padding-left: 20px;
	  border-left: 1px solid #ccc;
	  padding-top: 60px;
}

.fileupload-container{
	padding:50px 0px;
}

.fileupload-container h3{
	font-size:24px;
	font-weight:600;
}

.fileupload-container h4{
	font-size: 18px;
    font-weight: 600;
}

.fileupload-container h5{
	font-size:16px;
	font-weight:normal;
}

.fileupload-container .page-title{
	padding:30px;
	border: 1px solid #ccc;
    border-radius: 5px;
}

.fileupload-container .btn-primary {
  background-color: #9D1915;
  font-weight: 600;
  border: 0 none;
  margin-top:20px;
}

.fileupload-container .btn-primary:hover {
  background-color: #6A1413;
}

.fileupload-container .col-sm-8.col-xs-12{
	padding:0px;
}


@media (max-width: 767px) {
	.unit-lookup .todo{
		 border-left: none;
		 padding-left: 0px;
	}
	.fileupload-container .col-sm-8.col-xs-12{
		padding:15px;
	}
}

@media screen and (max-width:630px) {
    .completed-msg-wrap .col-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px !important;
    }
    .completed-msg-wrap .col-3:nth-child(2),
    .completed-msg-wrap .col-3:nth-child(4) {
        padding-left: 0;
    }
}

@media screen and (max-width:500px) {
    .completed-msg {
        font-size: 13px;
        padding: 6px
    }
}

@media screen and (max-width:414px) {
    h5 {
        font-size: 15px;
    }
    h4 {
        font-size: 16px;
    }
}

@media screen and (max-width:400px) {
    .completed-msg {
        font-size: 15px;
        padding: 6px 21px;
    }
}

@media screen and (max-width:360px) {
    .completed-msg {
        font-size: 15px;
        padding: 6px 15px;
    }
}

@media screen and (max-width:330px) {
    .completed-msg {
        font-size: 15px;
        padding: 6px;
    }
}

a:link.secondary {
color: black;
text-decoration: underline !important;
}
a:visited.secondary {
color: black;
text-decoration: underline !important;
}
a:hover.secondary {
color: black;
text-decoration: underline !important;
}
a:active.secondary {
color: black;
text-decoration: underline !important;
}

