
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100,700);
@font-face {
  font-family: 'stroke';
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/137754/stroke.eot?d7yf1v");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/137754/stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/137754/stroke.woff?d7yf1v") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/137754/stroke.ttf?d7yf1v") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^="stroke-"], [class*=" stroke-"] {
  display: inline-block;
  font-family: 'stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 1100px;
  background: #343434;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}

body {
  display: flex;
  overflow: hidden;
  background: #006a4e;
}

span.explicit label {
  float: left;
  color: #000;
}
span.explicit input {
  width: auto;
  height: 24px;
  float: left;
  padding: 0 14px 0 0;
  margin: -3px 5px 0 14px;
}

/*LOGIN*/


.login-card {
  padding: 40px;
  width: 400px;
  height: 400px;
  background-color: #F7F7F7;
  margin: 100px auto 10px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border-top: solid 3px #151b26;
}

.login-card h1 {
  font-weight: 100;
  text-align: center;
  font-size: 2.3em;
}

.login-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.error {
  text-align: center;
    background: #ed8787;
    padding: 5px 0;
    color: #7e0404;
    margin: 0 0 10px;
}

.success {
    text-align: center;
    padding: 5px 0;
    margin: 0 0 10px; 
    background: #cef3bb;
    color: #2d7a05;
}

.login-card input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-card input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
  /* border-radius: 3px; */
/* -webkit-user-select: none;
user-select: none; */
}

