body {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
a:hover {
    opacity: 0.7;
}
table {
    font-size: 14px;
}
input[type="text"] {
    height: 30px;
    width: 100%;
}
input[type="password"] {
    height: 30px;
    width: 100%;
}
input[type="text"] {
    height: 30px;
    width: 100%;
}
textarea {
    width: 100%;
    height: 200px;
}
button {
    height: 30px;
    width: 150px;
    background-color: #3A77FB;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}
button.danger {
    background-color: #f00;
}
button:hover {
    opacity: .8;
}
select {
    width: 100%;
    height: 35px;
}
label.file-upload {
    border: solid 1px #ccc;
    height: 35px;
    display: block;
    border-radius: 3px;
    line-height: 35px;
    padding-left: 10px;
}
div.divider {
    height: 1px;
    width: 100%;
    background-color: #ccc;
    margin: 40px 20px;
}
.global-header {
    height: 60px;
    display: flex;
}
.logo-erapper {
    width: 100px;
}

.wrapper {
    display: flex;
}
.main-content {
    margin-left: 230px;
    height: 100vh;
    overflow-y: scroll;
}
.title-wrapper {
    height: 65px;
}
h1.title {
    margin: 0 0 0 25px;
    font-size: 25px;
    font-weight: 500;
    line-height: 65px;
}
.content-wrapper {
    padding: 10px 25px;
    background-color: #F7F7F7;
}
.subheader-wrapper {
    height: 50px;
    display: flex;
    align-items: center;
}
.subheader-area {
    width: 100%;
    margin: 0;
    font-size: 19px;
}
.subheader-search-form {
    width: 100%;
}
.subheader-search-form form {
    margin: 0;
}
.subheader-search-form-input {
    height: 28px;
    width: 100%;
}
.area-add-wrapper {
    height: 50px;
    width: 50%;
}
.area-add-container {
    width: 90%;
    background-color: #ffffff;
    box-shadow: 0 0 1px #ccc;
}

.area-add-link {
    color: #000000;
    text-decoration: none;
    line-height: 50px;
    height: 100%;
    width: 100%;
    display: block;
    padding-left: 30px;
}
.area-add-link:link {
    color: #000000;
}
.area-add-link:visited {
    color: #000000;
}
.area-add-link:hover {
    color: #000000;
}
.area-add-link:active {
    color: #000000;
}
.area-wrapper {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.area-container {
    width: 50%;
    height: 100px;
    margin-bottom: 15px;
}
.area-mg {
    width: 90%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 1px #ccc;
}
.area-item-link {
    text-decoration: none;
    color: #000000;
}
.area-item-link:link {
    color: #000000;
}
.area-item-link:visited {
    color: #000000;
}
.area-item-link:hover {
    color: #000000;
}
.area-item-link:active {
    color: #000000;
}
.area-item-box {
    height: 100%;
    display: flex;
    align-items: center;
}
.area-item-box.closed {
    background-color: #ccc;
}
.area-item-box.published {
    background-color: #bacdf7;
}
.area-item-image {
    height: 70px;
    width: 70px;
    margin: 0 10px;
    object-fit: cover;
}
.area-item-info p{
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
}
.password-form {
	display: none;
}
.user-form-box {
    margin-top: 20px;
    display: flex;
}
.user-prof-image {
	width: 100px;
	height: 100px;
    border-radius: 50%;
    margin-right: 20px;
}
.user-prof-form-box {
	width: 90%;
    background-color: #fff;
    padding: 20px;
}
.user-prof-form-table {
	width: 100%;
}
.user-prof-form-table tr {
	height: 38px;
}
.user-prof-form-table th {
	width: 110px;
}
.user-prof-form-table td {
	padding: 8px;
}

.content-box {
    margin: 20px;
    background-color: #fff;
    display: flex;
}
.content-list {
    width: 290px;
    padding: 0;
}
.content-list li {
    list-style: none;
    height: 70px;
    box-shadow: 0 0 1px #ccc;
    padding: 10px 20px;
    position: relative;
}
.content-list li:hover {
    background-color: #F7F7F7
}
.content-list li.active {
    background-color: #F7F7F7;
}
.content-list li a {
    color: #000000;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}
.content-list-item-id {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #aaa;
    font-size: 12px;
}
.content-list-item-title {
    width: 220px;
    font-weight: 500;
}
.content-list-item-date {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #aaa;
    font-size: 12px;
}
.content-form-box {
    width: 100%;
}
.content-form-body {
    padding: 25px;
}
.form-group {
    margin: 20px 0;
}
.form-group label.form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}
/*
sidemenu
*/
.sidemenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    bottom: 0;
    background: #444551;
}
.sidebar {
    padding: 0;
    margin: 0;
}
.sidebar li {
    list-style: none;
}
.sidebar-logo {
}
.sidebar-item {
    background-color: #444551;
    height: 50px;
    box-sizing: border-box;
}
.sidebar-item.sidebar-logo {
    background-color: #3D3E49;
    height: 60px;
}
.sidebar-item.active {
    border-color: #ff0000;
    border-left: solid 2px #ff0000;
    background-color: #3D3E49;
}
.sidebar-link {
    color: #ffffff;
    text-decoration: none;
    display: block;
    height: 100%;
    padding-top: 12px;
    padding-left: 15px;
}
.sidebar-link {
    color: #ffffff;
    text-decoration: none;
}
.sidebar-link:link {
    color: #ffffff;
}
.sidebar-link:visited {
    color: #ffffff;
}
.sidebar-link:hover {
    color: #ffffff;
}
.sidebar-link:active {
    color: #ffffff;
}


.no-image {
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prof-user-image {
    margin: 0 10px;
}
.user-img-circle {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.empty-row {
    height: 30px;
}