body {
  background-color: #ffffff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #444444;
  padding-bottom: 100px;
}
.modal-content{
  border: 0;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 5px 10px 10px rgba(0,0,0,0.2);
}
.modal-header, .modal-footer{
  border: 0;
}

.modal-backdrop.show{
  opacity: 0.3;
}
.attach{
  width: 125px;
  text-align: center;
  margin: 5px;
}
.attachments{
  background: rgba(0,0,0,0.1);
  border-radius: 5px;
  margin-top: 10px;
}
.attachments span{
  font-size: 35px;
}
.attachments a {
  text-decoration: none;
}
.attachments img {
  max-width: calc(100% - 10px);
  margin: 5px;
  border-radius: 5px;
  border: 1px solid white;
  box-shadow: 1px 1px 6px -1px black;
}

.form-control, .custom-select, .custom-file-label {
  border-color: #d4d4d4;
  margin-bottom: 10px;
  border-radius: 15px;
}

#submit-search{
  margin-top: 13px;
}

.btn, .btn-sm{
  border-radius: 15px !important;
}

label{
  margin-bottom: 2px;
  font-weight: 500;
}

.bg-custom-primary{
  background: #489ef9;
}
.text-custom-primary{
  color: #489ef9;
}
.bg-default-gray{
  background: #fcfcfc;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.p-default{
  padding: 25px;
}
.bg-custom-secondary{
  background: #ffe300;
}
.text-custom-secondary{
  color: #ffe300;
}
.navbar-light .navbar-brand{
  color: white;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: #ffe300;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover{
  color: white;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
  color: white;
  font-weight: bold;
  margin: 0 15px 0 0;
}
.navbar-light .navbar-nav .active>.nav-link{
  color: #ffe300;
}
hr{
  border-top: 1px solid rgba(0,0,0,0.1);
}

p.card-text {
  min-height: 50px;
}

#tasks{
  padding: 25px;
}
.search{
  overflow: hidden;
  height: 0;
  transition: 300ms;
}
.table-custom-white{
  border-radius: 15px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.table-custom-white .table{
  margin-bottom: 0;
}

.table-custom-white th, .table-custom-white td{
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}

.table-custom-white td{
  cursor: pointer;
}

.table-custom-white tbody tr{
  transition: 300ms;
}

.table-custom-white tbody tr:hover {
  background: #eaf4ff;
  box-shadow: 5px 5px 7px rgba(0,0,0,0.1);
}

#home #projects .contResult .card{
  width: 240px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  border-radius: 15px;
  margin: 0 15px 15px 0;
  cursor:pointer;
  transition: 300ms;
}

#home #projects .contResult .card:hover{
  background: #eaf4ff;
  transform: translateY(-5px);
  box-shadow: 5px 5px 7px rgba(0,0,0,0.1);
}

.fiximg{
  max-height: 60px;
  max-width: 100%;
}

.shadow-sm {
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.1);
}

.photo-buttons{
  height: 50px;
}

.itemflex{
  flex: 1 1 0;
  min-width: 200px;
}

.min-w-popups{
  min-width: 30% !important;
}

.btn-circle{
  border-radius: 50px;
  width: 35px;
  height: 35px;
}

.icon-big{
  font-size: 30px;
}

.min-width-190{
  min-width: 190px;
}

.cursor-pointer{
  cursor: pointer;
}

.bg-gray{
  background: #eeeeee;
}

.single_media{
  width: 150px;
  height: 150px;
  float: left;
  text-align: center;
}

.single_media img{
  cursor: pointer;
  width: 146px;
  max-height: 146px;
}

.single_media.active{
  border: 2px solid #e0a800;
}

.small_img{
  width: 150px;
  max-height: 150px;
  margin-bottom: 5px;
}

.uploads_media{
  height: 400px;
  overflow: auto;
}

#logo,.logo{
  max-height: 40px;
}

.table td, .table th{
  line-height: 25px;
}

.row_sequence{
  padding: 10px;
}

.itemflex {
  max-width: 24%;
  min-width: 200px;
}

.itemflex-auto{
  flex: 1 0 0;
  margin-left: 40px;
}

.itemflex-50{
  width: 49%;
  min-width: 400px;
}

.row_sequence:nth-child(odd){
  background: rgba(0,0,0,0.1);
}
.custom-select, .form-control{
  min-width: 229px;
  width: 229px;
}
.custom-select{
  width: 229px;
}
.info{
  padding: 30px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  background: white;
}
.details_box{
  overflow-y: auto;
  background: #fcfcfc;
  transition: 300ms;
  position: fixed;
  top: 0;
  right: calc(-40%);
  width: calc(40% );
  height: 100%;
  border-left: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 -10px 5px rgba(0,0,0,0.2);
  z-index: 30;
}
.task-comments{
  padding: 30px;
}
.comment{
  margin: 10px 0;
  padding: 15px;
}
.comment-left{
  background: rgba(181,181,181,0.1);
  border-radius: 0 20px 20px 20px;
  border: 1px solid rgba(0,0,0,0.1);
}
.comment-right{
  background: rgba(72,158,249,0.13);
  border: 1px solid rgba(72,158,249,0.35);
  border-radius: 20px 0 20px 20px;
}
textarea.form-control{
  width: 100%;
}
.btn-outline-success{
  color: #505050;
}
.search .btn{
  margin-bottom: 13px;
  min-height: 38px;
  padding: 0 12px;
}

.no-edit *{
  cursor: default !important;
}

#comments .contResult{
  max-height: 240px;
  overflow: auto;
  padding: 10px;
  margin: 10px 0;
}

#book .contResult {
  max-height: 500px;
  overflow: auto;
  padding: 10px;
  margin: 10px 0;
}

@media (max-width: 976px){
  .min-w-popups{
    min-width: 45% !important;
  }
}

@media (max-width: 540px){
  .min-w-popups{
    min-width: 90% !important;
  }
}

@media (min-width: 992px) {
  .modal-dialog {
    margin-top: 130px;
  }
}