@import url(bootstrap-4-spacing.css);
@import url(bootstrap-4-statcard.css);

/**
* Basic styles
*/
	body {
		font-family: "PT Sans",sans-serif;
	}

	.loading{
		width: 32px;
		height: 32px;
		margin: 10px auto;
		background: url(../images/loading.gif) 0 0 no-repeat;
	}

	.small {
		font-size: 85%;
	}

	.section {
		margin: 50px 0;
	}


	.bg-w {background-color: #fff;}
	.bg-b {background-color: #000;}
	.color-w {color: #fff;}
	.color-b {color: #000;}

	.overlay-b {
		position: relative;
	}
	.overlay-b::before {
		display: block;
		position: absolute;
		content: ' ';
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
	}

	.overlay-w {
		position: relative;
	}
	.overlay-w::before {
		display: block;
		position: absolute;
		content: ' ';
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.3);
	}


	th {
		font-weight: normal;
		color: #777;
	}





/**
* Bootstrap hacks
*/

	/* disable page responsiveness http://getbootstrap.com/getting-started/#disable-responsive */
	.container {
		/*width: 1170px !important;*/
	}

	.modal-dialog {
		z-index: 2000;
	}

	.btn { /* flat buttons */
		background-image: none;
		border: none;
		box-shadow: none;
		text-shadow: none;
		text-decoration: none;
	}

	.btn {
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: .02em;
		border-radius: 1000px;
	}

	.btn-primary {
		color: #fff;
		background-color: #ff7348;
		border-color: #ff7348;
	}

	.btn-ghost {
		display: inline-block;
		color: #ff0000;
		text-decoration: none;
		text-align: center;
		background: none;
		border: 1px solid;
	}

	.btn-w {
		background-color: #fff;
		border-color: #fff;
	}

	.btn-unstyled {
		padding: 0;
		background: none;
		color: #999999;
		border: none;
	}
	.btn-unstyled:hover {
		color: #337ab7;
	}

	.dropdown-content {
		padding: 3px 20px;
	}

	.m-a-0 { margin:        0 !important; }
	.m-t-0 { margin-top:    0 !important; }
	.m-r-0 { margin-right:  0 !important; }
	.m-b-0 { margin-bottom: 0 !important; }
	.m-l-0 { margin-left:   0 !important; }

	.m-a-sm { margin:        10px !important; }
	.m-t-sm { margin-top:    10px !important; }
	.m-r-sm { margin-right:  10px !important; }
	.m-b-sm { margin-bottom: 10px !important; }
	.m-l-sm { margin-left:   10px !important; }
	.m-x-sm { margin-right:  10px !important; margin-left:   10px !important; }
	.m-y-sm { margin-top:    10px !important; margin-bottom: 10px !important; }

	.m-a { margin:        20px !important; }
	.m-t { margin-top:    20px !important; }
	.m-r { margin-right:  20px !important; }
	.m-b { margin-bottom: 20px !important; }
	.m-l { margin-left:   20px !important; }
	.m-x { margin-right:  20px !important; margin-left: 20px !important; }
	.m-y { margin-top:    20px !important; margin-bottom: 20px !important; }
	.m-x-auto { margin-right: auto !important; margin-left: auto !important; }

	.m-a-md { margin:        30px !important; }
	.m-t-md { margin-top:    30px !important; }
	.m-r-md { margin-right:  30px !important; }
	.m-b-md { margin-bottom: 30px !important; }
	.m-l-md { margin-left:   30px !important; }
	.m-x-md { margin-right:  30px !important; margin-left:   30px !important; }
	.m-y-md { margin-top:    30px !important; margin-bottom: 30px !important; }

	.m-a-lg { margin:        60px !important; }
	.m-t-lg { margin-top:    60px !important; }
	.m-r-lg { margin-right:  60px !important; }
	.m-b-lg { margin-bottom: 60px !important; }
	.m-l-lg { margin-left:   60px !important; }
	.m-x-lg { margin-right:  60px !important; margin-left:   60px !important; }
	.m-y-lg { margin-top:    60px !important; margin-bottom: 60px !important; }
	.p-a-0 { padding:        0 !important; }
	.p-t-0 { padding-top:    0 !important; }
	.p-r-0 { padding-right:  0 !important; }
	.p-b-0 { padding-bottom: 0 !important; }
	.p-l-0 { padding-left:   0 !important; }

	.p-a { padding:        20px !important; }
	.p-t { padding-top:    20px !important; }
	.p-r { padding-right:  20px !important; }
	.p-b { padding-bottom: 20px !important; }
	.p-l { padding-left:   20px !important; }
	.p-x { padding-right:  20px !important; padding-left:   20px !important; }
	.p-y { padding-top:    20px !important; padding-bottom: 20px !important; }

	.p-a-md { padding:        30px !important; }
	.p-t-md { padding-top:    30px !important; }
	.p-r-md { padding-right:  30px !important; }
	.p-b-md { padding-bottom: 30px !important; }
	.p-l-md { padding-left:   30px !important; }
	.p-x-md { padding-right:  30px !important; padding-left:   30px !important; }
	.p-y-md { padding-top:    30px !important; padding-bottom: 30px !important; }

	.p-a-lg { padding:        60px !important; }
	.p-t-lg { padding-top:    60px !important; }
	.p-r-lg { padding-right:  60px !important; }
	.p-b-lg { padding-bottom: 60px !important; }
	.p-l-lg { padding-left:   60px !important; }
	.p-x-lg { padding-right:  60px !important; padding-left:   60px !important; }
	.p-y-lg { padding-top:    60px !important; padding-bottom: 60px !important; }


	/*******************************
	* MODAL AS LEFT/RIGHT SIDEBAR
	* Add "left" or "right" in modal parent div, after class="modal".
	* Get free snippets on bootpen.com
	*******************************/
		.modal.left .modal-dialog,
		.modal.right .modal-dialog {
			position: fixed;
			margin: auto;
			min-width: 320px;
			width: 50%;
			height: 100%;
			-webkit-transform: translate3d(0%, 0, 0);
			    -ms-transform: translate3d(0%, 0, 0);
			     -o-transform: translate3d(0%, 0, 0);
			        transform: translate3d(0%, 0, 0);
		}

		.modal.left .modal-content,
		.modal.right .modal-content {
			height: 100%;
			overflow-y: auto;
		}
		
		.modal.left .modal-body,
		.modal.right .modal-body {
			padding: 15px 15px 80px;
		}

	/*Left*/
		.modal.left.fade .modal-dialog{
			left: -320px;
			-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
			   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
			     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
			        transition: opacity 0.3s linear, left 0.3s ease-out;
		}
		
		.modal.left.fade.in .modal-dialog{
			left: 0;
		}
	        
	/*Right*/
		.modal.right.fade .modal-dialog {
			right: -320px;
			-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
			   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
			     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			        transition: opacity 0.3s linear, right 0.3s ease-out;
		}
		
		.modal.right.fade.in .modal-dialog {
			right: 0;
		}


/* Typography */
	h1 {
		color: #2178d3;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .02em;
		line-height: 1.25em;
	}

	h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
		color: #212a34;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .02em;
		line-height: 1.25em;
	}

	h6, .h6 { font-size: 11px;}


/* Layout */

	.wrapper {
		margin: 30px 10px 10px;
		padding: 0px;
		border-radius: 10px;
		background: #fff;
	}

	.section_header {
		margin: 20px 0 30px;
		padding: 0;
		background: #fff;
	}

		/* Mobile header */
		.header__cols {
			display: flex;
			flex-direction: column;
			flex-wrap: nowrap;
			justify-content: space-between;
			align-items: start;
			align-content: stretch;
		}

			.header__col_logo {
				flex-shrink: 0;
			}

			.header__col_menu {

			}

			.header__col_user {
				flex-shrink: 0;
			}

		/* Desktop header */
		@media (min-width: 768px) {
			.header__cols {
				flex-direction: row;
			}
		}

	.content {
		padding: 0 0 50px;
		background: #fff;
	}

	.section_footer {
		margin: 0;
		padding: 10px 0 20px;
		color: #fff;
	}


/* Sidebar */

	.sidebar {
		position: relative;
		border-radius: 10px 0 0 10px;
		color: #fff;
		background: #1f2b37;
	}

	@media (min-width: 992px) {

		.sidebar__fixed {
			position: fixed;
			width: 24%;
			height: 100vh;
			left: 15px;
			right: 0;
			top: 0;
			bottom: 0;
		}

		.sidebar__top {
			margin-top: 50px;
			padding: 20px;
			text-align: center;
		}

		.sidebar__bottom {
			position: absolute;
			width: 100%;
			bottom: 70px;
			z-index: -1;
			text-align: center;
		}
	}

	.row-equal-height {
		overflow: hidden;
	}
	.row-equal-height > [class*='col-'] {
		margin-bottom: -99999px;
		padding-bottom: 99999px;
	}


/* Logo */
	.logo {
		display: block;
	}

	.logo__img {
		position: relative;
		display: inline-block;
		max-width: 65%;
		min-width: 120px;
		min-height: 80px;
		text-align: center;
	}

		.logo__img img {
			max-height: 100%;
			max-width: 100%;
			height: auto;
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
		}

		.logo:hover .logo__img img {
			display: none;
		}
		.logo:hover .logo__img_hover {
			display: inline-block;
			visibility: visible !important;
			margin-top: 25px;
			text-decoration: underline;
			color: #ff7348;
		}
		.logo .logo__img_hover:hover {
			color: inherit;
		}

	.logo__caption {
		display: inline-block;
		width: 30%;
		margin: 25px 0 0 5px;
		padding-left: 10px;
		vertical-align: top;
		color: #ff7348;
		border-left: 1px solid #ff7348;
	}
	.logo:hover .logo__caption {
		text-decoration: underline;
	}


/* Main menu */

	.nav-pills > li > a {
		padding: 6px 12px;
		border-radius: 1000px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: .02em;
		border-radius: 2000px;
		color: #212a34;
	}
	.nav-pills > li.active > a,
	.nav-pills > li.active > a:hover,
	.nav-pills > li.active > a:focus {
		color: #fff;
		background-color: #d4d4d4;
	}

	.tab-notification {
		position: relative;
		top: -0.5em;
		font-size: 80%;
		color: #2178d3;
	}


/* Landing */
.landing__section {
	padding: 50px 0;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 20%);
	background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 20%);
	background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 20%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
}

.section_closed {
	height: 400px;
	overflow: hidden;
	margin-bottom: 0 !important;
	position: relative;
}

.section_closed__toggler {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 70%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 70%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.section_closed__toggler button {
	margin: 40px auto;
	display: block;
}

.registration_main > .col-xs-12,
.login_main > .col-xs-12 {
	border: 2px solid #2178d3;
	padding: 40px;
	border-radius: 50px;
}

















