/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    /*font-family: 'Muli' !important;*/
     /*font-family: 'Roboto', sans-serif;*/
     font-family: "Segoe UI", sans-serif !important;
    color: #2a2a2a;
    background-color: #f1f1f1;
    /* background:#f9f9f9; */
     font-size: 14px !important; 
}
small, .small {
    font-size: 89.5% !important;
    font-weight: 400;
}

.slick-list {
    height: 607px !important;
}

/* helping class start here  */
/*::-webkit-scrollbar-track {
  background: #5940bb33; 
}
::-webkit-scrollbar-thumb {
  background: #5840bb !important; 
}*/
.opacity-04 {
    opacity: 0.4;
}

.opacity-05 {
    opacity: 0.5;
}

.opacity-07 {
    opacity: 0.7;
}

.opacity-08 {
    opacity: 0.8;
}

.mb-08 {
    margin-bottom: -8px !important;
}

.footer {
    background: #fff;
    border-top: 1px solid rgba(0, 40, 100, 0.12);
    font-size: 0.875rem;
    /* padding: 1.25rem 0; */
    padding: 15px 0;
    color: rgb(0, 0, 0, 0.6);
    margin-top: 0px;
    height: 50px;
    /* border: 1px solid red; */
  position: fixed; 
    bottom:0;
   right: 0; 
 width:100%; 

}

.custm-footer {
    background: #fff;
    border-top: 1px solid rgba(0, 40, 100, 0.12);
    font-size: 0.875rem;
    /* padding: 1.25rem 0; */
    padding: 15px 0;
    color: rgb(0, 0, 0, 0.6);
    margin-top: 0px;
    height: 50px;
    /* border: 1px solid red; */
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.footer a:not(.btn) {
    color: #858686;
}

.pegin-footer {
    position: absolute;
    bottom: 0;
}

.border-b {
    border-bottom: 1px solid #5940bbaf;
}

.border-r {
    border-right: 1px solid #5940bbaf;
}

.font-b {
    font-weight: bold !important;
}

.font-n {
    font-weight: normal;
}

/* h4,h5{
  color:#565656;
} */
.header-colr {
    color: #565656;
}

.add-file-btn {
    padding: 10px 30px;
    font-weight: bold;
    border: 1px solid#5840bb;
    display: inline-block;
}

.richText {
    background-color: #f5f2ff;
}

.richText .richText-editor {
    height: 280px;
}

.richText .richText-editor:focus {
    border-left: #5840bb solid 2px;
}



/* helping class end here  */



.dropdown-menu.show {
    display: block;
    margin: 0;
    border: 1px solid #5840bb;
    ;
    border-radius: 5px;
}

/* @media (min-width: 576px){ 
  .modal-dialog {
    max-width: 685px;
    margin: 1.75rem auto;
}
} */

.form-control {
    font-size: 13px;
}

/* h1,h2,h3,h4,h5,h6,p{
  color:#858686;
} */
h1,
h2 {
    font-weight: bold;
}

a,
a:hover {
    color: #2a2a2a;
}

.underline {
    text-decoration: underline;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/* i.fa{
  font-size:18px;
} */
.m-row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

/* .card:hover{
  box-shadow: 2px 2px 10px 0 rgba(88, 64, 187, 0.38);
} */
.violet-boxshadow,
.violet-boxshadow:hover {
    -webkit-box-shadow: 2px 2px 10px 0 rgba(88, 64, 187, 0.38);
    box-shadow: 2px 2px 10px 0 rgba(88, 64, 187, 0.38);
}

.app-content {
    margin-top: 70px;
    margin-left: 35px;
}

a.icon-p {
    padding: 0 10px;
}

.bg-color {
    background-color: #5840bba1;

    /* background-color:#5840bbd4; */
    /* background: #8C64DE; */
    /* background:#5F38AF; */
    /* background:#5F24E1; */
    /* background:#6a40bb; */
    color: #ffffff;
}

.bg-opacViolet {
    background-color: #f5f2ff;
}

/* .bg-dull-violet{
  background: #f5f2ff
} */
.br-top-5 {
    border-radius: 5px 5px 0 0;
}

.br-bottom-5 {
    border-radius: 0 0 5px 5px;
}

.font-italic {
    font-style: italic;
}

.div-border {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.btn-violet {
    background: #ffffff;
    color: #5940bb !important;
    border: solid 1px #5840bb;
    border-radius: 20px;
}

.btn-violet:hover {
    color: #ffffff;
}

.border-violet {
    border: 1px solid #5840bb;
}

.violet,
.violet:hover {
    color: #5840bb;
}

.btn-color {
    background-color: #5840bb;
    color: #ffffff;
}

.custom-btn {
    background: transparent;
    border: 1px solid #5840bb;
}

.custom-btn.active,
.custom-btn:hover {
    background: #5840bb;
    color: #ffffff;
}

.modal-content {
    border: none;
}

.modal-footer {
    padding: 25px;
}

.delete-icon {
    font-size: 20px;
    color: red;
}

.delete-icon:hover {
    color: red;
}

.card-border {
    border: 1px solid #cbcbcb;
}

.cus-width {
    width: 100%;
}

.center-div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .center-div {
        -webkit-transform: translate(-50%, -25%);
        -ms-transform: translate(-50%, -25%);
        transform: translate(-50%, -25%);
    }
}

.side-menu li.hamburger-menu {
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    margin-bottom: 100px;
}

.side-menu li.hamburger-menu a {
    color: #ffffff;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    color: #6c757d;
    content: ">";
}

.violet-btn {
    color: #ffffff;
    background-color: #5840bb;
    padding: 12px 0;
    width: 180px;
}

.proceed-btn {
    /* display: none; */
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 12px 0;
    color: #ffffff !important;
    background-color: #9686d4;
    min-width: 180px;
    text-align: center;
    z-index: 99;
}

.proceed-btn:hover {
    color: #ffffff;
}

.back-btn {
    position: absolute;
    right: 200px;
    bottom: 12px;
    z-index: 99;
}

.back-btn:hover {
    font-weight: bold;
    color: #858686;
}

.modal-body {
    padding: 30px;
}

.custom-control {
    display: inline-block;
    padding-left: 40px;
    cursor: pointer;
}

.nav-pills .nav-link {
    padding-bottom: 10px;
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-bottom: solid 2px #5840BB;
    /* margin-left: 17px !important; */
    background-color: transparent;
    color: #707070;
    font-weight: bold;
    border-radius: 0;
}

.nav-unread {
    background: #ff4343;
}

.icon {
    color: #5840bb !important;
}

.header {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
}

.avatar-md {
    width: 44px;
    height: 44px;
}

.app-sidebar__user-name {
    font-size: 16px;
}

.count-down,
.count-down:hover {
    color: #5840bb;
    /* transform: rotate(360deg); */
    /* transition: all 0.3s; */
    /* animation-iteration-count: infinite; */
    /* animation:rotate 2s linear 1s infinite; */
}

.count-down .fa-hourglass-o {
    animation: rotate 4s linear 1s infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#clock-builder-output {
    display: none;
}

.count-down:hover #clock-builder-output {
    transition: all 3s;
    display: inline-block;
}

/* .card-header{
  border:none;
} */
/* select.form-control:hover {
  color: #495057;
  background-color:red !important;

} */




.select-text-center {
    text-align: center;
    text-align-last: center;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #5840bb;
}

.dropdown-menu {
    min-width: 0;
}

.progress {
    height: 12px;
}

.progress-bar {
    background-color: #5840bb8c;
}

.Editor-editor {
    height: 250px;
}

input[type="search"] {
    margin-bottom: 0;
}

.Editor-editor {
    height: 200px;
}progress-bar

#homeModal .modal-header,
#uploaddrawing .modal-header,
#uploaddoc .modal-header,
#viewMultipleFiles .modal-header {
    background-color: #5840bb;
    color: #ffffff;
}

#homeModal .modal-title {
    font-weight: bold;
    color: #ffffff;
}

#homeModal .close-project,
#uploaddrawing .close-project,
#uploaddoc .close-project,
#viewMultipleFiles .close-project {
    color: #ffffff !important;
    opacity: 1;
}

#homeModal h5 {
    font-weight: bold;
}

label.custom-control {
    margin-bottom: 0;
}

.custom-control-label:before {
    background-color: #ffffff;
    border: 2px solid grey;
}

.custom-checkbox .custom-control-label:before {
    background-color: #ffffff;
}

.custom-checkbox {
    padding-left: 0px;
    line-height: 1;
    padding: 10px;
}

.custom-checkbox .custom-control-label::after {
    width: 18px;
    height: 18px;
    content: "";
    background-size: 60% 60%;
}

.custom-checkbox .custom-control-label::before {
    width: 18px;
    height: 18px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #5840bb;
}



/* option {
  text-align: left;
}  */
.app-header {
    z-index: 1036;
}






/* side-bar css start here  */




@media (min-width: 768px) {
    .sidebar-mini.sidenav-toggled .app-sidebar {
        width: 60px;
    }
}

@media (max-width: 767px) {
    .app .app-sidebar {
        /* left: -230px; */
        left: 0;
        width: 60px;
    }
}

.app-sidebar {
    padding-top: 150px;
    z-index: 1035;
}

.app-sidebar__toggle:before {
    content: "\f0c9";
    font-size: 24px;
}

.app-sidebar__toggle {
    padding: 0 20px;
    line-height: 3;
    margin: -10px 0;
}

.app-sidebar__toggle:hover {
    color: #ffffff;
}

.side-menu__item {
    margin: 20px 0;
    text-transform: capitalize;
    border-left: 5px solid transparent;
    padding: 18px 15px;

}

.side-menu__item.active,
.side-menu__item:hover,
.side-menu__item:focus {
    background: rgba(88, 64, 187, 0.16);
    border-left: 5px solid #5840bb;
    text-decoration: none;
    color: #5840bb;
}



@media (min-width: 768px) {
    .sidebar-mini.sidenav-toggled .side-menu__label {
        left: 60px;
    }
}

.side-menu__icon {
    font-size: 24px;
    text-align: center;
}

.side-menu__label {
    padding-left: 15px;
}

@media (min-width: 768px) {
    .sidebar-mini.sidenav-toggled .app-content {
        margin-left: 60px;
    }

    .app-content {
        margin-left: 60px;
    }
}

.app-sidebar__user {
    margin-left: 25px;
}

@media (max-width: 767px) {
    .app.sidenav-toggled .app-content {
        margin-left: 60px;
    }
}

/* @media (max-width: 767px){
  .app.sidenav-toggled .app-sidebar {
    left: 0;
    width: 60px;
}
}
@media (max-width: 767px){
  .app .app-sidebar {
    left: 0;
    width: 230px;
}
} */


/* .side-bar css end here  */



/* calender css start here  */
.fc-event,
.fc-event-dot {
    background-color: #5840bb !important;
    color: #fff !important;
}

.fc-event {
    border: 1px solid #5840bb !important;
}

.fc button {
    background: #5840bb94 !important;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4;
    background: #5840bb;
}

.fc-center h2 {
    font-size: 22px;
}

/* calender css end here  */







/* login page css start  */
.login-img {
    /* background: url(../images/login.jpg); */
    /* background: url(); */
    background-size: cover;
    background-color: #ffffff;
}

@media (max-width: 1024px) {
    .login-img {
        background-color: #faf9ff;
    }
}

/* slider start  */
#login-slider img {
    height: 625px;
    width: 100%;
}

#login .carousel-caption {
    color: #606060;
    /* text-align:left; */
    /* position: absolute; */
    /* right: 10%; */
    top: 80%;
    /* left: 40%; */
    /* z-index: 10; */
    /* padding: 20px 0; */
    /* padding-bottom: 20px; */
}

#login .carousel-caption h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.35;
}

#login .carousel-caption h3 span {
    opacity: 0.5;
    margin-right: 5px;
}

