/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background-color:#fff;
    font-weight:400;
    font-size:14px;
    color:#808080;
}
.menu-list a {
    color:#e1ffff;
}
.dropdown-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  
  .dropdown {
    padding: 5px 0px 0;
    border-radius: 3px;
    justify-content: space-around;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    font-size: 15px;
    width:100%;
}
 .fa-angle-down {
    position: relative;
    top: 2px;
    font-size:1rem;
    transition: transform 0.3s ease;
  }
  
  .rotate-dropdown-arrow {
    transform: rotate(-180deg);
  }
  
  .dropdown-menu {
    display: none;
    flex-direction: column;
    border-radius: 4px;
    margin-top:0px;
    padding: 10px;
    box-shadow:0;
    background-color:#044B65;
    transform-origin: top left;
    position:unset;
    width:100%;
  }
  .dropdown-menu span {
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  #openDropdown:checked + .dropdown-menu {
    display: flex;
    animation: openDropDown 0.4s ease 0s 1 forwards;
  }
  #openDropdownone:checked + .dropdown-menu {
    display: flex;
    animation: openDropDown 0.4s ease 0s 1 forwards;
  }
  
  @keyframes openDropDown {
    from { transform: rotateX(50deg); }
    to { transform: rotateX(0deg); }
  }
  @keyframes openDropDownone {
    from { transform: rotateX(50deg); }
    to { transform: rotateX(0deg); }
  }
.backbtn {
    padding: 8px 5px;
    border-radius: 5px;
    margin-left: -26px;
    position: relative;
    right: 10px;
  }
  .backbtn .fa-arrow-left {
    font-size: 16px;
    transform: scale(1.6,1.3);
    color: #000;
    opacity: 0.5;
    position: relative;
    top: -5px;
  }
