.demo {
	border-bottom: 1px solid #e8e8e8;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.demo:last-child {
	border-bottom: 0 none;
}

.demo > *:first-child {
	margin-top: 0;
}
.demo > *:last-child {
	margin-bottom: 0;
}
.demo .value {
	margin: 0 0 10px 0;
	font-size: 12px;
}
.demo .value span {
	font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
}
.theme-selector {
	margin-top: 10px;
	font-size: 13px;
}
.theme-selector:before {
	content: 'Themes: ';
}
.theme-selector a {
	margin: 0 5px;
}
.theme-selector a.active {
	color: #202020;
	font-weight: bold;
}
#wrapper {
	margin: 0;
}
#wrapper > * {
	padding-left: 100px;
	padding-right: 100px;
}
pre {
	background: #f8f8f8;
	border: 1px solid #f2f2f2;
	padding: 10px;
	font-size: 12px;
	font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

@media only screen and (max-width : 320px) {
	body {
		margin: 20px 0;
	}
	#wrapper {
		margin: 0;
	}
	#wrapper > * {
		padding-left: 10px;
		padding-right: 10px;
	}
	.demo {
		padding: 20px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}
.selectize-dropdown [data-selectable].option:hover {
	background-color: #3490dc;
	color: #fff;
}
.selectize-dropdown [data-selectable].option.selected {
	color: #ffffff;
	background-color: #3490dc;
}
.column-container {
	display: flex;
	width: 90%;
}
.col-one-half-left-content {
	width: 55%;
}
.col-one-half-right-content {
	width: 45%;
}
.reboot-device-dropdown-control {
	width: 100%;
	margin-bottom: 15px;
}
@media only screen and (max-width : 767px) {
	.column-container {
		display: block;
		width: 100%;
	}
	.col-one-half-left-content {
		width: 100%;
	}
	.col-one-half-right-content {
		width: 100%;
	}
	.reboot-device-dropdown-control {
		width: 100%;
		margin-bottom: 15px;
	}
	.col-one-half-right-content .selectize-input {
		width: 90%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.column-container {
		display: flex;
		width: 90%;
	}
	.col-one-half-right-content .selectize-input {
		width: 90%;
	}
	#reboot-device-confirmation-modal .modal-content {
        top: 25%;
    }
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #34548A !important;
}
.deactivate-mapper-content.mc-col {
        padding-top: 85px;

}
.deactivate-mapper-content mc-col .msg-cont h4{
    margin-top: 50px !important;
}