#login .carousel-caption p {
    font-size: 12px;
    /* font-weight: normal; */
    /* line-height: 1.33; */
}

#login .carousel-indicators li {
    background-color: rgba(108, 99, 255, 1);
    height: 14px;
    width: 14px;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.5;
    cursor: pointer;
}

#login .carousel-indicators .active {
    height: 16px;
    width: 16px;
    opacity: 1;
}

#login .carousel-control-prev i,
#login .carousel-control-next i {
    color: #2b235f;
    font-size: 22px;
}

/* slider end  */
/* form start  */
/*#login .login-form{
height:100vh;
overflow:auto;
}*/
#login [type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: none;
}

#login a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.35;
    text-align: left;
    color: #2b235f;
    /* text-decoration:none; */
}

#login .card {
    border: none;
    /* -webkit-box-shadow: -2px 3px 4px 0 rgba(0, 0, 0, 0.16);
        box-shadow: -2px 3px 4px 0 rgba(0, 0, 0, 0.16); */
}

#login .logo-section {
    opacity: 1;
}

/* #login .autodcr-logo img{
max-width: 55%;
} */
#login .login-form .card-body {
    padding: 25px 50px;
    position: relative;
}

#login .login-form .verginia-logo img {
    width: 18px;
}

#login .login-form .verginia-logo a {
    line-height: 26px;
    color: #707070;
}

#login .login-form .verginia-logo a span {
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
    color: #707070;
    font-weight: normal;

}

/* #login .card-title{
margin-bottom:8%;
} */
#login .card-title h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.36;
    color: #606060;
    margin: 16px 0 10px 0;
}

#login .card-title p {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.35;
    text-align: left;
    color: #606060;
    margin-top: 30px;
    margin-bottom: 10px;
}

#login .custom-f-group {
    /* padding:10px 7px; */
    padding: 10px 35px 10px 7px;
    border: solid 1px #2b235f;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#login .custom-f-group>label {
    padding-left: 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.35;
    color: #707070;
}

#login .custom-f-group>input {
    border: none;
}

#login .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgba(43, 35, 95, 1);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

#login .custom-f-group input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.35;
    color: #707070;
}

#login .custom-f-group input::-moz-placeholder {
    font-size: 14px;
    line-height: 1.35;
    color: #707070;
}

#login .custom-f-group input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.35;
    color: #707070;
}

#login .custom-f-group input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.35;
    color: #707070;
}

#login .custom-f-group input::placeholder {
    font-size: 14px;
    line-height: 1.35;
    color: #707070;
}

#login .input-focus {
    border-color: #2b235f;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    opacity: 1;
}

#login .input-focus>label {
    color: #2b235f;
}

/* checkbox style start */

.checkbox-button {
    cursor: pointer;
    margin-left: -4px;
    margin-bottom: 0;
}

input[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}

.checkbox-button__input {
    opacity: 0;
    position: absolute;
}

.checkbox-button__control {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background-color: inherit;
    color: #2b235f;
    border: 2px solid #666;
}

.checkbox-button__input:checked+.checkbox-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    background-color: #2b235f;
}

.checkbox-button__input:checked+.checkbox-button__control {
    border-color: #2b235f;
}

.checkbox-button__control {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

.checkbox-button__label {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: left;
    color: #2b235f;
}

/* checkbox style end */

/* caption section start */
/* #login .caption-section{
display: none;
} */
#login .caption-section input:disabled,
.caption-section textarea:disabled {
    background-color: #ffffff;
    opacity: 0.5;
}

.caption-section input,
.caption-section textarea {
    border: 1px solid rgba(43, 35, 95, 0.5);

}

.caption-section input:focus,
.caption-section textarea:focus {
    border: 2px solid rgba(43, 35, 95, 1);
}

.caption-section .violet-btn {
    background-color: rgba(43, 35, 95, 1);
    opacity: 0.5;
    border: none;
    color: #ffffff;
    height: 35px;
    width: auto;
}

.caption-section .violet-btn:hover {
    color: #ffffff;
    opacity: 1;
}

.caption-section .violet-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#captcha {
    text-align: center;
    resize: none;
    height: 40px;
    border: 2px dashed #2b235fed;
}

.caption-section .captcha-input {
    font-size: 14px;
    cursor: not-allowed;
}

/* caption section end */
#login .form-footer input {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: normal;
    color: #ffffff;
    padding: 12px;
    background-color: #2b235f;
    text-align: center;
    margin-top: 5%;
}

#login .form-footer input:focus {
    box-shadow: 5px 5px 5px 0 rgba(88, 64, 187, 0.38);
}

#login .form-footer button:hover {
    -webkit-box-shadow: 0px 5px 13px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 13px -2px rgba(0, 0, 0, 0.75);
}

#login .form-footer a:focus {
    outline: 0;
    -webkit-box-shadow: 0px 5px 13px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 13px -2px rgba(0, 0, 0, 0.75);

}

#login .new-login {
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
    color: #707070;
    margin: 5% 0;
}

#login .help-link {
    border-top: 1px solid rgba(43, 35, 95, 0.5);
    padding-top: 2%;
    /* position: absolute; */
    /* left:13%;  */
    /* right:13%;  */
    /* bottom:2%; */
}

.alert {
    display: none;
}

#login .toggle-password {
    position: absolute;
    right: 10px;
    bottom: 20px;

}

#login .error-border {
    border: 2px solid rgb(255, 0, 0);
}

/* form end  */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

    #login .carousel-caption {
        right: 5%;
        bottom: 20px;
        left: 40%;
    }

    #login .carousel-caption h3 {
        font-size: 11px;
    }

    #login .carousel-caption p {
        font-size: 10px;
    }

    #login .autodcr-logo img {
        max-width: 55%;
    }

    #login .login-form .card-body {
        padding: 7% 5%;
        ;
    }

    #login .card {
        border: none;
        -webkit-box-shadow: -2px 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: -2px 3px 6px 0 rgba(0, 0, 0, 0.16);
        height: auto;
    }

    #login .card-title h2 {
        text-align: center;
    }

    #login .card-title p {
        text-align: center;
    }

    #login .custom-f-group {
        padding: 3px;
    }

    .checkbox-button__label {
        font-size: 13px;
    }

    #login .new-login {
        font-size: 13px;
    }

    #login .help-link {
        left: 5%;
        right: 5%;
        bottom: 2%;
        padding-top: 3%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
    #login .carousel {
        margin-top: 10%;
    }

    /* 
#login .login-form{
  height:62vh;
  overflow:auto;
} */
    /* #login .carousel-item img{
  height:500px;
} */
    #login .carousel-caption {
        right: 5%;
        bottom: 20px;
        left: 40%;
    }

    #login .carousel-caption h3 {
        font-size: 11px;
    }

    #login .carousel-caption p {
        font-size: 10px;
    }

    #login .autodcr-logo img {
        max-width: 70%;
    }

    #login .login-form {
        height: auto;
        max-width: 300px;
    }

    #login .card {
        -webkit-box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.16);
    }

    #login .login-form .card-body {
        padding: 7% 6%;
        ;
    }

    #login a {
        font-size: 11px;
    }

    #login .card-title h2 {
        font-size: 16px;
    }

    #login .card-title p {
        font-size: 13px;
    }

    #login .login-form .verginia-logo a span {
        font-size: 11px;
    }

    #login .custom-f-group {
        padding: 3px;
    }

    #login .custom-f-group>label {
        font-size: 12px;
    }

    #login .custom-f-group input::-webkit-input-placeholder {
        font-size: 12px;
    }

    #login .custom-f-group input::-moz-placeholder {
        font-size: 12px;
    }

    #login .custom-f-group input:-ms-input-placeholder {
        font-size: 12px;
    }

    #login .custom-f-group input::-ms-input-placeholder {
        font-size: 12px;
    }

    #login .custom-f-group input::placeholder {
        font-size: 12px;
    }

    .checkbox-button__label {
        font-size: 10px;
    }

    #login .new-login {
        font-size: 11px;
    }

    #login .form-footer a {
        font-size: 14px;
    }

    #login .help-link {
        left: 6%;
        right: 6%;
        bottom: 2%;
        padding-top: 3%;
        position: -webkit-sticky;
        position: sticky;
    }
}

/* login page end  */

/*Register page start*/
.register_height {
    height: 300px;
    overflow: auto;
}

.regista-process-bar {
    background-color: #f5f5f5;
    padding: 4%;
    color: #70707069;
}

.regista-process-bar .fa-caret-right {
    padding-top: 25px;
    font-size: 21px;
    color: #70707069;
}

.regista-process-bar .upload-img {
    text-decoration: underline;
}

.regista-process-bar .active {
    /* border-bottom: solid 3px #5840bb; */
    color: #5840bb;
    font-weight: bold;
    opacity: 1;
}

.regista-process-bar .active .fa-caret-right {
    color: #5840bb;
}

.personal_info .form-control,
.contact_info .form-control,
.user-password .form-control {
    border: 0 !important;
    border-bottom: 1px solid !important;
    color: #ababab;
    border-radius: 0;
}

.personal_info .form-label,
.contact_info .form-label,
.user-password .form-label {
    font-size: 0.775rem !important;
}

.personal_info h5,
.contact_info h5,
.user-password h5 {
    margin-bottom: 5px;
}

#registerModal .modal-body {
    height: 90vh;
}

#registerModal .middle-div {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#registerModal h2 {
    font-size: 22px;
    margin: 20px 0;
}

#registerModal h6 {
    margin-bottom: 50px;
}

/*Register page end*/

/* css for aside bar start */
/* ul.side-menu{
margin-top:20px;
} */

/* .side-btn {
margin-top:100px;
background: #204d74;
color: #ffffff;
}
.side-btn a{
color: #ffffff;
} */

/* css for aside bar end  */

/* landing page css start  */





/* weather css start  */
.currentWeather .w-icon {
    width: 0;
    height: 0;
}

#weatherWidget .w-icon .moon {
    display: none;
}

/* weather css end  */
.left-weather-section {
    position: absolute;
    top: 5%;
}

.left-sun {
    padding-top: 40px;
    z-index: 10;
}

.left-sun img {
    -webkit-animation: rotate-motion 50s linear 1s infinite;
    animation: rotate-motion 50s linear 1s infinite;
}

@-webkit-keyframes rotate-motion {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-motion {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}



.landing-page-content {
    position: relative;
    min-height: calc(100vh - 71px);
}

.center-balloon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -90%);
    -ms-transform: translate(-50%, -90%);
    transform: translate(-50%, -90%);
    /* border:1px solid red; */
    /* transform: translate(-50%,-50%); */
    /* border: 1px solid red; */
    /* animation: move-left-right 10s linear 1s infinite; */
    -webkit-animation: move-top-bottom 30s linear 1s infinite;
    animation: move-top-bottom 30s linear 1s infinite;
    z-index: 25;
}

@-webkit-keyframes move-left-right {
    0% {
        right: 30%;
    }

    50% {
        right: 0%;
    }

    100% {
        right: 30%;
    }
}

@keyframes move-left-right {
    0% {
        right: 30%;
    }

    50% {
        right: 0%;
    }

    100% {
        right: 30%;
    }
}

@-webkit-keyframes move-top-bottom {
    0% {
        top: 50%;
    }

    50% {
        top: 60%;
    }

    100% {
        top: 50%;
    }
}

@keyframes move-top-bottom {
    0% {
        top: 50%;
    }

    50% {
        top: 60%;
    }

    100% {
        top: 50%;
    }
}

.left-balloon {
    position: absolute;
    /* border:1px solid red; */
    top: 60%;
    /* left:0%; */
    width: 40px;
    /* z-index: -1; */
    -webkit-animation: slide-left-right 300s linear 2s infinite;
    animation: slide-left-right 300s linear 2s infinite;
    z-index: 15;
}

@-webkit-keyframes slide-left-right {
    0% {
        left: -1%
    }

    50% {
        left: 50%
    }

    75% {
        left: 75%
    }

    100% {
        left: 95%
    }
}