a,a:hover,a:focus{
    text-decoration:none;
    outline: none;
}
.padding-zero {
    padding:0;
}
.ck-editor__editable {
    min-height: 200px;
} 
.admin-action-ul {
    margin-bottom: 0;
}
.admin-thumbnail {
    width: 60px;
    height: auto;
}
.tox-notifications-container {
    display: none;
}
/* NAVBAR SIDE MENU CSS */
.nav-side-menu {
    overflow: auto;
    font-size: 12px;
    font-weight: 200;
    background-color: #044B65;
    position: fixed;
    top: 0px;
    height: 100%;
    left:0;
    color: #e1ffff;
}
.nav-side-menu .brand {
    line-height: 70px;
}
.nav-side-menu .brand img {
    width:90%;
}
.nav-side-menu .toggle-btn {
    display: none;
}
.nav-side-menu .menu-content,
.nav-side-menu .menu-content li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}
.nav-side-menu .menu-content :not(collapsed) .arrow:before,
.nav-side-menu .menu-content li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}
.nav-side-menu .menu-content .active,
.nav-side-menu .menu-content li .active {
    border-left: 3px solid #00AEEF;
    background-color: rgb(0,174,239,0.5);
}
.nav-side-menu .menu-content .sub-menu li.active,
.nav-side-menu .menu-content li .sub-menu li.active {
    color: #00AEEF;
}
.nav-side-menu .menu-content .sub-menu li.active a,
.nav-side-menu .menu-content li .sub-menu li.active a {
    color: #00AEEF;
}
.nav-side-menu .menu-content .sub-menu li,
.nav-side-menu .menu-content li .sub-menu li {
    background-color: #181c20;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
    padding-left: 15px;
}
.nav-side-menu .menu-content .sub-menu li:hover,
.nav-side-menu .menu-content li .sub-menu li:hover {
    background-color: rgb(0,174,239,0.5);
}
.nav-side-menu .menu-content .sub-menu li:before,
.nav-side-menu .menu-content li .sub-menu li:before {
    /* font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle; */
    display: none;
}
.nav-side-menu .menu-content li {
    font-size: 14px;
    padding: 5px 10px;
    border-left: 3px solid #044b65;
    margin-bottom:5px;
    text-align:left;
}
.nav-side-menu .menu-content li a {
    text-decoration: none;
    color: #e1ffff;
}
.nav-side-menu .menu-content li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}
.nav-side-menu .menu-content li:hover {
    border-left: 3px solid #00AEEF;
    background-color: rgb(0,174,239,0.5);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.nav-side-menu .menu-content li a svg {
    margin-right: 10px;
    font-size: 17px !important;
}
.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.footer a,.mobile-footer a{
    color:#D3D3D3;
}
.footer ul,.mobile-footer ul {
    color:#D3D3D3;
    text-align: center;
}
.footer a:hover,.mobile-footer a:hover {
    color:#fff;
}
.mobile-footer {
    display:none;
    background-color:#044b65;
    padding: 14px 0 1px 0;
    font-size: 12px;
    font-weight: 200;
}
@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 0;
        padding: 5px 0;
    }
    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 10 !important;
        padding: 3px;
        background-color:transparent;
        color:#fff;
        width: auto;
        text-align: right;
        font-size: 30px !important;
    }
    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 15px;
        line-height: 50px !important;
    }
    .nav-side-menu .brand img {
        width: auto;
    }
    .nav-side-menu .menu-content, .nav-side-menu .menu-content li {
        text-align: center;
    }
    .footer {
        display:none;
    }
    .mobile-footer {
    display: block;
    }
    .footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #044b65;
    padding: 13px 0 0px 0;
}
}
@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}
/* NAVBAR SIDE CONTENT & HEADING CSS */
.nav-side-content {
    position: fixed;
    right: 0;
    margin: 0 auto;
    padding: 61px 95px 0 95px;
    height:100%;
    background-color:#fff;
    overflow-y: auto;
}
.mainheading {
    font-size: 32px;
    line-height: 37px;
    color: #231F20;
    font-weight: 600;
}
.main-hr {
    width: 40px;
    height: 2px;
    background:#00AEEF;
    margin: 20px 0 35px 0;
}
.box-shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
.nav-side-content {
    position: relative;
    padding: 20px 15px;
}
}
/* Your Properties CSS */
.your-properties {
    padding-bottom: 60px;
}
.your-properties img {
    position: relative;
    width: 100%;
}
.your-properties span {
    position: absolute;
    padding: 12px 16px;
    background: #00AEEF;
    color:#FFFFFF;
    left: 10px;
}
.properties-content {
    padding: 15px 15px 1px 15px;
}
.properties-content h4 {
    font-size: 18px;
    color: #231F20;
}
.properties-content p {
    font-size: 14px;
    font-weight: 400;
}
.properties-content li a {
    color: #00AEEF;
    font-weight: 400;
    font-size: 13px;
}
.properties-content li a svg {
    font-size: 17px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.your-properties .col-sm-6 {
    margin-top: 22px;
    padding: 0 10px;
}
.properties-content .list-inline {
    text-align: center;
}
.properties-content .list-inline-item {
    padding: 0 5px;
    margin-top: 15px;
}
.properties-content hr {
    margin-bottom: 0;
}
@media (max-width: 767px) {
.your-properties {
    padding-bottom: 30px;
}
.your-properties .col-sm-6 {
    padding: 0 15px;
}
.your-properties span {
    left: 15px;
    padding: 8px 10px;
}
}
@media (max-width: 441px) {
.properties-content li a,.properties-content li a svg {
    font-size: 12px;
}
}
/* FILES CSS */
#myTab {
    position: fixed;
    width: 83.333333%;
    bottom: 0;
    padding: 10px 0;
    background-color:#fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,.nav-tabs,.nav-tabs .nav-link {
    border:none;
}
.nav-tabs .nav-link {
    font-size: 13px;
    color: #00AEEF;
    font-weight: 400;
}
.nav-tabs .nav-link.active,.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #CBCBCB;
}
.box-content .col-sm-12.col-md-10.offset-md-2 {
    padding: 0;
}
#myTabContent .tab-pane{
    padding: 40px 95px 30px 95px;
}
.property-box p{
    margin-bottom:0;
}
.investment-type {
    padding: 12px 16px;
    background:#00AEEF;
    color:#FFFFFF;
    display:block;
}
.property-box .properties-content h4 {
    font-size: 16px;
}
#myTab li a svg {
    font-size: 17px;
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
}
.file-content h4 {
    font-weight: bold;
    font-size: 14px;
    color: #231F20;
    margin-bottom: 2px;
}
.file-content  p {
    font-size: 12px;
    color: #808080;
    font-weight: 400;
    margin: 0;
}
.file-content .media-body {
    padding-left: 10px;
}
.file-content a svg {
    color:#CBCBCB;
}
.file-hr {
    margin: 18px 0 22px 0;
}
@media (max-width: 767px) {
#myTab {
    position: relative;
    width:100%;
}
#myTabContent .tab-pane {
    padding: 20px 20px;
}
}
@media (max-width: 500px) {
.media.property-box {
    display: block;
    padding-bottom: 30px;
}
.property-box .img-fluid{
    width:100%;
}
.property-box p {
    margin-bottom: 18px;
}
.investment-type {
    padding: 9px 14px;
    margin: 0 !important;
    margin-left: 15px !important;
    display: inline-block;
}
#myTab .nav-link {
    display: block;
    padding: .5rem 5px;
}
}
/* PAYMENTS CSS */
.main-h4 {
    font-size: 16px;
    color: #231F20;
    margin-bottom: 4px;
    font-weight: 600;
}
.main-p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.td-amount {
    color: #231F20;
    font-weight: 600;
    vertical-align:middle !important;
}
.td-attachment {
    color: #00AEEF;
    text-align: right;
    vertical-align:middle !important;
    width: 13%;
}
.table-hover tbody tr:hover {
    background-color: #f2f8f9;
}
.table td,.table th {
    border-bottom: 1px solid #dee2e6;
    border-top: none;
    padding: 1.5rem 0 1.5rem 0;
}
.td-paymentinfo {
    width: 44%;
}
.btn.btn-danger {
    color: #FC3C3C;
    border: 1px solid #FC3C3C;
    background-color:transparent;
    border-radius: 0;
    margin-right:50px;
    font-size: 15px;
}
.btn.btn-danger:hover {
    color:#fff !important;
    background-color:#FC3C3C;
}
.td-unpaid-pay {
    text-align: right;
    vertical-align:middle !important;
}
.btn.btn-primary {
    background: #00AEEF;
    border: none;
    padding: 8px 15px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
}
.btn.btn-primary:hover {
    background-color:#044B65;
}
#myTabContent {
    position: fixed;
    width: 83.333333%;
    overflow-y:scroll;
    height:80%;
}
@media (max-width: 767px) {
#myTabContent {
    position: relative;
    overflow-y: unset;
    height: auto;
    width:100%;
}
.btn.btn-danger {
    margin-right: 12px;
}
.td-amount, .td-attachment, .td-unpaid-pay {
    padding-left: 20px !important;
}
.table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* Site Reports CSS */
.site-report {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    padding: 20px 15px 15px 15px;
    margin-bottom:20px;
}
.site-report h4 {
    font-size: 16px;
    color: #231F20;
    margin-bottom: 5px;
}
.site-report h6 {
    font-size: 13px;
    margin-bottom: 18px;
    font-weight: 400;
}
.site-report hr {
    border-color:#E8EAEC;
    margin-bottom: 0;
}
.site-report .media-body {
    flex: inherit;
    padding-right: 30px;
}
.site-report .media-body h4 {
    font-size: 14px;
    margin-bottom: 0;
}
.site-report .media a .fa-trash {
    margin-right: 20px;
}
.site-report .media.file-content {
    padding-top: 15px;
}
/*** Login Page ***/
.login-page {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 23%;
    width: 300px;
}
.login-page .form-group {
    margin-bottom: 12px;
}
.login-page img {
    margin-bottom: 25px;
}
.login-page .form-control {
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    border-radius: 0;
    padding: 10px;
}
.login-page label {
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    color: #000;
}
.remember-me {
    font-weight: 400 !important;
}
.remember-me input[type="checkbox"] { 
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -2px;
}
.checkbox-lg .custom-control-label::before, 
.checkbox-lg .custom-control-label::after {
    top: 10px;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 0;
}
.checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}
.btn-block{
    padding: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
    background: #00AEEF;
    border-color: #00AEEF;
    color: #fff;
    margin-top: 20px;
    border: 2px solid transparent !important;
}
.btn-block:hover, .btn-block.btn-block1:hover {
    background: transparent;
    color:#00AEEF !important;
    border: 2px solid #00AEEF !important;
}
.btn-block1 {
    background: none;
    border: none;
    color: #00AEEF;
    border: 2px solid transparent;
}
.forgot-pwd a{
    font-weight: 600;
    font-size: 14px;
    color: #00AEEF !important;
    margin-left: 65px;
    padding:0; 
}
.forgot-pwd a:hover{
    text-decoration: none;
    color: #000 !important;
}
.footer-sec {
    position: fixed;
    bottom: 0;
}
.footer-sec li, .footer-sec li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #00AEEF;
}
.footer-sec li a:hover {
    color: #231F20;
    text-decoration: none;
}
.footer-terms, .privacy-policy {
    float: right;
}
/***  Login Page Responsive Css ***/
@media only screen and (max-width: 575px) {
.footer-sec li, .footer-sec li a {
    text-align: center;
}
.footer-terms, .privacy-policy {
    float: none;
}
}
@media only screen and (max-width: 767px) {
.login-page {
    position: relative;
    margin: 0 auto;
    margin-top: 5%;
    width: 300px;
}
.footer-sec {
    position: relative;
    margin-top: 40px;
}
}
/*** Email Notification ***/
.email-notification {
    width: 675px;
    top: 25%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.email-notification p {
    font-size: 16px;
    line-height: 18px;
    color: #808080;
    font-weight: 400;
}
.email-notification h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 37px;
    color: #231F20;
    margin-top: 25px;
}
.btn-block2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 11px 23px;
    background: #00AEEF;
    border-radius: 0;
    margin-bottom: 20px;
    margin-top: 5px;
    border: 2px solid #00AEEF;
}
.btn-block2:hover {
    color: #fff;
    background: #044B65;
}
.email-notification h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #808080;
    margin-top: 20px;
    display: inline-block;
}
.unsubscribe {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #808080;
    margin-top: 20px;
    float: right;
}
.unsubscribe:hover {
    color: #00aeef;
    text-decoration: none;
}
.copyrights-border {
    border-top: 1px solid #E8EAEC;
}
.email-notification img {
    display: block;
    margin: 0 auto;
}
.email-img-bg {
    background: #044B65;
    padding: 15px;
}
/***  Email Notification Responsive Css ***/
@media only screen and (max-width: 767px) {
.email-notification {
    width: auto;
    top: 0;
}
}
/* Purchase Process */
#purchaseprocess .mainheading {
    margin-bottom: 5px;
}
.mainptag {
    font-size:16px;
}
.StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
  margin-top: 22px;
}
.StepProgress::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 84%;
  border-left: 4px solid #E8EAEC;
}
.StepProgress-item {
  position: relative;
  counter-increment: list;
  padding-left: 5px;
}
.StepProgress-item:not(:last-child) {
  padding-bottom: 20px;
}
.StepProgress-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -30px;
  height: 100%;
  width: 10px;
}
.StepProgress-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -44px;
    width: 12px;
    height: 12px;
    border: 17px solid #E8EAEC;
    border-radius: 0;
    background-color: #fff;
}
.StepProgress-item.is-done::before {
  border-left: 4px solid #00AEEF;
}
.StepProgress-item.is-done::after {
    content: "";
    font-size: 10px;
    color: #fff;
    text-align: center;
    border: 17px solid#00AEEF;
    background-color:#00AEEF;
}
.StepProgress-item.current::before {
  border-left: 4px solid #00AEEF;
  height: 45%;
}
.StepProgress-item.current::after {
  content: "";
  padding-top: 1px;
  width: 19px;
  height: 18px;
  top: -1px;
  left: -44px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border: 17px solid #00AEEF;
  background-color: #fff;
}
.tick {
    position: absolute;
    left: -37px;
    z-index: 99;
    color: #ffffff !important;
    opacity: 1 !important;
    font-size: 20px;
    top: 2px;
}
.StepProgress-item h6,.StepProgress-item.is-done h6, .StepProgress-item.current h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}
.StepProgress-item.is-done h6, .StepProgress-item.current h6 {
    color: #231F20;
    opacity: 1;
}
.StepProgress-item.is-done span, .StepProgress-item.current span {
    color: #231F20;
    opacity: 1;
}
.StepProgress-item p,.StepProgress-item.is-done p, .StepProgress-item.current p {
    margin-bottom:4px;
    opacity: 1;
}
.StepProgress-item.is-done a,.StepProgress-item.current a {
    color: #00AEEF;
    opacity: 1;
}
.StepProgress-item a,.StepProgress-item h6,.StepProgress-item p,.StepProgress-item span{
    opacity:0.5;
}
#purchaseprocess .main-hr {
    margin: 16px 0 25px 0;
}
@media only screen and (max-width: 991px) {
#myTabContent .tab-pane {
    padding: 40px 15px 40px 15px;
}
}
@media only screen and (max-width: 767px) {
.mainheading {
    font-size: 25px;
}
.mainptag {
    font-size: 15px;
}
}
@media only screen and (max-width: 360px) {
.tick {
    font-size: 19px;
    top: 2px;
    color:#fff !important;
}
}
/* PROJECT MANAGEMENT CSS */
#projectmanagement {
    padding: 0 0 35px 0 !important;
}
.main-hp-box {
    padding: 40px 0 0px 68px;
}
#projectmanagement .table td,#projectmanagement  .table th {
    padding: 1.6rem 0 1.6rem 0;
}
#projectmanagement .nav-tabs {
  display: none;
}
#projectmanagement .nav-link{
    padding:0 20px 0 70px;
    color: #808080;
    border-radius: 0;
}
#projectmanagement #content {
    position: absolute;
    top: 0;
    padding: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
}
#projectmanagement .completed .check-icon {
    border: 1px solid #00AEEF;
    color:#fff;
    background-color:#00AEEF;
}
#projectmanagement .check-icon {
    border: 1px solid #CBCBCB;
    text-align: center;
    color:#CBCBCB;
    width: 18px;
    height: 19px;
}
#projectmanagement td {
    vertical-align:middle;
}
#projectmanagement .td-paymentinfo {
    padding-left: 8px !important;
    cursor: pointer;
}
#projectmanagement .main-p {
    font-size: 13px;
}
#projectmanagement .td-amount,#projectmanagement .td-attachment {
    font-size: 14px;
    text-align: center;
}
.btn.btn-info {
    border: 1px solid #00AEEF;
    background-color:transparent;
    border-radius: 0;
    font-size: 14px;
    color:#00AEEF;
    margin-right: 15px;
}
.btn.btn-info:hover {
    background: #00AEEF;
    color:#fff;
}
.in-progress .btn.btn-info {
    border: 1px solid #FFC100;
    color: #FFC100;
}
.in-progress .btn.btn-info:hover {
    background: #FFC100;
    color:#fff;
}
.review .btn.btn-info {
    border: 1px solid #808080;
    color: #808080;
}
.review .btn.btn-info:hover {
    background: #808080;
    color:#fff;
}
#projectmanagement table {
    margin:0;
}
#projectmanagement .nav-tabs .nav-link.active .main-h4 {
    color: #00AEEF;
}
#projectmanagement .card {
    padding: 20px 0 10px 0;
}
.card-body .media-body {
    padding-left: 20px;
}
.card-body .media-body .mt-0 {
    font-size: 24px;
    color: #00AEEF;
    margin-bottom: 0;
}
#projectmanagement .card-body .check-icon {
    margin-top: 15px;
    width: 17px;
    font-size: 11px;
    height: 17px;
}
.card-body-content {
    padding: 0 0 0 38px;
}
.date {
    font-size: 13px;
}
.media.file-tab-content {
    padding-bottom: 15px;
}
.media.file-tab-content h4 {
    font-size: 14px;
    margin-bottom: 0;
    color: #231F20;
}
.admin-projectmanagement .media.file-tab-content h4 a {
    color: #231F20;
}
.media.file-tab-content p {
    font-size: 12px;
    color: #808080;
    font-weight: 400;
    margin: 0;
}
.media.file-tab-content a svg {
    color: #CBCBCB;
}
.media.file-tab-content a .fa-trash {
    margin-right: 20px;
}
.main-hp-box .main-hr {
    margin-bottom: 15px;
}
@media (min-width: 768px) {
  #projectmanagement .nav-tabs {
    display: flex;
    flex-flow: column nowrap;
  }
  #projectmanagement .nav-tabs {
    border-bottom: none;
    border-right: none;
    display: flex;
  }
  #projectmanagement .nav-tabs {
    margin: 0 ;
    padding: 0;
  }
  #projectmanagement .nav-tabs .nav-link {
    transition: border-color 0.125s ease-in;
    white-space: nowrap;
  }
  #projectmanagement .nav-tabs .nav-link:hover {
    background-color: #f7f7f7;
    border-color: transparent;
  }
  #projectmanagement .nav-tabs .nav-link.active {
    box-shadow: -4px 0px 10px 0px rgba(0, 0, 0, 0.2)
  }
  #projectmanagement .nav-tabs .nav-link.active:hover {
    background-color: #fff;
    border-color: #0275d8 #fff #0275d8 #0275d8;
  }

  #projectmanagement .card {
    border: none;
    background-color: transparent;
}

  #projectmanagement .card .card-header {
    display: none;
  }

  #projectmanagement .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
