.grid-view .table > thead > tr > th, .grid-view  .table > thead > tr > th, .grid-view  .table > tfoot > tr > th, .grid-view .table > thead > tr > td, .grid-view .table > tbody > tr > td, .grid-view .table > tfoot > tr > td {
	vertical-align: middle;
}

.col {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.row.thin {
	margin-left: -8px;
	margin-right: -8px;
}

.row.thin .col {
	padding-left: 8px;
	padding-right: 8px;
}

.row-main {
	margin-left: -8px;
	margin-right: -8px;
}

.col-main {
	padding-left: 8px;
	padding-right: 8px;
	font-weight: 700;
}

.form-main {
	font-weight: 700;
}

.col-main a, .form-main a {
	font-weight: 700;
}

a.label {
	font-weight: 500;
}

.col-icon {
	width: 28px;
	text-align: center;
}

.table > thead > tr > th.col-level, .table > tbody > tr > td.col-level {
	width: 60px;
	text-align: center;
	vertical-align: middle;
}

.table > thead > tr > th.col-localization, .table > tbody > tr > td.col-localization {
	width: 120px;
	vertical-align: middle;
}

.table > thead > tr > th.col-instructor-index, .table > tbody > tr > td.col-instructor-index {
	width: 180px;
	vertical-align: middle;
}

.col-two-labels {
	text-align: center;
	width: 92px;
}

.col-three-labels {
	text-align: center;
	width: 162px;
}

.col-present {
	text-align: center;
	width: 114px;
}

.col-present-back {
	text-align: center;
	width: 60px;
}

.col-nip {
	width: 112px;
}

.col-phone {
	width: 112px;
}

.col-mobile {
	width: 126px;
}

.col-address {
	width: 260px;
}

.col-free-places {
	width: 100px;
	text-align: center;
}

.col-meet-subscribe {
	width: 200px;
	text-align: center;
}

.col-5xs {
	width: 46px;
}

.col-4xs {
	width: 64px;
}

.col-3xs {
	width: 76px;
}

.col-xxs {
	width: 88px;
}

.col-xs {
	width: 96px;
}

.col-sm {
	width: 120px;
}

.col-md {
	width: 180px;
}

.col-xm {
	width: 220px;
}

.col-lg {
	width: 264px;
}

.col-xlg {
	width: 320px;
}

.col-2xlg {
	width: 380px;
}

.col-3xlg {
	width: 440px;
}

table.table, table.table table.table {
	display: table;
	margin-bottom: 0;
	background-color: transparent;
}

table.table table.table > tbody > tr > td {
	border-top: 0 none;
}

.table-row {
	display: table-row;
	border-top: 1px solid #eee;
}

.table-row:hover {
	background-color: #eee;
}

.table-row.table-row-no-hover {
	background-color: unset;
	border-top: 1px solid #fff;
}

.table-row.table-row-no-hover:hover {
	background-color: unset;
	border-top: 1px solid #fff;
}

.table-login .table-row:hover {
	background-color: white;
}

.table-row.table-row-header {
    border-top: 0 none;
    border-bottom: 2px solid #eee;
}

.table-row.table-row-header:hover {
	background-color: transparent;
}

.activity-index .table-cell {
	display: table-cell;
	padding: 6px;
}

.activity-index .col-level {
    width: 9%;
}

.activity-index .col-meet-number {
	width: 4%;
	text-align: center;
}

.activity-index .col-term {
    width: 20%;
}

.activity-index .col-start-date {
    width: 6%;
}

.activity-index .col-stop-date {
    width: 6%;
}

.activity-index .col-graph-week-day {
    width: 4%;
    text-align: center;
}

.activity-index .col-localization {
    width: 11%;
}

.activity-index .col-instructor-index {
    width: 21%;
}

.col-level {
	text-align: center;
}

.autocenter {
	position: absolute;
}

.col-date {
	width: 112px;
	text-align: right;
}

.col-pass-using {
	text-align: left;
}

table td.col-pass-using {
	text-align: left;
	width: 280px;
}

table td.col-pass-using span {
	width: 14px;
	min-width: 14px;
	padding: 0;
}

.table > thead > tr > th.col-term, .table > tbody > tr > td.col-term {
	width: 100px;
	text-align: center;
	vertical-align: middle;
}

.col-datetime {
	width: 140px;
}

.col-fullname {
	width: 180px;
}

.col-application {
	width: 280px;
}

.col-hours-minutes {
	width: 58px;
}

.col-hours-minutes-subminutes {
	width: 102px;
}

.col-hours-minutes-percent {
	width: 110px;
}

.col-date-start-stop {
	width: 128px;
}

.col-3-number-3-number-brackets {
	width: 72px;
}

.col-6-number-status {
	width: 140px;
}

.col-tour-name {
	width: 186px;
}

.color-default {
	color: #ccc;
}

.color-primary {
	color: #286090;
}

.color-success {
	color: #5cb85c;
}

.color-info {
	color: #5bc0de;
}

.color-warning {
	color: #f0ad4e;
}

.color-danger {
	color: #d9534f;
}

.background-default {
	background-color: #fff;
	color: #222;
}

.background-primary {
	background-color: #286090;
	color: white;
}

.background-success {
	background-color: #5cb85c;
	color: white;
}

.background-info {
	background-color: #5bc0de;
	color: white;
}

.background-warning {
	background-color: #f0ad4e;
	color: white;
}

.background-danger {
	background-color: #d9534f;
	color: white;
}

.col-type {
	width: 80px;
	text-align: center;
}

.col-graph-with-percent {
	width: 160px;
}

.col-graph-with-numbers-percent {
	position: relative;
	width: 124px;
}

.col-graph-with-numbers-percent .numbers {
	display: inline-block;
	width: 54px;
	text-align: right;
	padding-right: 8px;
}

.col-graph-with-percent .progress, .col-graph-with-numbers-percent .progress {
	width: 60px;
	display: inline-block;
	height: 10px;
	margin-bottom: 0px;
}

.col-graph-with-percent .percent, .col-graph-with-numbers-percent .percent {
	margin-left: 8px;
	display: inline-block;
}

.col-tour-places {
	width: 148px;
}

.progress {
	border-radius: 2px;
}

.col-object {
	width: 120px;
}

.pagination {
	margin: 20px -15px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.ui-helper-hidden-accessible {
	display: none;
}

.col-hour, .col-minute {
	width: 66px;
	padding-right: 6px;
}

.col-hour-label {
	padding-left: 0;
	padding-right: 0;
}

.col-minute-label {
	padding-left: 0;
}

.col-number-status {
	width: 120px;
}

.col-number-status-manager {
	width: 260px;
}

.col-dates {
	width: 180px;
}

.col-status {
	width: 90px;
	text-align: center;
}

.col-role {
	width: 80px;
	text-align: center;
}

.table > thead > tr > th.col-action, .table > thead > tr > th.col-action, .table > tfoot > tr > th.col-action {
	width: 30px;
	text-align: center;
}

.table > thead > tr > td.col-action, .table > tbody > tr > td.col-action, .table > tfoot > tr > td.col-action {
	width: 30px;
	text-align: center;
	padding: 0 8px;
}

.table > thead > tr > th.col-actions, .table > thead > tr > th.col-actions, .table > tfoot > tr > th.col-actions {
	width: 70px;
	text-align: center;
}

.table > thead > tr > td.col-actions, .table > tbody > tr > td.col-actions, .table > tfoot > tr > td.col-actions {
	width: 70px;
	text-align: center;
	padding: 0 8px;
}

.col-action a, .col-action, .col-actions a {
	font-size: 20px;
}

.col-customer {
	width: 120px;
}

.alert {
	position: fixed;
	width: 520px;
	right: 15px;
	bottom: 0px;
	z-index: 100;
}

.row-container {
	display: table;
	width: 100%;
}

@media (min-width: 768px) {
	.col-menu {
		display: table-cell;
		width: 220px;
		vertical-align: top;
	}

	.col-content {
		display: table-cell;
		width: auto;
		padding-left: 15px;
		vertical-align: top;
	}
}

.flow .container {
	width: auto;
}

p.description {
	font-size: 11px;
}

body.layout-main .brand-header {
	margin-top: 15px;
	margin-bottom: 0;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

@-moz-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

@-ms-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 40px 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

.progress {
	height: 13px;
	margin-bottom: 0;
	overflow: hidden;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
					border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
		 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
					box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0e90d2;
	background-image: -moz-linear-gradient(top, #149bdf, #0480be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
	background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
	background-image: -o-linear-gradient(top, #149bdf, #0480be);
	background-image: linear-gradient(to bottom, #149bdf, #0480be);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
		 -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
					box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
		 -moz-transition: width 0.6s ease;
			 -o-transition: width 0.6s ease;
					transition: width 0.6s ease;
}

.progress .bar + .bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
		 -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
					box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
	background-color: #149bdf;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
		 -moz-background-size: 40px 40px;
			 -o-background-size: 40px 40px;
					background-size: 40px 40px;
}

.progress.active .bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
		 -moz-animation: progress-bar-stripes 2s linear infinite;
			-ms-animation: progress-bar-stripes 2s linear infinite;
			 -o-animation: progress-bar-stripes 2s linear infinite;
					animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
	background-color: #dd514c;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
	background-color: #ee5f5b;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
	background-color: #5eb95e;
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(to bottom, #62c462, #57a957);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
	background-color: #62c462;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
	background-color: #4bb1cf;
	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
	background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
	background-color: #5bc0de;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
	background-color: #fbb450;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.back-primary {
	background-color: #428bca;
}

.back-success {
	background-color: #5cb85c;
}

.back-info {
	background-color: #5bc0de;
}

.back-warning {
	background-color: #f0ad4e;
}

.back-danger {
	background-color: #d9534f;
}

img.img-responsive {
	width: 100%;
}

p {
	margin: 0;
	line-height: 1.4;
}

h3 + p {
    margin-top: 15px;
}

body.course-view .form-info .table > tbody > tr > td {
	border-top: 0 none;
}

.btn-group {
	margin-top: 3px;
}

.section.search, .section.boxes {
	padding: 12px 0 0 0;
}

.input-group-html5 .input-group-addon {
	padding: 4px 6px;
}

.input-group-addon {
	border-radius: 2px;
}

.release {
	font-size: 11px;
	font-weight: 600;
	color: firebrick;
}

.invoice {
	font-size: 11px;
	font-weight: 600;
	color: green;
}

.label-happy {
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.label-professional {
	background-color: #2e6da4;
	border-color: #2e6da4;
}

h4, .h4 {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.col-date-time {
	width: 180px;
	text-align: right;
}

.col-amount {
	width: 86px;
	text-align: right;
}

.col-order {
	width: 468px;
}

.col-activity {
	width: 420px;
}