@keyframes slide-left-right {
    0% {
        left: -1%
    }

    50% {
        left: 50%
    }

    75% {
        left: 75%
    }

    100% {
        left: 95%
    }
}

.right-balloon {
    position: absolute;
    top: 30%;
    left: 80%;
    z-index: 12;
    -webkit-animation: slide-left-right2 350s linear 2s infinite;
    animation: slide-left-right2 350s linear 2s infinite;
}

@-webkit-keyframes slide-left-right2 {
    0% {
        left: 80%
    }

    5% {
        left: 90%
    }

    50% {
        left: 0%
    }

    75% {
        left: 50%
    }

    100% {
        left: 80%
    }
}

@keyframes slide-left-right2 {
    0% {
        left: 80%
    }

    5% {
        left: 90%
    }

    50% {
        left: 0%
    }

    75% {
        left: 50%
    }

    100% {
        left: 80%
    }
}

.cloud1 {
    position: absolute;
    top: 8%;
    left: 50%;
    width: 300px;
    z-index: 14;
    /* border:1px solid red; */
    /* border:1px solid red; */
    /* -webkit-animation:slide-left-right4 200s linear 2s infinite; */
    /* animation:slide-left-right4 200s linear 2s infinite; */
}

@-webkit-keyframes slide-left-right4 {
    0% {
        left: 50%
    }

    25% {
        left: 76%;
        opacity: 0
    }

    26% {
        left: 0%
    }

    35% {
        opacity: 1
    }

    100% {
        left: 50%
    }

    /* 0%{left:80%}
5%{left:90%}
6%{opacity: 0}
7%{left:0%}
15%{opacity:1}
75%{left:50%}
100%{left:80%} */
}

@keyframes slide-left-right4 {
    0% {
        left: 50%
    }

    25% {
        left: 76%;
        opacity: 0
    }

    26% {
        left: 0%
    }

    35% {
        opacity: 1
    }

    100% {
        left: 50%
    }

    /* 0%{left:80%}
5%{left:90%}
6%{opacity: 0}
7%{left:0%}
15%{opacity:1}
75%{left:50%}
100%{left:80%} */
}

.cloud2 {
    position: absolute;
    top: 35%;
    left: 80%;
    width: 200px;
    z-index: 18;
    /* border:1px solid red; */
    /* -webkit-animation:slide-left-right3 200s linear 2s infinite; */
    /* animation:slide-left-right3 200s linear 2s infinite;   */
}

@-webkit-keyframes slide-left-right3 {
    0% {
        left: 80%
    }

    10% {
        left: 84%;
        opacity: 0
    }

    11% {
        left: -10%
    }

    20% {
        opacity: 1
    }

    70% {
        left: 50%
    }

    100% {
        left: 80%
    }

    /* 0%{left:80%}
5%{left:90%}
6%{opacity: 0}
7%{left:0%}
15%{opacity:1}
75%{left:50%}
100%{left:80%} */
}

@keyframes slide-left-right3 {
    0% {
        left: 80%
    }

    10% {
        left: 84%;
        opacity: 0
    }

    11% {
        left: -10%
    }

    20% {
        opacity: 1
    }

    70% {
        left: 50%
    }

    100% {
        left: 80%
    }

    /* 0%{left:80%}
5%{left:90%}
6%{opacity: 0}
7%{left:0%}
15%{opacity:1}
75%{left:50%}
100%{left:80%} */
}

.cloud3 {
    position: absolute;
    top: 30%;
    left: 30%;
    /* border:1px solid red; */
}

.ballon-caption {
    color: #858686;
    margin-top: 50px;
}

.ballon-caption h1 {
    font-size: 26px;
    font-weight: bold;
    color: #000000bf;
}

.ballon-caption h2,
.ballon-caption h4 {
    font-size: 14px;
}



/* floating button css start here  */
.create-project-floating {
    position: fixed;
    right: 20px;
    bottom: 30px;
    background-color: #ff4343;
    /* height: 60px; */
    border-radius: 40px;
    font-size: 14px;
    /* font-weight: bold; */
    /* padding:14px 23px;
    */
    padding: 0 0 0 23px;
    color: #ffffff;
    box-shadow: 7px 8px 7px 0 rgba(255, 67, 67, 0.38);
}

.create-project-floating:hover {
    color: #ffffff;
}

.create-project-floating span {
    background-color: #ff4343;
    /* padding-right:10px; */
    border: 1px solid #ffffff;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    text-align: center;
    padding-top: 15px;
    margin-left: 10px;
}



.floating-btn {
    /* background-color: #2a0da1; */
    background-color: #00bb7b;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #ffffff !important;
    padding: 15px;
    border: transparent;
    /*box-shadow: 7px 10px 12px 0 rgba(179, 69, 69, 0.58);*/
    /* box-shadow: 5px 5px 8px 0 rgba(255, 116, 116, 0.64); */
    /* z-index: 1000 !important ; */
}

.floating-div .floating-btn i {
    font-size: 26px;
}

.floating-div .floating-btn i.fa-times {
    font-size: 26px;
}

#main {
    float: right !important;
}

.hidden {
    display: none;
}

.floating-div {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: auto;
    border-radius: 30px;
    z-index: 9999;
    box-shadow: 5px 5px 20px 0 rgba(38, 18, 119, 0.43);
}

.floating-div:hover {
    box-shadow: 5px 5px 20px 0 rgba(38, 18, 119, 0.43);
}

.floating-menu {
    margin-bottom: 0;
    padding-bottom: 40px;
}

.floating-header {
    padding: 12px 15px;
    background-color: #2a0da1;
    color: #ffffff;
}

.side-menu__item1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 15px;
    font-size: 1.0em;
    /* text-transform:uppercase; */
    font-weight: 400;
    border-left: 3px solid transparent;
    -webkit-transition: border-left-color 0.3s ease,
        background-color 0.3s ease;
    -o-transition: border-left-color 0.3s ease,
        background-color 0.3s ease;
    transition: border-left-color 0.3s ease,
        background-color 0.3s ease;
    color: #3e4b5b;
}

li.is-expanded .side-menu__item1 {
    background-color: #5840bba6;
    color: #ffffff;
}

.side-menu__item1.active,
.side-menu__item1:hover {
    background-color: #5840bba6;
    text-decoration: none;
    color: #fff;
}

/* .slide-li.is-expanded  a.side-menu_item1{
  color: #858686;
  background:red;
} */
.side-menu__icon1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /* width: 40px; */
    padding-right: 15px;
    font-size: 22px;
}

.side-menu__label1 {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 150px;
}

.slide-li.is-expanded [data-toggle='slide'] {
    border-left-color: #0061da;
    background: #0a58f5;
}

.slide-li.is-expanded .slide-menu1 li a:hover {
    background: #e3dcf9;
}

.slide-li.is-expanded .slide-menu1 {
    max-height: 100vh;
    background-color: #f5f2ff;
}

.slide-li.is-expanded .angle-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.slide-menu1 {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    background: #ffffff;
}

.slide-item1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 7px 10px 30px;
    font-size: 1em;
    color: #3e4b5b;
    border-bottom: 1px solid #e9ecef;
}

.slide-item1.active,
.slide-item1:hover,
.slide-item1:focus {
    text-decoration: none;
    color: #3e4b5b;
    background-color: #797979;
}

.slide-item1:hover {
    background: rgb(95, 95, 95);
}

.slide-item1 .icon {
    margin-right: 5px;
}

.angle-icon {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    font-size: 22px;
}


.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu.dropdown-menu-right {
    left: auto;
}

.dropdown-item .fa,
.dropdown-item .icon {
    vertical-align: middle;
}

/* floating button css end here  */




@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
    .cloud1 {
        width: 200px;
    }

    .cloud2 {
        width: 125px;
    }

    .ballon-caption h1 {
        font-size: 22px;
    }
}

/* .app-content .cloud-content{
padding:40px 20px;
font-family: 'Open Sans';
}
.bg-cloud{
background-color: #e6f8ff;
}
.center-balloon{
position: absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
border:1px solid red;
animation: move-left-right 10s linear 1s infinite;
animation: move-top-bottom 2s linear 3s infinite;
}

} */


/* landing page css end  */












/* dashboard css start  */
.page-header {
    margin: 0;
    padding: 10px 0;
}

ul.navigation-link li:first-child {
    margin-right: 20px;
}

ul.navigation-link li a {
    opacity: 0.8;
    font-weight: bold;
    font-size: 16px;
}

ul.navigation-link li a:hover,
ul.navigation-link li.active a {
    opacity: 1;
    color: #858686;
}

.compliance-remark {
    height: 310px;
}

/* .page-header span a{
  opacity: 0.5;
}
.page-header span a:hover{
  opacity: 1;
  color:#858686;
} */

/* right side switch button css start here  */
.default-view {
    font-size: 14px;
    font-weight: bold;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
    margin-bottom: 0;

}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-container {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.slider-container:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 6px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border: solid 1px #5840bb;
}

input:checked+.slider-container {
    background-color: rgba(88, 64, 187, 0.36);
}

input:focus+.slider-container {
    -webkit-box-shadow: 0 0 1px #2196F3;
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider-container:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}


.slider-container.round {
    border-radius: 34px;
    border: solid 1px #5840bb;
}

.slider-container.round:before {
    border-radius: 50%;
}

/* right side switch button css end here  */




.card-heading-title {
    font-size: 17px;
    /* color:#858686; */
}

.card-heading-title span {
    font-size: 12px;
    font-weight: normal;
}

.slider-card a {
    color: #7c7c7c;
}

.slider-card a.active {
    color: #ffffff;
}

.slider-card .card {
    border-radius: 0;
}

.slider-card a.active .card {
    border-radius: 2px;
}

.slider-card .card-body {
    padding: 16px 10px;
    border-radius: 0;
}

.slider-card .card-body:hover {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16);
}

