.ui-autocomplete {
	z-index: 2147483647;
}

body {
	min-height: 100vh !important;
}

.mainFream {
	min-height: 90vh !important;
}

.createExamContent {
	min-height: 70vh;
}

.borderless {
	border-radius: 0px !important;
}

nav li a:hover {
	color: red !important;
	font-weight: 700;
}

nav li a {
	font-weight: 700;
}

.btn {
	border-radius: 2px !important;
}

.bg-light-gray {
	background-color: #d1d1d142;
}

.bg-table-on-gray {
	background-color: #c4c8b4 !important;
}

tr input {
	width: 15px;
	height: 15px;
}

.setInlineEditor input {
	width: 200px;
	height: 30px;
}

.hand {
	cursor: pointer;
}

.path-link:hover {
	color: black;
	text-decoration: underline;
}

.form-control {
	border-radius: 2px !important;
}

.remove-radius {
	border-radius: 0px !important;
}

.set-option {
	border: 1.5px dotted black;
	border-radius: 55%;
	width: 55%;
}

.set-view-option {
	border: 1.5px dotted black;
	border-radius: 55%;
	width: 45px;
	height: 45px;
	vertical-align: top;
}

.selected-option {
	background-color: #97ff97;
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slider:before {
	position: absolute;
	content: '';
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

input:checked + .slider {
	background-color: #2196f3;
}

input:focus + .slider {
	-webkit-box-shadow: 0 0 1px #2196f3;
	box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.popover {
	max-width: 600px;
}

.examActionMenu table {
	margin: 0px;
	padding: 0px;
}

.examActionMenu table td:hover {
	background-color: #dfdfdf;
}

.examActionMenu table td {
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

.examActionMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.examActionMenu ul li {
	cursor: pointer;
	border-bottom: 0.1px solid gray;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 15px;
}

.examActionMenu ul li span {
	text-decoration: none;
}

.examActionMenu ul li:hover {
	background-color: #dfdfdf;
}

.createExam .tab-pane {
	padding-left: 10px;
}

.createExam .nav-item {
	background-color: #f7f7f7;
	border-radius: 0px;
	border: 1px solid #a7a6a6;
}

.createExam .active {
	background-color: white !important;
}

.paper-templet-active {
	background-color: #4fb80e !important;
}

.paper-templet-inactive {
	background-color: #4d4c60 !important;
}

.paper-templet {
	border: 2px solid white;
}

.paper-templet p {
	color: white;
}

.paper-templet .templet-preview {
	z-index: 10;
	position: absolute;
	margin-top: -60px;
	margin-left: 35%;
	color: black;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	display: none;
}

.paper-templet .templet-preview:hover {
	border: 1px solid;
	border-radius: 10%;
}

.paper-templet:hover {
	border: 2px solid green;
	background-color: #686868 !important;
}

.paper-templet:hover img {
	opacity: 0.5;
}

.paper-templet:hover p {
	color: white;
}

.paper-templet:hover .templet-preview {
	display: block;
}

.span-radio-option {
	width: 50px;
	height: 50px;
	border: 2px dotted;
	border-radius: 50%;
	padding: 5px;
	cursor: pointer;
}

.span-radio-option:hover {
	border: 2px solid;
}

.span-radio-active {
	background-color: #65ef65;
}

.form-check-input {
	width: 25px;
}

.treeNode {
	font-size: 15px;
}

.treeNode a {
	text-decoration: none;
}

.treeNode ul.tree,
.treeNode .tree li {
	list-style: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.treeNode .tree ul {
	display: none;
}

.treeNode .tree > li {
	display: block;
	background: #eee;
	margin-bottom: 2px;
}

.treeNode .tree span {
	display: block;
	padding: 10px 12px;
}

.treeNode .icon {
	display: inline-block;
}

.treeNode .tree .hasChildren > .expanded {
	background: #999;
}

.treeNode .tree .hasChildren > .expanded a {
	color: #fff;
}

.treeNode .icon:before {
	content: '+';
	display: inline-block;
	min-width: 20px;
	text-align: center;
}

.treeNode .tree .icon.expanded:before {
	content: '-';
}

.treeNode .show-effect {
	display: block !important;
}

.examEditMode .modal-dialog {
	max-width: 100% !important;
	height: 100vh !important;
	padding: 0px !important;
}

.examEditMode .modal-dialog .modal-content {
	max-width: 100% !important;
	height: 100vh !important;
	border-radius: 0px !important;
	overflow-y: scroll;
}

.addToExam {
	background-color: #99fa99;
}

.paper-question {
	cursor: pointer;
	overflow: hidden;
	border: 2px solid;
}

.paper-question .question {
	font-style: bold;
}

.paper-question .questionNumber {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
}

.paper-question .questionText {
	display: inline-block;
}

.paper-question:hover {
	height: 100%;
	background-color: #ffb7b7;
}

.questionOptionView .questionOption .optionRadio {
	padding: 5px;
	width: 38px;
	border: 1px solid black;
	border-radius: 50%;
	color: black;
	background-color: #b2b3b2;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	font-weight: 700;
}

.questionOptionView .questionOption .opActive {
	background-color: #5dfa5d;
}

.questionOptionView .questionOption .optionText {
	display: inline-block;
}

.viewQuestions :hover {
	background-color: #f4fcac;
}

.viewQuestions .divViewQuestions {
	height: 30px;
	overflow: hidden;
}

.navModalTab .active {
	color: #171817;
	font-style: italic;
	font-weight: 700;
}

.text-disable {
	background: #ebebeb;
	padding: 5px;
	color: #28a745 !important;
	margin: 0 !important;
}

.bg-yellow {
	background-color: #e7ff87 !important;
}

.reultselected {
	background-color: #8f8f8fb8;
	color: black !important;
}

/*.ck-toolbar-container {
  z-index: 99999 !important;
  margin-left: 50% !important;
}*/
.box {
	cursor: pointer;
	margin: 5px 10px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 80px;
	font-weight: 700;
	border: 2px solid red;
	/* border: 2px solid #460707; */
	border-radius: 0.5em;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	/* color: rgb(64, 1, 20) !important; */
	vertical-align: middle !important;
	text-align: center !important;
}

.box div {
	width: 100%;
}

.box:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	border: 2px dotted #810707;
}

.box--white {
	background-color: #f2bdbdb3;
	color: black;
}

.box--white-1 {
	background-color: rgba(252, 171, 171, 0.7);
	border-color: 2px solid gray;
	color: black;
}

#main-tag nav > .nav.nav-tabs {
	border: none;
	color: #fff;
	background: #272e38;
	border-radius: 0;
}

#main-tag nav > div a.nav-item.nav-link,
#main-tag nav > div a.nav-item.nav-link.active {
	border: none;
	padding: 18px 25px;
	color: #fff;
	background: #272e38;
	border-radius: 0;
}

#main-tag nav > div a.nav-item.nav-link.active:after {
	content: '';
	position: relative;
	bottom: -60px;
	left: -10%;
	border: 15px solid transparent;
	border-top-color: #e74c3c;
}

#main-tag .tab-content {
	background: #fdfdfd;
	line-height: 25px;
	border: 1px solid #ddd;
	border-top: 5px solid #e74c3c;
	border-bottom: 5px solid #e74c3c;
	padding: 30px 25px;
}