#projectmanagement .tab-pane {
    display: block !important;
    opacity: 1;
    border-radius:0;
}
}
@media (max-width: 767px) {
#projectmanagement #content {
    position: unset;
}
.main-hp-box {
    padding: 40px 0 0px 15px;
}
.card-body-content {
    padding: 0 0 0 0;
}
.card-body .media-body .mt-0 {
    font-size: 18px;
}
.btn.btn-info {
    margin-right: 0;
}
.card-body {
    padding: 15px 15px 0 15px;
}
.card-body-content hr{
    display:none;
}
}
@media (max-width: 441px) {
.card-body .media-body {
    padding-left: 8px;
}
.btn.btn-info {
    font-size: 13px;
    padding: 5px;
}
}
.card-header h5 a {
    font-size: 16px;
    color: #231F20;
}
.card-header h5 a span{
    float:right;
    margin-top: 6px;
    font-size: 15px;
}
.card-header {
    padding: 0 15px;
    background-color:transparent;
    border: none;
    border-radius: 0 !important;
}
/* Make a Payment CSS */
.make-a-payment .btn.btn-danger {
    margin-right: 0;
}
.make-a-payment .btn.btn-primary {
    margin: 0 15px 0 30px;
    padding: 8px 15px;
    border: 2px solid #00AEEF;
}
#payment .btn.btn-primary,.myaccount-btn{
    border: 2px solid #00AEEF;
}
.make-a-payment .btn.btn-primary:hover, .btn.btn-dark:hover,.btn-block2:hover,#payment .btn.btn-primary:hover,.myaccount-btn:hover{
    background:transparent;
    color:#00AEEF;
}
.make-a-payment #myTabContent {
    height: 100%;
}
.make-a-payment #projectmanagement .table .td-amount {
    text-align:right;
}
.make-a-payment .card-body .media-body {
    padding-left: 0;
}
.make-a-payment .card-body .card-body-content .media-body {
    padding-left: 10px;
}
.make-a-payment .card-body-content {
    padding: 0;
}
.make-a-payment .media.file-tab-content a .fa-cloud-download-alt {
    font-size: 15px;
    margin-top: 8px;
}
.make-a-payment .input-group-text.text-muted {
    color: #808080 !important;
    background-color:transparent;
    border-radius: 0;
}
.make-a-payment .input-group-text.text-muted svg{
    margin-right: 7px;
}
.make-a-payment .border-bottom {
    border-bottom:none !important;
}
.make-a-payment .form-control {
    font-size: 16px;
    color: #231F20;
    border-radius: 0;
    padding: 12px 10px;
}
.make-a-payment .card-body-content hr {
    margin: 7px 0 22px 0;
}
.make-a-payment form label {
    font-size: 12px;
    color: #231F20;
    font-weight: 500;
    margin-bottom: 2px;
}
.make-a-payment .form-group {
    margin-bottom: 18px;
}
.btn.btn-dark {
    background:#00AEEF;
    border-color:#00AEEF;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    margin-top: 16px;
     margin-bottom: 10px;
    border: 2px solid #00AEEF; 
}
.make-a-payment .form-control.border-bottom {
    border-right: none;
}
.make-a-payment .input-group > .form-control:not(:first-child) {
    border-right: none;
}
.make-a-payment .card-body {
    position: fixed;
    overflow-y: hidden;
    height: auto;
}
#make-a-payment #projectmanagement .nav-tabs {
    position: unset;
    overflow-y: hidden;
    width: 48%;
    height: auto;
}
#make-a-payment #projectmanagement #content {
    padding: 0 15px;
}
@media (max-width: 767px) {
.btn.btn-dark {
    margin-top: 2px;
}
}
@media (max-width: 441px) {
.make-a-payment .btn.btn-danger{
    font-size: 13px;
    padding: 5px 7px;
}
}
@media (max-width: 360px) {
.card-header h5 a span {
    font-size: 14px;
}
.card-header h5 a {
    font-size: 15px;
}
.make-a-payment .form-control,.make-a-payment .input-group-text.text-muted {
    font-size: 14px;
}    
}
/* Support Tickets CSS */
.support-tickets #projectmanagement .table .td-attachment {
    text-align: right;
}
.support-tickets .td-unpaid-pay span {
    color:#00AEEF;
    margin-right: 50px;
}
.support-tickets .card-header h5 a span{
     color:#00AEEF;
}
.support-tickets .card-body-content {
    background:#E8EAEC;
    padding: 12px 15px 0px 15px;
    margin-bottom: 20px;
}
.support-tickets .file-tab-content .media-body {
    padding-left: 10px;
}
.support-tickets .media.file-tab-content a .fa-cloud-upload-alt,.support-tickets .media.file-tab-content a .fa-trash {
    font-size: 14px;
    margin-top: 8px;
}
/*.support-tickets .card-body {
    position: fixed;
    overflow-y: scroll;
    height: 85%;
}*/
.chat-system.input-group {
    background:#E8EAEC;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 31.7%;
}
/*#projectmanagement .nav-tabs {*/
/*    position: fixed;*/
/*    overflow-y: scroll;*/
/*    width: 48%;*/
/*  height: 80%;*/
/*}*/
.make-a-payment.support-tickets .card-body {
    position: fixed;
    overflow-y: scroll;
    height: 100%;
    width: auto;
}
.support-tickets.make-a-payment .input-group-text.text-muted {
    color: #231F20 !important;
    background-color:#fff;
}
.chat-system .form-control {
    border-right: none;
}
.chat-system .btn {
    background: #00AEEF;
    color:#fff;
    box-shadow: none;
    border-color:#00AEEF;
    font-size: 18px;
    padding: 0 16px;
    margin-left: 8px;
    border-radius: 0;
}
.support-tickets .chats {
    padding-bottom: 120px;
}
@media (max-width: 767px) {
.card-body, .make-a-payment.support-tickets .card-body {
    position: unset;
    overflow-y: auto;
    height: auto;
}
.chat-system.input-group {
    position: unset;
    width: auto;
    padding:15px 10px;
}
.make-a-payment .card-body {
    position: unset;
}
.support-tickets .chats {
    padding-bottom: 0;
}
#make-a-payment #projectmanagement #content {
    padding: 0;
}
}
#no-scroll .nav-tabs {
    position: unset;
    overflow-y: hidden;
    height: auto;
}
/*** My Account Page ***/
.myaccount-sec img{
    margin-top: 10px;
    display: inline-block;
}
.myaccount-sec input[type="file"] { 
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.file-upload {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #00AEEF;
    margin-left: 20px;
}
.file-upload:hover {
    color: #000;
}
.title {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #231F20;
    margin-top: 50px;
}
.form-sec label {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #231F20;
}
.form-sec .form-control {
    height: 45px !important;
    border-radius: 0;
    font-size: 15px;
    border: 1px solid #CBCBCB;
    color: #000;
}
.add-another {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #00AEEF !important;
    cursor: pointer;
    margin-left: 15px;
}
.add-another:hover {
    color: #000 !important;
}
.form-sec .address {
    margin-top: 35px;
}
.myaccount-pwd {
    margin-top: 50px;
}
.form-sec .address h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #231F20;
}
.form-sec .address a{
    float: right;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
    color: #00AEEF !important;
    cursor: pointer;
}
.form-sec .address a:hover {
    color: #000 !important;
}
.form-sec .address-1 img {
    margin-right: 15px;
}
.form-sec .address-1 {
    margin-top: 15px;
}
.myaccount-btn {
    padding: 8px 15px;
    background: #00b0ee;
    color: #fff;
    margin: 20px 20px 20px 15px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
.cancel-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color:#00AEEF;
    padding: 10px 15px;
    background:transparent;
    display: inline-block;
    border: 2px solid transparent;
}
.cancel-btn:hover {
    border: 2px solid #00AEEF;
    color: #00AEEF;
}
.formsec-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-basis: 100%;
}
/***  My Account Responsive Css ***/
@media only screen and (max-width: 767px) {
.form-sec .address a {
    float: left;
}
}