.slider-card a.active .card-body {
    /* background: #5840bb;*/
    background: linear-gradient(to bottom, #e1bdff, #5961c4);
    /* -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16); */
    /* box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16); */
    border-radius: 2px;
}

.slider-card h4 {
    font-size: 16px;
}

.slider-card h5.t-count {
    font-weight: normal;
    font-size: 30px;
    font-weight: bold !important;
    /*margin:35px 0 0 0;*/
}

h5.project-nature {
    font-size: 12px;
    font-weight: bold;
}

h6.project-n-count {
    font-size: 12px;
}

.project-status li {
    width: 50%;
}

.status-div {
    /* border:1px solid #00bb7b66; */
    border: 1px solid #0000001f;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    padding: 8px;
    color: #727272;
    font-weight: 600;
}

.project-status li a.active .draft-div {
    /* background:#00bb7b; */
    background: rgba(188, 178, 228, 0.09);
    color: #0000009c;
    border: 1px solid #bcb2e4;
    /* -webkit-box-shadow: 0 3px 15px 0 rgba(77, 77, 77, 0.68); */
    /* box-shadow: 0 3px 15px 0 rgba(77, 77, 77, 0.68); */
}

.project-status li a.active .applied-div {
    /* background:#00bb7b; */

    background: rgb(88 64 187 / 25%);
    color: #0000009c;
    border: 1px solid #5840bb;
    /* -webkit-box-shadow: 0 3px 15px 0 rgba(77, 77, 77, 0.68); */
    /* box-shadow: 0 3px 15px 0 rgba(77, 77, 77, 0.68); */
}

.project-status li a.active .approved-div {
    /* background:#00bb7b; */
    background: rgba(0, 187, 123, 0.18);
    color: #0000009c;
    border: 1px solid #00bb7b;
    /* -webkit-box-shadow: 0 3px 15px 0 rgba(77, 77, 77, 0.68); */
    /* box-shadow: 0 3px 15px 0 rgba(77, 77, 77, 0.68); */
}

.project-status li a.active .reject-div {
    /* background:#00bb7b; */
    background: rgba(255, 148, 148, 0.2);
    color: #0000009c;
    border: 1px solid #ff9494;
    /* -webkit-box-shadow: 0 3px 15px 0 rgba(77, 77, 77, 0.68); */
    /* box-shadow: 0 3px 15px 0 rgba(77, 77, 77, 0.68); */
}

.status-div h6 {
    font-size: 11px;
    font-weight: 600;
}

.status-div p {
    font-size: 20px;
    margin: 20px 0 0 0;
}

.project-status li.active h6,
.project-status li.active p {
    color: #ffffff;
    font-weight: 600;
}


.right-top-card {
    min-height: 330px;
    color: #ffffff;
}

.right-card-body {
    width: 170px;
    height: 170px;
    padding-top: 70px;
    /* border-radius:50%; */
    /* background:#5b4b9f; */
    margin: 45px auto 0px auto;
    /* border:1px solid red; */
    /* margin-top:100px; */
    /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:200px; */
    /*background-image: url('../images/inspection/inspection.png');*/
    background: url(../images/landing-page/Group\ 1055.png) no-repeat center;
    /*background-image: url(../images/inspection/inspection.png) no-repeat center;*/
    background-size: cover;
}

/* .insp-glow {
  animation: glowing 5000ms infinite;
} */

/* @keyframes glowing {
  0% { box-shadow: 0 0 -10px #faf9ff; }
  50%{ box-shadow: 0 0 30px #faf9ff;}
  100% { box-shadow: 0 0 -10px #faf9ff; }
} */

.right-card-body h3 {
    font-size: 18px;
    font-weight: bold;
}

.right-card-body h5 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.right-top-card .get-in {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 7px 45px;
    transition: all 0.5s;
    border-radius: 20px;
    /*padding:3% 20%;*/
    /* margin-top:20px; */
}

.right-top-card a:hover {
    background: transparent;
    border: 2px solid #9f8ceb;
    color: #a18def;
}


/* applications section css start  */
.custom-table .table {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.custom-table tr.active {
    background-color: #ffffff !important;
    outline: solid 1px #e9e2ff;
}


.application-card {
    min-height: 365px;
}

.application-card .card-body {
    padding: 20px 0;
}

.table-btn {
    border: 2px solid #5840bb;
    background: transparent;
    border-collapse: collapse;
}

.table-btn.active,
.table-btn:hover {
    background: #5840bb;
    color: #ffffff;
}

.table th {
    text-transform: inherit;
}

.card-table tr td:first-child,
.card-table tr th:first-child {
    padding-left: 10px;
}

.table-vcenter td,
.table-vcenter th {
    text-align: center;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 0px 14px 10px 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 4px 8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #5840bb;
    background-color: transparent;
    background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background: #5840bb;
}




/* applications section css end  */

/* Notifications section css start  */
.notification-body {
    padding: 10px;
    /*height: 315px;*/
    overflow: auto;
}

.warning,
.success,
.danger li {
    border: solid 1px #cecece;
    padding: 8px;
}

.warning {
    border-left: 4px solid #ff5a5aad;
    color: #686868;
}

.success {
    border-left: 4px solid #00bb7b;
    color: #686868;;
}

.danger {
    border-left: 4px solid #ff0000bd;
    color: #686868;
}

.notification-body table {
    /*border-collapse: separate;
    border-spacing: 0 6px;*/
    margin-bottom: 0;
    color: #7e7e7e;
}

.notification-body table tbody tr {
    outline: 1px solid rgba(112, 112, 112, 0.38);
}

.notification-body a:hover {
    color: #858686;
    /* font-weight: 700; */
}

/* Notifications section css end  */

/* dashboard css end  */

/* inpsection dashborad css start  */

.creatN-Ins {
    text-align: center;
    color: #858585;
}

.creatN-Ins .card-body {
    padding: 14px 10px;
}

.creatN-Ins h4 {
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px;
}

.creatN-Ins p {
    width: 100%;
    font-size: 12px;
    margin-bottom: 8px;
}

.creatN-Ins a {
    color: #ffffff;
    padding: 2px 25px;
    text-align: center;
}

/* inspection dashborad css end  */


/*common project pages css start here  */
.project-wrapper {
    height: 75vh;
    margin: 0;
    background: url("../images/new-project/bg-project.jpg") no-repeat;
    background-size: cover;
    position: relative;
}

.project-wrapper h5.left-heading-info {
    font-size: 12px;
    color: #ffffff;
}

.project-wrapper i.fa-file-text-o {
    font-size: 24px;
    color: #555555;
}

.project-wrapper h3.main-title {
    font-size: 18px;
    font-weight: 700;
}

.project-wrapper a.close-project {
    font-size: 26px;
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 0;
}

.project-wrapper .custom-padding {
    padding-left: 15%;
    padding-right: 15%;
}

.wrapper {
    min-height: 80vh;
    position: relative;
}

.wrapper-body {
    /* width:30%; */
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*common project pages css end here  */



/* createproject page css start here  */
.project-list-card .card-body {
    padding: 15px 10px;
}

.project-list-card h4 {
    font-size: 16px;
    margin-bottom: 3px;
}

.project-list-card p {
    font-size: 12px;
    margin-bottom: 5px;
}

.create-application {
    /* padding:22% 0 32% 0; */
    padding: 22% 0;
    height: 730px;
}

.create-application h3 {
    font-size: 30px;
    font-weight: bold;
}

.create-application h5 {
    font-weight: bold;
}

.create-application p {
    font-size: 12px;
}

.create-application a {
    margin-top: 20px;
    padding: 10px 30px;
}

.project-name-card ul li {
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    padding: 10px 0;
}

.project-name-card ul li:last-child {
    border: none;
}

.project-name-card a {
    color: #858686;
    font-weight: bold;
}

.project-name-card i.fa-angle-right {
    padding-left: 6px;
    font-size: 15px;
    font-weight: bold;
}

.project-name-card h4 {
    font-size: 14px;
    font-weight: bold;
}

.project-name-card p {
    font-size: 12px;
    margin-bottom: 0;
}

/* .architec-plan-upload{
  padding-top:25%;
} */
#arch-plan-datatable.dataTable tbody tr {
    background-color: transparent !important;
}

.architectural-plan-list {
    padding-top: 2%;
}

.architec-plan h3,
.facilities-plan h3 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}

/* createproject page css end here  */


/* projectHighlights page css start here  */
.building-accordion {
    height: 665px;
    overflow: auto;
}

.building-accordion .accordion .card:first-of-type {
    border-bottom: 1px solid #cbcbcb;
    border-radius: 5px;
}

.building-accordion .accordion .card:not(:first-of-type) {
    border-radius: 5px;
    border: 1px solid #cbcbcb;
}

.building-accordion .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #cbcbcb;
    border-radius: 5px;
}

a.building-name h5 {
    font-size: 14px;
    font-weight: bold;
}

a.building-name p {
    font-size: 12px;
}

.building-list-card {
    border-radius: 10px;
}

.building-list-card a {
    color: #858686;
}

.building-list-card a i::before {
    content: "\f00d";
}

.building-list-card a.collapsed i::before {
    content: "\f078";
}


.building-list-card .card-header.active {
    background-color: #5840bb;
    border-radius: 5px 5px 0 0;
}

.building-list-card .card-header.active a {
    color: #ffffff;
}


ul.floor-list>li {
    padding: 8px 24px;
}

ul.floor-list>li a {
    font-size: 14px;
    font-weight: bold;
    color: #858686;
}

ul.floor-list li:hover {
    background-color: #ede9ff;

}

ul.unit-list li {
    padding: 5px 10px;
}

ul.unit-list li:hover {
    background-color: #faf9ff;
}

ul.unit-list li a {
    font-size: 12px;
    color: #858686;
    font-weight: normal;
}

/* projectHighlights page css end here  */

/* projectsummary page css start here  */
.project-summary-info .card-body {
    height: 375px;
    padding: 20px 0;
}

.planning-list li a .card-body {
    padding: 20px 10px;
}

.planning-list li:hover .card-body {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16);
}

.planning-list li a.active.show {
    color: #ffffff;
}

/* .planning-list li a:hover{
  color:#ffffff;
} */
.planning-list li a.active.show .card-body {
    background-color: #5840bb;
    color: #ffffff;
    border-radius: 7px;
}

.project-aply-list li {
    padding: 10px 24px;
    border-bottom: 1px solid #5940bb1c;
    border-left: 5px solid transparent;

}

.project-aply-list li.active,
.project-aply-list li:hover {
    border-left: 5px solid #5840bb;
    background-color: #5940bb1e;
}


/* projectsummary page css end here  */






.custom-breadcrumb {
    font-size: 14px;
    font-weight: bold;
}

.custom-breadcrumb a {
    color: #858686;
}

.custom-breadcrumb .breadcrumb-item {
    color: #858686;
    opacity: 0.7;
}

.custom-breadcrumb .breadcrumb-item.active,
.custom-breadcrumb .breadcrumb-item:hover {
    color: #858686 !important;
    opacity: 1;
}




/* step progressbar css start here  */
.StepProgress {
    position: relative;
    /* padding-right: 45px; */
    list-style: none;
    margin-bottom: 16px;
}

.StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    /* left: 15px; */
    right: 8px;
    width: 10px;
    height: 100%;
    border-left: 2px dashed #CCC;
    z-index: 1;
}

.StepProgress-item {
    position: relative;
    counter-increment: list;
}

/* .StepProgress-item:not(:last-child) {
  padding-bottom: 20px;
} */
.StepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    /* left: -30px; */
    right: 8px;
    height: 100%;
    width: 10px;
    z-index: 2;
    top: 0;
}

.StepProgress-item::after {
    content: counter(list);
    font-size: 14px;
    display: inline-block;
    position: absolute;
    /* top:15px; */
    top: 50%;
    transform: translateY(-50%);
    /* left: -37px; */
    right: 3px;
    width: 27px;
    height: 27px;
    border: 2px solid #CCC;
    color: #ccc;
    border-radius: 50%;
    background-color: #FFF;
    z-index: 3;
    text-align: center;
}

.StepProgress-item.is-done::before {
    border-left: 2px solid #a791ff;
}

.StepProgress-item.is-done::after {
    content: "✔";
    font-size: 18px;
    color: green;
    text-align: center;
    border: 2px solid #a791ff;
    /* background-color: green; */
}

.StepProgress-item.current::before {
    border-left: 2px dashed #a791ff;
}

.StepProgress-item.current::after {
    content: "✔";
    padding-top: 1px;
    width: 27px;
    height: 27px;
    /* top: -4px; */
    /* left: -40px; */
    right: 3px;
    font-size: 16px;
    text-align: center;
    color: #faf8ff;
    border: 2px solid #a791ff;
    /* background-color:  #5840bb; */
    background-color: rgba(88, 64, 187, 0.8);
}

.StepProgress strong {
    display: block;
}

/* step progressbar css end here  */



/*create new project css start here*/

.newproject-sidebar {
    height: 550px;
    color: #707070;
    ;
    padding: 0;
    overflow: auto;
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.16);
    z-index: 20;
}

.newproject-sidebar li a {
    color: #707070;
    font-size: 14px;
    display: block;
    /* border-left: solid 5px #5840bb; */
    padding: 31px 12px;
    border-left: solid 5px transparent;
    cursor: pointer;
}

.newproject-sidebar h5 {
    font-weight: bold;
    /* border-bottom:1px solid #5940bbaf; */
    padding: 20px 17px;
    /* margin-bottom: 10px; */
    margin-bottom: 0px;
    font-size: 16px;
}

.createproject-heading {
    border-bottom: 1px solid #5940bbaf;
}

.newproject-sidebar li {
    /* padding: 22px 12px; */
    border-bottom: 1px solid #5940bb1c;
    /* border-left: solid 5px transparent; */
}

.newproject-sidebar p {
    font-weight: bold;
    font-size: 13px;
    margin: 0;
}

