/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.sixtyfivepercent {
	width: 65.2%;
}

.bg-primary-notused {
	border-bottom: 0.5px solid black !important;
}

.bg-primary-visited {
	background: #FCC015 !important;
	color: black !important;
	border-bottom: 0.5px solid #1434CB !important;
}

.bg-primary-filled {
	background: #1434CB !important;
	color: white !important;
	border-bottom: 0.5px solid #FCC015 !important;
}

.form-check-input:checked {
	background-color: #1434CB !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background: #1434CB !important;
}

.border-none {
	border: none !important
}

.bg-none {
	background: none !important;
}

.bg-color-none {
	background-color: none;
}

@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900);

html {
	--background: white;
	--primary: #1434CB;
	--line: #a6a7b5;
}

article {
	padding: 0.25rem 0.5rem 0 1rem;
	background: var(--background);
}

dl {
	display: grid;
	grid-auto-columns: -webkit-max-content;
	grid-auto-columns: max-content;
	grid-auto-flow: column;
	grid-template-rows: auto auto;
}

	dl .cell {
		grid-column: span 2;
		display: flex;
		width: 40vh;
	}

		dl .cell:nth-child(2) {
			grid-column: span 3;
			justify-content: flex-end;
		}

		dl .cell .cell-content {
			display: inline-flex;
			flex-direction: column;
			border-left: 1px dashed var(--line);
			position: relative;
			background: var(--background);
		}

			dl .cell .cell-content::after {
				content: "";
				display: block;
				background: var(--line);
				height: 0.5rem;
				width: 0.5rem;
				position: absolute;
				left: -0.25rem;
				border-radius: 50%;
			}

			dl .cell .cell-content dt {
				background: var(--background);
				color: var(--primary);
				padding-bottom: 0.25em;
				position: relative;
				left: -0.25rem;
				text-transform: uppercase;
				font-size: 0.8rem;
				font-weight: 600;
			}

			dl .cell .cell-content dd {
				background: var(--background);
				margin: 0;
				position: relative;
				left: -0.25rem;
				color: black;
			}

		dl .cell:nth-child(odd) .cell-content {
			padding-bottom: 1rem;
			border-bottom: 1px solid var(--line);
		}

			dl .cell:nth-child(odd) .cell-content::after {
				bottom: -0.25rem;
			}

			dl .cell:nth-child(odd) .cell-content dd:last-child {
				padding-bottom: 0.5rem;
			}

		dl .cell:nth-child(even) .cell-content {
			padding-top: 1rem;
			position: relative;
			top: -1px;
			border-top: 1px solid var(--line);
		}

			dl .cell:nth-child(even) .cell-content::after {
				top: -0.25rem;
			}

			dl .cell:nth-child(even) .cell-content dt {
				padding-top: 0.5rem;
			}

			dl .cell:nth-child(even) .cell-content dd {
				flex-grow: 1;
			}

		dl .cell:last-child .cell-content {
			border-top-color: transparent;
			border-bottom-color: transparent;
		}

	dl .ghost-cell:last-child .cell-content {
		width: 100%;
		border-top: 1px solid var(--line);
		border-left: none;
		border-bottom-color: transparent;
	}

.doubleheight {
	height: 250%;
}

.right-ghost {
	border-right: 1px solid var(--line);
}

.left-ghost {
	border-left: 1px solid var(--line);
}

dl .left-ghost {
	grid-column: span 2;
	display: flex;
	margin: 0 1rem;
}

dl .ghost-cell .cell-content::after {
	display: none;
}
.bt-black{
	border-top : 1px solid black !important;
}
.bb-black {
	border-bottom: 1px solid black !important;
}

.nl-t{

}

.nl-b {
	margin-top:15
}

