pre {
    margin:0 0 0px 300px;
}


.fg-green {
    color:green;
}

.fg-red {
    color:red;
}

.fg-blue {
    color:steelblue;
}

#deluser {
    color:red;
    margin:3px;
}

a#edituser {
    color:green;
    margin:3px;
}

a#getusers {
    color:blue;
    margin:3px;
}

.del {

}

.disabled {
    cursor: not-allowed;
}

.rsPointer {
    cursor: pointer;
}


.del_content_entry {
    float:right;
    color:red;
    margin:3px;
    cursor: pointer;
}

.add_content_entry {
    float:right;
    color:green;
    margin:3px;
    cursor: pointer;
}

div.innerContent {
   margin:0px 10px 0px 40px;
   padding:20px 0 80px  0;
}

div.smallcontent {
    max-width:50%;
}

div.smallcontent div {
    max-width:50%;
}

div.admin_headline {
    margin:0px 0 30px 0;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 767px) {
    div.smallcontent {
        max-width:100%;
    }

    div.smallcontent div {
        max-width:100%;
    }

    div.innerContent {
        margin:10px;
    }

    .notdisplay {
        display:none !important;
    }

    div.admin_headline {
        margin:20px 0 30px 0;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }
}



@media (min-width: 768px) and (max-width: 900px) {
    div.smallcontent {
        max-width:100%;
    }

    div.smallcontent div {
        max-width:100%;
    }

    div.innerContent {
        margin:20px;
    }

    div.admin_headline {
        margin:20px 0 30px 0;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }
}


pre {
    margin:0 0 0px 300px;
}

div.datepicker {
    z-index: 2000 !important;
}

#startDateBtn, #stopDateBtn, #stopDateResetBtn {
    cursor: pointer;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.pstatus {
    cursor: pointer;
}

.m-top-10 {
    margin-top:10px;
}

.m-top-20 {
    margin-top:20px;
}

.m-top-30 {
    margin-top:30px;
}

.m-top-50 {
    margin-top:50px;
}