@import url("https://fonts.googleapis.com/css?family=Abel|Roboto+Slab:300,400,700");
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.wrap {
  width: 98%;
  margin: 0 auto; }
  .wrap.styled {
    width: 95%;
    margin: 20px auto;
    padding: 10px;
    background: white;
    box-shadow: 2px 2px 0 #e6e6e6; }
  @media screen and (max-width: 690px) {
    .wrap {
      width: 98%; } }

div.left {
  float: left;
  width: 49%; }

div.right {
  float: right;
  width: 49%; }

div.inline {
  display: inline-block;
  margin: 3px;
  vertical-align: top; }

@media screen and (max-width: 690px) {
  div.left,
  div.right {
    width: 100%;
    float: none; } }

img.left {
  float: left;
  margin: 10px 10px 10px 0; }
  @media screen and (max-width: 690px) {
    img.left {
      margin: 10px auto;
      float: none;
      clear: both;
      display: block; } }

img.right {
  float: right;
  margin: 10px 0 10px 10px; }
  @media screen and (max-width: 690px) {
    img.right {
      margin: 10px auto;
      float: none;
      clear: both;
      display: block; } }

.clear {
  clear: both;
  width: 100%; }

ul.column {
  width: 100%;
  margin: 10px 0; }
  ul.column img {
    width: 100%;
    height: auto; }
  ul.column hr {
    width: 30%;
    border-top: 2px solid #e1e1e1;
    margin: 20px auto; }
  ul.column li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 10px .5%;
    box-sizing: border-box; }
    ul.column li ul {
      list-style: disc; }
      ul.column li ul li {
        display: block;
        margin: 4px 0 4px 7px;
        width: 100% !important; }
    @media screen and (max-width: 690px) {
      ul.column li {
        margin: 10px auto; } }
  ul.column.five li {
    width: 18.69%; }
    @media screen and (max-width: 690px) {
      ul.column.five li {
        width: 100%;
        display: block;
        clear: both; } }
  ul.column.four li {
    width: 23.7%; }
    @media screen and (max-width: 690px) {
      ul.column.four li {
        width: 100%;
        display: block;
        clear: both; } }
  ul.column.three li {
    width: 31%; }
    @media screen and (max-width: 690px) {
      ul.column.three li {
        width: 100%;
        display: block;
        clear: both; } }

