/* START MAIN RULES */
body{
    background-color: #f4f4f4;
    text-align: right;   
    /*font-size: 16px;*/
}
.asterisk{
    font-size: 30px;
    position: absolute;
    left: -7px;
    top: 2px;
    color: #D20707;
}
.list-group{
    padding-right: 0;
}
/* END MAIN RULES */

/* START LOGIN FORM */
/*
.login{
    width: 300px;
    margin: 100px auto;
}
.login h4{
    color: rgb(17, 16, 16);
}
.login input{
    margin-bottom: 10px;
}
.login .form-control{
    background-color: #eaeaea;
}
*/

#loginn{
    padding: 40px;
    /*height: 270px;*/
    
   
}
#loginn-main-section{
    margin:0 auto;
    margin-top: 50px;
    padding: 0;
}
#loginn-content{
    background-color: #434e5a;
    padding: 0 18px;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    border-radius: 10px;
}
.userr-img{
    margin-top: 60px;
    margin-bottom: 20px;
}
.userr-img img{
    height: 125px;
    width: 125px;
}
.form-control{
    position: relative;
}
.form-group h4{
    color: #3498db;
}
/* END LOGIN FORM */
/*START BOOTSTRAP EDITS*/
.navbar{
    border-radius: 0;
}
.navbar-dark .navbar-nav .nav-link:focus,
.dropdown-menu{
    background-color: #3498db;
    
}
.dropdown-menu{
    min-width: 164px;
    padding: 0;
    border: none; 
    border-radius: 0;
    margin-top: 0;
    right: auto;
}
.dropdown-item{
    padding: 2px;
    color: #fff;
}
.dropdown-item:focus,
.dropdown-item:hover{
    color: #fff;
    background-color: #74b9ff;
}
/*START DASHBOARD EDITS*/
.home-stat .stat{
    border-radius: 13px;
    color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    font-size: 15px;
    position: relative;
    overflow: hidden;
}
.home-stat .stat a{
    color: #fff;
}
.home-stat .stat a:hover{
    text-decoration: none;
}
.home-stat .st-users{
    background-color: #3498db;    
}
.home-stat .stat i{
    font-size: 85px;
    position: absolute;
    top: 30px;
    right: 30px;
}
.home-stat .stat .info{
    float: left;
}
.home-stat .st-pending{
    background-color: #e74c3c;
}
.home-stat .st-expenses{
    background-color:  #f1c40f;
    
}
.home-stat .st-groups{
    background-color: #9b59b6;
}
.home-stat .stat span{
    display: block;
    font-size: 60px;
}
.latest .toggle-info{
    color: #999;
}
.latest .toggle-info:hover{
    color: #444;
    cursor: pointer;
}
.latest-users{
    margin-bottom: 0;
}
.latest-users li{
    padding: 10px;
    overflow: hidden;
}
.latest-users li:nth-child(odd){
    background-color: #eee;
}
.latest-users .btn-success,
.btn-info{
    padding: 2px 8px;
}
.latest-subjects{
    margin-bottom: 0;
}
.latest-subjects li{
    padding: 10px;
    overflow: hidden;
}
.latest-subjects li:nth-child(odd){
    background-color: #eee;
}
.latest-subjects .btn-success,
.btn-info{
    padding: 2px 8px;
}

/*END DASHBOARD EDITS*/
/*MEMBERS PAGE*/

.show-pass{
    position: absolute;
    top: 13px;
    left: 23px;
}
.show-pass1{
    position: absolute;
    top: 160px;
    left: 23px;
}
.show-pass2{
    position: absolute;
    top: 215px;
    left: 23px;
}
.main-table{
    -webkit-box-shadow: 0 5px 12px #ccc;
    -moz-box-shadow: 0 5px 12px #ccc;
    box-shadow: 0 5px 12px #ccc;
}
.main-table thead{
    background-color: rgb(77, 76, 76);
    color: #fff;
    
}
.main-table td{
    vertical-align: middle;
}
.main-table td .btn{
    padding: 2px 5px;
}
/*START CATEGORIES PAGE*/
.card{
    -webkit-box-shadow: 0 5px 12px #ccc;
    -moz-box-shadow: 0 5px 12px #ccc;
    box-shadow: 0 5px 12px #888;
    text-align: right;
}
.categories .ordering a{
    color: #888;
    text-decoration: none;
}
.categories .ordering .active{
    color: #D20707;
    font-weight: bold;
}
.categories .cat{
    position: relative;
    overflow: hidden;
}
.categories .cat:hover .hidden-buttons {
    left: 10px;
}
.categories .cat .hidden-buttons .btn{
    padding: 3px 8px;
    margin-right: 2px;
}
.categories .cat:hover{
    background-color: #eee;
}
.categories .cat .hidden-buttons{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 15px;
    left: -145px;
}
.categories .cat h3{
    cursor: pointer;
    font-weight: 550;

}
.categories .cat .full-view p{
    margin: 10px 0;
}
/*END CATEGORIES PAGE*/
/*START Groups PAGE*/
.time >input{
    line-height: 1.5 px;
    width: 140px;    
}

/*END Groups PAGE*/
/*START RECEIPTS PAGE*/
table.receipts{
    background-image: url("../images/logo.jpeg");
    background-size: cover;
    background-repeat:no-repeat;
}

.dt-buttons{
    float: left;
}

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}

.dt-buttons{
    float: left;
}

/*END RECEIPTS PAGE*/

/*END BOOTSTRAP EDITS*/