@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=latin,latin-ext);
.home-page .nav > li > a {
  padding: 5px 10px;
}

body {
  padding-top: 140px;
}

.login_page h2.logo {
  margin-top: 10%;
  border: none;
}

.login_page .panel {
  margin-top: 40px;
  border-left: 20px solid #337ab7;
}

.login_page .panel .panel-heading {
  border: none;
  font-weight: bold;
  background: none;
}

.login_page .panel .input-group span i {
  width: 20px;
  color: #337ab7;
}

.login_page .panel .input-group input {
  border-width: 1px;
  border-style: solid;
  transition: all 0.5s;
}

.login_page .panel .input-group input:hover, .login_page .panel .input-group input:focus {
  border-right: 20px solid #337ab7;
}

h2.logo {
  font-weight: 200;
  font-size: 2.2em;
}

h2.logo span {
  font-weight: bold;
  font-size: 0.9em;
}

.navbar-brand {
  font-weight: 200;
  font-size: 1.5em;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 0.9em;
}

.photo_user_settings {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-nav li a i {
  padding-right: 5px;
}

.photo_navbar_container {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-top: -20px;
  margin-bottom: -20px;
  margin-right: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #f8f8f8;
  background-image: url(/images/default.jpg?b43b8ff49f45b5d8ab54490018c03991);
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  position: relative;
}
.photo_navbar_container img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#drop_app {
  position: fixed;
  background: rgba(250, 250, 250, 0.7);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  color: rgb(10, 10, 10);
  z-index: 10000;
  font-size: 30px;
  text-transform: lowercase;
  letter-spacing: 1px;
}

#drop_app.in {
  display: block;
}

#drop_app .box {
  margin-top: 20%;
}

#drop_app i {
  font-size: 100px;
  display: block;
  margin-bottom: 20px;
}

h2 {
  border-left: 7px solid rgba(10, 10, 10, 0.5);
  padding-left: 10px;
  margin-bottom: 30px;
  margin-top: 0px;
}

h2.inside {
  border: 0;
  font-size: 25px;
}

h2 a.arrow-back {
  color: rgba(10, 10, 10, 0.5);
  margin-right: 10px;
  font-weight: 100;
  text-decoration: none !important;
}

.white a.arrow-back {
  color: #fff !important;
  margin-right: 10px;
  font-weight: 100;
  text-decoration: none !important;
}

.info-task-all {
  overflow: hidden;
  position: relative;
}

.info-task {
  border: none;
  height: 200px;
  width: 100%;
  position: relative;
}

.info-task h4 {
  font-size: 14px;
  margin: 10px 15px;
  margin-left: 30px;
}

.info-task .box {
  width: 25px;
  height: 100%;
  display: block;
  float: left;
  background: rgba(200, 200, 200, 0.5);
  position: relative;
  color: rgb(100, 100, 100);
  line-height: 170px;
  text-align: center;
}

.table-hover td {
  line-height: 27px !important;
}

.ui-autocomplete {
  z-index: 10000 !important;
}

.modal-header {
  border-left: 20px solid rgba(10, 10, 10, 0.5);
}

.padding-bottom {
  padding-bottom: 50px;
}

.item-task {
  padding: 0px;
  border: none;
  border-top: 2px solid rgba(100, 100, 100, 0.9);
  margin-top: 15px;
}

.item-task .panel-heading {
  padding: 0px;
  position: relative;
  background: rgba(100, 100, 100, 0.1);
  padding-bottom: 30px;
}

.item-task .panel-heading .date {
  display: block;
  width: 100%;
  height: 18px;
  text-align: left;
  font-weight: 100;
  line-height: 18px;
  padding: 5px;
  margin-bottom: 4px;
  font-size: 14px;
}

.item-task .panel-heading .title {
  padding: 5px;
  font-size: 11px;
}

.item-task .panel-heading .title span {
  font-weight: bold;
}

.item-task .panel-body .title {
  font-weight: bold;
}

.item-task .task-item-file {
  display: block;
  box-shadow: 0px 0px 5px 0px rgba(10, 10, 10, 0.3);
  width: auto;
  height: auto;
  min-height: 40px;
  line-height: 25px;
  margin: 10px 0px;
}

.item-task .task-item-file i {
  margin-right: 15px;
  font-size: 25px;
  height: 100%;
  line-height: 24px;
  padding: 10px;
  display: block;
  float: left;
}

.item-task .panel-heading ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0px;
  left: 5px;
}

.item-task .panel-heading ul li {
  display: inline-block;
  font-size: 18px;
  margin: 0px;
}

.item-task .panel-heading ul li i {
  color: rgba(150, 150, 150, 0.9);
}