/* ADMIN PROPERTY PAGE */
.single-property {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 0 2px 25px 2px;
}
.single-property form{
    width: 100%;
}
.padding30 {
    padding: 30px;
}
.single-property span {
    position: absolute;
    padding: 12px 16px;
    background: #00AEEF;
    color: #FFFFFF;
    left: 0;
}
.single-property h6 {
    margin-top: 25px;
    font-size: 15px;
    line-height: 14px;
    color: #808080;
}
.single-property p {
    font-size: 16px;
    line-height: 19px;
    color: #231F20;
}
.single-property .list-inline {
    padding: 10px 15px;
    margin-bottom: 10px;
}
.single-property li a {
    color: #00AEEF;
    font-weight: 400;
    font-size: 14px;
}
.single-property li a svg {
    font-size: 17px;
    margin-right: 5px; 
}
.single-property .img-fluid {
    width: 100%;
    height: 201px;
}
.single-property .col-lg-3,.single-property .col-lg-9 {
    padding: 0;
}
.single-property hr {
    border-color: #E8EAEC;
}
.single-property .width1 {
    padding: 0 15px;
    width: 43%;
    display: inline-block;
    vertical-align: top;
}
.single-property .width2 {
    padding: 0 15px;
    width: 23%;
    display: inline-block;
    vertical-align: top;
}
.single-property .width3 {
    padding: 0 15px;
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (max-width: 600px) {
.single-property .width1,.single-property .width2,.single-property .width3 {
    width: 100%;
}
.single-property p {
    margin-bottom: 0;
}
.single-property .list-inline-item {
    margin-bottom: 10px;
}
.single-property .list-inline {
    margin-bottom: 5px;
}
}
.admin-property .mainheading {
    display: inline;
}    
.admin-property .investment-type {
    padding: 12px 16px;
    background: #00AEEF;
    color: #FFFFFF;
    display: inline;
    float: right;
    text-decoration: none;
}
.admin-property .investment-type:hover {
    color:#fff;
}
@media only screen and (max-width: 441px) {
.admin-property .col-7, .admin-property .col-5 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
.admin-property .investment-type {
    float:none;
    margin: 0 0 20px 0 !important;
    display: inline-block;
}
}
/* remove the original arrow */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */ 
  background: url("../images/br_down.png") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
  background: url("../images/br_down.png") white no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
}
/*For IE*/
select::-ms-expand { display: none; }