.newproject-sidebar li.StepProgress-item a,
.newproject-sidebar li.StepProgress-item p {
    opacity: 0.7;
}

.newproject-sidebar li.StepProgress-item.is-done a,
.newproject-sidebar li.StepProgress-item.is-done p {
    opacity: 1;
}

.newproject-sidebar li.active a,
.newproject-sidebar li:hover a,
.newproject-sidebar li.active p,
.newproject-sidebar li:hover p {
    opacity: 1;
}

.newproject-sidebar li.active {
    /* background-color: #5940bb1e; */
    border-bottom: 1px solid transparent;
    /* border-left: solid 5px #5840bb; */
}

.newproject-sidebar li.active p,
.newproject-sidebar li:hover p {

    opacity: 1;
}

.newproject-sidebar li.active a,
.rejected-steps li a.nav-link.active {
    border-left: solid 5px #5840bb;
    /* color: #ffffff !important; */
    /* opacity: 0.6; */
    background-color: #5940bb1e;
    border-bottom: transparent;
}

.newproject-sidebar li:hover a {
    background-color: #5940bb1e;
    border-left: solid 5px #5840bb;
}

/* .newProject-sidebar-footer{
  padding:0 17px;
  background: #ffffff;
  position: absolute;
  bottom: 12px;
  width:100%;
} */
.newProject-sidebar-footer {
    padding: 16px 17px;
    /* background: #ffffff; */
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #5940bb1c;
    border-radius: 0 0 0 8px;
}

/* .newProject-sidebar-footer span{
  color:#ffffff;
 opacity: 0.7;
} */
.newProject-sidebar-footer a {
    opacity: 1;
    font-weight: bold;
}

/* .newporject-sidebar p
{
  color: #f5f2ff;
  opacity: 0.8;
} */
.createproject-img,
.projectname-div {
    height: 550px;
}

.createproject-img {
    background-color: #f5f2ff;
}

/* .createproject-img img{
padding-top: 28%;
} */
.projectname-div {
    /* background-color: #ffffff; */
    position: relative;

}

/* .projectname-input-div{
padding-top: 46%;
} */
.close-project {
    font-size: 26px;
    font-size: 26px;
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 99;
}

.close-project:hover {
    color: #858686;
}

.projectname-div a.btn-violet {
    color: #ffffff !important;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 12px 40px 12px 40px;
    border-radius: 0;
}

#consultant-form,
#contractor-form {
    transition: all 1s;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    top: 57px;
}

/* #consultant-form >div,  #contractor-form >div{
  height: 466px;;
} */
.contractor-details-title {
    padding: 10px 0;
    /* border-bottom: 1px solid #d0c5ff; */
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* .contractor-details-title .heading{
  flex:1;
} */
.contractor-details-title .heading h5 {
    margin: 0;
    font-weight: bold;
    line-height: 30px;
}

.contractor-show,
.consultant-show {
    padding: 0 30px 50px 30px;
    /* border:1px solid red; */
    /* height:466px; */
    overflow: auto;
    position: absolute;
    right: 0;
}

.consultant-list {
    height: 353px;
    overflow: auto;
}

.add-contractor {
    width: 340px;
}

.cust-accordion {
    background-color: rgb(255, 255, 255);
    color: #444;
    cursor: pointer;
    padding: 10px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border: solid 1px #e9e2ff;
}

.cust-accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 25px;
}

.cust-accordion.active:after {
    content: "\2212";
}

.cust-panel {
    padding: 0 0px;
    background-color: #f5f2ff87;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.content-header h5 {
    font-weight: bold;
    /* border-bottom: 1px solid #5940bbaf; */
    padding: 20px 17px;
    margin-bottom: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .add-contractor {
        width: 80%;
    }
}

/*create new project css end here*/


/* landparcel page css start here  */
#mapView {
    transition: all 1s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

#map-info {
    position: absolute;
    right: 0;
    z-index: 1;
}

.map-section {
    overflow: auto;
    height: 410px;
}

.map-section label {
    margin-bottom: 5px;
}

.info-sidebar {
    background-color: #f5f2ff;
    box-shadow: 3px 0 10px 0 rgba(88, 64, 187, 0.38);
    border-radius: 3px 0 0 3px;
}

.info-header {
    padding: 25px 10px;
}

.info-header h4 {
    margin: 0;
    font-weight: 600;
}

.sidebar-section {
    padding: 10px 25px;
    background: #5840bbc9;
    color: #ffffff;
    margin-bottom: 5px;
}

.sidebar-section h5 {
    font-weight: bold;
}

.info-sidebar-content {
    height: 492px;
    overflow: auto;
}

.info-sidebar-content a {
    padding: 10px 20px;
    border-left: 5px solid transparent;
    display: block;
    font-weight: bold;
}

.info-sidebar-content li.active a,
.info-sidebar-content li:hover a {
    border-left: 5px solid #5840bb;
    color: #5840bb
}


/* .info-content-header{
  padding:20px 0;
} */
.info-content-header h4 {
    padding: 20px 0;
    font-weight: bold;
    font-size: 18px;
}

.info-content {
    border: solid 1px #5840bb;
    padding: 20px;
    border-radius: 5px;
    height: 450px;
    overflow: auto;
    margin-bottom: 30px;
    scroll-behavior: smooth;
}

.info-content>div {
    border-bottom: solid 1px #5840bb38;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.info-content h5 {
    font-weight: bold;
    font-size: 16px;
}

#popInfo .accordion a {
    display: block;
    padding: 5px 10px;
    border: solid 1px #5840bb4d;
    background-color: #f5f2ff;
    margin-bottom: 5px;
    font-weight: bold;
}

#popInfo .accordion a::after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

#popInfo .accordion a.collapsed:after {
    content: "\f067";
}

.sub-section {
    border: 1px solid #5840bb4d;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
}

.sub-section ul {
    list-style-type: disc;
    margin-bottom: 0px;
    padding-left: 15px;
}

.show-list {
    list-style-type: disc;
}

/* #seismic-section .collapse{
  height: 200px;
} */
/* landparcel page css end here  */




/* serviceProvisions page css start here  */
.selectgroup-input:checked+.selectgroup-button {
    border-color: #5840bb;
    z-index: 1;
    color: #5840bb;
    background: #edf2fa;
}

.selectgroup-input:focus+.selectgroup-button {
    border-color: #5840bb;
    z-index: 2;
    color: #5840bb;
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
}

.selectgroup-button {
    font-size: 14px;
}

.projectname-waterservice {
    width: 100%;
}

.total-contractor {
    height: 220px;
    width: 300px;
}

.createprojectdetail hr {
    border: solid 0.5px;
    color: #707070;
    margin-top: 2px;
}

.projectname-ownerdetail hr {
    border: solid 0.5px;
    color: #707070;
    margin-top: 17px;
}

.custom-control-label:before {
    background-color: #c1c1c1;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #5840bb;
}

.custom-radio .custom-control-input:checked~.custom-control-label {
    font-weight: bold;
}

.custom-control-label::before {
    width: 22px;
    height: 22px;
}

.custom-control-label {
    line-height: 30px;
}

.custom-control-label::after {
    width: 22px;
    height: 22px;
    content: "";
    background-size: 60% 60%;
}

/* serviceProvisions page css end here  */

/* projectassociates page css start here  */
.owner-info,
.applicatn-form {
    padding-top: 10px;
    height: 367px;
    overflow: auto;
}

