
.well {
	background-image: none;
	box-shadow: none;
	/*background-color: #fdfdfd;*/
	background-color: #fff;
	border: none;
  text-align: center;
  font-size: 22px;
  font-weight: 150;
}

.well2 {
  text-align: left;
  font-size: 15px;
  font-weight: 350;
}

.navbar-toggler-icon {
	width: 1.2rem;
	height: 1.2rem;
}

.btn {
	/*padding: .65rem 1.4rem;*/
	padding: 0.2rem 0.7rem;
	opacity: 1;
	border-radius: 3px;
}

.btn-light {
	background: #fff!important;
	border-color: transparent;
}

.btn-success-hollow, .btn-success-hollow:hover {
    color: #63C5D4;
    background-color: transparent;
    border-color: #4fbece;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 0.5rem 1rem;
}

input {
	border: 1px solid #ced4da;
}

input:focus {
	color: #495057;
	background-color: #fff;
	border-color: #3e93ff;
	outline: 0;
}

.form-group input {
	padding: 0.375rem 0.75rem;
}

.form-group input[type=color] {
	padding: 0rem 0.2rem;
	padding-left: 0.2rem !important;
}

.loginpopover {
	z-index: 999999;
	text-align: center;
}

.loginpopover img {
	width: 100%;
	max-width: 154px;
	margin: 0 auto;
}


.jumbotron {
  background-color: transparent;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 0;

  text-align: center;
}

.jumbotron h1{
	margin-top: 20px;
}

.jumbotron p {
    font-size: 16px;
    color: rgb(0, 0, 0, 0.8);
    font-weight: 200;
}
@media (max-width: 767.5px) {
	.jumbotron p {
	    font-size: 16px;
	}
}

.carousel {
    border: none;
    position: relative;
}

#carousel-summary-generic {
    height: 150px;
}

#carousel-summary-generic, .carousel-inner {
    border-radius: 5px;
}

#carousel-summary-generic .carousel-item {
    height: 150px;
    background-color: #ade5fb15;
}

#carousel-summary-generic .carousel-caption {
    left: 10%;
    right: 10%;
    bottom: -5px;
    font-weight: 350;
    font-size: 16px;
}

#carousel-summary-generic .carousel-control-prev, #carousel-summary-generic .carousel-control-next {
	background-color: rgba(0, 0, 0, 0);
	border: none;
}

#carousel-summary-generic .carousel-indicators {
	margin-bottom: 0;
}

#carousel-summary-generic .carousel-caption a.alert-link {
    color: inherit !important;
    font-weight: normal;
    font-size: 16px;
}

@media (max-width: 575.98px) {
	#carousel-summary-generic .carousel-caption, #carousel-summary-generic .carousel-caption a.alert-link {
	    font-size: 14px;
	}
}


.popover {
	max-width: 400px;
}

.popover-title,.popover-body {
	text-align: center;
    color: #5a5a5a;
}


.dropdown-menu {
    border: 0;
    border-radius: 3px;
    margin-top: 0px;
    padding: 0.25rem 0;
}

@media (min-width: 768px) {
	.dropdown-menu {
	    box-shadow: 0 1px 11px rgba(0,0,0,.15)!important;
	    width: 200px;
	    padding-bottom: 10px;
    	padding-top: 10px;
    	margin-top: 3px;
	}

	.navbar-nav .dropdown-menu:after {
	    border-bottom: 8px solid #fff;
	    border-left: 8px solid transparent;
	    border-right: 8px solid transparent;
	    content: "";
	    left: 20px;
	    top: -8px;
	    position: absolute;
	    z-index: 1001;
	}

	.navbar-nav .nav-link {
	  height: 50px;
	  line-height: 35px;
	  padding-top: 9px;
	  padding-bottom: 5px;
	}
}


.col-form-label {
	text-align: right;
}

@media (max-width: 575.98px) {
	.col-form-label {
		text-align: left;
	}
}


/*     Card     */
.card, .card-light {
	border-radius: 5px;
	background-color: #ffffff;
	margin-bottom: 30px;
	-webkit-box-shadow: 2px 4px 15px 0px rgba(69, 65, 78, 0.1);
	-moz-box-shadow: 2px 4px 15px 0px rgba(69, 65, 78, 0.1);
	box-shadow: 2px 4px 15px 0px rgba(69, 65, 78, 0.18);
	border: 0px; }


.card, .card-light {
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 30px;
	-webkit-box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
	-moz-box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
	box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
	border: 0;
}