.admin-properties .single-property .list-inline,.admin-properties .single-property .list-inline li{
    display: inline-block;
}
.btn.btn-primary.btn-edit {
    font-size: 0.875rem;
    color: #fff;
    background-color: #308ee0;
    border-color: #308ee0;
    padding: 7px 25px;
    box-shadow: none;
    border-radius: 0.1875rem;
}
.btn.btn-primary.btn-edit .svg-inline--fa.fa-pencil-alt.fa-w-16 {
    font-size: 13px;
    margin-right: 5px;
}
.btn.btn-success.btn-show {
    font-size: 0.875rem;
    padding: 7px 22px;
    box-shadow: none;
    border-radius: 0.1875rem;
}
.btn.btn-success.btn-show .svg-inline--fa.fa-eye.fa-w-18 {
    margin-right: 5px;
}
.btn.btn-danger.btn-delete {
    color: #fff;
    font-size: 0.875rem;
    background-color: #e13130;
    border-color: #e02624;
    box-shadow: none;
    padding: 7px 25px;
    border-radius: 0.1875rem;
    margin: 0;
}
.btn.btn-danger.btn-delete .svg-inline--fa.fa-times.fa-w-11 {
    font-size: 13px;
    margin-right: 4px;
}
.propertytop-img {
    width: 155px;
}
.imgUp label {
    width: 100%;
}
.step-bg label {
    color: #112233;
    font-weight: 400;
    margin-bottom: 10px;
}
.rotate-relative-label {
    position: relative;
}  
.btnRotate {
  font-size: 12px;
  background-color: #112233;
  border:none;
  color:#fff;
  border-radius: 2px;
  margin-right: 2px;
  display: none;
}
.imgUp {
    margin-bottom: 0;
}
.rotate-box label {
    display: initial;
    position: relative;
    bottom: -11px;
}
.rotate-relative-label {
  position: relative;
  color: #123;
}
.rotate-box {
  position: absolute;
  right: 16px;
  bottom: 10px;
}
.imgUp .imagePreview {
    width: 100%;
    height: 158px;
    background-position: center center;
    background-image: url("../images/Upload.png");
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}
.imgUp .del {
    position: absolute;
    top: -10px;
    right: 8px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 30px;
    background-color: #112330;
    cursor: pointer;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #fff;
    line-height: 20px;
    font-size: 11px;
}
.imagePreview {
    border-radius: 4px;
}
.single-property .image-upload span {
    position: unset;
    padding: 0 ;
    background: transparent ;
    color: #123;
}
.plus-button {
    border-radius: 3px;
    border: 2px solid #112233;
    background-color: #123;
    padding: 6px 15px;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin: 25px 0;
}
@-moz-document url-prefix() {
.rotate-box {
    bottom: 22px !important;
}
}
.north {
transform:rotate(0deg);
-ms-transform:rotate(0deg); /* IE 9 */
-webkit-transform:rotate(0deg); /* Safari and Chrome */
}
.west {
transform:rotate(90deg);
-ms-transform:rotate(90deg); /* IE 9 */
-webkit-transform:rotate(90deg); /* Safari and Chrome */
}
.south {
transform:rotate(180deg);
-ms-transform:rotate(180deg); /* IE 9 */
-webkit-transform:rotate(180deg); /* Safari and Chrome */
    
}
.east {
transform:rotate(270deg);
-ms-transform:rotate(270deg); /* IE 9 */
-webkit-transform:rotate(270deg); /* Safari and Chrome */
}  

