.GAIA {
    min-width: 320px;
    background-color: rgb(245,245,245);
}

body {
	padding-left: 10px;
	padding-right: 10px;
}

h1 {
	font-size: 30px !important;
}
h2 {
	font-size: 24px !important;
}
h3 {
	font-size: 22px !important;
}

.copyright {
    position: relative;
    width: 100%;
    bottom: 20px;
    margin-top: 20px;
    padding-top: 60px;
    text-align: center;
    font-size: 10px;
}

.fixed-width {
    margin: 0 auto;
    max-width: 1300px;
}

.fixed-width-sm {
    margin: 0 auto;
    max-width: 900px;
}

.full-center {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.loading-modal {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading-modal .sk-cube {
    background-color: #338E1A;
}
.loading-modal .sk-cube:before {
    background-color: #8CCFDA;
}

/* Transparent Overlay */
.loading-modal:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

@media (max-width: 450px) {
    .fc-toolbar {
        font-size: 0.8em;
    }
    .fc-toolbar button {
        padding: 0.3em;
    }
}

body.modal-open {
    overflow: auto;
}

.muted {
    color: rgb(181, 181, 181);
    font-weight: 300;
}

.card-box {
}

.card {
    padding: 1.5rem;
    box-shadow: 0 1px 2px #aaa;
    background: rgba(217,247,217,0.20);
    margin: 0 1rem 1rem;
    border-radius: 3px;
    user-select: none;
    animation: .5s fly-in-from-left .5s ease both;
    transform-origin: top left;
    background-color: white;
}

.list-card {
    margin: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background-color: white;
}

.list-card:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.list-card.active {
    background-color: rgba(217,247,217,0.40);
}

.card:nth-child(even) {
    animation-name: fly-in-from-right;
    animation-delay: .6s;
    transform-origin: top right;
}

@keyframes fly-in-from-left {
    from {
        transform: translateY(15rem) rotate(15deg);
        opacity: 0;
    }
}

@keyframes fly-in-from-right {
    from {
        transform: translateY(15rem) rotate(-15deg);
        opacity: 0;
    }
}

.card-box h1, .card-box h2, .card-box h3, .card-box h4, .card-box h5 {
    color: black;
    margin-bottom: 2.5rem;
}

.list-card .user-header h1, .list-card .user-header h2, .list-card .user-header h3, .list-card .user-header h4, .list-card .user-header h5 {
    color: #539D00;
}

.card-box {
    color: gray;
}

.card-box .btn {
    min-width: 9em;
}

.card-box .btn-lg {
    font-size: 1em;
}


.fc-event-container .fc-event {
    margin-right: 10px;
}

.GAIA .fc-state-default.fc-corner-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.GAIA .fc-state-default.fc-corner-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,1);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,1);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}

@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

.comment-body {
    background-color: #FFFFDC;
}
.comment-header {
    background-color: white;
}

.comment-body.urgent {
    background-color: #FFDADA;
}

.btn-xs {
    padding: 5px 8px;
    line-height: 1.2em;
}

.morphic-section {
    border-top: 1px solid #ddd;
}
}