.step-graph {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.step-graph p {
    font-size: 10px;
    margin: 0
}

.step-graph h5 {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}

/* .createprojectdetail{
  height: 414px;
  overflow: auto;
} */
/* projectassociates page css end here  */


/* projectContractors css start here  */
.contractor-validation .validate-btn {
    color: #2a0da1;
    background: #ffffff;
    /* border:none; */
    /* float:right; */
}

.contractor-validation p.error-text {
    margin-top: 10px;
    display: none;
}

.contractor-table td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.contractor-infoNote {
    margin: 10px 0;
}

/* projectContractors css end here  */



.odd {
    padding: 2%;
    background-color: #f5f2ff;
    margin-bottom: 20px;
}

.even {
    padding: 2%;
}

.odd,
.even {
    min-height: 200px;
}

.qrscan img {
    height: 94px;
    width: 90px;
}

.projectreview-main {
    /* background-color: #ffffff; */
    height: 480px;
    /* overflow:auto; */
    /* padding:0; */
}

.summery-heading {
    padding: 19px 0 0px 0;
}

.summery-heading h4 {
    margin-bottom: 0
}

.new-project-summary {
    height: 412px;
    overflow: auto;
}

.projectreview-main a.btn-violet {
    color: #ffffff !important;
    padding: 12px 40px 12px 40px;
    border-radius: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}




.createProject button.close {
    padding: 2%;
    background-color: #5840bb;
    color: #ffffff;
    opacity: 1;
    font-size: 26px;
}

/* .createProject div.modal-body{
  background-color: #5840bb;
    color: #ffffff;
  } */
.createProject div.modal-body {
    padding: 20px 30px;
}

.button-div {
    background-color: #5840bb;
    color: #fff
}

.project-message {
    padding: 16px;
    /* padding:0  16px; */

}

.createProject a.btn-violet {
    color: #ffffff !important;
    padding: 12px 40px 12px 40px;
    border-radius: 0;
}

/* .createProject div.modal-footer{
    padding: 0;
  
      border-top: 0;
  } */



/* create new application css start here  */
.newapplication-sidebar {
    height: 520px;
}

.newapplication-sidebar li a {
    padding: 19px 12px;
}

.creatAppl-heading {
    padding: 10px 17px;
    border-bottom: 1px solid #5940bbaf;
}

.creatAppl-heading h5 {
    padding: 0;

}




/* switch button css start */
.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
    outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle:before {
    content: 'Off';
    left: -4rem;
}

.btn-toggle:after {
    content: 'On';
    right: -4rem;
    opacity: 0.5;
}

.btn-toggle>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.active {
    transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.btn-toggle.active:before {
    opacity: 0.5;
}

.btn-toggle.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle:before,
.btn-toggle:after {
    color: #6b7381;
}

.btn-toggle.active {
    background-color: #00bb7b;
}

.btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
}

.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
    outline: none;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle.btn-sm:before {
    content: 'No';
    left: -0.5rem;
}

.btn-toggle.btn-sm:after {
    content: 'Yes';
    right: -0.5rem;
    opacity: 0.5;
}

.btn-toggle.btn-sm>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-sm.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-sm.active>.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.btn-toggle.btn-sm.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:after {
    opacity: 1;
}




/* &:before {
  content: 'Off';
  left: -@margin;
}
&:after {
  content: 'On';
  right: -@margin;
  opacity: .5;
}
.btn-toggle.btn-sm:before {
  content: 'Off';
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: 'On';
  right: -0.5rem;
  opacity: 0.5;
} */


/* #work-details-content{
  height:380px;
  overflow:auto;
} */


.createapplication-img,
.applicationname-div {
    height: 520px;
}


.createapplication-img {
    background-color: #f5f2ff;
}

/* .residential-div .selectgroup-button ,.commercial-div .selectgroup-button{
  font-weight: bold;
  color:#5840bb;
} */
/* .residential-div .selectgroup-button:hover, .commercial-div .selectgroup-button:hover {
  color: #ffffff;
  background-color: #5840bb;
} */
.residential-div,
.commercial-div {
    height: 305px;
    overflow: auto;
    position: relative;
    ;
}

.residential-div .row,
.commercial-div .row {
    margin-bottom: 10px;
}

/* .residential-div .form-group, .residential-div .form-group select{
  border:none;
  border-bottom: 1px solid #0028641f;
  } */
.add-mixed-occBtn {
    border: solid 1px #5840bb;
    background-color: #ffffff;
    display: none;
    /* position: sticky; */
    /* right: 0; */
    /* bottom: 0px; */
}

.add-mixed-occBtn:hover {
    background: #5840bb;
    color: #ffffff;
}

.mixed-occup-row {
    background: #fcfcfc;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.16);
    border: solid 0.1px #e8e8e8;
    padding: 10px 0 5px 0;
    /* margin-bottom:20px; */
    margin: 20px 10px;
}

.app-subtype,
.worktype,
.appCommercial-subtype,
.commercial-worktype,
.commercial-subUgroup,
.commercial-usegroup {
    display: none;
}

.addmixed-wrapper {
    /*height: 100px;*/
    /*border:1px dashed #acacac;*/
    /*background:url("../assets/images/new-project/addOcuupany.png") no-repeat;*/
    /*background-position: center;*/
    text-align: right;
    /*padding-top:45px;*/
    /*cursor:pointer;*/
    /*background-color :#fcfcfc;*/
    display: none;
    margin: 0 10px 10px 10px;
}

/*  .addmixed-wrapper h4{
  font-weight: bold;
  }*/
.addmixed-wrapper button {
    /*width: 124px;*/
    /*height: 36px;*/
    border: solid 0.8px #787878;
    background-color: #f9f8ff;
    cursor: pointer;
    font-size: 14px;
    color: #707070;
    padding: 6px 22px;
}
















.application-btn-back {
    position: absolute;
    right: 30px;
    bottom: 12px;

}

.btn-permit {
    padding: 10px 40px 10px 40px;
    border-radius: 0;
}

.form-list {
    background-color: #f5f2ff;
    height: 520px;
    overflow: auto;
}

.form-list .card-body {
    height: 465px;
    background-color: #f5f2ff;
    overflow: auto;
}

.form-list .card-footer {
    background-color: #f5f2ff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 14px 24px;
}

.form-list li {
    /* padding: 28px 24px 34px 0px; */
    border-bottom: 1px solid #707070;
    width: 100%
}

.form-list a.nav-link {
    padding-left: 0;
    padding: 20px 0;
    width: 100%;
}

/* .form-control{
  border: 0!important;
  border-bottom: 1px solid!important;
  color: #ababab;
  border-radius:0;
} */
/* .form-control:focus{
  border: 0!important;
  border-bottom: 1px solid!important;
  color: #dedede;
} */

.work-selection {
    position: none;
    /* top: 12%; */
    /* left: 0%; */
    /* transform: translate(0%, 0%); */
    text-align: left !important;
    padding: 0 3%;
}

.work-selection .nav-link {
    padding-bottom: 15px;
}

.work-selection label {
    font-weight: bold;
    margin: 0 0 4px 0;
}

.nav-pills {
    border-bottom: 1px solid #e2e0e0;
}

.eqp-worksheet-content {
    height: 365px;
    overflow: auto;
}

.eqp-worksheet-content .form-control {

    border: 0 !important;
    border-bottom: 1px solid !important;
    color: #ababab;
    border-radius: 0;
}

.eqp-worksheet-content .form-control:focus {
    border-radius: 2px;
}




.permit-list {
    /* padding:0 2%; */
    padding: 0 10px;
}

/* .checklist td {
  font-weight: bold;
} */

/* .checklist tr:nth-child(6) td, .checklist tr:last-child td{
  font-weight: normal;
} */
.permits-list-footer {
    position: absolute;
    bottom: 0;
    /* padding: 1%; */
    padding: 0 2%;
}

.permits-list-footer a.btn-violet {
    padding: 11px 40px 11px 40px;
    border-radius: 0;
}

.permits-table-list {
    overflow: auto;
    height: 470px;
    padding: 2px;

}

.permits-table-list table {
    border-collapse: separate;
    border-spacing: 0 1em;
    margin-top: -18px;
}

.permits-table-list table th {
    color: #ffffff !important;
}

.permits-table-list .table td {
    vertical-align: middle;
}

.upload,
.view-document {
    display: none;
}

.header-table {
    background-color: #5840bb !important;
    color: #ffffff !important;
}

.header-table th {
    color: #ffffff !important;
    text-transform: none;
}

.header-table a {
    color: #ffffff !important;
}

/* .permits-table-list tr.active{
background-color: #f5f2ff!important;
outline:1px solid transparent;
}  */
.permits-table-list tr.active {
    background-color: #ffffff !important;
    outline: solid 1px #5840bb69;
}

.checklist tr.active {
    background-color: #ffffff !important;
    outline: solid 1px #5840bb69;
    
}

.checklist {
    border-collapse: separate;
    border-spacing: 0 1em;
    padding: 2px;
}

.permits-table-list tr {
    /* outline: solid 1px #e9e2ff; */
    background-color: #0000000d;
}

.header-table .checkbox-button__input:checked+.checkbox-button__control {
    border-color: #ffffff;
}

.header-table .checkbox-button__input:checked+.checkbox-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}

.header-table .checkbox-button__control {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background-color: inherit;
    color: #2b235f;
    border: 2px solid #ffffff;
}

.btn-violet-border {
    background: #ffffff;
    color: #5840bb;
    border: solid 1px #5840bb;
    padding: 5px 40px;
}

.btn-violet-border:hover {
    color: #ffffff;
    background-color: #5840bb;
}

/* .application-review-btn a, .back-btn{
      margin-top: 35px;
} */
.application-review-btn .back-btn {
    position: absolute;
    right: 200px;
    bottom: -31px;
}

.payment-detail {
    margin-top: 57px;
}

.payment-detail .card {
    border: solid 1px #5840bb;
    margin: 0;
}

.payment-application {
    height: 520px;
    overflow: auto;
}

.payment-checkout {
    padding-top: 11%;
}

.debit-card {
    height: 180px;
    border-bottom: solid 1px #6e7687;
    margin-bottom: 15px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #5840bb;
}

.payment-img {
    background-color: #5840bb;
    color: #ffffff;
}

.payment-img img {
    height: 175px;
    width: 283px;
}

.payment-img #confirm {
    display: block;
    border: 1px solid #ffffff;
    text-align: center;
    cursor: pointer;
    background-color: #5840bb;
    padding: 12px 0;
    height: 50px;
    width: 170px;
    border-radius: 0;
    color: #ffffff;
    font-size: 13px;
    margin: auto;
    transition: all 0.5s;
}

.payment-img #confirm:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #5840bb;
}

.payment-receipt {
    padding: 2%;
    height: 585px;
    overflow: auto;
}

.payment-receipt .table thead th {
    border: none;
}

.payment-receipt .table {
    border-bottom: 1px solid #a9a9a9;
}

.payment-receipt .table thead tr {
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
}

.barcode {
    position: absolute;
    top: 40px;
    right: 0;
}

.new-application-summary {
    height: 410px;
    /* height: 393px; */
    overflow: auto;
}

.drawing-wrapper {
    height: 410px;
    overflow: auto;
}

.upload-drawings {
    height: 300px;
    border: 1px dashed grey;
    background: url(../../assets/images/new-project/fileAdd.png) no-repeat;
    text-align: center;
    background-position: center;
    padding-top: 85px;
}

.upload-drawings .btn {
    cursor: pointer;
    padding: 6px 25px;
    border: 1px solid #5840bb;
    min-width: 110px;
    background: #5840bb;
    color: #ffffff;
}

.upload-Drwsuccessful {
    border: 1px dashed grey;
    text-align: center;
    padding-top: 30px;
    display: none;
}

.drawing-successful-wrapper .show-addfiles {
    display: none;
}

.upload-Drwsuccessful .add-drawingBtn,
.upload-Drwsuccessful .remove-drawingBtn {
    cursor: pointer;
    padding: 6px 25px;
    border: 1px solid #5840bb;
    min-width: 125px;
}

.upload-Drwsuccessful .add-drawingBtn,
.upload-Drwsuccessful .add-drawingBtn:hover,
.upload-Drwsuccessful .remove-drawingBtn:hover {
    background: #5840bb;
    color: #ffffff;
}

.upload-drawing-data .row-data {
    border: 1px solid #5840bb;
    margin-bottom: 20px;
}

.upload-drawing-data .first-row {
    display: flex;
    padding: 15px;
}

.upload-drawing-data .second-row {
    display: flex;
    padding: 10px;
}

.upload-drawing-data .second-row {
    background-color: #f5f2ff;
}

.upload-drawing-data .first-row>div,
.upload-drawing-data .second-row>div {
    flex: 1;
}

.upload-drawing-data .first-row .checkbox-div {
    flex: 0;
}

.upload-drawing-data .second-row .tag-icon {
    margin-right: 10px;
    height: 18px;
    color: #5840bb;
}

.upload-drawing-data .plan-Chck-btn {
    background: #5840bb;
    color: #ffffff;
}

.upload-drawing-data .btn {
    padding: 5px 20px;
}

.upload-drawing-data p {
    margin: 0;
}

.drawing-note {
    display: none;
}

.progressbar {
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    width: 33%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: normal;
    color: #7d7d7d;
}

.progressbar li.active {
    font-weight: bold;
    /* font-size: 13px; */
}

/* .progressbar.isdone li{
    width: 33%;
  } */
.progressbar li:before {
    width: 30px;
    height: 30px;
    content: "";
    line-height: 30px;
    border: 2px solid #7070706e;
    background-color: #ffffff;
    display: block;
    text-align: center;
    margin: 0 auto 0px auto;
    transition: all 0.8s;
    border-radius: 50%;
    /* padding-top: 7px; */
    text-align: center;
}

.progressbar li:first-child:before {
    /* content:url(../images/new-project/appIcon.png); */
    content: "1";
    /* background-size: 300px 100px; */
    /* padding-left:5px; */
}

.progressbar li:nth-child(2):before {
    /* content:url(../images/new-project/planIcon.png); */
    content: "2";
    /* padding:5px 0; */
}
.progressbar li:nth-child(3):before {
    /* content:url(../images/new-project/planIcon.png); */
    content: "3";
    /* padding:5px 0; */
}
.progressbar li:nth-child(4):before {
    /* content:url(../images/new-project/planIcon.png); */
    content: "4";
    /* padding:5px 0; */
}.progressbar li:nth-child(5):before {
    /* content:url(../images/new-project/planIcon.png); */
    content: "5";
    /* padding:5px 0; */
}
.progressbar li:nth-child(6):before {
    /* content:url(../images/new-project/planIcon.png); */
    content: "6";
    /* padding:5px 0; */
}
.progressbar li:nth-child(7):before {
    /* content:url(../images/new-project/planIcon.png); */
    content: "7";
    /* padding:5px 0; */
}

