body {
    background: #f9f9f9;
}
.topbar .profile-pic {
    width: 50px;
    border-radius: 100%;
    }
.btn-user-text {
    
    
    position: absolute;
    left: 65px;
    bottom: 0px;
}
.profile-user-text {
    padding: 5px;

    
}
#update-image {
    cursor: pointer;
}
.user-name {
    font-size: 20px;
    font-weight: 495;
    margin-bottom: 0px;
    color: black;

}
.dotted-border{
    border:1px dotted #ccc;
}
.sub-heading {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.pl-0{
    padding-left:0px;
}
.profile-user-text , .btn-user-text {
    font-size: 10px;
    padding: 5px;
    font-weight: 100;
    color: white !important;
}
.card {
	padding:30px 20px;
}
.rig-stat{
	margin-top: 20%;
    background: white;
    padding-top: 25%;
    padding-bottom: 5%;
}
.earned-so-far{
	background: #F6E12C;
    position: absolute;
    padding: 20px 0px;
    top:32px;
    left: 50px;
    right: 50px;
    border-radius: 10px;
}
.card ,.rig-stat  , .earned-so-far{
  -moz-box-shadow: 0 0 15px #ccc;
  -webkit-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
  border-radius:10px ;
}
.content {
	padding-top:20px;
	
}

.btn-outline-primary {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
    
}
.btn-outline-primary.active ,.btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:hover{
    color:#fff;
    background:#000000;
    border:0px ;

}
.btn {
    border-radius: 20px;
}
.padding-left {
    padding-left:5.5%;
}
.padding-right {
    padding-right: 5.5%;
}
.navbar-collapse {
    padding: 0 3%;
}

.user-info-section .form-group {
    padding:5px 0px ;
    padding-left:10px;
    margin-bottom: 5px;
}
.form-group label {
  color:#C0C0C0;
  font-weight: 500;
  margin-bottom: 0px;

}

.form-group .user-detail {
    font-size:16px;
    color:#4D4D4D;
   
}
.form-group .user-detail , .form-group label{
font-weight: 500;
}
.user-info-section .row {
    margin-bottom: 20px;
}

.login .input-group {
    height: 60px;
}
.login .login-input {
    border:1px solid #ccc;
    border-right: 0px;
  
    opacity: 0.7;
}
.login .login-input::placeholder{
    color:#ccc;
    opacity:0.7;
    font-size: 18px;
    text-transform: capitalize;
}
.input-group-addon {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.25;
    color: #ccc;
    text-align: center;
    background-color: transparent;
    border: 1px solid #ccc;
    opacity: 0.7;
}
.login label{
    color:#90a4ae;
    font-weight: 400;
    text-transform: capitalize;

}

.login h3 {
    margin:20px 0px;
    font-weight: 500;
}
.login {
    padding-top:5%;
    height: 100vh;
}
.text-muted {
    color:#4d5052 !important;
}
.login .btn {
    margin-top: 20px;
    
}
.login .btn {
    width: 100%;
    padding:12px;
}
thead{
    border-bottom: 2px solid #ccc;
}  
.table td{
    border-bottom: 1px solid #ccc;
    padding: 20px 0px;
    font-weight: 400;
    color: #5d687ecc;
}
th.sub-title{
    padding-bottom:20px;
    padding-left:0px;
}
td , th{
    /*text-align: center;*/
}

/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    z-index:9999;
    background:rgba(0,0,0,0.75);
}


::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
 
/* Inner */
.popup-inner {
    -moz-appearance:none;
    max-width:600px;
    width:90%;
    padding: 10px 0px;
    overflow-x:auto;
    max-height: 490px;
    position:absolute;
    top:40%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}

@media only screen and (max-width: 799px) {
    .popup-inner {
        top:35%;
    }
    
}
 
/* Close Button */
.pop-up {
    cursor:pointer;
}
.popup-inner h2 {
    margin-bottom: 10px;
    font-size:16px;
    font-weight: 500;
}
.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgb(255, 255, 255);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #656567;
}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}

input.form-control.form-control-line , select.form-control.form-control-line {
    border: 1px solid #ccc;
    background-image: none;
    padding: 14px;
}

.form-material .form-group label {
    color: #000000b0;
    margin-bottom: 5px;
}

.form-material .form-group  {
    margin-top: 15px;
}
.popup-inner {
    z-index: 99999999;
}

.sub-heading .sub-title {
    font-size: 14px;
    color: #90a4ae;
}
.select-month {
    background: #f9f9f9;
    border: none;
    font-size: 16px;
    color:#90a4ae;
    padding: 0px;
    font-weight: 500;
}
.select-month option{
    color:#90a4ae;
}
.form-group.month-choice {
    margin-bottom: 0px;
}
tr {
    cursor: pointer;
}
.hidden {
    display: none;
}
.form-horizontal.form-material .form-group .col-md-12{
    padding-left:0px;
}
li.page-item.disabled {
    opacity: 0.3;
}
li.page-item {
    margin: 10px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;

}

.upload-btn-wrapper .btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  z-index: 9999;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;

}
select.form-control:not([size]):not([multiple]){
    height: auto;
}
.topbar .top-navbar .app-search input {
    padding-left: 20px;
}
a.profile-user-text.top {
    position: absolute;
    left: 60px;
    top: 50px;
}

.card .form-group.month-choice {
    position: absolute;
    left: 50%;  
    top: -40px;
    width: 152px;
}
select {
    -moz-appearance:none;
}
.tree a.active{
    background: #5bc0de;
}

   #calendar {
       /* background: #eee;*/
       background: #f7f7f7;
         padding: 20px 10px;


    }
    .fc-past {
    color: #171717;
    opacity: 0.3;
}
.fc-future {
    /*color: green;*/
    color:#171717;

    background: #f9f9f9;
    
}

.fc-day-number {
    font-size:20px;
}
.fc-unthemed td.fc-today {
     background: #8eb4cb;

    color: red;
}
.fc-button {
    /*background: #2ab27b;*/
    background: #181818;
    color: white;
}
.fc-listWeek-button, .fc-month-button , .fc-agendaWeek-button ,.fc-agendaDay-button {
   /* background: #8eb4cb;*/
   background: #181818;
}
.fc-center h2 {
   /* color: #bf5329;*/
   color:#181818;
}
.col-md-6 {
    margin-top: 10px;
}
.fc-day-top {
    cursor: pointer;
}
.fc-state-active {
    background: #3097d1;
}
a.fc-event {
    cursor: pointer;
}
.fc-list-item{
    cursor: pointer;
}
.fc-event, .fc-event:hover {
    color: #707898;
    text-decoration: none;
}

.fc-event{
   /* background-color: #f4f4f4;*/
       background-color: #000000;
     padding: 5px;
         margin-bottom: 5px;


}
 .fc-event span.fc-title {
    text-transform: capitalize;
}
.fc-list-table {
  
}
@media only screen and (max-width: 500px) {
 .container-fluid{
    padding:10px 0px;
}
.fc-event{
    margin-top: -10px !important;
    margin-bottom: 10px;
}
}