rt.display-block {
  display: block;
}
.bold,
strong,
b {
  font-weight: 600;
}
.p15 {
  padding: 15px;
}
.mtop5 {
  margin-top: 5px;
}
.mtop10 {
  margin-top: 10px;
}
.mtop15 {
  margin-top: 15px;
}
.mtop20 {
  margin-top: 20px;
}
.mtop25 {
  margin-top: 25px;
}
.mtop30 {
  margin-top: 30px;
}
.mtop40 {
  margin-top: 40px;
}
.mbot5 {
  margin-bottom: 5px;
}
.mbot10 {
  margin-bottom: 10px;
}
.mbot15 {
  margin-bottom: 15px;
}
.mleft5 {
  margin-left: 5px;
}
.mleft10 {
  margin-left: 10px;
}
.mright5 {
  margin-right: 5px;
}
.mright10 {
  margin-right: 10px;
}
[dir="rtl"] .mright5 {
  margin-right:0px;
  margin-left:5px;
}
[dir="rtl"] .mright10 {
  margin-right:0px;
  margin-left:10px;
}

[dir="rtl"] .mleft5 {
  margin-left:0px;
  margin-right:5px;
}
[dir="rtl"] .mleft10 {
  margin-left:0px;
  margin-right:10px;
}
.border-right {
  border-right: 1px solid #f0f0f0;
}
.line-throught {
  text-decoration: line-through
}
.no-margin {
  margin: 0px !important;
}
.relative {
  position: relative;
}
.font-medium {
  font-size: 18px;
}
.inline-block {
  display: inline-block;
}
.alert-validation {
  margin-top: 5px;
  padding: 5px 15px;
  text-align: center;
}
.announcement small {
  font-size: 12px;
  color: #333;
}
.announcement {
  font-size: 14px;
}
.bgwhite {
  background: white;
  border: 1px solid #e4e5e7;
}
.warning-bg {
  background: #FF6F00 !important;
  color: #fff !important;
  border: 1px solid #FF6F00 !important;
}
.success-bg {
  background: #84c529 !important;
  color: #fff !important;
  border: 1px solid #84c529 !important;
}
.primary-bg {
  background: #28B8DA;
  color: #fff !important;
  border: 1px solid #28B8DA;
}
.info-bg {
  background: #03A9F4 !important;
  color: #fff !important;
  border: 1px solid #03A9F4 !important;
}
.danger-bg {
  background: #FC2D42 !important;
  color: #fff !important;
  border: 1px solid #FC2D42 !important;
}
.dt-table {
  width: 100% !important;
}
.tickets table tr.text-danger a {
  color: #fc2d42;
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  font-size: 13px;
  color: #333;
  background: #eef2f4;
  margin: 0;
  padding: 0;
  height: 100%;
}
#staff_logged_in {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 auto;
  margin-left: 15px;
}
#wrapper {
  min-height: 100%;
  position: relative;
}
#content {
  padding-bottom: 80px;
  /* Height of the footer element */
}
h1,
h2,
h3,
h4 {
  font-weight: 500;
}
h1,
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}
.navbar {
  background-color: transparent;
  border: none !important;
  background-color: transparent;
  background-image: none;
  border: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
  padding: 0px;
  min-height: 60px;
  border-radius: 0px;
}
.navbar-default {
  background-color: #323a45;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
  line-height: 60px;
  font-size: 15px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background: transparent;
  color: #fff;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  background: transparent;
  border-radius: 30px;
  color: #f0f0f0;
}
.navbar a.navbar-brand {
  padding: 25px 0px 25px 20px;
  height: auto;
  margin-right: 10px;
  margin-top: 5px;
}
.nav-tabs>li {
  border: 0px;
  -webkit-box-shadow: 1px 0 5px -2px #F9F9F9;
  box-shadow: inset 1px 0 5px -2px #F9F9F9;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
  border: 0px;
  border-radius: 0px;
  border-bottom: 2px solid #B72974;
  background: transparent;
  color: #333;
}
.nav-tabs {
  padding-bottom: 0px;
  margin-bottom: 25px;
  background: #FBFBFB;
  border-radius: 1px;
  border: 1px solid #F1F1F1;
  padding-left: 0px;
  padding-right: 0px;
}
.nav-tabs>li>a {
  border: 0px;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #333;
  padding: 12px 18px 12px 18px;
  font-weight: 500;
}
.btn.btn-input-group {
  padding: 7px 16px;
  border: 1px transparent;
}
.btn-icon {
  padding: 2px 6px 2px 6px;
}
.original-button {
  margin-top: 25px;
  padding: 6px 12px;
}
/* Panels */