.first_item_task {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(100, 100, 100, 0.2);
}
.first_item_task .item-task {
  border: 2px solid rgba(100, 100, 100, 0.9);
}
.first_item_task .item-task .panel-heading {
  padding-bottom: 0px;
}

.note-editing-area {
  width: 100% !important;
}

span.priority {
  line-height: 40px;
}

.box-color {
  height: 40px;
  width: 40px;
  border-radius: 2px;
  display: inline-block;
}

.box-color.active, .box-color:hover {
  box-shadow: 0px 0px 5px 1px rgba(10, 10, 10, 0.5);
}

.photomax {
  cursor: pointer;
}

.sub-nav {
  background: rgb(50, 50, 50);
}

.sub-nav .btn {
  margin: 5px 2px;
}

.sub-nav .btn.link {
  color: #fff;
  background: none;
}

.sub-nav .btn-group.open .btn.link {
  color: #fff;
  background: none;
}

.sub-nav > div > span {
  line-height: 40px;
}

.task-list {
  display: block;
  text-decoration: none !important;
  color: #000;
  border: none;
  border-left: 30px solid #337ab7;
  margin: 5px 0px;
  padding: 4px;
  background: rgba(200, 200, 200, 0.1);
}

.col-sm-4 .task-list {
  padding-bottom: 15px;
}

.task-list h4 {
  padding: 5px;
  margin: 0px;
}

.task-list h5 {
  padding: 5px;
  margin: 0px;
  font-weight: 100;
  height: auto;
}

.task-list h5 span {
  font-weight: normal;
}

.item-input {
  border: none;
  box-shadow: 0px 0px 3px 0px rgba(10, 10, 10, 0.5);
  width: 50%;
  text-align: center;
}

.item-input.file {
  padding: 5px;
  width: 80px;
  text-align: center;
}

.margin-bottom {
  margin-bottom: 10px;
}

.margin-top {
  margin-top: 10px;
}

.gallery_max {
  position: fixed;
  z-index: 5000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.7);
  display: none;
  overflow: auto;
}

.gallery_max .photo {
  margin-top: 5%;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  overflow: auto;
  z-index: 1070;
  margin-bottom: 20px;
}

.gallery_max img {
  height: auto;
  max-width: 95%;
  z-index: 1071;
}

#search-input {
  width: 300px;
}

.search_nav h4 {
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 18px;
}

.search_nav p {
  font-size: 15px;
}

.alert-notification {
  position: fixed;
  top: 110px;
  left: 0px;
  width: 100%;
  background: rgb(100, 100, 100);
  color: #fff;
  border: none;
  height: 40px;
  padding: 10px;
  z-index: 150;
}

.alert-notification .close {
  color: #fff !important;
  opacity: 1;
}

textarea.form-control {
  height: 120px;
}

.task-img-box {
  display: block;
  width: 200px;
  position: relative;
  height: auto;
}

.task-img-box .back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(250, 250, 250, 0.8);
  opacity: 0;
  text-align: center;
  display: block;
  z-index: 9;
}

.task-img-box:hover .back {
  opacity: 1;
}

.task-img-box:hover .back i {
  font-size: 30px;
  color: rgb(150, 150, 150);
  z-index: 10;
  margin-top: 24%;
}

.white {
  color: #fff;
}

.home-page ul.nav-pills > li.active a, .home-page ul.nav-pills > li.active a:hover, .home-page ul.nav-pills > li.active a:focus {
  background: rgba(100, 100, 100, 0.8);
}

.all-tasks {
  border-left: 1px solid rgba(100, 100, 100, 0.2);
}

.all-tasks ul.nav-pills {
  margin-bottom: 23px;
}

.box-priority {
  width: 40px;
  height: 10px;
  display: inline-block;
}

.popup-info-priority {
  display: block;
  position: absolute;
  background: rgb(240, 240, 240);
  z-index: 1000;
  height: auto;
  width: 55px;
  padding: 8px;
  display: none;
  overflow: hidden;
}

.popup-info-priority .box-color {
  height: 25px;
}

.popup-info-priority .priority {
  font-size: 10px;
  line-height: 14px;
  margin: 0px;
  text-align: center;
  font-weight: bold;
}

.all_one_task {
  position: relative;
}

.all_one_task .spec_link {
  position: absolute;
  right: 10px;
  top: 22px;
}

.fa.fa-usd.text-success {
  color: #49e849;
  position: relative;
}
.fa.fa-usd.text-success:after {
  content: "";
  display: none;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 12px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 10;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.fa.fa-usd.text-success:hover {
  color: #00CC00;
}
.fa.fa-usd.text-success:hover:after {
  content: "Zaakceptowany";
  display: block;
}
