﻿@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&family=Roboto:wght@400;500;700&display=swap');
body{
    font-family: 'Roboto', sans-serif;
    color:#222d32;
    font-weight: 500;
    background: white;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
}
.logoImage {
    width: 127px;
    padding: 0;
}
.content-header h1 {
    color: #222d32;
    font-size:22px;
}
.content-header {
    position: relative;
    padding: 18px 27px 0 27px;
}
.content-header>.breadcrumb{
    right: 27px;
}
.content-wrapper{
    background: white;
}
.box{
    border:none;
    box-shadow: none;
}
.box-header {
    padding: 12px;
}
.skin-blue .main-header .logo:hover {
    background-color: #365eab;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #335ba7;
}

/*======================================
=            Global Classes            =
======================================*/

.btn.btn-primary {
    background: #436ab5;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 13px;
    border-color: #436ab5;
}
.form-group textarea, .form-group select[multiple] {
    border: solid 1px #e3e2e7;
    height: 100px;
    border-radius: 5px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

/*=====  End of Global Classes  ======*/


/*========================================
=            Header & Sidebar            =
========================================*/

.skin-blue .main-header .logo {
    background: #436ab5;
}
.skin-blue .main-header .navbar {
    background-color: #436ab5;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #202734;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
    color: #fff;
    background: #1c222e;
}
.skin-blue .sidebar-menu>li.active>a {
    border-left-color: #436ab5;
}

/*=====  End of Header & Sidebar  ======*/

.hc-insreq-top select {
    border: solid 1px #dde5ec;
    height: 45px !important;
    border-radius: 5px;
    padding: 0 5px 0 5px;
}
.hc-insreq-top {
    border-bottom: solid 1px #e6eaee;
    padding-bottom: 20px;
}
.hc-insreq-top .btn.btn-primary {
    background: #436ab5;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 17px;
}
.dataTables_wrapper .dataTables_length {background: #f2f6fa;padding: 0 0 0 14px;border: solid 1px #dde5ec;margin-bottom: 20px;border-radius: 5px;overflow: hidden;}
.dataTables_wrapper .dataTables_length label {
    margin: 0;
    display: block;
    text-transform: uppercase;
    color: #8b9bac;
    font-size: 14px;
}
.dataTables_wrapper .dataTables_length label select {
    background: white;
    border: none;
    padding: 10px;
    color: black;
    margin-left: 10px;
    height:45px;
}
.dataTables_wrapper .dataTables_length label select + * {
    font-size: 0;
}
.dataTables_wrapper .dataTables_filter {
    border: solid 1px #dde5ec;
    margin-bottom: 20px;
    border-radius: 5px;
}
.dataTables_wrapper .dataTables_filter label {
    font-size: 0;
    display: block;
    width: 250px;
    margin: 0;
}
.dataTables_wrapper .dataTables_filter label input {
    display: block;
    width: 100%;
    height: 45px;
    margin: 0;
    border: none;
    font-size: 16px;
    color: #21466c;
    font-weight: 400;
    padding: 5px;
}
.dataTables_wrapper .dataTables_filter {
    border: solid 1px #dde5ec;
    margin-bottom: 20px;
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_filter label {
    font-size: 0;
    display: block;
    width: 250px;
    margin: 0;
}

.dataTables_wrapper .dataTables_filter label input {
    display: block;
    width: 100%;
    height: 45px;
    margin: 0;
    border: none;
    font-size: 16px;
    color: #21466c;
    font-weight: 400;
    padding: 5px;
}
.tableheader {
    background: #f5f9fc;
    color: #758a99;
}
table.dataTable.no-footer {
    border: none;
}
table.dataTable thead th, table.dataTable thead td {
    border: none !important;
    border-bottom: 1px solid #111;
    padding: 18px;
}
table.dataTable tbody th, table.dataTable tbody td {
    border: none;
    border-bottom: solid 1px #cdd5dd;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background: white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #436ab5;
    color: white !important;
    border: none !important;
}
table.dataTable {
    margin: 0 0 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #436ab5;
    color: white !important;
    border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    text-transform: uppercase;
}
.table-hover>tbody>tr:hover {
    background-color: #f6fcfd;
}
.dataTables_wrapper .dataTables_filter label {
    position: relative;
}
.dataTables_wrapper .dataTables_filter label:before{
    content: '';
    display: block;
    position: absolute;
    width: 43px;
    height: 43px;
    left: 1px;
    top: 1px;
    background: #f2f7fa;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.dataTables_wrapper .dataTables_filter label:after {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    position: absolute;
    left: 13px;
    top: 13px;
    color: #9fafc1;
    font-size: 17px;
}
.dataTables_wrapper .dataTables_filter label input {
    padding-left: 50px;
    border-width: 1px !important;
}
.content-header>.breadcrumb>li>a {
    color: #758a99;
    text-decoration: none;
    display: inline-block;
}
.breadcrumb>.active {
    color: #758a99;
}
.hc-tabs .nav-tabs {
    border-bottom: 2px solid #f0f5ff;
}
.hc-tabs .nav-tabs>li.active>a, .hc-tabs .nav-tabs>li.active>a:focus, .hc-tabs .nav-tabs>li.active>a:hover {
    border: none;
    border-bottom: solid 2px #436ab5;
    background: transparent;
    color: #436ab5;
}
.hc-tabs .nav-tabs>li>a {
    color: #99a2a7;
    border: none;
    padding: 13px 24px;
}
.hc-tabs .nav-tabs>li>a:hover {
    background: transparent;
    color:#436ab5;
    border: none;
}
.hc-topaction {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
}
.hc-topaction .hc-topaction-nav {
    margin-right: 20px;
}
.hc-topaction .hc-topaction-nav button {margin-right: 4px;background: white;border-color: #c0cde4;color: #436ab5;}
.btn.btn-primary.btn-light{background: white;border-color: #c0cde4;color: #436ab5;}
.btn.btn-primary.btn-light:hover{background: #c0cde4;border-color: #c0cde4;color: white;}
.hc-topaction .btn.btn-primary {
    padding: 7px 17px;
}
.hc-tabtop {
    /*padding: 10px 0px;*/
    border-bottom: solid 2px #dbe3f2;
}
.hc-tabtop h4 {
    font-size: 18px;
    color: #436ab5;
}
.hc-tabtop .row {
    display: flex;
    align-items: flex-end;
}
.form-control {
    border: solid 1px #e3e2e7;
    /*height: 46px;*/
    border-radius: 5px;
}
label.control-label {
    color: #939393;
}
.heading-type1 {
    font-size: 18px;
    color: #436ab5;
    padding: 10px 0px;
    border-bottom: solid 2px #dbe3f2;
}
.hc-inspection-confirmation {
    background: #f5f9fc;
    padding: 25px;
}
.heading-type2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #222d32;
    font-family: 'Roboto', sans-serif;
}
.hc-inspection-confirmation h4.heading-type2 {
    margin-top: 0;
}
input[type=checkbox] + label, input[type=checkbox] + input[type=hidden] + label {
    color: #222d32;
}
.hc-property input[type=checkbox] {
    margin: 0 4px 0 0;
    line-height: 1;
    display: inline-block;
    vertical-align: text-top;
}
.hc-inspection-confirmation button.btn {
    margin: 20px 0 0;
}
.hc-inspection-confirmation .row {
    margin-top: 5px;
}
.hc-optional h4.heading-type2 {
    margin: 0;
}
.hc-occupancy {
    border: solid 1px #e3e3e3;
    padding: 13px 2px;
    margin: 0 0 30px;
    line-height: 1;
}
.hc-occupancy input {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.hc-lockrow .row {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.hc-actionfooter {
    padding: 0 15px;
    /*border-top: solid 2px #dbe3f2;*/
}
.hc-newlabel {
    margin-top: 15px;
}
.hc-subserve .box {
    background: #f5f9fc;
    padding: 10px;
}
.hc-subserve .box label {
    display: inline-block;
    width: 45%;
    padding-right: 10px;
    margin-bottom: 15px;
}
.hc-subserve .box table {
    width: 100%;
}
.hc-subserve .box table td {
    text-align: left;
}
.hc-subserve .box select {
    border: solid 1px #e3e2e7;
    height: 32px;
    border-radius: 5px;
    min-width: 100px;
    margin-bottom: 10px;
    padding: 5px;
}
.hc-addclient .box {
    background: #f5f9fc;padding: 15px 20px 20px;
}
.hc-addclient .box .btn.btn-success {
    background: #436ab5;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 17px;
    border: none;
}
.hc-addclient .box .btn.btn-danger {
    background: #cd3622;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 17px;
    border: none;
}
.add-icon {
    margin-right: -20px;
    color: #436ab5;
    line-height: 1;
}
.add-icon span {
    font-size: 20px !important;
}
.hchr{
    margin:35px 0;
    border-top: solid 2px #dbe3f2;
}
.hc-actionfooter:before, .hc-actionfooter:after {
    content: '';
    display: table;
    width: 100%;
}
select#DistinctSelectedServiceIDs {
    width: 100%;
    border: solid 1px #e3e2e7;
    border-radius: 5px;
    padding: 8px;
    font-size: 14px;
}
.hc-properyoverview {
    /*display: flex;*/
    justify-content: space-between;
    margin: 30px 0;
}
.hc-properyoverview .hc-properyoverview-item {
    background: #f5f9fc;
    padding: 10px;
    width:95%;
    border: solid 1px #cbd9f5;
}
.ReviewHeader {
    /*margin: 0 0 15px;*/
    text-align: left !important;
    padding: 0 0 5px;
    border-bottom: solid 1px #dbe3f2;
}
.ReviewHeader span b {
    color: #436ab5;
}
.hc-properyoverview .hc-properyoverview-item input {
    border: solid 1px #e3e2e7;
    height: 25px;
    border-radius: 5px;
    margin: 0;
    padding: 6px;
}
.hc-properyoverview .hc-properyoverview-item label {
    display: block;
    margin: 8px 0 0;
    color: #939393;
}
.mb-10 {
    margin-bottom: 10px;
}
.hc-border-card {
    padding: 20px;
    border: solid 1px #cbd9f5;
    margin:35px 0;
}
.hc-newfield{
    border: solid 1px #e3e2e7;
    height: 34px;
    border-radius: 5px;
    margin: 0;
    padding: 6px;
    margin-bottom: 6px;
}
.hc-newFieldLabel{
    display: block;
    margin: 8px 0 0;
    color: #939393;
}
.hc-paymentbox{
    background: #f5f9fc;
    padding: 25px;
    border: solid 1px #cbd9f5;
    margin-top: 10px;
}
.modal-header h3 {
    color: #436ab5;
    font-size: 18px;
}
.modal-header {
    padding: 15px 20px;
    background: #f5f9fc;
    border: solid 1px #cbd9f5;
}
.modal-header a.close {
    color: #436ab5;
    opacity: 1;
    font-size: 36px;
    line-height: 27px;
}
.remove_this, .removethis, .removePhone {
    font-size: 13px !important;
    margin-right: 0px;
    margin-top: 10px;
    color: #222d32;
}
.add-icon span {
    font-size: 13px !important;
    line-height: 30px;
}
.dataTable td div.hc_services span {
    display: block;
    color: #747a7c;
    font-weight: 500;
    font-size: 12px;
}
.dataTable td div.hc_services span + span {color: #164c65;font-size: 13px;}
.dataTable td div.hc_services span + span + span {
    font-size: 12px;
    color: #000000;
    margin-bottom: 8px;
}
.dataTable td .fa.fa-pencil-square-o {
    color: #212121;
    font-size: 18px;
    margin-right: 5px;
}
.dataTable td .fa-trash-o {
    font-size: 18px;
    color: #db0000;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-position: 0;
}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc{
    color:black;    
}
.dataTable td div.hc_modified span {
    display: block;
    position: relative;
    color: black;
}
.dataTable td div.hc_modified span:before {
    content: 'By: ';
    color: #758a99;
}
.dataTable td div.hc_modified span + span:before {
    content: 'On: ';
    color: #758a99;
}
table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc{

}
#minus {
    text-align: left;
    padding-left: 27px;
}
.btn.btn-primary.btn-light:hover {
    background: #436ab5;
}
.content-header{
    border-bottom: solid 1px #e6eaee;
    padding-bottom: 20px;
}
.btn.btn-primary.thin {
    padding: 6px 17px;
    font-family: 'Roboto', sans-serif;
    margin-left: 30px;
    font-size: 12px;
}
.hc-newtable {
    margin-bottom: 20px;
}
.hc-newtable th {
    background: #f5f9fc;
    color: #436ab5;
}
.hc-newtable td, .hc-newtable th, .hc-newtable th, .hc-newtable td{
    border: solid 1px #cbd9f5;
    padding:7px;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 15px 20px;
    background: #f5f9fc;
    border: solid 1px #cbd9f5;
}
.ui-dialog .ui-dialog-title {
    color: #436ab5;
    font-size: 18px;
}
.ui-dialog .ui-dialog-titlebar-close {
    color: #436ab5;
    opacity: 1;
    font-size: 36px;
    line-height: 27px;
    background: none;
    border: none;
}
.ui-dialog .ui-dialog-titlebar-close:after {content: 'x' !important;text-transform: none;line-height: 20px;font-weight: bold;display: block;}
.ui-dialog .ui-dialog-content {
    padding: 25px;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
    background: #11151c;
}
.treeview-menu>li>a{
    font-size: 12px;
}
.sidebar-menu ul li a:hover {
    background: #1a3e85;
}
.dataTable td .fa-check-circle {
    font-size: 18px;
    color: #3ca900;
    width: 25px;
    text-align: right;
}
.dataTable td .fa-check-circle {
    font-size: 18px;
    color: #316bdb;
    width: 25px;
    text-align: right;
}
.dataTable td .fa-tasks {
    font-size: 16px;
    margin-right: 5px;
    color: #212121;
    vertical-align: middle;
}
.form-control:focus {
    border-color: #436ab5;
}
.table-responsive thead {
    background: #f5f9fc !important;
    color: #758a99;
}
.table-responsive thead th, .table-responsive thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
}
.table-responsive thead th {
    color: #758a99;
    padding: 18px !important;
}
.table-responsive td {
    padding: 8px 10px;
    vertical-align: middle !important;
}
.hc-dashboard-boxes .bg-aqua {
    background: rgb(255,236,208);
    background: linear-gradient(135deg, rgba(255,236,208,1) 0%, rgba(210,213,251,1) 100%);
}
.hc-dashboard-boxes .bg-green {
    background: rgb(254,240,202);
    background: linear-gradient(90deg, rgba(254,240,202,1) 0%, rgba(254,225,237,1) 100%);
}
.hc-dashboard-boxes .bg-yellow {
    background: rgb(230,255,189);
    background: linear-gradient(135deg, rgba(230,255,189,1) 0%, rgba(201,249,212,1) 100%);
}
.hc-dashboard-boxes .bg-red {
    background: rgb(189,255,251);
    background: linear-gradient(135deg, rgba(189,255,251,1) 0%, rgba(201,249,212,1) 100%);
}
.hc-dashboard-boxes .small-box {
    border-radius: 15px;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hc-dashboard-boxes .small-box>.small-box-footer {
    padding: 12px;
    font-size: 15px;
    color: #563c40;
}
.hc-dashboard-boxes .small-box>.small-box-footer i {
    display: inline-block;
    margin: 0 0 0 7px;
    font-size: 20px;
    vertical-align: top;
}
.hc-dashboard-boxes .small-box p {
    font-size: 15px;
    color: #563c40;
    font-weight: 500;
    max-width: 220px;
    margin: 20px 0 0 0;
}
.hc-dashboard-boxes .small-box>.inner {
    padding: 15px;
}
.box-body.with-border.hc-dashboard-boxes {
    padding: 10px 0 10px;
    margin: 0 0 30px;
    border-bottom: solid 2px #436ab5;
}
.hc-dashboard-boxes > .row {
    margin-left: -10px;
    margin-right: -10px;
}
.hc-dashboard-boxes > .row > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
}
@media(min-width:992px) {
    .hc-dashboard-boxes > .row {
        display: flex;
    }
    .hc-dashboard-boxes > .row > [class*="col"] {
        float: none;
        flex: 1;
        width: auto;
    }
}
.hc-dashboard-boxes .small-box .icon {
    font-size: 60px;
    top: 0px;
}

@media(max-width:767px){
    .content-header>.breadcrumb{
        right:0;
    }
}

/*=================================
=            Dashboard            =
=================================*/

.hc-dashboard-row{
    margin-bottom: 20px;
}
.hc-dashboard-box.withspace {
    padding: 30px;
}
.hc-dashboard-row h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}
.hc-recently-completed ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.hc-recently-completed ul li {
    display: flex;
    align-items: flex-start;
    margin: 12px 0;
}
.hc-recently-completed ul li i {
    display: block;
    background: rgba(67, 106, 181, 0.15);
    width: 32px;
    height: 32px;
    border-radius: 9px;
    line-height: 32px;
    text-align: center;
    color: #436AB5;
    font-size: 13px;
    margin-right: 9px;
}
.hc-recently-name h3 {
    margin: 0;
    font-size: 14px;
    color: #2E2E3A;
}
.hc-recently-name {
    width: 70%;
}
span.hc-recently-cost {
    width: 20%;
    font-size: 18px;
    font-weight: 600;
    color: #2E2E3A;
    font-family: 'Barlow', sans-serif;
    text-align: right;
}
.hc-recently-name .date {
    color: #70707C;
    font-size: 12px;
}
.hc-recently-name h3 a {
    color: inherit;
}
.hc-dashboard-box {
    min-height: 50px;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.1);
    border-radius: 12px;
}
.hc-dashboard-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 24px;
}
.hc-dashboard-box .btn {
    color: #CB0C9F;
    border: solid 1px #CB0C9F;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px;
    line-height: 1;
}
.hc-dashboard-box-header h2 {
    margin: 0;
}
.hc-invoice-item {
    display: flex;
    margin-bottom: 24px;
    justify-content: space-between;
    align-items: center;
}
.hc-invoice-detail .hc-invoice-date {
    display: block;
    color: #252F40;
    font-weight: 600;
}
.hc-invoice-detail {
    width: 60%;
}
.hc-invoice-format {
    font-weight: 600;
}

/*=========================================
=            css style by _ ID            =
=========================================*/


.hc-weatherbox {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  box-shadow: 
    0 2.8px 8.6px 0 rgba(210, 208, 225, 0.07), 
    0 6.7px 20.5px 0 rgba(210, 208, 225, 0.1), 
    0 12.5px 38.7px 0 rgba(210, 208, 225, 0.12), 
    0 22.3px 69px 0 rgba(210, 208, 225, 0.14), 
    0 41.8px 129.1px 0 rgba(210, 208, 225, 0.17), 
    0 100px 309px 0 rgba(210, 208, 225, 0.24);
  background-color: #fff;
  padding-top: 30%;
  overflow: hidden;
}
.hc-weatherbox .hc-weather-content {
  padding: 14px 25.5px 20px 31px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
}
.hc-weatherbox .hc-weather-content img {
  margin-right: 30px;
}
.hc-weatherbox .hc-weather-content h1 {
  color: #fff;
  font-weight: 600;
  margin: 0px;
  font-size: 50px;
}
.hc-weatherbox .hc-weather-content small {
  font-size: 20px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}


.row.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.h-100 {
  height: 100%;
}
.row.d-flex::before, .row.d-flex::after {
  display: none;
}
.hc-invoice-table-wrap table.table {
  margin-bottom: 0px;
}
.hc-invoice-table-wrap {
  margin: 0px -30px;
}
.hc-invoice-table-wrap table thead {
  background-color: transparent !important;
}
.hc-invoice-table-wrap table thead th {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: -0.13px;
  text-align: left;
  color: #8392ab;
  padding: 10px !important;
}
.hc-invoice-table-wrap table tbody td {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #252f40;
  max-width: 100px;
  word-break: break-all;
  padding: 10px !important;
  vertical-align: top !important;
}
.hc-progress-wrapper {
  margin-top: 20px !important;
  height: 3px;
  overflow: visible !important;
  position: relative;
  border-radius: 50px;
  background-color: #e9ecef;
}
.hc-progress-wrapper span.hc-overthetext {
  position: absolute;
  color: #000;
  top: -20px;
  left: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #67748e;
}
.hc-progress-wrapper .progress-bar {
  background-image: linear-gradient(93deg, #21d4fd -10%, #2152ff 90%);
  border-radius: 50px;
}
span.hc-price-txt {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #8392ab;
}



/*=====  End of css style by _ ID  ======*/



/*=====  End of Dashboard  ======*/
.hc-template-editor .panel-title {
    background: #f5f9fc;
    padding: 10px;
}
.panel {
    border-color: #e3edf7;
}
.dataTable td  .fa.fa-file, .dataTable td  .fa.fa-cloud-download {
    color: #212121;
    font-size: 14px;
    margin-right: 5px;
}
.dataTable td  .fa.fa-cloud-download {
    font-size: 16px;
}
a:hover, a:active, a:focus{
    color: #436ab5;
}
.paystatgrn, .paystatred .paystatyellow {
    margin: 20px 10px;
    text-align: center;
}
    .paystatgrn span, .paystatred span, .paystatyellow span {
        display: block;
        width: 100px;
        height: 100px;
        border: solid 1px #ccc;
        border-radius: 100%;
        text-align: center;
        line-height: 100px;
        margin-right: 20px;
        margin: 0 auto 10px;
    }
    .paystatgrn span img, .paystatred span img, .paystatyellow span img {
        width: 54px;
        height: auto;
    }
    .paystatgrn strong, .paystatred strong {
        display: block;
        font-size: 20px;
        margin-bottom: 30px;
    }
    .paystatyellow strong {
        display: block;
        font-size: 15px;
        margin-bottom: 30px;
        width:100px;
    }
.hc-payinfo {
    margin: 0 0 20px;
}
.paystatgrn span {
    background: #3ca900;
}
.paystatred span {
    background: #f20000;
}
.paystatyellow span {
    background: #f9f912;
}
.hc-upload-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.hc-upload-box .control-label {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}
.hc-imanage-top {
    display: flex;
    margin: 0 0 30px;
}
.hc-imanage-top .hc-imanage-topimg {
    margin: 0 20px 0 0;
    border-radius: 10px;
    overflow: hidden;
}
.hc-imanage-top .hc-imanage-topid {
    display: block;
    font-size: 18px;
    padding-top: 15px;
    color: #436ab5;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #e3ecf3;
        color: blue !important;
}
.hc-tinybtns .btn {
    font-size: 13px;
    padding: 11px 13px;
}
.loginpopupouter{
	background-color:#f6f8fa;    
    display: flex;
    align-items: center;
    vertical-align: middle;
    position: static;
    height:auto;
    min-height:100vh;
}

.loginpopupouter .loginbox{
	max-width:1200px;	
    width: 100%;
    margin:0 auto;
}

.loginpopupouter  .loginboxbody{
    border-radius: 30px; 
    padding: 60px!important;    
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.03), 0 12px 90px 0 rgba(103,151,255,.03);
}

.loginpopupouter  .loginboxbody .img-responsive{
    max-width:100%!important;
    border-radius:15px;
    margin:0!important;
}
.login_logo .img-responsive{
    width:auto;
    margin: 0!important;
}
.headingblock{
    margin-bottom:30px;
}

.loginimg{
    position:relative;
}
.loginheading{
    background-color: rgba(0,0,0,0.4);
    padding:50px;
    position: absolute;
    top:42%;
    margin:44px;
    border-radius:15px;
}

.loginheading h2{ 
    color:#fff;
    margin:0;
    line-height:38px;
}

#CaptchaInputText {
    border: solid 1px #e3e2e7;
    height: 46px;
    width: 100%;
    margin-top: 10px;
    border-radius:30px;
    font-size:12px;
}   
.headingblock h1{
    color: #000;
}
.loginmain{
	padding:0 80px 0 60px;
}
.logininner .btn{
	padding: 10px 30px!important;
	border-radius:30px;
	min-width:180px;
}

.logininner .form-control{
	border-radius:30px;
	padding: 0 24px;
}

.captcha a{
	display:inline-block;
	margin-left:15px;
}

.captcha img{
	margin-bottom:15px
}

.form-group.captcha #CaptchaDeText + br {
    display: none;
}

