body {
    background-color: #fAfAfA;
}

body > .grid {
    height: 100%;
}

.bold{
    font-weight:bold !important;}


.login-wrapper .column {
    max-width: 450px;
}



.dashboard-wrapper{
    padding:30px;
}

.dashboard-wrapper section{
    background: #FFF;
    margin-bottom:20px;
    padding-bottom: 50px;
    border:1px solid #ccc;
    padding:20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;

    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.61);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.61);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.61);
}

.dashboard-wrapper section ul{
    list-style: none;
    margin:0;
    padding:0;
}

.dashboard-wrapper section ul li{
    display: inline-block;
    margin:auto 20px;
}

.dashboard-wrapper section ul li a{
    color: #ce9027;
    font-weight:bold;
    font-size:1.2em;
}

.dashboard-wrapper section ul li i{
    font-family:Lato;
}

.dashboard-wrapper section > h2{
    border-bottom:1px solid #888;
    margin-bottom:30px;
}

.form-response {
    display: none;
}

#logo > span {
    display: inline-block;
    margin-left: 5px;
    font-size: 20px;
    font-weight: bold;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.center-text {
    text-align: center;
}

.paging:before {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.paging {
    margin: 20px auto;
}

#stories {
    margin-top: 10px;
}

.story-custom-link-container{

}
.story-custom-link {
    word-wrap: break-word;
    margin-bottom: 5px;
}

.btn-add-user{
    text-align: right;
}


.login-header{
    margin-bottom:10px;
}
.login-header img{
    width:80%;
    display: inline-block !important;
}

span.image.top-header img{
    width:200px;
}

.form-response,.form-response-message{
    margin-bottom:15px;
}

.mr15{
    margin-right:15px !important;
}


@media (max-width: 768px) {

    .dashboard-wrapper section {
        margin-bottom: 10px;
    }

    .dashboard-wrapper section ul li{
        display: block;
        margin:10px 5px;
    }

.dataTables_wrapper> .ui.stackable.grid .row .column{
    padding:5px 0px;
}

    span.image.top-header img{
        width:150px;
    }

    .item.borderless.mobile-menu{
        position: absolute;
        right:2px;
        top:15px;
    }

    .large-only {
        display: none !important;
    }

    .phablet-only {
        display: block !important;
    }

    #logo h3 {
        font-size: 1.30em !important;
    }

}

@media (min-width: 768px) {

    .dashboard-wrapper section ul{
        margin:50px 0 20px !important;
    }

    .btn-add-user{
        margin-top:17px;
    }
    .half-size{
        width:47%;
        margin-right:20px !important;
    }

    .inline-block{
        display: inline-block;
    }

    .quarter-size{
        width:23%;
        margin-right:10px !important;
    }

    .large-only {
        display: block !important;
    }

    .phablet-only {
        display: none !important;
    }

}

.edit-approved {
	background: #e4f4e4;
}

.edit-denied {
	background: #f4e4e4;
}