/*Write your custom css in this file.*/
@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
}
/********************** MLADJA CODE **********************/
/* projects */
#milestones_list h4,
#milestones_list {
  color: #83a4b5;
}
.project-time {
  border: 1px solid #ddd;
  border-radius: 3px;
}
.project-time > p {
  margin: 5px 0;
}
.project-time > p:first-of-type {
  border-right: 1px solid #ddd;
}
.project-time > p > * {
  display: block;
}
.milestone-border {
  width: 6px;
  height: 100%;
  background-color: #76dead;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.milestone-border .task_finished {
  display: block;
  width: 100%;
  height: 0;
  background-color: #60c895;
}
#milestones_list li:hover .milestone-border {
  width: 12px;
}
#calendar_project_list li span {
  border-radius: 4px;
  border: 1px solid;
  margin-top: 6px;
  width: 8px;
  height: 8px;
}
.calendar-task {
  margin: 5px 0;
  padding: 0 15px;
  color: #fff;
}
.calendar-task-inner {
  padding: 2px 10px;
}
/********************** END OF MLADJA CODE **********************/
/********************** TAMARA CODE **********************/
/* Icons for timeline */
.notification-icon {
  border: 2px solid #5ba2c6;
  border-radius: 100px;
  padding: 20px;
  bottom: -31px;
  right: -26px;
  width: 50px;
  height: 50px;
  background-color: #fff;
}
.notification-icon svg {
  position: relative;
  top: -9px;
  left: -9px;
}
.notification-icon svg,
.notification-icon svg path {
  fill: #5ba2c6 !important;
}
/* Projects on page and on dashboard */
.project .project-headline .project-status {
  top: 0;
  right: 20px;
}
.project .project-body .project-description {
  height: 80px;
  line-height: 1.643em;
  overflow: hidden;
}
.project .project-body .task-info {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  z-index: 2;
}
.project .project-body .pieLabel {
  display: none;
}
.project .project-body .project-chart {
  margin-bottom: 24px;
}
.project .project-bottom {
  height: 78px;
}
.project .project-bottom .panel-default .avatar img {
  border: 2px solid #dfdfdf;
}
.project-status-open:after {
  border-color: #5ccd97 #5ccd97 transparent #5ccd97;
}
.project-status-completed:after {
  border-color: #5ca1c5 #5ca1c5 transparent #5ca1c5;
}
.project-status-canceled:after {
  border-color: #de403e #de403e transparent #de403e;
}
.project-status-ribbon:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  top: 0px;
  left: 0px;
  border-width: 15px 12px 10px;
  border-style: solid;
}
/* Project Details */
.project-single-page .page-title {
  background-color: #fff;
}
.project-single-page .page-title .project-status-ribbon {
  width: 35px;
  top: 0;
  right: 25px;
}
#project-details .border {
  border-color: #ddd !important;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}
#task_filter .btn-default {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0;
  border-width: 2px 0 0;
  -webkit-box-shadow: inset 0 0px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0px 2px 0px rgba(0, 0, 0, 0.25);
  height: 40px;
  background-color: #f9f9f9;
}
@media (min-width: 992px) {
  #task_filter .btn-default {
    float: left;
    width: 33.33333333%;
  }
}
#task_filter .btn-default,
#task_filter .btn-default:hover,
#task_filter .btn-default.active {
  border-top: 2px solid !important;
  background-color: #fff;
}
#task_filter .btn-default.to-do,
#task_filter .btn-default.to-do:hover,
#task_filter .btn-default.to-do:focus,
#task_filter .btn-default.to-do.active {
  border-color: #5ccd97;
  color: #5ccd97;
}
#task_filter .btn-default.in-progress,
#task_filter .btn-default.in-progress:hover,
#task_filter .btn-default.in-progress:focus,
#task_filter .btn-default.in-progress.active {
  border-color: #ffce24;
  color: #ffce24;
  padding: 0;
}
#task_filter .btn-default.completed,
#task_filter .btn-default.completed:hover,
#task_filter .btn-default.completed:focus,
#task_filter .btn-default.completed.active {
  border-color: #de403e;
  color: #de403e;
}
#task_filter .btn-default.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.project-members {
  width: 100% !important;
}
/* Task list on dashboard and single project */
#task_list {
  margin: 0;
}
#task_list .empty-message {
  padding: 20px 20px 0;
}
#task_list li {
  border-bottom: 1px solid #ddd;
  min-height: 130px;
}
#task_list li:last-child {
  border: 0;
}
#task_list li:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#task_list li:hover .task-inner {
  z-index: 2;
}
#task_list li:hover .task-extend {
  visibility: visible;
  padding: 10px 0 15px;
  height: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#task_list li:hover .task-extend .btn-default,
