.layout-navbar-fixed .wrapper .content-wrapper {
  margin-top: 0px!important;
}

.layout-footer-fixed .wrapper .main-footer{
  position: inherit!important;
}

.flex-row{
    display: flex;
    flex-direction: row;
}

.flex-child-card{
  display: flex;
  /*flex-grow: 1;*/
}

.card{
  flex-grow: 1;
  border-radius: 1rem!important;
}

.card-header{
  border-top-right-radius: .5em;
  border-top-left-radius: .5em;
}

.btn-group{
  flex-direction: row-reverse;
}

/*tr:nth-child(even) {background-color: ghostwhite;}*/
/*tr:first-child
{
  background-color: gray;
  /*position:fixed;
}*/
.content-wrapper{
  background-color: #dbdbdb0a;
}

/*.table-bordered td, .table-bordered th {
  border: 0;
  border-bottom: var(--devsite-table-row-border,var(--devsite-primary-border));
}*/

.table.table-bordered.dataTable{
/*  border-right-width: 0;
  border-left-width: 0;*/
}

thead{
  background : var(--devsite-table-heading-background,#e8eaed);
}

/* to hide search box from datatables*/
#list_filter{
  display: none;
}

label.required:after {
  content:" *";
  color: red;
}

.card-title-big{
  float: left;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}

.DisplayNone{
  display: none;
}

.btn{
  /*margin: 0 0.5rem;*/
}

/*.width-100{
  width: 100px!important;
}*/

.dataTables_length{
  display: none;
}

.width-500{
  width: 500px;
}

.fullscreen-toggle{
  cursor: pointer;
}

div[id^='chart-modal-'] > div{
  max-width: 85%;
}

.dt-buttons{
  flex-direction: row!important;
}

/*File upload drag and drop box*/
.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 450px;
  max-width: 100%;
  padding: 25px;
  /*border: 1px solid rgba(0, 0, 0, 0.4);*/
  border-radius: 5px;
  transition: 0.2s;
}

.choose-file-button {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(45, 43, 43, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.file-message {
  font-size: medium;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.label-control{
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.photo-div {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.uploader {
  background: #eeeeec;
  border: 2px dashed #e6e6e6;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  padding: 20px;
}
#profile_picture {
  width: 240px;
  height: auto;
  top: 30px;
  left: 30px;
  z-index: 2;
  border: none;
  border-radius: 10%;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2) inset;
}

.profile_picture {
  width: 140px;
  height: 160px;
  top: 30px;
  left: 30px;
  z-index: 2;
  border: none;
  border-radius: 10%;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2) inset;
}

#profile_picture:hover{
  cursor: pointer;
}

#remove_picture {
  width: 35px;
  height: 35px;
  top: 0;
  padding: 0px;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  position: absolute;
  display: none;
  z-index: 4;
  right: 0;
}

#desc_span {
  margin-top: 20px;
}

#file_photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}

.uploader-view{
  background: unset;
  border: 2px dashed unset;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  padding: 20px;
}

 table.dataTable tbody td {
  vertical-align: middle;
}

/*for view profile image popup*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.5s;
  animation-name: zoom;
  animation-duration: 0.5s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

@-webkit-keyframes zoomOut {
  from {-webkit-transform:scale(1)} 
  to {-webkit-transform:scale(0)}
}

@keyframes zoomOut {
  from {transform:scale(1)} 
  to {transform:scale(0)}
}


/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

#modal_image{
  border-radius: 5%;
}

/*date picker skin*/

/*Bootstrap Calendar*/
.datepicker {
  border-radius: 0;
  padding: 0;
}
.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
  padding: 10px;
  display: list-item;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
  background: #3546b3;
  color: #ffffff;
  border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
  border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
  text-transform: uppercase;
  font-weight: 300 !important;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 11px 13px;
}
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
  border-radius: 0;
}
.datepicker td, .datepicker th {
  border-radius: 50%;
  padding: 0 12px;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
  background: #3546b3;
  color: #ffffff;
  border-radius: 0;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker .prev, .datepicker .next {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  width: 37px;
  height: 37px;
}
.datepicker .prev:hover, .datepicker .next:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.99);
  font-size: 21px;
}
.datepicker .datepicker-switch {
  font-size: 24px;
  font-weight: 400;
  transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}
.datepicker table tr td span {
  border-radius: 2px;
  margin: 3%;
  width: 27%;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
background-color: #3546b3;
background-image: none;
}
.dropdown-menu {
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid rgba(0,0,0,.1);
}

.card-tools-flex{
  display: flex;
  margin-right: -.625rem;
  margin-left: -.625rem;
}

.card-tools-flex-reverse{
  display: flex;
  margin-right: -.625rem;
  margin-left: -.625rem;
  flex-direction: row-reverse;
}

/**
 * ==============================================
 * Dot Floating
 * ==============================================
 */
.dot-floating {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dotFloating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1);
}

.dot-floating::before, .dot-floating::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-floating::before {
  left: -12px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dotFloatingBefore 3s infinite ease-in-out;
}

.dot-floating::after {
  left: -24px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dotFloatingAfter 3s infinite cubic-bezier(0.4, 0, 1, 1);
}

@keyframes dotFloating {
  0% {
    left: calc(-50% - 5px);
  }
  75% {
    left: calc(50% + 105px);
  }
  100% {
    left: calc(50% + 105px);
  }
}

@keyframes dotFloatingBefore {
  0% {
    left: -50px;
  }
  50% {
    left: -12px;
  }
  75% {
    left: -50px;
  }
  100% {
    left: -50px;
  }
}

@keyframes dotFloatingAfter {
  0% {
    left: -100px;
  }
  50% {
    left: -24px;
  }
  75% {
    left: -100px;
  }
  100% {
    left: -100px;
  }
}

.row-input-btn{
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
}

output{
  float:right;
  font-size: 1.25rem;
}

@media(min-width:1199px){
  #navbar-main{
    display: none!important;
  }

}

.card-body.row{
  padding:0;
}

.project-card{
  display: flex;
  gap:10px;
  border-radius: 10px;
  border:solid 1px #cecece;
  padding:10px;
  cursor: pointer;
  min-width: 300px;
  transition: background-color 2s ease;
}

.project-card:hover{
  scale: 1.03;
}

.project-card-left{
  writing-mode: vertical-rl;
  transform: rotate(360deg);
  font-size: 30px;
  letter-spacing: 4px;
  text-align: center;
  border-right: solid 1px #cecece;
  font-weight: 600;
  color: #4d4d4d;
}

.project-card-right{
  min-width: 150px;
  display: flex;
  align-items: center;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.project-card-container{
  display: flex;
  gap:15px;
  animation: fadeInUp 0.5s ease-out forwards;
}

.project-card-container:nth-child(1) {
  animation-delay: 0.5s;
}

.project-card-container:nth-child(2) {
  animation-delay: 1s;
}

.widget-user .widget-user-header{
  height: 235px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.widget-user-header.header-text{
  height: unset;
}
.widget-user .card-footer{
  padding-top: 0.75rem  ;
}
.widget-user:hover{
  opacity: 1;
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(86, 86, 198, 0.3);
  transition: all 0.3s;
}
.card-footer{
  border-radius: 1rem;
}
.project-list{
  padding-top: 20px;
}
.text-middle{
  display: flex;
  align-content: center;
  align-items: center;
}

.inner-table>tbody>tr , .inner-table{
  border:none;
}