#main-tag nav > div a.nav-item.nav-link:hover,
#main-tag nav > div a.nav-item.nav-link:focus {
	border: none;
	background: #e74c3c;
	color: #fff;
	border-radius: 0;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.gallery-text {
	text-align: center;
	border: 1px solid gray;
	background-color: white;
	margin: 0px;
	border-collapse: collapse;
	width: 100% !important;
}

.gallery-image-div {
	position: relative;
}

.gallery-image-div p {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: #8686b3;
	border: 4px solid white;
	text-align: center;
	margin: 0;
	color: yellow;
}

.image-s-name {
	/* position: absolute;
  bottom: 0px; */
	/* width: 100%;
  background: #8686b3;
  border: 4px solid white;
  text-align: center;
  margin: 0;
  color: yellow; */
	color: yellow;
	width: 100%;
	background-color: #8686b3;
	margin-bottom: 0;
}
/*# sourceMappingURL=main.css.map */

.check-tax-paid-modal .modal-dialog {
	width: 70%;
}

#paymentModeModal .modal-dialog {
	width: 50%;
}
@media screen and (max-width: 768px) {
	.check-tax-paid-modal .modal-dialog {
		width: 90%;
		margin: 0 auto;
	}

	#paymentModeModal .modal-dialog {
		width: 90%;
		margin: 0 auto;
	}
}
