html, body {
    height: 100%;
    width: 100%;
}

.list-group a, .list-group a:visited, .list-group a:active {
    color: inherit;
}

.userTable td, .userTable th {
    padding-left: 20px;
    padding-right: 20px;
}

[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}

.left {
    float: left;
}

.right {
    float: right;
}

.context {
    padding: 10px;
    background: #FFF;
    color: #333;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: -1px;
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 1px 3px #ccc;
}

.header_section_wrapper {

}

.header_section_wrapper_placeholder {
    height: 130px;
}

.context .breadcrumb {
    background: transparent;
    padding: 0px;
    margin: 0px;
}

.context .breadcrumb li a {
    color: #0038b2;
}

.context .breadcrumb li:last-child a {
    color: #000000;
}

.outside_container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.main_content_wrapper {
    background: rgb(238, 238, 238);
    min-height: 100%;
    padding-bottom: 100px;
}

.trigger_refresh {
    position: absolute;
    top: 50px;
    right: 0px;
    padding: 10px;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    background: #dedede;
    color: #000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.trigger_refresh:hover {
    background: #757575;
    color: white;
}

.main_header {
    text-shadow: 1px 1px 1px rgb(255, 254, 254);
}

header#main_header .menu {
    float: right;
    width: 1000px;
    text-align: right;
}

header#main_header .user-name {
    font-size: 16px;
    font-weight: bold;
    color: #27bc34;
}

header#main_header .menu ul {
    list-style-type: none;
    margin: 0px;
}

header#main_header .menu ul li {
    display: inline-block;
    padding-right: 20px;
}

header#main_header .menu ul li a {
    color: white;
}

header#main_header .menu ul li a:hover {
    text-decoration: underline;
}

header#main_header {
    width: 100%;
    padding: 10px;
    background: #000000;
    border-bottom: 1px solid #ddd;
    color: white;
    border-bottom: 1px solid #FFFEFE;
}

header#main_header .logo {
    float: left;
    padding: 5px 0px;
}

header#main_header .logo b {
    color: wheat;
    font-size: 1.7em;
    padding-right: 10px;
    margin-right: 5px;
    border-right: 1px solid wheat;
    text-transform: lowercase;
}

header#main_header .logo span {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    top: -3px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.main_content_wrapper .content {
    padding-top: 0px;
}

.clearfix a {
    color: #0038b2;
}

.clearfix a:visited {
    color: #0038b2;
}

.admin-area-container {
    display: inline-block;
    border: 1px solid rgb(217, 83, 79);
    border-radius: 3px;
    padding: 0 5px;
    position: relative;
    margin: 5px;
}

.admin-area-container .admin-area-header {
    font-size: 10px;
    position: absolute;
    bottom: 100%;
    left: 0;
    color: rgb(217, 83, 79);
}