html,
body {
  background: #f1f1f1;
  font-family: "Abel", sans-serif;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  height: 100%; }
  html.login, html.forgot_password,
  body.login,
  body.forgot_password {
    background: #313131;
    color: white;
    height: 100%; }
    html.login header, html.forgot_password header,
    body.login header,
    body.forgot_password header {
      display: none; }
    html.login nav, html.forgot_password nav,
    body.login nav,
    body.forgot_password nav {
      display: none; }
    html.login .body_content, html.forgot_password .body_content,
    body.login .body_content,
    body.forgot_password .body_content {
      width: 100%;
      float: none; }
    html.login footer, html.forgot_password footer,
    body.login footer,
    body.forgot_password footer {
      display: none; }
    html.login section, html.forgot_password section,
    body.login section,
    body.forgot_password section {
      width: 300px;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%;
      position: absolute;
      max-width: 90%;
      box-sizing: border-box;
      padding: 20px;
      background: white;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      color: #333; }
      @media screen and (max-width: 690px) {
        html.login section, html.forgot_password section,
        body.login section,
        body.forgot_password section {
          min-width: 90%; } }
    html.login input, html.forgot_password input,
    body.login input,
    body.forgot_password input {
      margin: 5px 0;
      width: 100%; }
    html.login p, html.forgot_password p,
    body.login p,
    body.forgot_password p {
      font-size: .7em; }
    html.login .error, html.forgot_password .error,
    body.login .error,
    body.forgot_password .error {
      color: #da5959;
      line-height: 1.5; }
    html.login .intro, html.forgot_password .intro,
    body.login .intro,
    body.forgot_password .intro {
      padding: 0;
      box-shadow: none; }
  html.project .left,
  html.project .right,
  body.project .left,
  body.project .right {
    background: white;
    padding: 10px;
    box-shadow: 2px 2px 0 #e6e6e6;
    margin-top: 20px; }
  html.project span.project-id,
  body.project span.project-id {
    color: #D1D1D1;
    font-weight: 300; }
  html.project .project_details i,
  body.project .project_details i,
  .task_list i {
    color: #ececec;
    font-size: .7em; }
    html.project .project_details i:hover, html.project .project_details i:active,
    body.project .project_details i:hover,
    body.project .project_details i:active,
    .task_list i:hover, .task_list i:active {
      color: #00ADEE; }
  html.project .project_details .p-detail,
  body.project .project_details .p-detail {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
    padding: 0 10px 0 0;
    border-right: 1px solid #e1e1e1; }
    html.project .project_details .p-detail strong,
    body.project .project_details .p-detail strong {
      font-size: .8em;
      display: block;
      margin-bottom: 5px; }
    html.project .project_details .p-detail .photo,
    body.project .project_details .p-detail .photo {
      width: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
      html.project .project_details .p-detail .photo img,
      body.project .project_details .p-detail .photo img {
        border-radius: 50%; }
  html.project a#change_description,
  body.project a#change_description {
    margin-top: 15px;
    display: block;
    color: #d1d1d1; }
  html.project ul.project-tabs,
  body.project ul.project-tabs {
    margin: 0 0 15px 0;
    list-style: none; }
    html.project ul.project-tabs li,
    body.project ul.project-tabs li {
      margin: 0;
      display: inline-block; }
    html.project ul.project-tabs a,
    body.project ul.project-tabs a {
      font-family: "Roboto Slab", serif;
      margin: 5px 15px 5px 0;
      color: #333;
      display: inline-block;
      line-height: 1.3;
      padding: 0 0 3px 0;
      font-size: 1.5rem; }
      html.project ul.project-tabs a.active,
      body.project ul.project-tabs a.active {
        border-bottom: 2px solid #00ADEE; }
  html.project div#files,
  html.project div#tasks,
  body.project div#files,
  body.project div#tasks,
  body.project div#related,
  body.project div#related {
    display: none; }
  html.project input#task,
  body.project input#task {
    width: 100%;
    display: block; }
  html.project a#show_attach_files,
  body.project a#show_attach_files {
    margin: 0 0 5px 0;
    display: block; }
  html.project div#comment_attachments_container,
  body.project div#comment_attachments_container {
    display: none; }
  html.project a#add_file,
  body.project a#add_file {
    margin: 5px 0;
    display: block; }
  @media screen and (max-width: 690px) {
    html.project .right,
    body.project .right {
      max-height: none;
      overflow-y: visible; } }
  html.add_user .photo,
  body.add_user .photo {
    margin-right: 30px; }
    html.add_user .photo img,
    body.add_user .photo img {
      border-radius: 50%; }