table.table.table-bordered.hc-uptable > tbody > tr > td {
    border-color: #d5d5d5 !important;
}

table.table.table-bordered.hc-uptable {
    margin: 10px 0;
    font-size: 14px;
}

.hc-uptable-icons img {
    margin-right: 7px;
}

.hc-uptable-icons {
    padding-left: 30px !important;
}

@media only screen and (max-width: 991px) {
    .loginpopupouter .loginboxbody{
        padding:40px!important;
    }

    .loginheading{
        padding: 18px;
        top:30%;
        margin: 30px;
    }
        .loginheading h2 {
            font-size: 21px;
            line-height: 28px;
        }
}


.form-group.captcha #CaptchaDeText + br {
    display: none;
}

table.table.table-bordered.hc-uptable > tbody > tr > td {
    border-color: #d5d5d5 !important;
}

table.table.table-bordered.hc-uptable {
    margin: 10px 0;
    font-size: 14px;
}

.hc-uptable-icons img {
    margin-right: 7px;
}

.hc-uptable-icons {
    padding-left: 30px !important;
}

@media only screen and (max-width: 991px) {
    .loginpopupouter .loginboxbody {
        padding: 40px !important;
    }

    .loginheading {
        padding: 18px;
        top: 30%;
        margin: 30px;
    }

        .loginheading h2 {
            font-size: 21px;
            line-height: 28px;
        }
}

