
/* css taken from login.php starts */
 .br-n{border-right:none;}
 
 input.form-control.input-lg{
 font-size:13px;
 }
 
 /* html body{
 overflow:hidden;
 } */

 

 .list-group-item {
 position: relative !important;
 display: block !important;
 padding: 1.25rem 1.25rem !important;
 margin-bottom: -1px !important;
 
 font-size: large !important;
 }
 
.btn-block {
    display: block;
    width: 100%;
}
 /*.bg-overlay {
 background: rgba(0, 0, 0, 0.6);
 }*/
 .flip {
 top:0;
 width: 100%;
 height:auto;
 backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -ms-backface-visibility: hidden;
 -o-backface-visibility: hidden;
 -webkit-backface-visibility: hidden;
 /* border: 1px solid black;
 height: 105px;
 font: normal 14px helvetica, arial, san serif;
 padding: 10px;*/
 position: relative;
 transform-origin:             50% 50% 0px;
 -moz-transform-origin:    50% 50% 0px;
 -ms-transform-origin:     50% 50% 0px;
 -o-transform-origin:      50% 50% 0px;
 -webkit-transform-origin: 50% 50% 0px;
 transition: all 3s;
 -moz-transition:    all 1s;
 -ms-transition:     all 1s;
 -o-transition:      all 1s;
 -webkit-transition: all 1s;
 /* width: 300px;    */
 }
 #side-1 {
 transform:             rotateY( 0deg );
 -moz-transform:    rotateY( 0deg );
 -ms-transform:     rotateY( 0deg );
 -o-transform:      rotateY( 0deg );
 -webkit-transform: rotateY( 0deg );
 }
 #side-2 {
 transform:             rotateY( 180deg );
 -moz-transform:    rotateY( 180deg );
 -ms-transform:     rotateY( 180deg );
 -o-transform:      rotateY( 180deg );
 -webkit-transform: rotateY( 180deg );
 }
 .flip-side-1 {    
 transform:             rotateY( 0deg ) !important;
 -moz-transform:    rotateY( 0deg ) !important;
 -ms-transform:     rotateY( 0deg ) !important;
 -o-transform:      rotateY( 0deg ) !important;
 -webkit-transform: rotateY( 0deg ) !important;
 }
 .flip-side-2 {
 transform:             rotateY( 180deg ) !important;
 -moz-transform:    rotateY( 180deg ) !important;
 -ms-transform:     rotateY( 180deg ) !important;
 -o-transform:      rotateY( 180deg ) !important;
 -webkit-transform: rotateY( 180deg ) !important;
 }
 .hidden{
 display:none;
 height:0px !important;
 }
 .example1 {
 height: 15px;	
 overflow: hidden;
 position: relative;
 }
 .example1 h3 {
 font-size: 10px;
 color: red;
 position: absolute;
 /*width: 100%;*/
 height: 100%;
 margin: 0;
 /*line-height: 50px;*/
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: example1 35s linear infinite;
 -webkit-animation: example1 35s linear infinite;
 animation: example1 35s linear infinite;
 }
 /* Move it (define the animation) */
 @-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
 }
 @-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
 }
 @keyframes example1 {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
 }
 .example1 h3:hover {
 -moz-animation-play-state: paused;
 -webkit-animation-play-state: paused;
 animation-play-state: paused;
 }
 .example2{
 font-size:10px;
 }
 .p-1{
 padding: 0rem !important;
 }
 /* css taken from login.php ends */


/* css taken from header.php starts */

 #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;
}

/* css taken from header.php ends */


.badge {
    display: inline-block !important;
    padding: 0.35em 0.4em !important;
    font-size: 85% !important;
    /* font-weight: 700; */
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    /* border-radius: 0.25rem; */
}
.badge-pill
{
	padding-right: 0.6em !important;
    padding-left: 0.6em !important;
    border-radius: 10rem !important;
}

/* css taken from dashboard starts */

.ml-30{
    margin-left:44px;
}
.footer{
    background-color: #ebeff2;
}
.marquee1 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 25s linear infinite;
}
@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;
}
.example1 {
 height: 50px;	
 overflow: hidden;
 position: relative;
}
.example1 h3 {
 font-size: 11px;
 color: red;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 /*line-height: 50px;*/
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: example1 35s linear infinite;
 -webkit-animation: example1 35s linear infinite;
 animation: example1 35s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}
.example1 h3:hover {
 -moz-animation-play-state: paused;
 -webkit-animation-play-state: paused;
 animation-play-state: paused;
 }
 img.banner{
     /*background-image: url(assets/images/dashboard/banner/banner.png);*/
    width: 100%;
    /*height: 100%;*/
    /*background-size: contain;*/
    background-repeat: no-repeat; 
 }

 
/* css taken from dashboard ends */


/* css taken from my_ledger1 starts*/

select.form-select:not([size]):not([multiple])
{
	height: calc(2rem + 1px);
}

#DataTables_Table_0_filter input{
height: 1.525rem;
padding: 0.1rem 0.525rem;
font-size: 0.75rem;
line-height: 1.45;
border-radius: 0.12rem;
}
#DataTables_Table_0_filter label{
	font-size:12px;

}
.container-fluid{
	
padding-right: 0px;
padding-left: 0px;
}
.card-body {
  
    padding: 0rem 1.5rem 1.5rem 1.5rem ;
}
div.dataTables_wrapper div.dataTables_filter input{
margin-top: 10%;}
div.dataTables_wrapper div.dataTables_filter{
    
    display:none;
}
.buttons-copy, .buttons-csv , .buttons-excel , .buttons-pdf , .buttons-print{
	
	display:block !important;
}
 .btn-primary{
       
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 0.21rem;
       
    border-color:#1E9FF2!important;
    background-color: #00000000 !important;
    color:#1E9FF2;
    }

/* css taken from my_ledger1 ends*/


/* css taken from view_document starts*/

.table-responsive {

    /* display: block; */
    display: inline-table;
}

/* css taken from view_document ends*/

/* css taken from admin.php starts*/

#list23 li {
          
    line-height: 0.8;
    list-style: none;
    margin-bottom:2px;
    
}
 #list23 li a{
     
     padding:1.25rem 0.3rem !important;
 }
 .mb-20{margin-bottom:20px !important;}

 /* css taken from admin.php ends*/

.t-60 
{
    top:60px !important;
}
.form-group {
    margin-bottom: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #606062;
}
/* css taken from admin_edit_member1.php starts */

.blocks {
    margin-top: 6px;
    font-weight: 600;
    }

/* css taken from admin_edit_member1.php ends */



/* css taken from unit_details starts */




/* css taken from unit_details ends */





/* admin-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;
    }

/* admin-announcement.php ends */


.ml-10{
margin-left:10px;
}
.mt-21
{
	margin-top:21px !important;
}	
.mt-05
{
	margin-top:5px !important;
}


	
.card.overflow-hidden {
    margin:10px !important;
}

.media-middle {
    padding-left:20px !important;
}

.heading-elements {
   
    position: absolute;
    top: 20px;
    right: 18px !important;
}

.mt-38 {
    margin-top:-38px;
}
.pagination {
    margin-top:10px !important;
 }
.login-text, .acc-input {
	margin-left:-10px !important;
}
.dropdown-item:active {
    background-color: #ffffff !important;
}