header {
  height: 60px;
  width: 100%;
  background: #00ADEE;
  padding: 10px; }
  header #nav_toggle {
    display: inline-block;
    vertical-align: top;
    background: none;
    padding: 10px;
    font-size: 1.3em;
    color: white; }
  header .search {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    max-width: 300px;
    display: inline-block;
    vertical-align: top; }
    header .search input {
      border: none;
      background: none;
      color: white;
      padding: 10px;
      min-width: 200px; }
      header .search input::-webkit-input-placeholder {
        color: #d7f3fd; }
      header .search input:-moz-placeholder {
        color: #d7f3fd; }
      header .search input::-moz-placeholder {
        color: #d7f3fd; }
      header .search input:-ms-input-placeholder {
        color: #d7f3fd; }
    header .search button {
      background: #46C8F5;
      border: none;
      color: white;
      border-radius: 6px;
      height: 36px;
      width: 36px; }
  header .my_account {
    float: right;
    color: white;
    font-size: .9rem;
    position: relative; }
    header .my_account:hover {
      color: #d5f4ff;
      cursor: pointer; }
    header .my_account img {
      border-radius: 50%;
      width: 40px;
      vertical-align: middle;
      margin-left: 10px; }
    header .my_account ul {
      position: absolute;
      z-index: 10;
      top: 50px;
      background: #313131;
      width: 150px;
      display: none;
      -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3); }
      header .my_account ul a {
        text-decoration: none;
        color: white;
        padding: 15px;
        border-bottom: #393939;
        display: block;
        -webkit-transition: all 250ms;
        -o-transition: all 250ms;
        transition: all 250ms; }
        header .my_account ul a:hover {
          background: #393939; }

nav {
  width: 15%;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0px;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  background: #313131;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms; }
  @media screen and (max-width: 1024px) {
    nav {
      width: 7%; } }
  @media screen and (max-width: 690px) {
    nav {
      display: none; } }
  nav.closed {
    width: 0%; }
    @media screen and (max-width: 690px) {
      nav.closed {
        display: block;
        width: 80%; } }
  nav .logo {
    height: 60px;
    padding: 10px;
    background: #414141 url("../images/layout/360_bc_logo_white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90% 75%; }
    @media screen and (max-width: 1024px) {
      nav .logo {
        background: #414141 url("../images/layout/360_bc_logo_white.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 90% 75%; } }
    nav .logo img {
      max-height: 100%;
      width: auto;
      display: block;
      margin: 0 auto; }
  @media screen and (max-width: 690px) {
    nav ul {
      clear: both; } }
  nav ul li {
    position: relative; }
  nav ul a {
    text-decoration: none;
    color: #f0f0f0;
    padding: 15px;
    border-bottom: 1px solid #393939;
    display: block;
    border-left: 5px solid #313131;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms; }
    @media screen and (max-width: 1024px) {
      nav ul a {
        text-align: center;
        padding: 15px 5px; } }
    nav ul a:hover, nav ul a:active, nav ul a.active, nav ul a.open {
      background: #393939;
      border-left: 5px solid #00ADEE; }
    @media screen and (max-width: 1024px) {
      nav ul a span.link-label {
        display: none; } }
    @media screen and (max-width: 690px) {
      nav ul a span.link-label {
        display: inline-block; } }
  nav ul .submenu_toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    color: white;
    padding: 15px;
    cursor: pointer; }
    nav ul .submenu_toggle:hover {
      color: #00ADEE; }
  nav ul ul.submenu {
    display: none;
    background: #414141; }
    nav ul ul.submenu a {
      border-left-color: #414141;
      padding-left: 30px; }
      nav ul ul.submenu a.active {
        border-left: 5px solid #00ADEE;
        background: none; }
    nav ul ul.submenu.open {
      display: block; }

.body_content {
  float: right;
  width: 85%;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms; }
  .body_content .intro {
    background: white;
    padding: 10px;
    box-shadow: 2px 2px 0 #e6e6e6; }
    .body_content .intro h1 {
      margin: 0 0 10px 0; }
    .body_content .intro .btn {
      position: relative;
      top: -3px;
      margin-left: 10px; }
  @media screen and (max-width: 1024px) {
    .body_content {
      width: 93%; } }
  @media screen and (max-width: 690px) {
    .body_content {
      width: 100%;
      float: none; } }
  .body_content.full {
    width: 100%; }

section {
  margin: 0; }
  section .note_list {
    list-style: none; }
    section .note_list li {
      margin: 0 0 10px 0; }
      section .note_list li .note_content {
        padding: 20px;
        background: #E7F7FE;
        border-radius: 25px;
        color: #333;
        margin-bottom: 5px;
        display: inline-block;
        width: 80%;
        vertical-align: top; }
        @media screen and (max-width: 1024px) {
          section .note_list li .note_content {
            width: 70%; } }
      section .note_list li span.author {
        line-height: 1.2;
        font-size: .6em;
        color: #b2c6ce;
        display: block;
        text-align: right;
        margin-top: 10px; }
        section .note_list li span.author a {
          color: #b2c6ce; }
      section .note_list li .photo {
        width: 60px;
        height: 60px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px; }
        section .note_list li .photo img {
          border-radius: 50%; }
    section .note_list a.file-action {
      padding: 5px;
      border-radius: 50%;
      font-size: .8em;
      text-align: center;
      width: 20px;
      height: 20px;
      display: inline-block;
      background: #00ADEE;
      color: white;
      margin: 5px 0; }
      section .note_list a.file-action:hover {
        color: white;
        background: #0088bb; }
  section ul.file_list {
    list-style: none; }
    section ul.file_list i {
      padding: 3px;
      border-radius: 3px;
      color: white;
      font-size: .9em; }
      section ul.file_list i.fa-file-pdf-o {
        background: #d21c1c; }
      section ul.file_list i.fa-file-word-o {
        background: #3497db; }
      section ul.file_list i.fa-file-excel-o {
        background: #27ad5f; }
      section ul.file_list i.fa-file-powerpoint-o {
        background: #ff991f; }
      section ul.file_list i.fa-file-archive-o {
        background: #f3ce2c; }
      section ul.file_list i.fa-file-image-o {
        background: #9dd3af; }
      section ul.file_list i.fa-file-o {
        background: #333; }
      section ul.file_list i.fa-code {
        background: #00b399; }
      section ul.file_list i.fa-file-video-o {
        background: #8e44ad; }
      section ul.file_list i.fa-file-audio-o {
        background: #2980b9; }
    section ul.file_list li {
      margin: 0;
      padding: 0;
      padding: 3px 10px 3px 0;
      border-bottom: 1px solid #ececec;
      display: block; }
    section ul.file_list a {
      text-decoration: none; }
    section ul.file_list .file-action {
      display: inline-block;
      float: right;
      padding: 0 5px; }
    section ul.file_list img.file-icon {
      width: 15px;
      margin-right: 10px;
      vertical-align: middle; }
  section .dropzone {
    background: #f5f5f6;
    padding: 40px;
    border: 3px dashed #D7D7D7;
    color: #666;
    font-size: 16px;
    margin: 10px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center; }
  section input[type=text],
  section input[type=password],
  section input[type=file],
  section select,
  section textarea {
    background: #fff;
    padding: 8px;
    border: 1px solid #e5e5e5;
    font-family: "Abel", sans-serif;
    color: #333;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle; }
    section input[type=text]:focus,
    section input[type=password]:focus,
    section input[type=file]:focus,
    section select:focus,
    section textarea:focus {
      outline: none;
      border-bottom: 1px solid #00ADEE; }
  section .select2-container--default .select2-selection--single {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 4px 0;
    height: auto; }
  section span.select2-selection__arrow {
    top: 7px !important; }
  section .select2-container,
  section input[type=text],
  section input[type=color],
  section input[type=password],
  section input[type=file],
  section select,
  section textarea {
    margin: 3px 1px; }
  section textarea {
    width: 96%;
    height: 100px; }
  section label {
    display: block;
    margin: 5px 0; }
    section label.next {
      display: inline-block; }
  /*
  section input[readonly] {
    background: #eeeeee;
    color: #cec9c9; }
 */
    section .message {
    display: block;
    margin: 20px 0 10px 0;
    color: white; }
    section .message:before {
      font-family: FontAwesome;
      display: inline-block;
      width: 20px;
      height: 20px;
      text-align: center;
      padding: 10px;
      line-height: 20px;
      margin-right: 10px;
      font-size: 1.3em; }
    section .message.alert {
      background: #f39c12;
      box-shadow: 2px 2px 0 #c87f0a; }
      section .message.alert:before {
        content: "\f06a";
        color: #c87f0a;
        background: #f7ba5b; }
    section .message.error {
      background: #c0392b;
      box-shadow: 2px 2px 0 #962d22; }
      section .message.error:before {
        content: "\f071";
        color: #962d22;
        background: #db695d; }
    section .message.info {
      background: #34495e;
      box-shadow: 2px 2px 0 #22303d; }
      section .message.info:before {
        content: "\f05a";
        color: #22303d;
        background: #4f6f8f; }
    section .message.success {
      background: #27ae60;
      box-shadow: 2px 2px 0 #1e8449; }
      section .message.success:before {
        content: "\f058";
        color: #1e8449;
        background: #4bd786; }
  section h1,
  section h2,
  section h3,
  section h4,
  section h5,
  section h6 {
    font-family: "Roboto Slab", serif;
    margin: 5px 0;
    color: #333;
    display: inline-block;
    line-height: 1.3; }
    section h1 a,
    section h2 a,
    section h3 a,
    section h4 a,
    section h5 a,
    section h6 a {
      color: #333;
      text-decoration: none; }
  section h1 {
    font-size: 1.6rem; }
  section h2 {
    font-size: 1.5rem; }
  section h3 {
    font-size: 1.4rem; }
  section h4 {
    font-size: 1.3rem; }
  section h5 {
    font-size: 1.2rem; }
  section h6 {
    font-size: 1.1rem; }
  section p,
  section ol {
    margin: 10px 0;
    line-height: 1.5; }
  section ul {
    margin: 0 0 20px 0;
    line-height: 28px;
    list-style: disc;
    overflow: hidden; }
  section ol {
    list-style: decimal;
    overflow: hidden; }
  section li {
    margin: 5px 0 5px 40px; }
  section a {
    color: #00ADEE;
    text-decoration: none; }
    section a:hover, section a:active {
      color: #0088bb;
      -webkit-transition: all 250ms;
      -o-transition: all 250ms;
      transition: all 250ms; }
  section blockquote {
    padding: 10px 25px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 40px 0; }
    section blockquote:before {
      font-family: FontAwesome;
      content: '\f10e';
      width: 20px;
      height: 20px;
      background: #00ADEE;
      color: white;
      padding: 10px;
      text-align: center;
      border-radius: 50%;
      display: block;
      line-height: 22px;
      margin: 0 auto;
      margin-top: -30px; }
  section .small_text,
  section small,
  section .description {
    font-size: .7rem;
    color: #999; }
    section .small_text a,
    section small a,
    section .description a {
      color: #999; }
      section .small_text a:link, section .small_text a:visited,
      section small a:link,
      section small a:visited,
      section .description a:link,
      section .description a:visited {
        text-decoration: none; }
      section .small_text a:active, section .small_text a:hover,
      section small a:active,
      section small a:hover,
      section .description a:active,
      section .description a:hover {
        text-decoration: underline; }
  section hr {
    border-bottom: none;
    border-top: 1px solid #e1e1e1;
    margin: 30px 0;
    clear: both; }
  section span.error {
    background: #e65353;
    display: block;
    margin: 10px 0;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FEE4E4;
    text-shadow: 1px 1px 1px #931A1A;
    border: 1px solid #931A1A;
    line-height: 28px;
    position: relative; }
    section span.error i.fa-times-circle {
      color: #EE8080;
      text-shadow: none;
      float: right;
      -webkit-transition: all 250ms;
      -o-transition: all 250ms;
      transition: all 250ms;
      position: absolute;
      top: 10px;
      right: 10px;
      margin: 0 0 10px 10px; }
  section strong {
    font-weight: 700; }
  section em {
    font-style: italic; }
  section table.listing {
    width: 100%;
    margin: 20px 0; }
    section table.listing thead {
      background: #ececec;
      color: #333;
      padding: 5px; }
    section table.listing th {
      padding: 7px;
      text-align: left;
      cursor: pointer;
      font-weight: bold;
      font-size: .8em; }
    section table.listing .headerSortUp,
    section table.listing .headerSortDown {
      background: #00ADEE;
      color: white; }
    section table.listing .header:after {
      content: "\f0dc";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      margin: 0 0 0 5px;
      display: inline-block;
      color: #333; }
    section table.listing .headerSortUp:after {
      content: "\f0dd";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      margin: 0 0 0 5px;
      display: inline-block;
      color: white; }
    section table.listing .headerSortDown:after {
      content: "\f0de";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      margin: 0 0 0 5px;
      display: inline-block;
      color: white; }
    section table.listing tbody td {
      padding: 7px;
      line-height: 1.2;
      border-bottom: 1px solid #ececec; }
    section table.listing input,
    section table.listing select {
      width: 90%; }
  section .btn,
  section input[type=submit],
  section button {
    display: inline-block;
    background: #46C8F5;
    color: white;
    padding: 10px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer; }
    section .btn:hover, section .btn:active,
    section input[type=submit]:hover,
    section input[type=submit]:active,
    section button:hover,
    section button:active {
      background: #16baf2;
      color: white; }
  section .project {
    border-bottom: 1px solid #ececec;
    padding: 7px; }
    section .project:after {
      content: '';
      display: table;
      clear: both; }
    section .project.late .due {
      color: #e74c3c; }
    section .project a {
      color: #333; }
      section .project a:hover {
        color: #00ADEE; }
    section .project span.p-info {
      height: 20px;
      overflow: hidden;
      display: block;
      float: left;
      line-height: 1.6;
      padding: 0 10px 0 0;
      font-size: .8rem; }
      @media screen and (max-width: 1024px) {
        section .project span.p-info {
          height: 25px;
          padding: 0 5px 0 0; } }
      section .project span.p-info.name {
        width: 40%;
        font-size: 1rem;
        max-width: 100%; }
        @media screen and (max-width: 1024px) {
          section .project span.p-info.name {
            width: 100%;
            clear: both;
            margin-bottom: 5px; } }
      section .project span.p-info.client {
        width: 130px; }
        @media screen and (max-width: 1024px) {
          section .project span.p-info.client {
            width: auto;
            border-right: 1px solid #ececec; } }
      section .project span.p-info.due {
        float: right;
        padding: 0; }
        @media screen and (max-width: 1024px) {
          section .project span.p-info.due {
            width: auto;
            border-left: 1px solid #ececec;
            float: left;
            padding-left: 5px; } }
      section .project span.p-info.eta {
        width: 30px; }
        @media screen and (max-width: 1024px) {
          section .project span.p-info.eta {
            width: auto;
            border-right: 1px solid #ececec;
            padding-left: 5px; } }
      section .project span.p-info.status {
        width: 90px; }
        @media screen and (max-width: 1024px) {
          section .project span.p-info.status {
            width: auto;
            border-right: 1px solid #ececec;
            padding-left: 5px; } }
      @media screen and (max-width: 1024px) {
        section .project span.p-info.assigned {
          padding-left: 5px; } }
  section #breadcrumbs {
    list-style: none;
    font-size: .7rem;
    color: #999;
    margin: 0; }
    section #breadcrumbs li {
      float: left;
      margin: 0 5px 0 0; }
    section #breadcrumbs a:link, section #breadcrumbs a:visited {
      text-decoration: none;
      color: #999;
      -webkit-transition: all 250ms;
      -o-transition: all 250ms;
      transition: all 250ms; }
    section #breadcrumbs a:active, section #breadcrumbs a:hover {
      text-decoration: none;
      color: #333;
      -webkit-transition: all 250ms;
      -o-transition: all 250ms;
      transition: all 250ms; }
  section ul.task_list li {
    list-style: none;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    padding: 6px 0 6px 25px;
    line-height: 1.4; }
    section ul.task_list li a {
      color: #333; }
    section ul.task_list li:before {
      content: '\f10c';
      font-family: FontAwesome;
      color: #00ADEE;
      position: absolute;
      top: 27px;
      left: 4px; }
    section ul.task_list li.complete:before {
      content: '\f05d';
      color: #2ecc71; }
    section ul.task_list li:hover {
      cursor: pointer; }
      section ul.task_list li:hover:before {
        font-weight: bold; }
    section ul.task_list li small {
      display: block;
      font-size: .7rem;
      color: #999;
      margin-top: 5px; }
    section ul.task_list li .task_owner {
      font-size: .6rem;
      margin-right: 5px;
      padding-right: 10px;
      border-right: 1px solid #ccc; }
    section ul.task_list li .task_due {
      font-size: .6rem;
      margin-right: 5px;
      padding-right: 10px; }
  section span.inline-file {
    margin: 5px 5px 0 0;
    display: inline-block;
    font-size: .7em;
    padding: 2px 8px;
    background: #d6edf6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }
  section span.inline-file .file-icon {
    width: 8px;
    height: auto;
    margin-right: 3px;
    vertical-align: middle; }

footer {
  margin: 50px 0 0 0;
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  font-size: 12px;
  color: #ccc; }
  footer p {
    margin: 0; }

#promt {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  display: none; }

#promt_content {
  width: 360px;
  height: 160px;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -200px;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3);
  display: none; }
  #promt_content h1 {
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    color: #333;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 5px 0; }
  #promt_content p {
    font-size: 18px;
    line-height: 24px; }
  #promt_content ul {
    margin: 20px 0 0 0;
    float: right; }
  #promt_content li {
    float: left;
    margin: 5px; }
  #promt_content a:link, #promt_content a:visited {
    color: #0b6ba1;
    text-decoration: none;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms; }
  #promt_content a:hover, #promt_content a:active {
    color: #333;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms; }

#current_assigned_to,
#current_status,
#current_due_date,
#current_estimated_completion_date
#current_subscriber_emails,
#current_po_required,
#current_po_number,
#current_proj_name,
#current_r_n_d,
#current_business_code,
#current_timeclock_lock_date,
.current_task {
  cursor: pointer; }

#new_assigned_to,
#new_status,
#new_due_date,
#new_estimated_completion_date,
#new_description,
#new_subscriber_emails,
#new_po_required,
#new_r_n_d,
#new_business_code,
#new_po_number,
#new_proj_name,
#new_timeclock_lock_date,
.edit_task {
  display: none; }

#description {
  height: 250px; }

.late td:first-of-type:before {
  content: "\f071";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #e74c3c;
  margin-right: 8px;
  margin-left: -20px;
  font-size: .7em; }
  @media screen and (max-width: 690px) {
    .late td:first-of-type:before {
      content: "Client";
      font-family: "Abel", sans-serif;
      color: white;
      font-size: 1em;
      margin-left: 0px; } }

@media screen and (max-width: 690px) {
  .late td:first-of-type {
    background: #e74c3c;
    color: white;
    text-shadow: 1px 1px 1px #d62c1a; } }

span.project-count {
  display: inline-block;
  margin: 10px 0 0 0; }

h1.welcome {
  font-size: 5em; }
  @media screen and (max-width: 690px) {
    h1.welcome {
      font-size: 2em; } }
  h1.welcome.morning {
    background: -webkit-linear-gradient(#FF512F, #F09819);
    /* Chrome 10-25, Safari 5.1-6 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  h1.welcome.day {
    background: -webkit-linear-gradient(#4CA1AF, #C4E0E5);
    /* Chrome 10-25, Safari 5.1-6 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  h1.welcome.evening {
    background: -webkit-linear-gradient(#33ABC5, #DCC387);
    /* Chrome 10-25, Safari 5.1-6 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  h1.welcome.night {
    background: -webkit-linear-gradient(#4B79A1, #283E51);
    /* Chrome 10-25, Safari 5.1-6 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.dashstat {
  background: #f2f2f2;
  width: 30%;
  text-align: center;
  padding: 20px;
  border-radius: 3px;
  margin: 45px 1%;
  float: left; }
  @media screen and (max-width: 690px) {
    .dashstat {
      float: none;
      clear: both;
      margin: 20px 0;
      width: 100%; } }
  .dashstat span.bottom {
    display: block; }
  .dashstat span.top {
    display: block;
    font-size: 4em;
    font-weight: bold; }

.task_list li:before {
  top: 5px !important; }

.column {
  text-align: left;
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 20px 10px;
  padding: 15px;
  background: white;
  box-shadow: 2px 2px 0 #e6e6e6; }
  @media screen and (max-width: 690px) {
    .column {
      display: block;
      margin: 20px auto;
      width: 100%; } }

ul.note_list .note_content {
  width: 73%; }

.note_list li .photo {
  width: 20%;
  max-width: 50px;
  height: auto; }

.new {
  font-size: .7em;
  margin-left: 5px;
  color: #eef422;
  text-transform: uppercase; }

.client_label {
  display: inline-block;
  padding: 5px 10px;
  font-size: .9em;
  border-radius: 4px;
  background: #d1d1d1;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  color: white; }
  .client_label:hover, .client_label:active {
    color: white; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

#timeclock_internal_entries {
  float:right;
  margin-right:7px;
}

#clock_in_btn {
  float:right;
}

.daterangepicker{display:none;}
.range_inputs .applyBtn, .range_inputs .cancelBtn{
  display: inline-block;
  background: #46C8F5;
  color: white;
  padding: 10px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

div#keywords, div#range, div#overdue_project {
    display: inline-block;
}

table.timeclock_entries {
  border-collapse: collapse;
}

 table.timeclock_entries, table.timeclock_entries th, table.timeclock_entries td {
   border: 1px solid rgb(70,200,245);
 }

table.timeclock_entries th {
  font-weight:bold;
  padding:2px 4px;
  /*background-color:rgb(70,200,245);*/
  background-color:rgb(141,226,251);
}

table.timeclock_entries td {
  padding:2px 4px;
  /*background-color:rgb(141,226,251);*/
}

table.related_projects th {
  font-weight: bold;
}

table.related_projects td {
  padding:1px 3px;
}

.required {
  color: red;
}

section button.remove {
  background-color:rgb(230,0,0);
}

section button.remove:hover,
section button.remove:active {
  background-color:rgb(200,0,0);
}

.add_internal_row {
  margin-left:135px;
}

.project_relationship_view_subtitle {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.project_relationship_view_subtitle.active {
  border-bottom: 1px solid #00ADEE;
}

#project_priority_view {
  display:none;
}

#project_priority_view .draggable_project {
  background-color: #fff;
  cursor: move;
  padding:5px 0px;
}

#link_background {
  display:none;
  position:fixed;
  left:0px;
  top:0px;
  width:200%;
  height:200%;
  background-color:rgba(200,200,200,.5);
  z-index:9000;
}

#link_popup {
  display:none;
  position:fixed;
  background-color:#fff;
  top:300px;
  left:50%;
  width:600px;
  padding:10px 20px;
  margin-left:-310px;
  overflow:hidden;
  z-index:9100;
  border:1px solid #333;
}


.tox-menubar {
    display: none !important;
}

@media screen and (max-width: 690px) {
  #link_popup {
    width:420px;
    margin-left:-220px;
  }
}