.admin-projectmanagement #projectmanagement{
    position: relative;
}
#projectmanagement .nav-tabs .nav-link.active .check-icon {
    border: 1px solid #00AEEF;
    color: #fff;
    background-color: #00AEEF;
}
.new-message {
    background-color: #044b65;
}
.new-message:hover {
    color: #fff;
}
.btn.btn-info.btn-Close {
    border: 1px solid #FFC100;
    color: #FFC100;
    cursor: auto;
}
.btn.btn-info.btn-Open {
    cursor: auto;
}
.btn.btn-info.btn-Close:hover {
    background-color:#FFC100;
    color: #fff;
}
.btn.btn-info.btn-Close:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,0,.5);
}
.create-page-padding {
    padding: 41px 95px 30px 95px;
}
.admin-table .table th {
    border: 1px solid #dee2e6;
    padding: 18px 30px;
    font-weight: 500;
    color: #212529;
}
.admin-table .table td {
    padding: 18px 30px;
    color: #212529;
    font-weight: 400;
}
.admin-table .table td,.admin-table .table th {
    vertical-align: middle;
}    
.admin-no-record {
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
}
.admin-ticket-search {
    margin-bottom: 40px;
}
.admin-support-tickets #projectmanagement {
    padding: 0 !important;
}
.admin-support-tickets .property-box .properties-content h4 {
    font-size: 24px !important;
    color: #00AEEF !important;
    margin-bottom: 0;
}
.admin-support-tickets .media.property-box.box-shadow {
    padding-bottom: 20px;
}
.admin-support-tickets .chat-system.input-group {
    width: 79.7%;
}
.admin-files .border {
    border: 1px solid #dee2e6 !important;
    background-color: #eeeeee;
    text-align: center;
    height: 150px;
    margin-bottom: 30px;
}
.admin-files .border img {
    height: 150px;
}
.admin-files .border.docx img {
    height: 75px;
    margin-top: 36px;
}
.admin-ticket-search .btn.btn-info {
    margin: 0;
    padding-bottom: 6px;
    font-size: 19px;
}
.admin-ticket-search .btn.btn-danger {
    margin: 0;
    font-size: 19px;
}
.admin-ticket-search #term {
    font-size: 14px;
    padding-top: 10px;
}
.pagination {
    float: right;
}
.ms-options-wrap,
.ms-options-wrap * {
    box-sizing: border-box;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    position: relative;
    width: 100%;
    text-align: left;
    border: 1px solid #aaa;
    background-color: #fff;
    padding: 5px 20px 5px 5px;
    margin-top: 1px;
    font-size: 13px;
    color: #aaa;
    outline: none;
    white-space: nowrap;
}

.ms-options-wrap > button:after {
    content: ' ';
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #999;
    margin-top: -3px;
}

.ms-options-wrap > .ms-options {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    z-index: 2000;
    border: 1px solid #aaa;
	text-align:left;
}

.ms-options-wrap > .ms-options > .ms-search input {
    width: 100%;
    padding: 4px 5px;
    border: none;
    border-bottom: 1px groove;
    outline: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
    display: inline-block;
    font-size: .9em;
    text-transform: lowercase;
    text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
    text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
    margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
    padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
    border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
    display: block;
    padding: 5px 0 0 0;
    font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 8px 4px;
    margin: 1px 0;
}

.ms-options-wrap > .ms-options > ul li.selected label,
.ms-options-wrap > .ms-options > ul label:hover {
    background-color: #efefef;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin-right: 5px;
    position: absolute;
    left: 4px;
    top: 7px;
}

.ms-options > ul {
    list-style: none !important;
}