@charset "UTF-8";

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: normal;
  color: #000;
  background: #fff;
}

header {
  position: relative;
  padding: 2em 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 1.5rem;
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
  font-weight: 600;
}

h1, .h1 { font-size: 2.5rem; }
h2, .h2 { font-size: 2rem; }
h3, .h3 { font-size: 1.75rem; }
h4, .h4 { font-size: 1.5rem; }
h5, .h5 { font-size: 1.25rem; }
h6, .h6 { font-size: 1rem }

.lead {
  margin-bottom: 1.5rem;
  line-height: 1.875rem;
  display: block;
  font-weight: 400;
}

sub, sup {
	font-size: 65%;
}

hr.short {
  width: 3rem;
  margin: 1.5rem 0;
}

.box-shadow{
	-webkit-box-shadow:  0px 10px 20px rgba(0,0,0,0.1);
  box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}

img[src*='jpg'].box-shadow,
img[src*='png'].box-shadow,
img[src*='svg'].box-shadow{
  filter: drop-shadow(0px 10px 20px rgba(0,0,0,0.1));
  box-shadow: none;
}

/* Dashboard User */
.project-item {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 23px;
  margin-bottom: .923077rem
}

.project-item-title,
.project-item-user,
.project-item-user .user-info,
.project-item-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}

.project-item-user .user-avatar {
	margin-right: 12px;
}

.project-item-user {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  padding-right: 5px
}
.project-item .description {
	font-size: .846154rem;
	color: #999
}

.project-item-user .user-info {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.project-item-title {
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 5px
}

.project-item-actions {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 5%;
  -ms-flex: 0 1 5%;
  flex: 0 1 5%;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
	justify-content: flex-end;
	padding-left: 45px;
}

@media (max-width:768px) {
  .project-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .project-item-user {
   	-webkit-box-ordinal-group: 2;
   	-webkit-order: 1;
   	-ms-flex-order: 1;
   	order: 1;
   	-webkit-box-align: center;
   	-webkit-align-items: center;
   	-ms-flex-align: center;
   	align-items: center;
   	margin-bottom: 20px
  }
  .project-item .description {
    font-size: 1rem
  }
  .project-item-title {
  	-webkit-box-ordinal-group: 3;
  	-webkit-order: 2;
  	-ms-flex-order: 2;
  	order: 2;
  	margin-bottom: 10px
  }
  .project-item-actions {
  	position: absolute;
  	top: 23px;
  	right: 20px;
  }
}
.space-lg {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}
.space-sm {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.table th {
	font-weight: 600;
}
.sencards  {
	position: relative;
	bottom: 20px;
	z-index: 2;
	font-weight: 700;
}
#user_type_id {
  display: none;
}
a.href-logo {
	color: #000;
}