.login-submit {
  /* border: 1px solid #006a4e; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #151b26;
  cursor: pointer;
  
}

.login-submit:hover {
  /* border: 1px solid #006a4e; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #006a4e;
}

.login-card a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-card a:hover {
  opacity: 1;
}

.login-help {
  width: 100%;
  text-align: center;
  font-size: 12px;
}


/*END OF LOGIN*/




main.main {
  background: #f1f1f1;
  height: 100vh;
  width: calc(100% - 250px);
  color: #EFEFEF;
  display: flex;
  flex-direction: column;
}

.content-container {
  margin: 0 30px;
  border-radius: 3px;
  position: relative;
  padding: 20px 0;
}

.scroll-container {
  overflow: auto;
  width: 100%;
}

.noticeWrap {
  margin: 0 30px;
  border-radius: 3px;
  position: relative;
  padding: 20px 0;
}

.notice {
  width: 100%;
  background: #fff;
  border-left: 4px solid #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  margin: 5px 0;
  padding: 1px 12px;
  display: inline-block;
}

.notice p {
  margin: .5em 0;
  padding: 2px;
  color: #000;
  float: left;
}


.notice .close {
  float: right;
  padding: 5px;
  background: #9c9c9c;
  color: #fff;
  border-radius: 60px;
  width: 16px;
  height: 16px;
  font-size: 9px;
  line-height: 7px;
  margin: 10px auto;
}

.notice.good {
  border-left-color: #46b450;
}
/*.notice.good .close {
    background: #46b450;
    }*/

    .notice.error {
      border-left-color: #d81313;
    }
/*.notice.error .close {
    background: #d81313;
    }*/

    h1, h2, h3, h4, h5, h6, p, span, a, th, td, input, label {
      font-family: 'Lato', sans-serif;
    }

    h1 {
      font-size: 32px;
      font-weight: 300;
    }

    h2 {
      font-size: 28px;
      font-weight: 300;
    }

    h3 {
      font-size: 26px;
      font-weight: 300;
    }

    h4 {
      font-size: 24px;
      font-weight: 300;
    }

    h5 {
      font-size: 20px;
      font-weight: 300;
    }

    h6 {
      font-size: 18px;
    }

    a {
      color: #56A1DB;
      text-decoration: none;
    }
    a:hover, a.selected {
      color: #4792cc;
    }

    input:focus, .button:focus {
      outline: none;
    }

    .button {
      color: #FFF;
      background: #56A1DB;
      border: none;
      padding: 10px 40px;
      text-align: center;
      font-size: 1rem;
      display: block;
    }
    .button:hover, .button.selected {
      background: #3883bd;
    }

    .user-dashboard {
      background: #151b26;
      color: #343434;
      width: 250px;
      height: 100vh;
      display: flex;
      flex-direction: column;
    }

    nav.main {
      display: flex;
      flex-direction: column;
      flex: 1;
    }
    nav.main h5 {
      padding: 20px 10px;
      color: #ffffff;
      border-bottom: 1px solid #3e4955;
    }
    nav.main ul.nav-container {
      height: auto;
      /* overflow: auto; */
      padding: 0;
    }
    nav.main li.nav-item {
      /*overflow: hidden;*/
    }
    nav.main li.nav-item p {
      display: block;
      width: 100%;
      text-transform: uppercase;
      color: #fff;
      background: #151b26;
      padding: 16px 20px 16px 40px;
      border-top: 1px solid #1d2638;
      border-bottom: 1px solid transparent;
      cursor: pointer;
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    nav.main li.nav-item p:before {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      border: 2px solid;
      border-radius: 50%;
      left: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    nav.main li.nav-item p span {
      display: inline-block;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 11px;
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: -webkit-transform 0.25s ease;
      transition: transform 0.25s ease;
      transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    }
    nav.main li.nav-item:first-of-type span {
      border-top: none;
    }
    nav.main li.nav-item:last-of-type span {
      border-bottom: 1px solid #1d2638;
    }
    nav.main li.nav-item:first-of-type span::before {
      border-color: #28D8B2;
    }
    nav.main li.nav-item:first-of-type li a::before {
      background: #28D8B2;
    }
    nav.main li.nav-item:nth-of-type(2) span::before {
      border-color: #F47264;
    }
    nav.main li.nav-item:nth-of-type(2) li a::before {
      background: #F47264;
    }
    nav.main li.nav-item:nth-of-type(3) span::before {
      border-color: #56A1DB;
    }
    nav.main li.nav-item:nth-of-type(3) li a::before {
      background: #56A1DB;
    }
    nav.main li.nav-item:nth-of-type(4) span::before {
      border-color: #FBD046;
    }
    nav.main li.nav-item:nth-of-type(4) li a::before {
      background: #FBD046;
    }
    nav.main li.nav-item:nth-of-type(5) span::before {
      border-color: #735FA4;
    }
    nav.main li.nav-item:nth-of-type(5) li a::before {
      background: #735FA4;
    }
    nav.main li.nav-item ul.subnav {
      visibility: hidden;
      max-height: 0;
      transition: 0.25s ease;
      transition-property: max-height, opacity;
      opacity: 0;
    }
    nav.main li.nav-item ul.subnav a {
      display: block;
      width: 100%;
      text-transform: capitalize;
      color: #fff;
      padding: 16px 20px 16px 40px;
      position: relative;
    }
    nav.main li.nav-item ul.subnav a:hover {
      background: #1d2738;
    }
    nav.main li.nav-item ul.subnav li a::before {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      left: 22px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }
/*nav.main li.nav-item.open span {
  background: #1d2738;
}

nav.main li.nav-item span:hover {
  background: #1d2738;
  }*/

  nav.main li.nav-item.open p span{
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  nav.main li.nav-item.open ul.subnav {
    visibility: visible;
    max-height: 200px;
    opacity: 1;
    padding: 0;
  }

  header.main {
    padding: 18px 60px;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    background: #272f36;
    /*flex: 0 0 auto;*/
    position: relative;
    border-bottom: 1px solid #3e4955;
  }
  header.main::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, transparent, #252525, transparent);
  }
  header.main h5 {
    font-size: 18px;
    position: relative;
    font-size: 18px;
    position: relative;
    float: right;
    margin-right: 20px;
  }

  header.main p {
    float: right;
    margin: 3px;
  }

  .page_title {
    color: #161c26;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 40px;
  }

  header.main form.input-container {
    display: flex;
    align-items: center;
  }
  header.main form.input-container label {
    width: 28px;
    height: 28px;
    font-size: 28px;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
  }
  header.main form.input-container label::before {
    display: inline-block;
    font-family: 'stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e618';
    color: #D8D7D7;
  }
  header.main form.input-container input[type="search"] {
    background: none;
    border: none;
    border-bottom: 1px solid #F9F9F9;
    line-height: 22px;
    width: 240px;
    color: #EFEFEF;
    font-size: 22px;
    font-weight: 300;
    display: none;
  }

  section.content-section {
    background-image: linear-gradient(to right, rgba(95, 99, 109, 0.5), rgba(76, 95, 113, 0.8));
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
  }
  section.content-section .content-item {
    display: flex;
    flex-direction: column;
  }
  section.content-section .content-item .content-header {
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    border-bottom: 1px solid #252525;
  }
  section.content-section .content-item .content-header h5 {
    padding-left: 20px;
    position: relative;
  }
  section.content-section .content-item .content-header h5::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #F47264;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
  }
  section.content-section .content-item .content-header .content-menu {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 26px;
    height: 26px;
    font-size: 26px;
    color: #D8D7D7;
    overflow: hidden;
    text-align: center;
  }
  section.content-section .content-item .content-body {
    flex: 0 0 260px;
    display: flex;
    align-items: stretch;
  }
  section.content-section .content-item .content-body .content-body-item {
    flex: 1;
    border-right: 1px solid #252525;
    padding: 10px;
    cursor: pointer;
    position: relative;
  }

  .tab_nav {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }

  .tab_nav select, .tab_nav input {
    border: 1px solid #dddddd;
  }

  .actionWrap  {
    width: auto;
    float: left;
    margin-right: 20px;
  }

  .actionWrap select, .categoryWrap select {
    margin-right: 10px;
  }

  .periodWrap {
    width: auto;
    float: left;
    margin-right: 10px;
  }


  .categoryWrap {
    width: auto;
    float: left;
    margin-right: 10px;
  }

  .post_list select {
    display: inline-block;
    width: 140px;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border-radius: 0;
    background: #fff;
    color: #000;
    float: left;
  }

  .post_list .button {
    color: #FFF;
    background: #56A1DB;
    border: none;
    padding: 11px 40px;
    text-align: center;
    font-size: 1rem;
    display: block;
    float: left;
    cursor: pointer;
  }

  .post_list .button:hover {
    background: #438cc3;
  }

  .article_count {
    width: auto;
    float: right;
    color: #080808;
    margin: 10px 0;
  }

  table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    color: #000;
  }

  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }

  tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  table th {
    font-weight: bold;
  }

  #post_table {

  }

  table a {
    color: #0060ab;
    text-decoration: none;
    padding: 3px 0;
    display: inline-block;
  }

  table .article_title {
    font-weight: 600;
  }

  .article_select label {
    display: block;
    position: relative;
    /*padding-left: 30px;*/
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
  }

  .article_select label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }

  .article_select .control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
  }

  .article_select .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
  }

  .article_select .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .article_select label input:checked ~ .control__indicator:after {
    display: block;
  }

  .article_select input:checked ~ .control__indicator {
    background: #2aa1c0;
  }

  #post_table th {
    background-color: #264c8c;
    color: #fff;
    border-color: #23457f;
  }

  .article_controls a {
    color: #9c9c9c;
    font-size: 12px;
    margin-right: 10px;
    border-right: solid 1px #b9b9b9;
    padding: 0 10px 0 0px;
    font-weight: 400;
  }

  .article_controls a:hover {
    color: #0988ea;
  }

  .pagination_wrap {
    margin-top: 30px;
  }

  .pagination {
    width: auto;
    height: 30px;
    display: inline-block;
  }

  .pagination a, .pagination span {
    padding: 5px 10px;
    background: #ffffff;
    margin-right: 3px;
    color: #969696;
    border: 1px solid #dddddd;
  }

  .pagination .current {
    background: #56a1db;
    color: #f2f2f2;
  }


  /*Add new*/

  section.add_new_container {
    width: 100%;
    display: inline-block;
  }

  .add_new_container .left {
    width: 78%;
    height: 700px;
    /*background: gray;*/
    float: left;
    margin-right: 20px;
  }

  .post_title {
    margin-bottom: 10px;
  }

  .post_title input {
    padding: 3px 8px;
    font-size: 1.7em;
    line-height: 100%;
    height: 1.7em;
    width: 100%;
    outline: 0;
    margin: 0 0 3px;
    background-color: #fff;
  }


  .post_kicker {
    margin-bottom: 20px;
  }

  .post_kicker input {
    padding: 5px 8px;
    font-size: 1.3em;
    line-height: 100%;
    height: 1.7em;
    width: 100%;
    outline: 0;
    margin: 0 0 3px;
    background-color: #fff;
  }

  .post_editor textarea {
    padding: 3px 8px;
    font-size: 1.7em;
    line-height: 100%;
    height: 21.7em;
    width: 100%;
    outline: 0;
    margin: 0 0 3px;
    background-color: #fff;
    max-width: 100%;
    min-width: 100%;
  }

  .publish_wrap .button {
    width: 100%;
    color: #FFF;
    background: #56A1DB;
    border: none;
    padding: 11px 40px;
    text-align: center;
    font-size: 1rem;
    display: block;
    float: left;
    cursor: pointer;
  }

  .publish_wrap .button:hover {
    background: #438cc3;
  }

  .post_category_wrap {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    background: #fff;
    padding: 10px;
  }

  .post_category_wrap .title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
  }

  .Category_list {
    /* background-color: lightblue; */
    /* width: 110px; */
    height: 260px;
    overflow: auto;
    /* overflow: auto; */
    border: solid 1px;
    padding: 10px;
  }

  .post_category_wrap h3.title {
    color: #161c26;
    font-size: 15px;
    font-weight: bold;
  }

  .post_category_wrap fieldset {
    margin: .5em 0;
    padding: 2px;
    color: #000;
    /* float: left; */
  }

  .post_category_wrap fieldset span {
    display: block;
  }

  .post_category_wrap fieldset span ul {
    padding: 0 10px 0 20px;
    list-style-type: none;
  }

  .post_category_wrap input[type="checkbox"] {
    margin: .5em .5em 0 0;
    padding: 2px;
    color: #000;
    /* float: left; */
  }

  .post_image_wrap {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    background: #fff;
    padding: 10px;
  }

  .post_image_wrap h3.title {
    color: #161c26;
    font-size: 15px;
    font-weight: bold;
    border-bottom: solid 1px #dadada;
    padding-bottom: 10px;
  }
  .fr-box.fr-basic .fr-element {
    min-height: 550px !important;
  }

  input[type=text], input[type=search], input[type=radio], input[type=tel], input[type=time], input[type=url], input[type=week], input[type=password], input[type=checkbox], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], select, textarea {
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    -webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out;
  }
  .add_new_container .right {
    width: 20%;
    height: 700px;
    /*background: gray;*/
    float: left;
  }

  /*End of Add new*/




  /*IMAGE UPLOAD */

  .image_list {
    margin: 20px 0;
  }

  .post_image_wrap input[type="file"] {
    display: block;
  }
  .imageThumb {
    width: 100%;
    height: auto;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
  }
  .pip {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 10px 0;
  }
  .remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
    padding: 3px;
  }
  .remove:hover {
    background: white;
    color: black;
  }

  /*END OF UPLOAD IMAGE*/

  .article_source_wrap {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    background: #fff;
    padding: 10px;
  }

  .article_source_wrap h3.title {
    color: #161c26;
    font-size: 15px;
    font-weight: bold;
    border-bottom: solid 1px #dadada;
    padding-bottom: 10px;
  }

  .article_source_wrap input {
    padding: 5px 8px;
    font-size: 1em;
    line-height: 100%;
    height: 1.7em;
    width: 100%;
    outline: 0;
    margin: 0 0 10px;
    border: 1px solid #ddd;
  }



  /*CATEGORY*/

  .create_category {
    width: 35%;
    height: auto;
    float: left;
    margin-right: 20px;
  }

  section.category_list {
    width: 60%;
    float: left;
  }

  .title {
    color: #161c26;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
  }

  .form-field {
    margin-bottom: 10px;
  }

  .form-field label {
    color: #23282d;
    font-weight: 400;
    text-shadow: none;
    vertical-align: baseline;
  }

  .create_category label {
    display: block;
    padding: 2px 0;
  }

  .create_user {
    width: 50%;
    height: auto;
    float: left;
    margin-right: 20px;
  }

  .create_user label {
    display: inline-block;
    padding: 2px 0;
  }

  .create_category .description, .create_user .description {
    margin: 2px 0 5px;
    color: #666;
    font-size: 13px;
    font-style: italic;
  }

  .create_category input, .create_category select {
    width: 100%;
    margin: 1px;
    padding: 5px;
  }

  .create_user input, .create_user select {
    /*width: ;*/
    margin: 1px;
    padding: 5px;
    /*float: right;*/
  }

  .create_category select {
    width: 150px;
  }

  .create_category textarea {
    width: 100%;
    height: 100px;
    padding: 5px;
  }

  .create_category .button, .create_user .button {
    color: #FFF;
    background: #56A1DB;
    border: none;
    padding: 7px;
    text-align: center;
    /* font-size: 1rem; */
    display: block;
    float: left;
    cursor: pointer;
    width: 150px;
  }

  .toggle-show-hide input[type="checkbox"] {
    visibility: hidden;
  }

  label.toggle-show-hide {
    float: right;
  }

  span#toggleText {
    color: #a2a2a2;
  }

  .create_user #post_table {
    border: 0;
  }

  .create_user #post_table th, .create_user #post_table td {
    background-color: transparent;
    color: #161c26;
    border: 0;
    vertical-align: middle;
  }

  .create_user #post_table tr:nth-child(even) {
    background-color: transparent;
  }



  /*END OF CATEGORY*/







  .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
  }
  .avatar img {
    width: 100%;
  }