#task_list li:hover .task-extend .avatar {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#task_list li:hover .task-extend .btn-default {
  padding: 10px 16px;
}
#task_list h4 {
  height: 38px;
  overflow: hidden;
}
#task_list.dashboard p:first-of-type {
  border: 0;
}
#task_list .task-extend {
  height: 0;
  padding: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#task_list .task-extend .btn-default,
#task_list .task-extend .avatar {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#task_list .task-extend .btn-default {
  padding: 0 16px;
}
#file_list .fa-long-arrow-down {
  border: 2px solid #5ccd97;
  padding: 10px 15px;
  color: #5ccd97;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#file_list .fa-long-arrow-down:hover,
#file_list .fa-long-arrow-down:focus,
#file_list .fa-long-arrow-down:active {
  background-color: #5ccd97;
  color: #fff;
}
.modal-dialog .modal-header {
  background-color: #5ba2c6;
  color: #fff;
}
.modal-dialog label {
  color: #7c7c7c;
}
.modal-dialog .label-info {
  color: #fff;
}
.modal-dialog .form-control {
  padding: 15px;
  height: auto;
  overflow-x: hidden;
}
.modal-dialog .upload-file-button,
.modal-dialog .upload-file-button:focus {
  box-shadow: 0 0 4px 0.5px rgba(0, 0, 0, 0.12) !important;
  background: #fff;
  color: #000000;
}
.modal-dialog .upload-file-button:hover,
.modal-dialog .upload-file-button:focus:hover,
.modal-dialog .upload-file-button:active,
.modal-dialog .upload-file-button:focus:active {
  color: #fff;
  background: #000000;
}
/* Tickets Single Page */
.tickets-timeline-item {
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tickets-timeline-item:hover {
  background-color: #eaeaea;
}
.tickets-timeline-item span {
  color: #5a5a5a;
}
#ticket-title-section .btn-info {
  margin: -1px 0 0;
  padding: 12.3px 25px;
}
#ticket-title-section .fa {
  color: #6c6c6c;
}
/* Notifications */
.notification-dropdown {
  width: 400px;
}
.notification-dropdown .panel-footer {
  background-color: #fff;
  border-color: rgba(221, 221, 221, 0.41);
}
.notification-dropdown .panel-footer a {
  color: #5a5a5a;
}
.notification-dropdown .panel-footer a:hover {
  color: #5ba2c6;
}
.unread-notification {
  background-color: #4cbfd1 !important;
}
a.list-group-item,
button.list-group-item {
  border-width: 1px 0 0 0 !important;
  border-color: rgba(221, 221, 221, 0.41) !important;
  color: #5a5a5a;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
a.list-group-item .media-heading,
button.list-group-item .media-heading {
  margin-bottom: 0;
}
a.list-group-item .avatar,
button.list-group-item .avatar {
  border-radius: 100px;
  border: 2px solid #f1f1f1;
}
a.list-group-item .notification-user-name,
button.list-group-item .notification-user-name,
a.list-group-item.unread-notification .notification-user-name,
button.list-group-item.unread-notification .notification-user-name {
  font-weight: bold;
}
a.list-group-item ins,
button.list-group-item ins,
a.list-group-item.unread-notification ins,
button.list-group-item.unread-notification ins {
  word-break: break-all;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item.unread-notification:hover,
button.list-group-item.unread-notification:hover {
  background-color: #f1f1f1 !important;
  color: #5a5a5a;
}
a.list-group-item:hover .notification-user-name,
button.list-group-item:hover .notification-user-name,
a.list-group-item.unread-notification:hover .notification-user-name,
button.list-group-item.unread-notification:hover .notification-user-name {
  color: #5ba2c6;
}
a.list-group-item:hover ins,
button.list-group-item:hover ins,
a.list-group-item.unread-notification:hover ins,
button.list-group-item.unread-notification:hover ins {
  color: #5a5a5a;
}
a.list-group-item.unread-notification,
button.list-group-item.unread-notification,
a.list-group-item.unread-notification ins,
button.list-group-item.unread-notification ins {
  color: #fff;
}
a.list-group-item:first-child,
button.list-group-item:first-child,
a.list-group-item:last-child,
button.list-group-item:last-child {
  border-radius: 0;
}
a.list-group-item .notification-time-and-date .date-day,
button.list-group-item .notification-time-and-date .date-day {
  font-weight: bold;
}
a.list-group-item .notification-time-and-date .date-month,
button.list-group-item .notification-time-and-date .date-month {
  text-transform: uppercase;
}
/* Messages */
#message-details-section .label-success {
  background-color: #5ba2c6;
}
#message-details-section .form-group {
  width: 94%;
}
/* Candidate profile single page */
.files-list li {
  position: relative;
}
.files-list li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.files-list li .delete-file {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 20px;
  padding: 3px 5px;
}
.files-list li:hover .delete-file {
  opacity: 1;
}
.vertical-top {
  vertical-align: top;
}
.radio-scale {
  position: absolute;
  top: -22px;
  left: auto;
  margin-left: -20px;
}
/********************** END OF TAMARA CODE **********************/
/* Timeline */
.msg-button {
  padding: 6px 10px;
  border: 1px solid #b1b6c3;
  border-radius: 50% !important;
}
/* Responsive */
@media (max-width: 1441px) {
  /* Project Single Page */
  .project-single-page .col-md-3 {
    float: left;
    width: 33.3333%;
  }
  /* Projects global */
  .project .col-md-6 {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1200px) {
  /* Project Single Page */
  /* page title */
  .project-single-page .col-md-3.mb30 {
    width: 50%;
  }
  .lg-pt20 {
    padding-top: 20px !important;
  }
}
@media (max-width: 590px) {
  /* Global */
  .modal-dialog .modal-footer {
    text-align: center;
  }
  .modal-dialog .modal-footer button {
    float: none !important;
    margin: 5px 0 5px 5px !important;
  }
  .project-single-page .col-md-3.mb30 {
    width: 100%;
  }
}
@media (max-width: 390px) {
  /* Projects global */
  .project .project-members {
    display: none;
  }
  .project .col-md-6 {
    width: 100%;
  }
  .project .btn-default {
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .project .add-btn,
  .project .add-file-btn {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }
}
/********************** END OF TAMARA CODE **********************/
/********************** BOJAN CODE **********************/
.ticket-title {
  float: none;
}
/* 320px */
@media (min-width: 320px) {
  .xs-block {
    display: block;
  }
  .xs-display-none {
    display: none;
  }
  .xs-mt10 {
    margin-top: 10px !important;
  }
  .xs-height30 {
    height: 30px;
  }
}
/* max 480px */
@media (max-width: 480px) {
  #ticket_filter,
  #ticket_filter .btn-default {
    width: 100%;
  }
  #ticket_filter .btn-default {
    border: none;
  }
  .ticket-issue .separator {
    display: none;
  }
  #task-comment-form .avatar,
  #task-dropzone {
    display: inline-block !important;
  }
  #task-dropzone .panel-footer {
    padding: 10px 3px;
  }
  #task-dropzone .btn {
    font-size: 11px;
  }
}
/* min 480px */
@media (min-width: 480px) {
  /* ticket page */
  .title-button-group .filters .btn-default {
    float: left !important;
    border-right: 1px solid #eee !important;
  }
  .title-button-group .filters .btn-default:last-child {
    border: 0 !important;
  }
  .ticket-issue .svg-ss,
  .ticket-issue .separator {
    display: inline-block;
  }
}
/* max 567 */
@media (max-width: 567px) {
  /* project single page */
  .avatar-text {
    float: right;
    margin: 15px;
  }
  #file_list .col-md-8,
  .project-single-page .col-md-3 {
    width: 100%;
  }
  .pagination-task,
  .pagination-filter,
  #file_list .col-md-8 {
    text-align: center;
  }
}
/* min 568 */
@media (min-width: 568px) {
  /* project single page */
  .p5-left {
    float: left;
  }
  .p5-right {
    float: right;
  }
}
/* max 699px */
@media (max-width: 699px) {
  #ticket_filter + .btn {
    position: absolute;
  }
  #ticket_filter {
    margin-right: 0 !important;
  }
  .title-button-group.ticket_filter_group {
    width: 100%;
    text-align: center;
  }
  #ticket-title-section,
  #ticket-title-section > div {
    width: 100%;
  }
  .ticket-issue-status {
    display: block;
    float: right;
  }
}
/* min 700px */
@media (min-width: 700px) {
  .tickets-timeline-item {
    margin-left: 80px;
  }
  .ticket-issue-type {
    display: inline-block;
  }
  .lp-ml80 {
    margin-left: 80px;
  }
  .lp-block {
    display: block;
  }
  .lp-inline-block {
    display: inline-block;
  }
  .lp-mt0 {
    margin-top: 0 !important;
  }
  .lp-pull-right {
    float: right !important;
    float: right;
  }
}
/* max 768px */
@media (max-width: 768px) {
  /* modal files */
  .app-modal .app-modal-content {
    display: block;
    height: auto;
    vertical-align: central;
    text-align: center;
    width: 100% !important;
  }
  .app-modal .app-modal-content .app-modal-content-area {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    position: static;
  }
  .app-modal .expand {
    right: 20px !important;
  }
  .app-modal .app-modal-sidebar {
    display: block;
    border-left: 1px solid #f2f2f2 ;
    width: 100%;
    height: auto;
    vertical-align: top;
    margin-top: 15px;
  }
  .tablet-map {
    display: none;
  }
}
/* max 992px */
@media (max-width: 992px) {
  .ticket-title h1 {
    font-size: 1.5em !important;
    max-height: 70px;
  }
  .project-single-page .page-title .project-status-ribbon {
    right: 0;
  }
  .project-single-page .page-title .project-status-ribbon:after {
    border-width: 15px 9px 9px;
  }
}
/* min 992px */
@media (min-width: 992px) {
  .ticket-title h1 {
    height: 35px;
  }
}
/* 1280px */
@media (max-width: 1280px) {
  .gx-padding-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* 1650px */
@media (min-width: 1650px) {
  .xl-w75p {
    width: 75%;
  }
  .xl-w25p {
    width: 25%;
  }
}
/* min 568px and max 991px */
@media (min-width: 568px) and (max-width: 991px) {
  /* project single page */
  .task-inner .row .col-md-5 {
    width: 170px;
  }
  .task-inner .row .p5-left {
    width: 66.666667%;
  }
  #file_list .col-md-8.pull-right {
    width: 65%;
  }
  #file_list .col-md-8.pull-left {
    width: 80%;
  }
}
/* min 992 and max 1366 */
@media (min-width: 992px) and (max-width: 1366px) {
  /* project single page */
  .task-inner .p5-left,
  #file_list .col-md-8 {
    font-size: 12px;
  }
  .task-inner .p5-left .project-time,
  #file_list .col-md-8 .project-time {
    width: 135px;
  }
  .col-md-5.pull-right {
    padding: 0;
  }
  #task_list h4 {
    height: 34px;
  }
  #task_list .sd-h38 {
    height: 38px;
  }
  .project-single-page .sd-w33p {
    width: 33.33333%;
  }
  #file_list .xs-height30 {
    height: 38px;
  }
}
/********************** END OF BOJAN CODE **********************/
