html,body{
    font-family: BYekan;
    min-height: 100vh;
    direction: rtl;
    padding: 0;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    background: #cfcfcf;
}
*{
    font-family: BYekan;
}
a,* a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
a:hover {
    color: #22b891;
}
button , input[type="submit"]{
    cursor: pointer;
	font-family: BYekan;
}
button:focus , input[type="submit"]:focus{
    outline: none;
}
input:focus, select:focus, option:focus{
    outline: none;
    border-color: #c18d67 !important;
}
input::-webkit-input-placeholder ,input:-ms-input-placeholder, input:-moz-placeholder,input::-moz-placeholder {
  font-family: BYekan;
}
input, * select , input[type="text"]::placeholder {
    font-family: BYekan;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}
.clear{
    clear: both;
    float: none;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal;
}
/***********header***********/

header{
    background: #282828;
    height: 45px;
    color: #ffffff;
    display: block;
}

.menu-wrp {
    position: relative;
    display: inline-block;
    height: 45px !important;
}

.header-menu-wrp {
    position: absolute;
    width: 300px;
    background: rgba(40, 40, 40,0.9);
    top: 45px;
    z-index: 2;
    padding: 0 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 18px;
    max-height: 0;
    overflow: hidden;
    transition: all linear 500ms;
}

.header-menu-wrp ul {
    margin: 0;
    padding: 20px 0;
    list-style: none;
}

.header-menu-wrp ul li {
    border-radius: 5px;
    padding: 6px 10px;
    margin-bottom: 3px;
}

.header-menu-wrp ul li:hover {
    background: #333333;
}

.header-menu-wrp ul li a:hover {
    color:#fff;
}

.menu-wrp:hover .header-menu-wrp {
    max-height: 500px;
}

.menu-wrp:hover .hamburger {
    background: #383838;
}

.account {
    display: inline-block;
    position: relative;
    height: 45px !important;
    vertical-align: top;
    padding: 0 10px;
}

.account .logout-wrp {
    position: absolute;
    top: 45px;
    background: rgba(40,40,40,0.9);
    padding: 0;
    right: 0px;
    left: -40px;
    z-index: 2;
    text-align: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    max-height: 0;
    overflow: hidden;
    transition: all linear 500ms;
}

.account .logout-wrp button.logout {
    background: #b83043;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 6px 25px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
}

.account:hover .logout-wrp {
    max-height: 100px;
    display:table;
}

.account:hover {
    background: #383838;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.profile-icon-wrp {
    display: inline-block;
    font-size: 29px;
    vertical-align: top;
    padding-top: 7px;
}

.profile-name {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    font-family: sans-serif;
    padding-top: 13px;
    margin-right: 9px;
}

.notif-wrp {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 22px;
    padding-top: 10px;
}

.notif-wrp .icon-bell {
    display: inline-block;
}

.notif-wrp span.notif-num {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-family: sans-serif;
    background: #cc335e;
    padding: 3px 7px;
    border-radius: 6px;
    margin-right: 5px;
    margin-top: -1px;
}

.notif-wrp {
    position: relative;
    display: inline-block;
    height: 45px !important;
}

.header-notif-wrp {
    position: absolute;
    width: 300px;
    background: rgba(40, 40, 40,0.9);
    top: 45px;
    z-index: 2;
    padding: 0 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 16px;
    max-height: 0;
    overflow: hidden;
    transition: all linear 500ms;
}

.header-notif-wrp ul {
    margin: 0;
    padding: 20px 0;
    list-style: none;
}

.header-notif-wrp ul li {
    border-radius: 5px;
    padding: 3px 5px;
    margin-bottom: 1px;
}

.header-notif-wrp ul li:hover {
    background: #333333;
}

.notif-wrp.is-active .header-notif-wrp {
    max-height: 500px;
}

.logo {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.5px;
    padding-top: 9px;
}