.panel_s > .panel-heading {
  color: inherit;
  font-weight: 600;
  padding: 10px 4px;
  transition: all .3s;
  border: 1px solid transparent;
}
.panel_s .panel-body {
  background: #fff;
  border: 1px solid #e4e5e7;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}
.panel_s > .panel-footer {
  background: #f7f9fa;
  border: 1px solid #e4e5e7;
  border-top: none;
  color: inherit;
  font-size: 90%;
  padding: 7px 15px;
}
.panel_s {
  background-color: none;
  border: none;
  box-shadow: none;
  margin-bottom: 25px;
}
#client-home-chart {
  max-width: 100%;
}
.client-reply {
  background: #FFFFE6 !important;
  color: #333;
}
.front-ticket-number {
  font-weight: bold;
  font-size: 40px;
  color: #444a52;
}
.ticket-status-front {
  width: 240px;
}
body.viewinvoice .alert {
  margin-top: 35px;
  margin-left: -15px;
  margin-right: -15px;
}
label {
  font-weight: 600;
}
.label {
  font-size: 13px;
  font-weight: 400;
  padding: .3em .9em .3em;
}
footer {
  background: #fff;
  padding: 15px;
  width: 100%;
  height: 50px;
  border-top: 1px solid #e4e5e7;
}
@media (max-width: 767px) {
  .ticket-status-front {
    width: 100%;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }
}

.checkbox {
  padding-left: 20px;
}
.table thead {
  font-weight: 600;
}
.table thead tr th {
  border: 1px solid #f0f0f0 !important;
  border-left: 0px !important;
  border-right: 0px !important;
}
.table > tbody > tr:first-child td {
  border-top: 0px !important;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #28B8DA;
  border-color: #28B8DA;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #FC2D42;
  border-color: #FC2D42;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #03A9F4;
  border-color: #03A9F4;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #FF6F00;
  border-color: #FF6F00;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #84c529;
  border-color: #84c529;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #28B8DA;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #28B8DA;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #28B8DA;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #FC2D42;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #FC2D42;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #FC2D42;
}
.radio-info input[type="radio"] + label::after {
  background-color: #03A9F4;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #03A9F4;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #03A9F4;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #FF6F00;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #FF6F00;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #FF6F00;
}
.radio-success input[type="radio"] + label::after {
  background-color: #84c529;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #84c529;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #84c529;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
.label {
  font-size: 12px;
  font-weight: 400;
  padding: .4em .9em .4em;
}
.survey {
  border: 1px solid #D6D6D6;
  padding: 25px;
  background: #fff;
  border-radius: 4px;
  margin-top: 20px;
}
.survey #company-logo {
  background: #444a52;
  padding: 15px;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
}
.survey #company-logo img {
  margin: 0 auto;
  display: block;
}
.invoice-quick-info h5 {
  margin-top: 0px;
}
.table.items {
  margin-top: 25px;
}
.table.items thead th {
  border-bottom: 0px;
}
.table.items thead {
  background: #323a45;
  color: #fff;
  border: 0px;
}
.table.items tbody > tr > td:first-child,
.table.items thead > tr > th:first-child
{
  text-align:center;
}
.table.items tbody > tr > td:not(:first-child),
.table.items thead > tr > th:not(:first-child) {
  padding: 8px;
  text-align: right;
}
.table.items thead > tr > th:not(:first-child) {
  padding-left: 0px;
  text-align: right;
}
.table.items .description {
  text-align: left !important;
}
[dir="rtl"] .table.items .description {
  text-align:right !important;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav>li>a {
    line-height: 20px;
  }
  .navbar-toggle {
    margin-top: 30px;
  }
  #staff_logged_in {
    display: none;
  }
}
.kb-article {
  font-size: 14px;
}
.article_group_wrapper {
  border: 1px solid #f0f0f0;
  padding: 15px;
  margin-bottom: 15px;
}
.articles_list {
  font-size: 14px;
}
.articles_list li {
  margin-bottom: 15px;
}
.article-heading {
  font-size: 16px;
  font-weight: 600;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  color: #0081BB;
}
.table a:not(.btn) {
  font-weight: 600;
}
.page-pdf-html-logo {
  background: #4B5158;
  padding: 25px;
  border-radius: 1px;
  margin-top: 25px;
}
.label-href:visited,
.label-href {
  outline: 0 !important;
  border: 0 !important;
}
.pointer {
  cursor: pointer;
}
.mime {
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 1px 0 4px 26px
}
/* I'm using the default mimes from the CRM admin area, feel free to change it */

