/* here you can put your own css to customize and override the theme */
#datatable_ajax tr td:first-child{padding:10px 18px}
.superadmin_table tr td:first-child{padding-left:0px !important;padding-right:0px !important;width:3%;}
.superadmin_table  tr > td:first-child, .superadmin_table  tr > th:first-child{min-width: 30px !important;}
.tenant_admin_table tr td:first-child{width:1% !important;;}
.report_admin_table tr td:first-child{width:2% !important;}
.property-block{border:1px solid #666; margin-bottom:20px;}
.property-block .property-info,.property-block .unit-tennat-info,.property-block .pay-status{padding:10px; text-align:center;}
.property-block .property-info{border-bottom:1px solid #666;}
.property-block .pay-status{border-left:1px solid #666;}
.property-block .pay-status.paid{background-color:#00B050;}
.property-block .pay-status.scheduled{background-color:#FFFF00;}
.property-block .pay-status.inactive{background-color:#ff0000;color:#fff;}

.portlet .dataTables_wrapper .dt-buttons{margin-top: -21px !important;}
.assign_landlord{width:30%;}

/* Profile Picture */
.profile-sidebar .photo-grid {
    text-align: center;
    padding:0px;
}

.profile-sidebar .photo-grid li {
    display: inline-block;
}
.profile-sidebar .photo-grid img {
    height: auto;
    width: auto !important;
}

.profile-sidebar .photo-grid figure {
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 200px ;
}
.profile-sidebar .photo-grid figcaption {

    color: white;
    z-index: 100;
}
.profile-sidebar .photo-grid figcaption p {
    display: table-cell;
    font-size: 1.5em;
    position: relative;
    top: -40px;
    vertical-align: middle;
}
.profile-sidebar .photo-grid li:hover figcaption {
    opacity: 1;
}
.photo-grid img {
    display: block;
    height: 100% !important;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    max-width: 100%;
}
.photo-grid figcaption p {
    display: table-cell;
    font-size: 1.5em;
    position: relative;
    top: -40px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    vertical-align: middle;
}
.photo-grid li{
    width:200px !important;
    height:200px !important;

}

.photo-grid li:hover figcaption p {
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}
.photo-grid figcaption {
    background: rgba(0,0,0,0.5);
    color: white;
    display: table;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    z-index: 100;
    width:100%;
}
#personalInfoFrm .input-icon .fa,#change_password_form .input-icon .fa{top:0px;}
.profile-usertitle{padding-bottom:25px;}
#preferencesFrm select{margin-top:7px;margin-bottom:7px;}
.table-container span.payment_date{font-size: 10px;font-weight: bold;}

.daterangepicker.opensleft::before{ right: 28px !important;}
.daterangepicker.opensleft::after{ right: 29px !important;}
#appContentFrm input{max-width:400px;}
.page-header.navbar .top-menu{float: none;}
@media (max-width: 991px) {
    .daterangepicker.opensleft::before{ right: 480px !important;}
    .daterangepicker.opensleft::after{ right: 481px !important;}
}

@media (max-width: 767px) {
    .marginSM15{margin-bottom: 15px;}
    .assign_landlord{width:95%;}
    .payment_response_page div{text-align:center !important;}
    
    .daterangepicker.opensleft::before{ right: 480px !important;}
    .daterangepicker.opensleft::after{ right: 481px !important;}
}

