/*header css*/
/*top society name*/
li.dropdown.nav-item h3 {  
    text-transform: uppercase;
    margin-top: 20px;
}
/*  top accounting tab */
form.acc_tab input {
    visibility: hidden;
    width: 0px;
}

a.dropdown-toggle.nav-link.dropdown-user-link {
    padding: 1.5rem 3rem 1.6rem 1rem !important;
}
span.login_top {
    color: #231f20;
}

.acc_img img {  
    margin-right: 10px;
}
.mr-10 {
	margin-right:10px
}

/*end header css*/
/*start sidebar css*/
img.mr-1.img
{ 
    margin-right: 1rem !important;
    height: 23px;
    padding: 1px; 
}
.card{
    background-color: #FEFEFE!important ;
    border-radius:0px;
}
.media-list.list-group {
    width: 100%;
}
.ptxt {
    color: #231F20 !important;
}


span.media-left {
    margin-top: 2%;
}
.right-arr, .right-arr1, .right-arr2, .right-arr3, .right-arr4, .right-arr5, .right-arr6, .right-arr7, .right-arr8 {
         float: right!important
}
.down-arr, .down-arr1, .down-arr2, .down-arr3, .down-arr4, .down-arr5, .down-arr6, .down-arr7, .down-arr8 {
    float: right;
    display: none;
}
ul.timeline {
    padding: 0px !important;
}
li.timeline-item {
    padding: 0px !important;
    list-style: none;
}
.btn-success:hover
{
    color: #CE1432 !important;
    border-color: #CE1432 !important;
}
/*  sidebar*/
.vis-hid
{
    visibility:hidden;
    width:0;
}
.ds-n
{
    display:none;
}
.ht-500
{
    height:500px;
}
.mb-1, .my-1 {
    margin-bottom: 1rem !important;
}
.top-acct-btn
{
    background-color: #ebeff2;border:none;margin-left: -9px;color:#231f20;
}
.float-left
{
    float:left;
}
.float-right
{
    float:right;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.mr-2, .mx-2 {
    margin-right: 1.5rem !important;
}
.col-white
{
    color:#fff !important;
}
.col-red
{
    color:#cf121c !important;
}
.fw-300
{
    font-weight:300px;
}
.p-0
{
    padding:0px;
}
.w-100
{
    width:100%;
}
.dropdown-header
{
    text-decoration:none;
}
.dropdown.nav-item h3 a
{
    text-decoration:none;
}
.mt-2, .my-2 {
    margin-top: 1.5rem !important;
}
/*custom css starts*/
thead {
    background-color: #f2f2f2;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    padding-left: 29px;
}

.card-header {
    padding: 1.5rem 0rem;
    margin-bottom: 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mr-1, .mx-1 {
    margin-right: 1rem !important;
} 
.d-inline-block {
    display: inline-block !important;
}
.input-group-text
{
    padding: 0.8rem 0.75rem;
    height: 42px;
    border-radius: 5px 0 0 5px;
}
.card-text:last-child
{
    margin-bottom:20px;
}
.container-fluid{
padding-right: 0px;
padding-left: 0px;
}
.card-body {
    padding: 0rem 1.5rem 1.5rem 1.5rem ;
}
.card-body
{
    color:#606062;
}
.wd-30
{
    width:30%;
}
.wd-70
{
    width:70%;
}
.wd-50
{
    width:50%;
}
.wd-100
{
    width:100%;
}
#list21 li
{
   line-height: 2.2; 
    
} 
/*custom css ends*/



/*login page starts*/

@media screen and (min-width: 0px) and (max-width: 980px)
{
.mobile-hide {
    display: none;
    padding-left: 15px !important;
}}
@media (min-width: 629px)
{
.bg-overlay {
    background: rgba(0, 0, 0, 0.82);
}
html body.bg-full-screen-image {
    background: url("/assets/images/login-page-bg/login-page-bg.jpg") no-repeat center center fixed;
        /*background-size: auto auto;*/
    background-size: cover;
}
    
}
@media (min-width: 1200px)
{
h1, .h1 {
    font-size: 2rem;
}}

.btn-grd-col {
    background: linear-gradient(90deg,#ed1c29 0,#fbaa16 100%) !important;
}
.pr-0, .px-0 {
    padding-right: 0 !important;
}
.mt-4 {
    margin-top: 3.5rem !important;
}
.list-group-item
{
    position: relative;
    display: block;
    padding: 1.25rem 1.25rem;
    margin-bottom: -1px;
    background-color: transparent;
    border: 0px solid #E4E7ED;
    font-size: large;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 90px;
    padding: 6.25rem;
}
.ds-n
{
   display:none; 
}

.brs {
    border-radius: 0 5px 5px 0 !important;
}

.w-10 {
    width: 10%;
}



/*login page ends*/


/*css from All_Announcement.php starts*/


@keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(1000px);
        -moz-transform: translatex(1000px);
        -o-transform: translatex(1000px);
        transform: translatex(1000px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-right {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-duration:2s;
    animation-delay: 2s;
}

#boxes .window {
  position: absolute;
  right: 0;
  top:0;
  width: 50%;
  height: auto;
  display: none;
  z-index: 9999;
  margin-right:10px;
}
#boxes .window .alert-heading
{
    color:#eee;
}
#boxes .window p
{
    color:#ddd;
}
.timeline li{
    
    list-style:none !important;
}
.form-control {
    padding: 0.70rem 1rem;
}
.timeline-card .text-bold-600 {
    font-weight: 600;
    color: #000;
}



.timeline-card .card-header{
    
    margin-left: 0.1rem;

margin-right: 0.1rem;
border-bottom:1px solid rgba(0, 0, 0, 0.06);
}
.graycolor{
    background-color:#f9f9f9;
}
.graycolor .card-title b {
    
    color:#555;
   text-transform: uppercase;
}

.resume{
  display: none;
}
.hidden {
  display:none;
}

.right-arr3 {float:right;}
	.down-arr3 {
		float:right;
		display:none;
	}
	
/*css from All_Announcement.php ends*/

.hidden-temp {
display:none;
}
.hidden-flats{
    display: none;
 
}

.text-white {
	color: #fff !important;
}

.text-red {
	color: red !important;
	
}
.fs-14 {
	font-size: 14px !important;
}
    .navbar-inverse {
    background-color: #fff !important;
    border-color: #ffffff !important;
  
}  
   .navbar-header {
    
    margin-left:auto;
        margin-right:auto;
}  

.mt-20{margin-top:20px !important;}
.br-8 {
	border-radius: 8px;
}
.h-600 {
	height: 600px;
}
/*---dashbord page css START-----*/
.wd-50 {
	width: 50px;
}
.lower-text {
text-transform: lowercase;
}
.sky-blue {
	color: #87cefa;
}
.datetime-h1 {
	position: absolute;
	top: 41px;
	text-align: center;
	width: 50px;
	font-weight: bold;
	font-size: 12px;
}
.datetime-span {
	position: absolute;
	top: 20px;
	left: 11px;
	text-align: center;
	width: 30px;
	font-weight: bold;
	font-size: 15px;
}
.wd-40 {
	width: 40%;
}
.wd-5 {
	width: 5%;
}
.h-18 {
	height: 18px;
}
/*---dashbord page css ENDS-----*/
 #DataTables_Table_0_wrapper .btn{
	
	font-size:12px !important;
	padding: 0.35rem !important;
}
/*.header-navbar .navbar-header .navbar-brand {*/

/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 99;*/
/*    position: relative;*/

button, input[type="submit"], input[type="reset"] {
	background: none;

	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
.hidden {
	visibility:hidden;
	width:0px;
}
.accounting {
	background-color:#fff;
	border:none;
	margin-left: -9px;
}
.society-logo {
	width:60px;
	margin-top:4px;
	height:60px;
}
.society-name {
	text-transform:uppercase;
	margin-top: 20px;
}
.pl-10 {
	padding-left: 10px;
}
.d-inline {
	display: inline !important;
}
#fhide {
	padding-top:20px;
	background-color:#FEFEFE;
}
.fs-13 {
	font-size: 13px !important;
}
.copyright {
	padding-bottom:10px;
	padding-left:5px;
	color:#231F20;
}
.lemon-color {
	color:#FCAF17 !important;
}
.ml-30{
    margin-left:44px;
}
.footer{
    background-color: #ebeff2;
}
.mx-300 {
	max-height:300px;
}
@keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(1000px);
        -moz-transform: translatex(1000px);
        -o-transform: translatex(1000px);
        transform: translatex(1000px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-right {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-duration:2s;
    animation-delay: 2s;
}

#boxes .window {
  position: absolute;
  right: 0;
  top:0;
  width: 50%;
  height: auto;
  display: none;
  z-index: 9999;
  margin-right:10px;
}
#boxes .window .alert-heading
{
    color:#eee;
}
#boxes .window p
{
    color:#ddd;
}
.timeline li{
    
    list-style:none !important;
}
.form-control {
    padding: 0.70rem 1rem;
}
.timeline-card .text-bold-600 {
    font-weight: 600;
    color: #000;
}



.timeline-card .card-header{
    
    margin-left: 0.1rem;

margin-right: 0.1rem;
border-bottom:1px solid rgba(0, 0, 0, 0.06);
}
.graycolor{
    background-color:#f9f9f9;
}
.graycolor .card-title b {
    
    color:#555;
   text-transform: uppercase;
}

.resume{
  display: none;
}
.calendar-text {
	position: absolute;
    top: 65px;
    left: 0;
    text-align: center;
    width: 100px;
    font-weight: bold;
    font-size: 40px;"
}
.calendar-heading {
	position: absolute;
	top: 71px;
	left: 33px;
	text-align: center;
	width: 100px; 
	font-weight: bold;
	font-size: 31px;"
}
.calendar-text1 { 
 position: absolute;
 top: 45px;
 left: 40px;
 width: 100px;
 font-weight: bold;
 font-size: 16px;"
}
.mt-100 {
	margin-top: 100px;
}

.buttons-excel, .buttons-pdf, .buttons-print, .buttons-colvis {
	display: inline-block !important;
	margin-right: 5px;
}
.dataTables_filter {
	float: right !important;
	margin-bottom:10px;
}
.dataTable.no-footer {
	
	margin-bottom: 0;
}
.flat-link {
  color: #606062;
}
.flat-link:hover {
  color: #606062 !important;
}
.nav-item .gatepass-tab {
	color: #606062 !important;
    border-bottom: 2px solid transparent !important;
	padding: 0.5rem 0.7rem !important;
    display: inline-flex !important;
}
.nav-item .gatepass-tab.active {
	color: #555 !important;
    border-bottom: 2px solid #CF121C !important;
}