.mime-word {
  background-image: url(../../../images/mime/word.png)
}
.mime-excel {
  background-image: url(../../../images/mime/excel.png)
}
.mime-powerpoint {
  background-image: url(../../../images/mime/powerpoint.png)
}
.mime-pdf {
  background-image: url(../../../images/mime/pdf.png)
}
.mime-zip {
  background-image: url(../../../images/mime/zip.png)
}
.mime-image {
  background-image: url(../../../images/mime/image.png)
}
.mime-file {
  background-image: url(../../../images/mime/file.png)
}
.mime-photoshop {
  background-image: url(../../../images/mime/photoshop.png)
}
.mime-illustrator {
  background-image: url(../../../images/mime/illustrator.png)
}
.mime-video {
  background-image: url(../../../images/mime/video.png)
}
.mime-audio {
  background-image: url(../../../images/mime/audio.png)
}
.files-container {
  margin: 0 0 10px;
}
.files {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.files-hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mime > a {
  color: #555 !important;
  text-decoration: none;
}

.white {
  color: #fff;
}
.advanced-editor-wrapper {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
[data-editable] {
  word-break: break-all;
  ;
}
[data-editable] ul,
[data-editable] ol {
  list-style: initial;
}
[data-editable] image,
[data-editable] [data-ce-tag=img],
[data-editable] img,
[data-editable] video {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
// Left align
[data-editable] image.align-left,
[data-editable] [data-ce-tag=img].align-left,
[data-editable] img.align-left,
[data-editable] video.align-left {
  clear: initial;
  float: left;
  margin-right: 0.5em;
}
// Right align
[data-editable] image.align-right,
[data-editable] [data-ce-tag=img].align-right,
[data-editable] img.align-right,
[data-editable] video.align-right {
  clear: initial;
  float: right;
  margin-left: 0.5em;
}
// Alignment styles for text in editable regions
[data-editable] .text-center {
  text-align: center;
}
[data-editable] .text-left {
  text-align: left;
}
[data-editable] .text-right {
  text-align: right;
}
.staff-profile-image-small {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.staff-profile-xs-image {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.staff-profile-image-small {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.staff-profile-image-thumb {
  height: 160px;
  width: 160px;
  border-radius: 50%;
}
.media-body {
  word-break: break-word;
}
#proposal-wrapper {
  overflow: hidden;
  min-height: 100%;
}
body.proposal {
  background: #fff;
  overflow: auto;
}
div.proposal-wrapper {
  min-width: 320px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: auto;
}
div.proposal-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}
div.proposal-wrapper table {
  overflow: scroll;
  max-width: 100%;
}
.proposal-left {
  background: #fff;
}
[dir="rtl"] .proposal-left {
 margin-right: 160px;
}
.proposal-right {
  background: #444A52;
  position: absolute;
  right: 0px;
  padding-left: 35px;
  padding-right: 35px;
  color: #fff;
}
.proposal-right a:not(.btn) {
  color: #D9D9D9;
}
.proposal-right a:hover,
.proposal-right a:active {
  color: #fff;
}
.proposal-right .btn {
  padding: 8px 20px;
}
.proposal-right hr {
  border-top: 1px solid #727272;
}
.proposal-comment {
  padding-bottom: 25px;
  display: inline-block;
  width: 100%;
  padding-bottom: 35px;
}
.table.proposal-items thead > tr > th {
  padding-left: 10px;
}
.table.proposal-items tbody > tr > td,
.table.proposal-items thead > tr > th {
  text-align: left;
}
.proposal-status {
  width: 100%;
  display: inline-block;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}
.client-profile-image-small {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.client-profile-image-thumb {
  height: 160px;
  width: 160px;
  border-radius: 50%;
}
#task h4 {
  font-size: 15px;
}
#task h5 {
  font-size: 14px;
}
#task .task-info {
  font-size: 10px;
  vertical-align: middle;
  margin-bottom: 5px;
  padding: 10px;
}
#task .task-info h5 {
  font-size: 11px;
}
.jquery-comments ul.navigation li,
.jquery-comments ul.main li.comment .actions > *,
.jquery-comments ul.main li.comment .name,
.jquery-comments .highlight-font-bold {
  font-weight: 600 !important;
}
.jquery-comments ul.main li.comment .name {
  color: #0081BB;
}
.jquery-comments ul.main li.comment .wrapper .content {
  padding: 5px 0px 5px 0px;
}
.jquery-comments ul.navigation li {
  color: #323A45;
}
.jquery-comments .textarea-wrapper .control-row > span.upload {
  padding: 5px 20px;
  background-color: #7D838B;
}
.jquery-comments .highlight-background {
  background: #03A9F4 !important;
}
.jquery-comments .textarea-wrapper .control-row > span {
  padding: 5px 20px !important;
  border-radius: 4px;
}
.jquery-comments .textarea-wrapper .control-row {
  margin-top: 10px;
}
.jquery-comments ul.main li.comment .actions > * {
  color: #7C838B;
}
.jquery-comments ul.navigation .navigation-wrapper {
  padding: 10px 0px 0px 0px;
}
.jquery-comments ul.navigation {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 1.5em;
}
.fn-label a {
  color: #0081BB;
  font-weight: 600;
}
.fn-gantt {
  border: 2px solid #EEF2F4;
  border-radius: 4px;
}
.fn-gantt .nav-link {
  background: #27B8DA url(../../../plugins/gantt/img/icon_sprite.png) !important;
  border: 1px solid #27B8DA;
}
.fn-gantt-hint {
  background: #7C838B;
  border: 0px;
  color: #fff;
}
.fn-gantt .leftPanel .name,
.fn-gantt .leftPanel .desc {
  background-color: #fff;
}
.fn-gantt .bottom {
  background-color: #fff;
}
.fn-gantt .leftPanel .name:last-child {
  border-bottom: 0px;
}
.fn-gantt .rightPanel .month,
.fn-gantt .rightPanel .year {
  border-bottom: 0px;
  color: #0081BB;
  font-size: 12px;
  font-weight: 600;
  text-shadow: none;
}
.project-info-bg {
  background: #FBFBFB !important;
  color: #333 !important;
  border-top: 1px solid #E4E5E7;
  border-left: 1px solid #E4E5E7;
  border-right: 1px solid #E4E5E7;
  font-weight: 600;
}
.no-radius {
  border-radius: 0px !important;
}
.team-members .panel-body {
  padding: 0px;
}
.team-members .media-left {
  padding: 10px;
}
.team-members .media-body {
  padding-right: 10px;
  padding-top: 12px;
}
.team-members .media:last-child {
  border-bottom: 0px;
}
.team-members .media {
  margin-top: 0px;
  border-bottom: 1px solid #f0f0f0;
}
.project-percent {
  position: absolute;
  font-size: 33px;
  font-weight: 600;
  top: 35%;
  left: 0;
  right: 0;
}
.project-file-image {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-right: 15px;
}
#task-tracking-stats-modal {
  z-index: 999999999999;
}
.phase-logged-time {
  color: #3B6900;
}
.progress-bg-dark {
  background-color: #7C838B;
}
.project-overview-progress-bar {
  height: 70px;
  background-color: #7C838B;
  position: relative;
}
.project-overview-progress-bar .project-progress-number {
  font-size: 20px;
  position: absolute;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 600;
  margin-top: 25px;
  text-shadow: 0px 0px 2px #333;
}
.bg-light-green {
  background: #D8EDA3;
}
.task-unfinished-table {
  border-left: 7px solid #ff6f00;
}
.task-user {
  border: 1px solid #F0F0F0;
  padding: 2px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
.task-checklist-indicator {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  width: 20px;
  height: 21px;
  display: inline-block;
}
.task-checklist-indicator i {
  margin: 0 auto;
  vertical-align: middle;
  margin-left: 3px;
}
#task-comments {
  background: #FDFDFD;
  margin-right: -20px;
  margin-left: -20px;
  padding: 20px;
  display: inline-block;
}
form.dropzone {
  border: 3px dashed #eef2f4;
}
.dropzone .dz-message {
  margin-top: 45px;
  color: #03a9f4;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #fff;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_label {
  font-weight: 600;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
  box-shadow: none;
  background: #33aaff;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
  background: #656D77 !important;
}
@media (max-width: 768px) {
  div.proposal-wrapper {
    width: 100%;
    display: inline-block;
  }
  div.proposal-left {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  div.proposal-right {
    height: 100% !important;
    display: block;
    position: relative;
  }
  #content {
    padding: 15px;
  }
  ._buttons .mleft5 {
    margin-left: 0px !important;
  }
  ._buttons .mright10 {
    margin-right: 0px !important;
  }
  ._buttons .pull-left,
  ._buttons .pull-right {
    float: none !important;
  }
  ._buttons .btn,
  ._buttons .btn-group {
    display: inline-block;
    margin-left: 0px !important;
    width: 100%;
    margin-bottom: 5px !important;
    float: none !important;
  }
  .nav-tabs>li {
    width: 100%;
  }
  .project-overview-column {
    margin-top: 15px;
  }
  .table-responsive {
    padding: 15px 0px 15px 0px;
    border: 1px solid #F7F7F7;
  }
  .pusher {
    margin-top: 50px;
  }
}
table.dataTable>tbody>tr.child span.dtr-title {
  font-weight: 600;
}
.jquery-comments .textarea-wrapper {
  padding-left:21px;
}
.jquery-comments .textarea-wrapper:before {
  border:0px;
}
.jquery-comments .textarea-wrapper .textarea {
  border-radius:3px;
}