@media only screen and (max-width: 767px) {
    .loginmain {
        padding: 0;
    }

    .loginimg {
        margin-top: 40px
    }

    .loginpopupouter .loginboxbody {
        padding: 30px !important
    }
}

.ip-box-wrap {
    display: flex;
    flex-direction: column;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.22);
    border-radius: 6px;
    position: relative;
    margin: 0px 5px 10px;
}

.pdfimgblock {
    display: flex;
}

.ip-box-wrap .pdfimg {
    width: 100%;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    height: 80px;
}

    .ip-box-wrap .pdfimg img {
        width: 60px;
        height: 60px;
        display: block;
        object-fit: contain;
        background-color: #fff;
        border-radius: 7px;
        padding: 5px;
    }

.ip-box-wrap label {
    font-size: 11px;
    font-weight: 500;
    word-break: break-all;
    max-width: 100px;
    line-height: 1em;
    margin-top: 6px;
    text-align: center;
}

.ip-box-wrap a {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 94, 94);
    border-radius: 50px;
    color: #fff;
    font-size: 9px;
    outline: solid 3px #fff;
    box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.48);
}

.hc-weatherbox .hc-weather-content img {
    width: 50px !important;
    margin-right: 10px;
    margin-left: -10px;
}

.hc-weatherbox .hc-weather-content h1 {
    font-size: 30px;
}

.hc-weatherbox .hc-weather-content small {
    font-size: 14px !important;
    line-height: 1.1em;
}

.h-42_100 {
    height: calc(100% - 42px);
}

@media screen and (max-width: 1400px) {
    .hc-weatherbox .hc-weather-content img {
        max-width: 50px;
        margin-right: 10px !important;
    }

    .hc-weatherbox .hc-weather-content h1 {
        font-size: 32px !important;
    }

    .hc-weatherbox .hc-weather-content small {
        font-size: 14px !important;
    }
    .small-box > .small-box-footer {
        border-radius: 0px 0px 15px 15px;
    }

    .p-md-15 {
        padding: 15px !important;
    }
}

.divRichRadio {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

 .divRichRadio input {
        width: 15px;
        margin: 4px 9px 0 0;
    }

.divRichCheckbox {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

    .divRichCheckbox input {
        width: 15px;
        margin: 4px 9px 0 0;
    }