.progressbar li:after {
    width: 80%;
    height: 3px;
    content: "";
    position: absolute;
    /* background-color: #00bb7b70; */
    background-color: #7070706b;
    /* border: 1px solid #7d7d7d; */
    top: 14px;
    left: -40%;
    z-index: 1;
    transition: all 0.8s;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:before {
    border: 3px solid #00bb7b;
    /* background-color: #00bb7b; */
    transition: all 0.8s;
    width: 32px;
    height: 32px;
}

.progressbar li.isdone:before {
    /* content: '\f00c';
    font-family: 'FontAwesome'; */
    content: "✔";
    /* background-size: 300px 100px; */
    border: 2px solid #00bb7987;
    transition: all 0.8s;
    /* opacity: 0.4; */
    font-size: 16px;
    /* padding:4px 0; */
    background-color: #00bb7b;
    color: #ffffff;
    font-weight: bold;
}

.progressbar li.active:after,
.progressbar li.isdone:after {
    background-color: #00bb7b;
    transition: all 0.8s;
}

/* .btn {
    background-color: #55b776;
    margin: 5px;
    width: 75px;
    color: white;
  }
  .btn:hover {
    color: white;
  }
  .btn:focus {
    color: white;
  }
  .btn-container {
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 0;
  } */

/* .sub-header{
     display: flex;
     align-items: center;
     justify-content:space-between;
     margin:0 0 20px;
  }
  .sub-header h3{
     margin: 2px 0 0 0;
     font-weight: bold;
     font-size: 20px;
  }
  .sub-header a.btn{
     color: #ffffff;
     background-color: #5840bb;
     padding:10px 38px;
  }
  .sub-header a.btn:hover{
     color: #ffffff;
  }
  .sub-header .tab-list a{
     padding:0 25px;
     border-left:1px solid #9c9c9c;
  }
  .sub-header .tab-list a.active{
     font-weight: bold;
  }
  .sub-header .tab-list a:first-child{
     border:none;
  } */

a.create-btn {
    color: #ffffff !important;
    background-color: #5840bb;
    /* padding:10px 38px; */
    padding: 5px 20px;
}

.status-graph {
    display: flex;
    align-items: center;
    /* margin-bottom: 20px; */
    padding: 20px 0;
    border-bottom: 1px solid #5940bbaf;
}

.status-graph p {
    font-weight: normal;
    font-size: 12px;
}

.status-graph h5 {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 5px 0;
}

.select-appliHeader .application-list {
    padding: 10px 5px 10px 5px;
    border: 0;
    border-bottom: 1px solid #0028641f;
    border-radius: 0;
    margin-top: 5px;
}

.select-appliHeader {
    padding: 10px 17px;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .work-selection label {
        font-size: 12px;
    }

    /*  .work-selection {
    padding:0%;
  }*/
    /* .eqp-worksheet-content{
    height: 430px;
    overflow:auto;
  } */
}


/* create new application css end here  */


/* create permit css start here  */
.newpermit-sidevbar {
    height: 520px;
    overflow: auto;
}

.newpermit-sidevbar li a {
    padding: 24px 12px;
}



.multi_step_form {
    /* background: #f6f9fb; */
    display: block;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0 rgba(88, 64, 187, 0.38);
    background: #ffffff;
    margin-bottom: 20px;
}

.multi_step_form {
    text-align: center;
    position: relative;
    padding: 20px 0;
    /* min-height: 820px; */
    /* max-width: 810px; */
    /* margin: 0px auto; */
    background: #ffffff;
    z-index: 1;
    border-radius: 10px;


}

.multi_step_form #progressbar {
    margin-bottom: 0px;
    overflow: hidden;
}

.multi_step_form #progressbar li {
    list-style-type: none;
    color: #99a2a8;
    font-size: 9px;
    width: calc(100%/3);
    float: left;
    position: relative;
    font: 500 13px/1 "Roboto", sans-serif;
    /* cursor: pointer; */
}

.multi_step_form #progressbar li:nth-child(2):before {
    font-family: 'FontAwesome';
    content: "\f016";
}

.multi_step_form #progressbar li:nth-child(3):before {
    font-family: 'FontAwesome';
    content: "\f016";
}

.multi_step_form #progressbar li:first-child:before {
    font-family: 'FontAwesome';
    content: "\f016";
}

.multi_step_form #progressbar li:before {
    font-family: 'FontAwesome';
    content: "\f016";
    font: normal normal normal 15px/50px Ionicons;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #eaf0f4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}

.multi_step_form #progressbar li:after {
    content: '';
    width: 100%;
    height: 10px;
    background: #eaf0f4;
    position: absolute;
    left: 0%;
    top: 21px;
    z-index: -1;
}

.multi_step_form #progressbar li:last-child:after {
    width: 100%;
}

.multi_step_form #progressbar li.active {
    color: #5cb85c;
}

.multi_step_form #progressbar li.active:before,
.multi_step_form #progressbar li.active:after {
    background: #5cb85c;
    color: white;
}

.multi_step_form #progressbar li.done {
    color: #5cb85c;
}

.multi_step_form #progressbar li.done:before,
.multi_step_form #progressbar li.done:after {
    background: #5cb85c;
    color: white;

}

/* .multi_step_form #msform #progressbar li.active:before{
  background: #5cb85c;
  color: white;
} */

/* create permit css end here  */





/* schedule inspection css start here  */

.select-application,
.view-checklist {
    display: none;
}

.draft-proceed-btn,
.county-btn,
.thirdparty-btn {
    display: none;
}


.create-new-btn {
    position: absolute;
    bottom: 0;
    /* right:190px; */
    right: 0;
    width: 180px;
    text-align: center;
    padding: 12px 0;
    /* background-color: #5840bb; */
    color: #5840bb;
    font-weight: bold;
}

.create-new-btn:hover {
    color: #5840bb;
}

.county-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 25px;
}

.thirdparty-btn {
    position: absolute;
    bottom: 0;
    right: 190px;
    padding: 12px;
    width: 180px;
    color: #5840bb;
    font-weight: bold;
}

.thirdparty-btn:hover {
    color: #5840bb;
}

/* .thirdparty-btn:hover{
  background-color:#5840bb;
  color:#ffffff;
} */

.scheduleInsp-sidebar {
    height: 520px;
    overflow: auto;
}

.scheduleInsp-sidebar .createproject-heading {
    padding: 9px 12px;
    border-bottom: 1px solid #5940bbaf;
    margin-bottom: 0px;
}

.scheduleInsp-sidebar h5 {
    padding: 0;
    margin: 0;
    border: none;
}

.scheduleInsp-sidebar .createproject-heading span {
    font-size: 12px;
}

.schedule-work-summary {
    height: 413px;
    overflow: auto;
}

.schedule-work-summary label {
    /* opacity: 0.7; */
    font-size: 14px;
    font-weight: bold;
}

/* .scheduleInsp-sidebar li a {
  padding: 24px 12px;
} */
.scheduleInsp-sidebar li a {
    padding: 24px 30px 24px 12px;
}

.work-details-title {
    padding: 19px 0;
    border-bottom: 1px solid #d0c5ff;
}

.work-details-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

/* .schedule-btn{
  margin-top: 49px;
    padding: 16px 30px 13px 30px;
    border-radius: 0;
} */

/* .choice-back{
  position: absolute;
      right: 237px;
      bottom: 12px;
  
  } */
/* .choicebtns-div{
      position: relative;
      margin-top: 95px;
  
  } */

.inspection-detail {
    padding-top: 35px;
}

.inspection-detail h4 {
    margin-top: 20px;
}

.calendar-div {
    background-color: #f5f2ff;
    height: 520px;
    overflow: auto;
}

.insp-appoint-content {
    height: 345px;
    overflow: auto;
}

/* .available-app{
      margin-top: 40px;
  } */
.available-app li {
    padding: 2%;
    border: 1px solid #707070;
    margin: 1em 0;
    cursor: pointer;
}

.available-app li:hover {
    box-shadow: 2px 2px 10px 0 rgba(88, 64, 187, 0.38);
}

.available-app li.active {
    background-color: #5840bb;
    color: #ffffff;
}

.available-app li.active a {
    color: #ffffff;
}

.available-app li p {
    margin: 0;
}

.hr {
    margin-top: -2rem;
    margin-bottom: -2rem;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a {
    opacity: .5;
    background-color: #ffffff;
    border: none;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
    /* background-color: #2fabb7; */
    background-color: #5840bb;
    color: #fff;
    font-weight: 600;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.pignose-calendar .pignose-calendar-unit a {
    border: 1px solid #5840bb;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sun a,
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sat a {
    color: #000000;
}

.pignose-calendar .pignose-calendar-unit a {
    color: #000000;
}

.nav-justified .nav-link {
    margin: auto;
}

.bootslot-note p {
    color: #ff8b8b;
}

.setTimeInBlock h6 {
    margin: 0;
    padding-top: 10px;
    margin-right: 10px;
    font-weight: bold;
}

.setTimeInBlock a.avail-Time,
.setTimeInBlock a.dis-Time {
    border: 2px solid #7070704d;
    margin-bottom: 5px;
    padding: 3px 5px;
    display: inline-block;
    cursor: no-drop;
}

.setTimeInBlock a.avail-Time {
    border: 2px solid #00bb7b;
    cursor: pointer;
}

.setTimeInBlock a.avail-Time:hover {
    border: 2px solid #00bb7b;
    cursor: pointer;
}

.setTimeInBlock a.avail-Time.active,
.setTimeInBlock a.dis-Time.active {
    border: solid 2px #5840bb;
    background-color: #f5f2ff;
    color: #5840bb;
}

.setTimeInBlock .nav-pills {
    border: none;
    margin-bottom: 10px;
}

.setTimeInBlock .nav-pills .nav-link,
.nav-pills .show>.nav-link {
    padding: 5px 10px;
    margin: 0 5px;
}

.setTimeInBlock .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border: none;
    background-color: #f5f2ff;
    color: #707070;
    font-weight: bold;
    border-radius: 0;

}

.calender-legend {
    display: flex;
    margin: 5px;
    background-color: #fafafa;
    padding: 10px 0;
    /* width:358px; */
    width: 77%;
    margin: auto;
    justify-content: flex-end;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    border: 1px solid #e2e2e2;
}

.calender-legend li {
    display: flex;
    font-weight: bold;
    font-size: 12px;
    margin: 0 5px;
}

.calender-legend span {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #00bb7b;
    border-radius: 10px;
    margin-right: 5px;
    background-color: #ffffff;
}

.calender-legend li:nth-child(1) span {
    background-color: #5840bb;
    ;
    border: 1px solid transparent;
}

.calender-legend li:nth-child(2) span {
    background-color: #ffffff;
    border: 1px solid #5840bb;
}

.calender-legend li:nth-child(3) span {
    background-color: #bbbbbba6;
    border: 1px solid transparent;
}

.pignose-calendar .pignose-calendar-body {
    padding: 0 1.2em !important;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
    color: #ffffff;
    font-weight: 600;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    border: none;
}

/* schedule inspection css end here  */


/*reschedule css starts here*/
.cancelInsp-heading h5 {
    font-weight: bold;
    border-bottom: 1px solid #5940bbaf;
    padding: 20px 17px;
    /* margin-bottom: 10px; */
    margin-bottom: 0px;
}

.reshedule-detail {
    padding: 13% 9%;
    border-bottom: 1px solid #5940bbaf;
    margin-bottom: 0;
}

.reshedule-detail li {
    border-bottom: 0px;
    list-style-type: none;
}

.success-inspectionDetail {
    height: 420px;
}

.success-inspectionImg {
    height: 450px;
    padding-top: 70px;
}

/*.text-muted {
    color: #cacaca !important;
}*/

/*reschedule css End here*/







/*open application Permits css starts here*/

.drop-btn {
    padding: 10px 40px 10px 40px;
    border-radius: 0;
    background-color: #ffffff;
}

.open-application {
    border: solid 1px #707070;
    padding-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.open-application .img-div {
    padding: 2%;
    margin-bottom: 0px;
}

/* .open-application .card{
  border:solid 1px #707070;
      padding-left: 5%;
} */
.open-application .img-div span {
    display: block;
}

.submission .submission-img {
    background-color: #5840bb;
    color: white;
    /* padding: 4%; */
    padding-top: 5%;
}


.submission .submission-img span {
    display: block;
}

.submission {
    border-radius: 7px;
    border: solid 1px #707070;
    margin-bottom: 15px;
}

.submission-color {
    background-color: #f5f2ff;
    padding: 1%;
    margin-bottom: 0px;
}


.letest-submission h5 {
    margin-bottom: 15px;
}

.letest-appsubmission {
    height: 410px;
    overflow: auto;
    /* border: 1px solid red; */
    padding-top: 10px;
}

.submission-row {
    border: 1px solid #d0c5ff;
    padding-top: 20px;
    margin-bottom: 20px;
    margin-right: 10px;
    border-left: 10px solid #5840bb4a;
    padding-bottom: 10px;
}

.submission-row.active {
    /* background:#f5f2ff; */
    box-shadow: 0 3px 8px 0 rgba(88, 64, 187, 0.38);
    border-left: 10px solid #5840bb;
}

.submission-row .custom-control-label {
    font-weight: bold;
}

.submission-row p {
    margin: 0;
    font-size: 13px;
}

.submission-row h5 {
    font-weight: bold;
    margin: 10px 0 15px 0;
    font-size: 15px;
}

/* .submission-row p.heading-title, .submission-row p.status{
  font-weight: bold;
} */
.submission-row p.status {
    font-weight: bold;
    margin-top: 10px;
    opacity: 0.4;
}

.submission-row.active p.status {
    opacity: 1;
}

.submission-row p.stutus-info {
    font-weight: bold;
    margin: 5px 0 0px 0;
}

.submission-row .review-btn {
    background-color: #5840bb;
    color: #ffffff;
    /* padding:5px 20px; */
    min-width: 135px;
}

.submission-row .rejection-btn {
    border: solid 1px #5840bb;
    /* background-color: #ffffff; */
    /* padding:5px 20px; */
    min-width: 135px;
}

/* .submission-row label{
  margin-top:20px;
} */
.open-appliSidebar li a {
    padding: 26px 12px;
}

.open-appDetails {
    padding: 9% 9%;
}

.open-appDetails h5 {
    padding: 0;
}

.open-appDetails h6 {
    margin: 6px 0 10px 0;
}

.open-appDetails p {
    font-weight: normal;
    margin-bottom: 8px;
}

.open-appDetails ul {
    margin-bottom: 10px;
}

.open-appDetails ul li {
    border: none;
}

.open-appDetails label {
    margin: 0;
}

.open-appDetails select {
    /* padding: 10px 5px 10px 5px; */
    width: 100%;
    padding: 5px 0;
    border: 0;
    border-bottom: 1px solid #0028641f;
    border-radius: 0;
    margin-top: 2px;
}



.side-status-wrapper {
    border: 1px solid #5840bb69;
    height: 412px;
    overflow: auto;
    padding-bottom: 20px;
}

.side-status-wrapper .compli-btn {
    padding: 8px 16px;
    border: solid 1px #5840bb;
    background-color: #ffffff;
}

.side-status-wrapper .compli-btn:hover {
    background-color: #5840bb;
    color: #ffffff;
}

.side-status-wrapper .compli-disabl-btn {
    padding: 8px 16px;
    border: solid 1px #5840bb;
    background-color: #ffffff;
    opacity: 0.5;
}

.side-status-wrapper .compli-disabl-btn:hover {
    cursor: none;
}

.stutus-div {
    text-align: center;
    background-color: #5840bb24;
    height: 120px;
    padding-top: 35px;
    /* color:#ffffff; */
}

.stutus-div h5 {
    font-weight: bold;
}

.equipWorksheet-D {
    /* border:1px solid red; */
    height: 414px;
    overflow: auto;
}

.permitD-left-section {
    border: 1px solid #5840bb69;
    /*height: 414px;*/
    height: 100%;
    overflow: auto;
    padding: 20px 10px;
    background-color: #f5f2ff;
}

.permitD-left-section h5 {
    font-weight: bold;
    font-size: 14px;
}

.locactionD-section {
    background: #f5f2ff;
    padding: 20px 10px 10px 10px;
    margin-bottom: 20px;
}


.permitD-table {
    text-align: center;
    height: 300px;
    overflow: auto;
    font-size: 13px;
}

.permitD-table .table th {
    font-weight: bold;
    color: #707070;
    width: 50%;
}

.permitD-table td {
    vertical-align: middle;
    padding: 7px 7px;
}

.permitD-table th:first-child,
.permitD-table td:first-child {
    text-align: left;
}

.table-heading {
    padding: 10px;
    background-color: #ebe8f7;
    margin: 10px 0;
}

.table-heading h5 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}

.permitD-table input.form-control {
    border: none;
    text-align: center;
    border-bottom: 1px solid #5840bb69;
    border-radius: 0;
    background: transparent;
    padding: 4px 5px;
    font-size: 12px;
}

.pdf-icon {
    /* display: block; */
    /* border: 1px solid red; */
    padding: 14px 10px;
    background-color: #f5f2ff;
    ;
}

.pdf-icon i {
    font-size: 20px;
    color: #ff00008f;
}

.btn-preview {
    border: 1px solid #5840bb;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .submission .submission-img {

        padding-top: 23%;
    }

    .open-application .img-div span {
        font-size: 10px;
    }
}

/*open application Permits css End here*/







/* review page css start here  */
.review-header {
    display: flex;
    padding: 20px 0px;
    align-items: center;
}

.review-header h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    flex: 1;
}