.login-btn {
    display: block;
    line-height: 46px;
    font-size: 20px;
    position: relative;
    display:inline-block;
    width:210px;
    text-indent:10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.login-btn:hover {
    background:#343434
}

.login-btn .login-form-wrp {
    position: absolute;
    background: rgba(40,40,40,0.9);
    width: 210px;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 3;
    text-indent:0;
    display: none;
}

.login-btn:hover .login-form-wrp{
    display: block;
}

.login-btn .login-form-wrp input[type="text"], .login-btn .login-form-wrp input[type="password"] {
    background: #dadada;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    font-size: 13px;
}

.login-btn .login-form-wrp input[type="submit"] {
    width: 80%;
    height: 30px;
    line-height: 27px;
    float: none;
    margin: 0 10%;
    display: inline-block;
    padding: 0;
    background: #b83043;
    font-size: 16px;
    border-radius: 5px;
}
.login-btn .login-form-wrp label{
    display: block;
    font-size: 15px;
    height: 24px;
    line-height: 24px;
}

/*************main ***********************/

main{
    padding-top: 10px;
    min-height: 100vh;
}

.content-wrp .title{
    height: 25px;
    line-height: 25px;
    background: #22b891;
    display: block;
    font-size: 17px;
    font-family: BYekan;
    color: #ffffff;
    padding: 0 20px;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.content-wrp .content{
    background: #fafafa;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/*********** dashboard *********/

.main-button img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}
.searchform-wrp {
    padding-top: 10px;
}

.searchform-wrp form {
    display: block;
    width: 100%;
    background: #5d5d5d;
    height: 35px;
    border-radius: 5px;
}

.searchform-wrp form input[type="text"] {
    height: 35px;
    border: none;
    background: none;
    color: #ffff;
    padding-right: 20px;
    width: calc(100% - 40px);
    font-size: 16px;
    vertical-align: top;
}

.searchform-wrp form input[type="submit"] {
    width: 35px;
    height: 35px;
    border: none;
    background: #333;
    font-family: biotech;
    color: #fff;
    font-size: 22px;
    border-radius: 5px;
    vertical-align: top;
    padding: 3px 7px;
}
.main-btn-wrp {
    padding-top: 10px;
}

.main-btn-wrp .main-btn {
    padding: 5px;
    background: #eaeaea;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    height: 50px;
    line-height: 40px;
    font-size: 18px;
    color: #222;
    padding-right: 10px;
    margin-bottom: 10px;
}

.main-btn-wrp .main-btn .icon-profile {
    display: inline-block !important;
    background: #51c1cb;
    width: 40px;
    text-align: center;
    font-size: 27px;
    height: 40px;
    color: #fff;
    padding-top: 7px;
    border-radius: 6px;
    vertical-align: bottom;
    float: left;
    margin-right: 8px;
}

.content-section .section-header {
    height: 25px;
    line-height: 25px;
    background: #333333;
    padding: 0 15px;
    color: #ffffff;
    font-size: 17px;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

.content-section .section-body .section-item {
    background: #eaeaea;
    min-height: 50px;
    padding: 15px;
    display: block;
    padding-right: 75px;
    color: #333333;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
}

.content-section .section-body .section-item span {
    font-size: 17px;
    display: block;
    position: absolute;
    top: 5px;
    right: 0px;
    bottom: 5px;
    width: 60px;
    text-align: center;
    padding: 10px;
    border-left: 1px solid #7e7e7e;
}
.content-section .more {
    background: #71bab6;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 13px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 19px;
    float: left;
    margin-bottom: 10px;
}
.icon-img {
    display: inline-block;
    float: left;
    background: #51c1cb;
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    margin-right:20px;
}

.icon-img img {
    width: 92%;
}
/***** user profiles *************/

.profile-pic-wrp {
    border-left: 1px solid #888;
    margin-bottom: 10px;
}

.profile-pic-wrp img {
    width: 70%;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}

.profile-info-wrp {
    padding-right: 20px !important;
    margin-bottom: 15px;
}

.profile-info-wrp > div {
    color: #333333;
    font-size: 17px;
    padding: 4px 0;
}

.content-section .section-header {
    cursor: pointer;
}

.content-section .section-header span.expand-triger {
    font-size: 27px;
    float: left;
    padding-top: 1px;
}

.content-section.expandable .section-body {
    background: #eaeaea;
    border-radius: 5px;
    max-height: 0px;
    height: 0px;
    padding: 0 10px 0px;
    transition: all linear 500ms;
    overflow: hidden;
}
.content-section.expandable.is-active .section-body {
    max-height: 300px;
    height: 300px;
    padding: 0 10px 10px;
}

.content-section.expandable .section-item {
    border-bottom: 1px solid #7e7e7e;
    border-radius: 0;
}

/********** user search *********/

.search-nav {
    background: #333333;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 25px;
    line-height: 25px;
    padding-right: 20px;
    color: #ffffff;
    font-size: 17px;
    border-radius: 5px;
}

.search-nav span {
    padding: 3px;
    display: inline-block;
    vertical-align: top;
}

.search-nav button.search-back {
    background: #22b891;
    border: none;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 13px;
    height: 25px;
    line-height: 23px;
    border-radius: 5px;
}

.search-nav button.search-back i {
    font-size: 19px;
    vertical-align: top;
    padding-top: 2px;
    display: inline-block;
}
.search-result {
    width: 100%;
    height: 150vh;
}

.search-result table {
    width: 100%;
    color: #333333;
    border-collapse: collapse;
}

.search-result table thead {
    border-bottom: 1px solid #c2c2c2;
}

.search-result table tbody tr:nth-child(odd) {
    background: #eaeaea;
}

.search-result table tbody tr th {
    width: 33px;
    font-size: 14px;
    font-weight: 200;
    padding-top: 7px;
    border-left: 1px solid #c2c2c2;
}

.search-result table tbody tr td {
    padding: 0 10px;
    border: none;
    font-size: 19px;
}

.search-result table tbody tr td.status {
    border-right: 1px solid #c1c2c1;
    text-indent: 5px;
}

.search-result table tbody tr td  button.addto-contact {
    background: #55bacc;
    color: #ffffff;
    border: 1px solid #333;
    border-radius: 6px;
    margin: 3px;
    font-size: 11.5px;
    float: left;
}

/***********advanced search ******/

.advanced-searchform-wrp {
    background: #cfcfcf;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.advanced-searchform-wrp .input-wrp label {
    display: block;
    color: #5d5d5d;
    padding-bottom: 4px;
    text-indent: 5px;
    font-size: 18px;
}

.advanced-searchform-wrp .input-wrp input[type="text"] {
    border: none;
    background: #f1f1f1;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-indent: 5px;
}

button.adv-btn {
    font-size: 17px;
    height: 35px;
    line-height: 30px;
}

button.adv-btn i {
    display: inline-block;
    vertical-align: top;
}
.form-footer {
    background: #e5e5e5;
    margin: 10px -10px -15px -10px !important;
    min-width: calc(100% + 20px) !important;
    padding: 10px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.form-footer button {
    background: #38c0b9;
    border: none;
    padding: 4px 10px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    float: left;
}

.form-footer button i {
    font-size: 22px;
    vertical-align: top;
    display: inline-block;
    padding: 4px 15px 0 0;
    cursor:pointer;
}

.form-footer input[type="radio"] {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
}

.form-footer label {
    color: #363636;
    margin: 8px 0 0 20px;
    display: inline-block;
}

/********* contact & contact search ****/

button.add-contact {
    width: 100%;
    margin-top: 10px;
    background: #38c0b9;
    border: none;
    height: 35px;
    color: #fff;
    font-size: 18px;
    line-height: 33px;
    border-radius: 6px;
    cursor: pointer;
    text-align: right;
    padding: 0 10px;
}

button.add-contact i {
    display: inline-block;
    font-size: 22px;
    vertical-align: top;
    padding-top: 6px;
    float: left;
}

button.remove {
    float: left;
    background: none;
    border: none;
    font-size: 18px;
    display: inline-block;
    padding: 3px 0 0 0;
}

.search-result table tbody tr td.name {
    border-left: 1px solid #c3c3c3;
}

/********* binder single *********/

.binder-data {
    padding-bottom: 5px;
    border-bottom: 1px solid #c1c1c1;
}

.binder-data .name {
    display: inline-block;
    font-size: 18px;
    color: #333;
}

.binder-data .btns {
    float: left;
}

.binder-data .btns .edit {
    background: #55bacc;
    display: inline-block;
    color: #fff;
    height: 23px;
    line-height: 23px;
    padding: 0 3px;
    font-size: 17px;
    border-radius: 5px;
    border: 1px solid #257684;
    margin-right: 10px;
    cursor: pointer;
}

.binder-data .btns .delete {
    background: #cc5576;
    display: inline-block;
    color: #fff;
    height: 23px;
    line-height: 23px;
    padding: 0 3px;
    font-size: 17px;
    border-radius: 5px;
    border: 1px solid #65263e;
    margin-right: 3px;
    cursor: pointer;
}

.binder-data .btns .back {
    background: #22b891;
    display: inline-block;
    color: #fff;
    height: 23px;
    line-height: 23px;
    padding: 0 3px;
    font-size: 17px;
    border-radius: 5px;
    border: 1px solid #0d5343;
    margin-right: 2px;
    cursor: pointer;
}

.binder-data .btns .back i {
    font-size: 16px;
    display: inline-block;
    padding-top: 4px;
    height: 20px;
    vertical-align: top;
    margin: 0 5px;
}

.content-tabs ul.tabs-nav {
    margin: 0;
    padding: 10px 10px 0 10px;
    list-style: none;
    background: #eaeaea;
    margin-top: 10px;
    border-radius: 5px;
}

.content-tabs ul.tabs-nav li {
    display: inline-block;
    background: #d0d0d0;
    padding: 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    color: #333;
    margin-left: 10px;
}

.content-tabs ul.tabs-nav li.is-activee {
    background: #fafafa;
}

.content-tabs ul.tabs-nav li .icon {
    font-size: 30px;
}

.tabs-wrp {
    padding: 15px 0;
}

.tabs-wrp .tab {
    height: 150vh;
}

.tabs-wrp button {
    background: #51c1cb;
    border: none;
    color: #fff;
    font-size: 17px;
    margin: 0 10px 10px;
    border-radius: 5px;
    padding: 0 10px;
        line-height: 30px;
            border: 1px solid #44b9c3;
}

.tabs-wrp button i {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    margin-right: 30px;
    height: 30px;
}
.tabs-wrp .tab form {
    display: none;
}

td.icon-wrp {
    text-align: left;
}

td.icon-wrp button.remove-icon {
    background: no-repeat;
    padding: 0;
    margin: 3px;
    color: #333;
    cursor: pointer;
    border:none;
}

/********** my profile **********/

.form-input-wrp input[type="text"], .form-input-wrp input[type="password"], .form-input-wrp input[type="email"] {
    background: #eaeaea;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin: 5px 0 11px;
    width: 100%;
}

.form-input-wrp textarea {
    background: #eaeaea;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    height: 120px;
    line-height: 35px;
    padding: 0 10px;
    margin: 5px 0 11px;
    width: 100%;
}

.form-input-wrp label {
    padding-right: 10px;
    color: #333;
    font-size: 15px;
}

.form-input-wrp .autocomplete {
    display: block;
    width: 100%;
}

form.profile-data .footer {
    background: #b5f2f9;
    margin: 10px -10px -10px;
    padding: 10px 0 40px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

form.profile-data .footer .close {
    width: 100%;
    background: #bbbbbb;
    border: 1px solid #979797;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
}

form.profile-data .footer button.send-post {
    background: #38c0b9;
    width: 100%;
    color: #fff;
    font-size: 16px;
    height: 35px;
    line-height: 31px;
    vertical-align: top;
    border: 1px solid #1e8c87;
    border: 1px solid #1e8c87;
    border-radius: 5px;
    text-align: right;
    padding: 0 15px;
}

form.profile-data .footer button.send-post i {
    font-size: 20px;
    vertical-align: top;
    padding-top: 6px;
    display: inline-block;
    float: left;
}

/*********** workgroup **********/

.workgroup-setting{
    background: #cfcfcf;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.workgroup-setting .item {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.workgroup-setting .item .item-title {
    color: #333;
}

.workgroup-setting .item span {
    display: inline-block;
    background: #fff;
    padding: 1px 14px;
    margin-left: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px 10px 0;
    line-height: 14px;
}

.workgroup-setting .item .edit {
    background: #55bacb;
    text-align: center;
    padding: 1px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    float: left;
    border: 1px solid #257683;
    cursor: pointer;
}
button.add-task {
    background: #38c0b9;
    width: 100%;
    color: #fff;
    font-size: 16px;
    height: 35px;
    line-height: 30px;
    vertical-align: top;
    border: 1px solid #1e8c87;
    border-radius: 5px;
    margin-top: 10px;
    text-align: right;
}

button.add-task i {
    float: left;
    font-size: 20px;
    display: inline-block;
    padding-top: 5px;
}

.search-result.workgroup {
    height: 70vh;
    margin-top: 10px;
}

td.task-content p {
    font-size: 14px;
    margin: 5px  0;
}

td.status {
    font-size: 15px !important;
    padding: 6px 0 0 0 !important;
}

.row.task-btn-wrp {
    background: #a8e6ec;
    margin: 10px -10px;
    padding: 0 10px 8px;
}
.taskedit {
    background: #55bacb;
    text-align: center;
    padding: 2px 10px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    float: left;
    border: 1px solid #257683;
    cursor: pointer;
    float:left;
}

.outsource-task {
    background: #dddddd;
    padding: 5px;
    border-radius: 6px;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}

.outsource-task-wrp {
    height: 70vh;
}

.outsource-task .name {display: inline-block;padding: 0 10px;background: #fff;border-radius: 5px;margin-bottom: 3px;}

.outsource-task p {
    padding: 0;
    margin: 4px;
    display: block;
}

.outsource-task .reply {
    background: #bcbcbc;
    padding: 5px;
    border-radius: 6px;
}

.outsource-task .reply .name {
    background: #989898;
    color: #fff;
}

.result-wrp {
    border-top: 1px solid #c2c2c2;
    padding: 5px 10px;
    margin: 0 -10px;
}

.result-wrp .box {
    background: #efefef;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    margin-bottom: 10px;
}

.result-wrp .box .title {
    background: none;
    color: #333;
    padding: 0;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.result-wrp .box textarea {
    width: 100%;
    height: 115px;
    background: none;
    border: none;
}

.result-wrp button.send-post {
    background: #41bb83;
    width: 100%;
    color: #fff;
    font-size: 16px;
    height: 35px;
    line-height: 31px;
    vertical-align: top;
    border: 1px solid #1e8c87;
    border-radius: 5px;
}
.result-wrp button.send-post.projectdone{
    background-color: #51c1cb;
}

/********** reg *****************/

.form-header{
    background: url("../img/reg-bg.jpg");
    background-size: 100% 100%;
    height: 75px;
    padding: 10px;
    margin: -10px -10px 10px -10px;
}
img#profile-img {
    width: 57px;
    height: 57px;
    border-radius: 50%;
}

.profile-pic-upload {
    display: none;
}

div#pic-btn {
    background: #22b891;
    height: 30px;
    display: table;
    line-height: 29px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #067c7e;
    position: relative;
    top: 50%;
    transform: translateY(-55%);
    cursor: pointer;
}
.radio-btn {
    display: inline-block;
    padding-left: 15px;
    margin: 10px 0 18px 0;
}

.form-input-wrp input[type="radio"] {
    vertical-align: top;
    height: 18px;
    width: 18px;
}

.radio-btn label {
    padding-right: 0px;
    padding-top: 4px;
    display: inline-block;
}

.checkbox-btn {
    display: inline-block;
    padding-left: 15px;
    margin: 4px 0 15px 0;
}

.form-input-wrp input[type="checkbox"] {
    width: 16px;
    height: 16px;
    vertical-align: top;
}

.checkbox-btn label {
    display: inline-block;
    padding: 3px 0;
}
.form-input-wrp select {
    width: 300px;
    height: 30px;
    background: #eaeaea;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    font-size: 14px;
    margin: 5px 0 10px;
}

.divider {
    width: 100%;
    height: 1px;
    background: #c2c2c2;
    margin: 5px 0 15px;
}

/*********** extra pages ********/

.name {
    width: calc(100% - 240px);
}

.name input[type="text"] {
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #fff;
    display: block;
}

.post-content textarea {
    width: 100%;
    height: 400px;
    background: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
}

.update-btn-wrp button {
    background: #51c1cb;
    border: none;
    color: #fff;
    font-size: 17px;
    margin: 0 10px 10px;
    border-radius: 5px;
    padding: 0 10px;
    float: left;
    line-height: 30px;
}

.update-btn-wrp i {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    margin-right: 30px;
    height: 30px;
}

.post-files {
    padding-top: 10px;
}

.post-files form {
    display: none;
}

.post-files button {
    background: #51c1cb;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 10px 10px;
    border-radius: 5px;
    padding: 0 10px;
}

.post-files i {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    margin-right: 30px;
    height: 30px;
}

/********* login page ***********/

form.login {
    position: relative;
    /*top: 50%;*/
    /* transform: translateY(-50%); */
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

form.login input[type="text"], form.login input[type="password"] {
    background-color: #f1f1f1 !important;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
}

form.login input[type="submit"] {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 31px;
    padding: 0;
    background: #38c0b9;
    border-radius: 5px;
}
button.signup {
    width: 100%;
    display: block;
    background: #51c1cb;
    color: #fff;
    height: 35px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 15px;
}
.site-title {
    font-size: 44px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 900;
    color: #333;
    padding-top: 6vh;
    padding-bottom: 6vh;
}

/********** topic *************/

.question {
    background: #f1f1f1;
    padding: 13px;
    margin-bottom: 15px;
    color: #333;
    border-radius: 5px;
    position: relative;
}

.question span.author {
    font-size: 14px;
}

.question .content {
    background: #f1f1f1;
}

.question .reply-btn {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 14px;
    background: #38c0b9;
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.question .reply {
    background: #fff;
    display: block;
    padding: 10px;
    width: 90%;
    margin: 0 5%;
    border-radius: 5px;
    margin-bottom:10px;
}

.question .reply .content{
    background:#fff
}


/**********index ****************/

.post {
    padding: 15px 0;
    background: #f6f5f5;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.8rem;
    color: #333;
}

.post img {
    max-width: 100%;
    height: auto;
}

.post:nth-child(2n+1) {
    background: #dfdede;
    direction: ltr;;
    text-align: right;
}

.post .title {
    font-size: 20px;
    padding-top: 40px;
}

.post:nth-child(2n+1) p, .post:nth-child(2n+1) .title{
    margin-right: 20px;
}

.post button.signup {
    display: inline-block;
    width: auto;
    padding: 0 21px;
    line-height: 34px;
}

.post button.signup i {
    display: inline-block;
    margin: 4px 2px;
    vertical-align: top;
}
/********** message *************/
.message {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
    background: #fff;
    font-size: 17px;
    color: #333;
    border-radius: 5px;
    position: relative;
}

.message.error {
    border: 1px solid #e92626;
    color: #cc2828;
}

.message span.icon-x-circle {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 22px;
    transform: translateY(-39%);
    cursor: pointer;
}
/********** popups **************/

.popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(42,42,42,0.8);
    z-index: 3;
}

.popup.is-active{
    display: block;
}

.popup .popup-header {
    background: #edc319;
    margin: -10px -10px 10px -10px;
    padding: 4px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    height: 35px;
    line-height: 33px;
    font-size: 20px;
}

.popup .popup-header i {
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
}

.popup .add-post {
    background: #fafafa;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    top: 50vh;
    transform: translateY(-50%);
}

.popup .add-post input[type="text"] {
    width: 100%;
    margin-top: 3px;
    background: #e8e8e8;
    border: 1px solid #c2c2c2;
    padding: 3px 10px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.popup .add-post .close-popup {
    width: 100%;
    background: #bbbbbb;
    border: 1px solid #979797;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.popup .add-post button.send-post {
    background: #38c0b9;
    width: 100%;
    color: #fff;
    font-size: 16px;
    height: 35px;
    line-height: 30px;
    vertical-align: top;
    border: 1px solid #1e8c87;
    border-radius: 5px;
    text-align: right;
    padding: 0 10px;
}

.popup .add-post button.send-post i {
    font-size: 20px;
    vertical-align: top;
    padding-top: 6px;
    display: inline-block;
    margin-right: 20px;
    float: left;
}

.popup .add-post .autocomplete {
    width: 100%;
}

.popup .add-post textarea {
    background: #e8e8e8;
    border: 1px solid #c2c2c2;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 10px;
}

.popup .add-post .autocomplete .add-admin {
    cursor: pointer;
    background: #38c0b9;
    height: 27px;
    line-height: 27px;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    position: absolute;
    top: 7px;
    left: 5px;
    z-index: 4;
}

.popup .add-post .user-wrp span {
    background: #eaeaea;
    padding: 4px 15px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 0 5px 5px;
}

.popup .add-post .user-wrp span i {
    vertical-align: top;
    display: block;
    float: left;
    padding: 3px 15px 0px 0px;
    height: 10px;
    cursor: pointer;
}

.popup .add-post label {
    display: block;
    margin: 10px;
    color: #333;
}

.popup .add-post .datepicker {
    width: 100%;
    height: 35px;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
}

.popup .add-post .text {
    font-size: 14px;
    color: #333;
    padding-bottom: 9px;
}

.popup .add-post .line {
    border-top: 1px  solid #c2c2c2;
    margin-top: 8px;
}

button.send-post.delete {
    background: #cc5576 !important;
    border-color: #b53458 !important;
}

.popup .add-post .text-main {
    color: #333;
    padding: 20px 10px;
}

/********** input autocomplete ***/

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}
input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}
input[type=text] {
    background-color: #f1f1f1;
    width: 100%;
}
input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

/********** footer **************/
footer{
    background: #333333;
    min-height: 15vh;
    padding-top: 50px;
    padding-bottom: 30px;
}

.site-name {
    color: #fff;
    font-size: 27px;
    text-align: left;
    font-family: sans-serif;
    font-weight: bold;
}

.site-desc {
    color: #fff;
    text-align: left;
    padding-top: 4px;
}

footer .menu ul {
    color: #f1f1f1;
    margin: 0;
    padding: 0 22px;
    list-style: none;
    border-right: 1px solid #ccc;
}

/********* nicescroll **********/

.nicescroll-cursors {
    background: #7e7e7e !important;
    width: 10px !important;
}
button.send-post.done {
    background: #ff9f37 !important;
    border-color: #d28735 !important;
}

/************* hamburger menu *******************/
.hamburger {
    padding: 10px 15px;
    display: block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    z-index: 3;
    position: relative;}
.hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
.hamburger-inner::before {
    top: -10px; }
.hamburger-inner::after {
    bottom: -10px; }

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }


.parallax-background {
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;

    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/************* mobile *****************/
@media only screen and (max-width: 767px) {
    .profile-name{
        display:none;
    }
}
@media only screen and (max-width: 570px) {
    .menu-wrp:hover .header-menu-wrp {
        max-height: 0px;
    }
    
    .account:hover .logout-wrp {
        max-height: 0px;
    }
    .profile-name{
        display:none;
    }
    .menu-wrp.is-active .header-menu-wrp {
        max-height: 500px;
    }
    
    .account.is-active .logout-wrp {
        max-height: 100px;
    }


    .hamburger {
        padding: 10px 5px !important;
    }

    /*.account .profile-icon-wrp {*/
    /*    display: none;*/
    /*}*/

    .notif-wrp .icon-bell {
        display: none;
    }

    .notif-wrp {
        margin: 0;
    }

    .account .profile-name {
        margin: 0;
    }
    .main-button {
        margin-bottom: 10px;
    }
    .content-tabs ul.tabs-nav li {
        padding: 10px 16px;
        margin-left: 1px;
    }
    .binder-data .name {
        margin-bottom: 10px;
    }
    .workgroup-setting .item .item-title {
        margin-bottom: 6px;
    }
}

ul#sidebar {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul#sidebar img {
    max-width: 100%;
    height: auto;
}

ul#sidebar li {
    margin-bottom: 10px;
}

.section-body .info-item {
    padding-top: 20px;
}