.card .card-header, .card-light .card-header {
	padding: 1rem 1.25rem;
	background-color: transparent;
	border-bottom: 1px solid #ebecec !important; }
.card .card-header:first-child, .card-light .card-header:first-child {
	border-radius: 0px; }
.card .card-header .card-head-row, .card-light .card-header .card-head-row {
	display: flex;
	align-items: center; }
.card .card-header .card-head-row .card-tools, .card-light .card-header .card-head-row .card-tools {
	margin-left: auto;
	float: right;
	padding-left: 15px; }
.card .separator-solid, .card-light .separator-solid {
	border-top: 1px solid #ebecec;
	margin: 15px 0; }
.card .separator-dashed, .card-light .separator-dashed {
	border-top: 1px dashed #ebecec;
	margin: 15px 0; }
.card .separator-dot, .card-light .separator-dot {
	border-top: 1px dotted #ebecec;
	margin: 15px 0; }
.card .full-width-separator, .card-light .full-width-separator {
	margin: 15px -20px 15px; }
.card .b-b1, .card-light .b-b1 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.card .card-body, .card-light .card-body {
	padding: 1.25rem; }
.card .card-footer, .card-light .card-footer {
	background-color: transparent;
	line-height: 30px;
	border-top: 1px solid #ebecec !important;
	font-size: 13px; }
.card .pull-in, .card-light .pull-in {
	margin-left: -1.25rem;
	margin-right: -1.25rem; }
.card .pull-in.sparkline-fix, .card-light .pull-in.sparkline-fix {
	margin-left: -1.35rem;
	margin-right: -1.35rem;
	margin-bottom: -3px; }
.card .chart-as-background, .card-light .chart-as-background {
	position: absolute;
	bottom: 0;
	width: calc(100% + 2px); }
.card .card-action, .card-light .card-action {
	padding: 30px;
	background-color: transparent;
	line-height: 30px;
	border-top: 1px solid #ebecec !important;
	font-size: 14px; }
.card .card-footer hr, .card-light .card-footer hr {
	margin-top: 5px;
	margin-bottom: 5px; }
.card .card-footer .legend, .card-light .card-footer .legend {
	display: inline-block; }

@media screen and (max-width: 476px) {
	.card .card-header .card-head-row:not(.card-tools-still-right) {
		flex-direction: column;
		align-items: unset; }
	.card .card-header .card-head-row:not(.card-tools-still-right) .card-tools {
		margin-left: 0px;
		float: left;
		padding-left: 0px;
		padding-top: 10px; } }
.card.full-height {
	height: calc(100% - 30px); }

.card-space {
	padding: 0 30px; }
.card-space > .card-header, .card-space > .card-body, .card-space > .card-footer, .card-space > .card-action {
	padding-left: 0px !important;
	padding-right: 0px !important; }

.card-with-nav .card-header {
	border-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important; }
.card-with-nav .card-body {
	padding: 15px 25px !important; }

.card-list {
	padding: 10px 0; }
.card-list .item-list {
	display: flex;
	flex-direction: row;
	padding: 10px 0;
	align-items: center; }
.card-list .item-list .info-user {
	flex: 1; }
.card-list .item-list .info-user .username, .card-list .item-list .info-user a.username {
	color: #1572E8;
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: 400; }
.card-list .item-list .info-user .status {
	font-size: 11px;
	color: #7d7b7b; }

.card-title {
	margin: 0;
	color: #575962;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6; }
.card-title a, .card-title a:hover, .card-title a:focus {
	color: #575962;
	text-decoration: none; }

@media screen and (max-width: 991px) {
	.card .card-title {
		font-size: 18px;
	}
}

.card-sub {
	display: block;
	margin: 5px 0 10px 0;
	font-size: .9rem;
	background: #f7f8fa;
	color: #575962;
	padding: 0.85rem 1.5rem;
	border-radius: 4px;
	line-height: 1.82; }

.card-category {
	margin-top: 8px;
	font-size: 14px;
	color: #8d9498;
	margin-bottom: 0px;
	word-break: normal; }

label {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px; }

.card-transparent {
	background: transparent !important;
	box-shadow: none;
	border-color: transparent !important; }

/*     Card States    */
.card-dark, .card-default, .card-primary, .card-secondary, .card-info, .card-success, .card-warning, .card-danger {
	color: #ffffff;
	border: 0px; }

.card-dark .card-header, .card-default .card-header, .card-primary .card-header, .card-secondary .card-header, .card-info .card-header, .card-success .card-header, .card-warning .card-header, .card-danger .card-header {
	border-bottom: transparent !important; }

.card-dark .card-category, .card-default .card-category, .card-primary .card-category, .card-secondary .card-category, .card-info .card-category, .card-success .card-category, .card-warning .card-category, .card-danger .card-category, .card-dark .card-title, .card-default .card-title, .card-primary .card-title, .card-secondary .card-title, .card-info .card-title, .card-success .card-title, .card-warning .card-title, .card-danger .card-title, .card-dark label, .card-default label, .card-primary label, .card-info label, .card-success label, .card-warning label, .card-danger label {
	color: #ffffff; }

.card-dark .icon-big > i, .card-default .icon-big > i, .card-primary .icon-big > i, .card-secondary .icon-big > i, .card-info .icon-big > i, .card-success .icon-big > i, .card-warning .icon-big > i, .card-danger .icon-big > i {
	color: #ffffff !important; }

.card-dark .card-footer, .card-default .card-footer, .card-primary .card-footer, .card-secondary .card-footer, .card-info .card-footer, .card-success .card-footer, .card-warning .card-footer, .card-danger .card-footer {
	border-top: transparent !important; }

.card-default {
	background: #1a2035 !important; }

.card-primary {
	background: #1572E8 !important; }

.card-secondary {
	background: #6861CE !important; }

.card-info {
	background: #48ABF7 !important; }

.card-success {
	background: #31CE36 !important; }

.card-warning {
	background: #FFAD46 !important; }

.card-danger {
	background: #F25961 !important; }

.card-round {
	border-radius: 5px; }

.row-card-no-pd {
	border-radius: 5px;
	margin-left: 0;
	margin-right: 0;
	background: #fff;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	-webkit-box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
	-moz-box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
	box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
	border: 0;
}

.row-card-no-pd .card {
	margin-bottom: 0;
	border-width: 0;
	box-shadow: none;
	position: unset;
}

.row-card-no-pd [class*=col] .card:before {
	position: absolute;
	height: calc(100%);
	width: 1px;
	background: #eee;
	content: '';
	right: 0;
}

@media screen and (max-width: 576px) {
	.row-card-no-pd [class*=col-] .card:before {
		width: calc(100% - 30px) !important;
		right: 15px !important;
		height: 1px !important;
	}

	.row-card-no-pd [class*=col-]:first-child .card:before {
		display: none !important;
	}
}

.card-stats .card-body {
	padding: 15px!important;
}

.table > tbody>tr>td, .table > tbody>tr>th {
	min-width: 100px;
}


/* PAGINATIN */
.pagination {
	flex-wrap: wrap;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #f4f4f4;
	border-color: #DDDDDD;
	color: inherit;
	cursor: default;
	z-index: 2;
}
.pagination > li > a,
.pagination > li > span {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	color: inherit;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 4px 10px;
	position: relative;
	text-decoration: none;
}


/*      Timeline     */
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative; }
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px; }
.timeline > li {
	margin-bottom: 20px;
	position: relative; }
.timeline > li:before {
	content: " ";
	display: table; }
.timeline > li:after {
	content: " ";
	display: table;
	clear: both; }
.timeline > li:before {
	content: " ";
	display: table; }
.timeline > li:after {
	content: " ";
	display: table;
	clear: both; }
.timeline > li > .timeline-panel {
	width: 50%;
	float: left;
	border: 1px solid #eeeeee;
	background: #ffffff;
	border-radius: 3px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0px 1px 20px 1px rgba(69, 65, 78, 0.06);
	-moz-box-shadow: 0px 1px 20px 1px rgba(69, 65, 78, 0.06);
	box-shadow: 0px 1px 20px 1px rgba(69, 65, 78, 0.06); }
.timeline > li.timeline-inverted + li:not(.timeline-inverted) {
	margin-top: -60px; }
.timeline > li:not(.timeline-inverted) {
	padding-right: 90px; }
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
	margin-top: -60px; }
.timeline > li.timeline-inverted {
	padding-left: 90px; }
.timeline > li.timeline-inverted > .timeline-panel {
	float: right; }
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto; }
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto; }
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #eeeeee;
	border-right: 0 solid #eeeeee;
	border-bottom: 15px solid transparent;
	content: " "; }
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #ffffff;
	border-right: 0 solid #ffffff;
	border-bottom: 14px solid transparent;
	content: " "; }
.timeline > li > .timeline-badge {
	color: #ffffff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.8em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%; }

.timeline-badge.default {
	background-color: #1a2035 !important; }
.timeline-badge.primary {
	background-color: #1572E8 !important; }
.timeline-badge.secondary {
	background-color: #6861CE !important; }
.timeline-badge.success {
	background-color: #31CE36 !important; }
.timeline-badge.warning {
	background-color: #FFAD46 !important; }
.timeline-badge.danger {
	background-color: #F25961 !important; }
.timeline-badge.info {
	background-color: #48ABF7 !important; }

.timeline-title {
	font-size: 17px;
	margin-top: 0;
	color: inherit;
	font-weight: 400; }

.timeline-heading i {
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px; }

.timeline-body > p, .timeline-body > ul {
	margin-bottom: 0; }
.timeline-body > p + p {
	margin-top: 5px; }