.review-icon {
    padding-right: 20px;
}

.review-icon a {
    padding: 10px 10px;
    font-size: 16PX;
}

.review-icon a:hover {
    border-radius: 5px;
    background-color: rgba(88, 64, 187, 0.12);
    color: #5840bb;
}

.review-content-header {
    background-color: #5840bb;
    padding: 10px 0;
    width: 100%;
}

.review-content-header .left-section {
    padding-top: 11px;
    padding-bottom: 11px;
}

.review-content-header .left-section h2 {
    font-size: 16px;
    color: #ffffff;
    margin: 9px 0 2px 0;
}

.review-content-header .left-section p {
    font-size: 12px;
    color: #f1f1f1;
    opacity: 0.7;
    margin-bottom: 0;
}

.review-content-header .middle-section {
    text-align: center;
    padding-top: 3px;
    /* padding-top: 6px; */
    /* padding-bottom: 7px; */
}

.review-content-header .middle-section h3 {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin: 7px 0 5px 0;
}

.review-content-header .middle-section p,
.qr-section p {
    font-size: 12px;
    color: #f1f1f1;
    opacity: 0.7;
    margin-bottom: 0;
}

.review-content-header .right-section {
    padding: 0
}

ul.sumb-info {
    margin: 0;
}

ul.sumb-info li {
    font-size: 12px;
    color: #f1f1f1;
    opacity: 0.6;
}

ul.sumb-info li:last-child {
    color: #ffffff;
    opacity: 1;
    font-weight: bold;
}

.qr-section {
    text-align: center;
}

.review-content-row {
    border: solid 1px rgba(88, 64, 187, 0.4);
    margin: 15px 0;
}

.review-content-row .content-title {
    background-color: #f3efff;
    padding: 10px 0;
}

.content-title P,
.content-title h4,
.content-title h5 {
    margin: 0;
}

.content-title p {
    font-size: 12px;
    font-weight: bold;
}

.content-title h4 {
    font-size: 14px;
    font-weight: bold;
}

.content-title h5 {
    font-size: 12px;
    font-weight: bold;
}

.review-info {
    padding: 15px 0;
}

.review-info a {
    font-size: 12px;
}

/* .review-info ul{
  margin:0;
} */
.review-info ul li {
    font-size: 13px;
}

.review-info ul li:first-child {
    font-weight: bold;
    margin-bottom: 5px;
}

.review-content-row .table-div {
    border: 1px solid #c5c5c5;
    padding: 0px 20px;
}

.review-main-content {
    /* background-image:url("../images/new-project/watermark.png"); */
    /* background-image:url("../images/login/civitLogo.jpg"); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 500px 500px;
}

.review-content {
    height: 405px;
    overflow: auto;
}

#print-modal .modal-body {
    padding: 10px 20px;
}

.innspect-list li {
    font-weight: normal !important;
    padding-left: 10px;
}


/* review page css end here  */














/*Resubmit css start here */
.compliance-note-review {
    border: 1px solid #5840bb;
    padding: 10px;
    border-radius: 10px;
    height: 360px;
}

.resubmitaddfile-hide {
    padding-top: 20px;
}

/*Resubmit css end here */







/*Open compiled inspection css start*/
.div-muted {
    opacity: 0.4;
}

/*Open compiled inspection css end*/


/*third party certificate css start*/
.certificate-div1 {
    background-color: #f5f2ff;
    /* height:80vh; */
    padding: 1%;
}

.certificate-div2 {
    height: 510px;
    padding: 1%;
}

/*third party certificate css end*/






.height-520 {
    height: 520px;
}

.cust-overflow-height {
    height: 520px;
    overflow: auto;
}












@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {


    .middle-content-height {
        height: 715px;
        overflow: auto;
    }

    .slider-card h4 {
        font-size: 15px;
    }

    /* .newproject-sidebar p
    {
      font-size:10px;
    } */

    .newproject-sidebar h5 {
        font-size: 13PX;
    }

    .newproject-sidebar li a {
        padding: 23px 30px 24px 12px;
    }

    .newapplication-sidebar li a {
        padding: 20px 30px 20px 12px;
    }

    .newpermit-sidevbar li a {
        padding: 21px 12px;
    }

    .applicatn-form {
        margin-top: 41px;
    }

    .owner-info,
    .applicatn-form {
        padding-top: 10px;
        height: 338px;
        overflow: auto;
    }

    .step-graph {
        margin-left: 40px;
    }

    .qr-section {
        text-align: left;
    }



    .creatAppl-heading h5 {
        font-size: 13px;
    }

    .newProject-sidebar-footer a {
        font-size: 12px !important;
    }

    .scheduleInsp-sidebar li a {
        padding: 23px 30px 23px 12px;
    }

    .calender-legend {
        /* width:258px; */
        width: 80%;
    }


}















@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* body {
    height: 100vw;
    transform: rotate(90deg);
  } */

    /* .proceed-btn {
    padding: 12px 20px;
    min-width: 135px;
}
.back-btn {
  right: 180px;
} */
    .modal-dialog.modal-lg {
        max-width: 700px !important;
        margin: 1.75rem auto;
    }

    .cust-height-md {
        height: 520px;
        overflow: auto;
        ;
    }

    .right-top-card {
        min-height: 370px;
    }

    .newproject-sidebar h5 {
        font-size: 13PX;
    }

    .newproject-sidebar li a {
        padding: 26px 30px 25px 12px;
    }

    /* .newproject-sidebar p
    {
      font-size:10px;
    } */
    .newapplication-sidebar li a {
        padding: 21px 30px 21px 12px;
    }

    .newpermit-sidevbar li a {
        padding: 21px 12px;
    }

    .scheduleInsp-sidebar li a {
        padding: 24px 30px 24px 12px;
    }

    .newProject-sidebar-footer {
        padding: 16px 10px;
    }

    .applicatn-form {
        margin-top: 58px;
    }

    .owner-info,
    .applicatn-form {
        padding-top: 10px;
        height: 318px;
        overflow: auto;
    }

    .step-graph {
        margin-left: 20px;
    }

    #consultant-form,
    #contractor-form {
        position: relative;
        top: 0;
    }

    .contractor-show,
    .consultant-show {
        position: relative;
    }

    .qr-section {
        text-align: left;
    }

    .eqp-worksheet-content {
        height: 327px;
        overflow: auto;
    }

    .permits-table-list {
        overflow: auto;
        height: 365px;
        padding: 2px;
    }

    .inspection-detail img {
        width: 50%;
    }

    .Editor-editor {
        height: 95px;
    }




    .stutus-div h5 {
        font-size: 14px;
    }

    .equipWorksheet-D {
        /* border:1px solid red; */
        height: 360px;
        overflow: auto;
    }

    .letest-appsubmission {
        height: 375px;
    }

    .richText .richText-editor {
        height: 180px;
    }

    .calender-legend {
        /* width:344px; */
        width: 80%;
    }


    .review-content-header .left-section h2 {
        font-size: 12px;
        text-align: center;
    }

    .review-content-header .left-section p {
        text-align: center;
    }

    .review-content-header .middle-section h3 {
        font-size: 13px;
    }

    .review-content-header .middle-section {
        padding-top: 35px;
    }

    .review-main-content {
        background-size: 300px 300px;
    }

    .building-accordion {
        height: 365px;
        overflow: auto;
    }



}



img[alt~="civitLogo"] {
    height: 45px !important;
    content: url("../images/fairfax.png");
}

#list tr{
    border-bottom: 1px solid #e2e0e0;
}



@media only screen and (max-device-width: 767px) {
    .wrapper-body {
        width: 90%;
    }


    /* .equipWorksheet-D{
  height: 360px;
  overflow: auto;
} */

}