html {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #1f075a;
	font-family: Arial, Helvetica, sans-serif;
}

label {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

body{
	color: #000;
	padding: 0;
	margin: 0;
	height: 100%;
}

.dashboard_view {
	padding: 15px 50px;
}

.form-control:focus {
    color: #35116b;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    border-color: #35116b;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #35116b;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
a.disabled {
	cursor: not-allowed;
	opacity:0.5;
}
a:hover {
	text-decoration: none !important;
}

.btn {
	border-radius: 0px;
	border-width:2px;
	display:inline-block;
	width:auto;
	padding: 10px 40px;

}
.btn.btn2 {
	border-radius: 0px !important;
	border-width: 2px;
	display: inline-block;
	width: auto;
	padding: 5px 15px;
	width: auto;
	padding: 5px 8px;
	font-size: 14px;
	line-height: 1;
}

.btn-primary {
	color: #fff  !important;
	background-color: #fb510e;
	border-color: #fb510e;
}

.btn.focus, .btn:focus,
.btn2.focus, .btn2:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fb510e;
    background-color: transparent;
	border-color: #fb510e;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.btn-primary:hover {
    color: #fb510e!important;
    background-color: transparent;
	border-color: #fb510e;
}

.green-text {
	color:#4db088;
}

.bold-text {
	font-weight: bold;
}

#background {
	height: 100%;
	width: 100%;
	background-color: rgba(182, 157, 243, 0.04);
	position: relative;
}

#background img {
	position: fixed;
	right: 30px;
	height: 100%;
	width: auto;
}

#login-container {
	padding:0 5% 0px;
}

#login-container .btn {
	border-radius: 0px !important;
	border-width: 2px;
	display: inline-block;
    width: auto;
    padding: 7px 42px;
    font-size: 20px;
    font-weight: 600;
	box-shadow: rgba(0, 0, 0, 0.1) 5px 2px 8px 0px;
}

#login-container h1 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5em;
	margin: 25px 0px;
}

#login-container label {
	margin: 0 0 8px;
	font-size: 1.2rem;
}

#login-container form {
	margin-top: 15vh;
	padding: 0;
}

#login-container .form-control {
	max-width: 340px;
	margin-bottom: 30px;
	font-size: 18px;
	padding: 1.375rem .75rem;
	border: 0.8px solid #35116b;
}

#login-container .register_text {
	font-size: 1.2rem;
	margin: 50px 0px;
}

#login-container .incorrect-login {
	display: block;
}

#login-container .underline-text {
	color: #30304d;
	text-decoration: underline;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

#login-container .underline-text {
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

#login-container .btn-primary {
	color: #fff;
	background-color: #fa662b;
	border-color: #fa662b;
}

#login-container .btn-primary:hover {
	color: #fa662b;
	background-color: transparent;
	border-color: #fa662b;
}

#dashboard_cont .sidebar {
	flex: 0 0 250px;
	max-width: 250px;
	-ms-flex: 250px;
	background: #FDFDFD;
}

#dashboard_cont .dashboard_logo img {
	display: block;
	margin: 5px auto 0 auto;
	width: 120px;
	height: auto;
}

#dashboard_cont {
	background-color: #F7F9FC;
	background-position: right center;
	background-repeat: no-repeat;
}



.sidebar  .sidebar_username {
	color: #000000;
	font-size: 1.4em;
	text-align: center;
	font-variant-caps: all-small-caps;
	padding: 0 0 30px 0;
}

.sidebar_options {
	list-style: none;
	padding: 0 20px;
	font-size: 18px;
	margin-top: 70%;
}

.top-dahsboard {
	padding: 30px 0px;
}

.rsp_count {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}
.Question-title {
	font-size: 20px;
	margin: 18px auto;
	font-weight: 600;
}

.header_dropdown {
font-size: 20px;
	font-weight: 600;
	position: relative;
	margin-top: 40px;
	padding: 0;
}
.header_dropdown select {
	width: 315px;
	font-weight: 500;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	color: #000000;
	height: 2.5em;
	background-color: transparent;
	border: 1px solid #000000;
	border-radius: 25px;
	padding: 0 1.5em;
	margin-left: 20px;
	line-height: 1em;
	font-size: 0.8em;
}
.header_dropdown .custom_btn{

	position: absolute;
	top: 35%;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 9px solid #000;
	
}



.nav-tabs-large-custom  li  a:hover {
	border-bottom: 2px solid #3827b7;
}


.nav-tabs-large-custom li a {
	font-size: 1.3em;
	color: #000 !important;
	padding: 8px 15px;
	display: block;
	border-bottom: 2px solid transparent;
	z-index: 9;
	position: relative;
}


.tab-content.nav-tabs-content-large-custom > .active {
	display: block;
	padding: 0px 15px;
}

.survey_content {
	margin: 40px 15px;
	background-color: #ffffff;
	padding: 1.3em 1.8em;
	box-shadow: 0 2px 4px rgba(150, 146, 146, 0.5);
}
.survey_content_sec {
	padding: 6px 0;
}

.survey_content textarea {
	width: 100%;
	height: 5.5em;
	font-size: 1em;
	line-height: 1.2;
	padding: 0.8em 1em;
	border: 0.5px solid #979797;
}

.survey_content h3 {
	font-size: 1.4rem;
	color: #35116b;
	font-weight: 600;
}


.survey_content h4 {
	color: #141414;
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: 0;
	margin-top: 0.8em;
}

#questions_list {
	padding: 0;
    margin: 0;
}


#questions_list li {
	list-style: none;
	padding: 8px;
	margin: 12px 0;
}
.question_item {
	border: 1px solid #979797;
	padding: 15px;
	margin: 15px 0;
	background:#fff;
}

.question_item input {
	width: 100%;
	margin-bottom: 8px;
	padding: 4px;
}

.question_opts , .questions_opts{
	list-style: none;
	padding: 0;
	margin: 0;
	float:right;
}
.questions_opts li {
	display: inline-block;
	padding: 0;
	margin: 0px 0 10px;
	
}
#questions_list .question_opts li {
	display: inline-block;
	padding: 0;
	margin: 0px 0 10px;
}
 .questions_opts{
float: right;
}

.question_options_info {
	display: inline-block;
	min-height: 25px;
}
.input_container input {
	width: 80%;
	margin: 7px 0;
	padding: 8px 4px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}

.count_badge {
	background: #575aa6;
	margin: 0 13px;
	padding: 3px 14px;
	border-radius: 15px;
	color: #fff;
	font-size: 0.9em;
}
#accesscode_cont {
	margin-top: 27px;
}

#login-container {
	background-position: right center;
	background-repeat: no-repeat;
}
.tooltip-inner {
  max-width: 236px !important;
  height: 76px;
  font-size: 12px;
  padding: 10px 15px 10px 20px;
  background: #FFFFFF;
  color: rgb(0, 0, 0, .7);
  border: 1px solid #737373;
  text-align: left;
}

#loader.show {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	z-index: 9999;
	pointer-events: none;
	top: 0;
left: 0;
}
#loader.hide{
	display:none;
}
.overlay_bg{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 9;
	display:block;
}
.overlay_bg.active {
    display:none;

}
.total_gen_reports{
    position:relative;
}

/** Dashboard **/
#dashboard_cont {
	min-width: 1250px;
	overflow-x: hidden;
}

#dashboard_cont,
.survey-wrapper {
	background-color: rgba(172, 195, 223, 0.09);
	min-height: 100%;
}

.survey-wrapper {
	overflow: hidden;
}

#dashboard_cont .background-img,
.survey-wrapper .background-img {
	position: fixed;
	right: 10%;
	bottom: 0px;
	opacity: 0.30;
	display: inline-block;
	overflow-x: hidden;
	padding-left: 400px;
}

#dashboard_cont .background-img {
	height: 98%;
}

.survey-wrapper .background-img {
	height: 92%;
}

#dashboard_cont .btn, .survey-wrapper .btn {
	background-color: #35116b;
	color: white;
	border: 1.5px solid #35116b;
	border-radius: 0;
	font-size: 1em;
	padding: 0.6em 2em;
	text-transform: capitalize;
}

#dashboard_cont .btn:hover,
#dashboard_cont .btn:focus,
.survey-wrapper .btn:hover,
.survey-wrapper .btn:focus {
	background-color: white;
	color: #35116b;
	box-shadow: none;
	outline: none;
}

#dashboard_cont .btn-primary:hover,
#dashboard_cont .btn-primary:focus,
.survey-wrapper .btn-primary:hover,
.survey-wrapper .btn-primary:focus {
	border: 1.5px solid #35116b;
		color: #35116b !important;
}

#dashboard_cont .btnfloat,
.survey-wrapper .btnfloat {
	position: absolute;
	right: 0px;
	top: 30px;
	margin: 15px;
}

#dashboard_cont #logo {
	background-color: rgba(156, 228, 195, 0.23);
	width: calc(30px + 100%);
	/* box-shadow: 0 -2px 4px rgba(224, 213, 213, 0.5); */
	display: block;
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
	align-content: center;
	margin-left: -15px;
	padding: 5% 0;
}

#home-content {
	position: relative;
	margin-left: 2rem;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#home-content h1 {
	width: auto;
	font-size: 1.7rem;
	font-weight: 700;
	padding-top: 1.2em;
	margin-bottom: 0.6em;
	position: relative;
}

#home-content h1 .welcome-name {
	position: relative;
}

#home-content h1>.underline-text {
	border-bottom: 2px solid #fb510e;
	padding-bottom: 1px;
}

#home-content .welcome-icon {
	position: absolute;
	top: 0;
	right: 0.5em;
	height: 8px;
	width: 20px;
}

#home-content h2 {
	font-size: 1.2rem;
	font-weight: 600;
}

#home-content h2>.underline-text {
	border-bottom: 2px solid #3827b7;
	padding-bottom: 2px;
}

#home1,
#home2 {
	margin: 0 20px;
	position: relative;
	width: auto;
}

#home2 {
	margin-top: 2vh;
	max-width: 1584px;
}

#home-content h1, #home-content h2 {
	color: #000000;
} 

#home2 h3 {
	font-size: 1.1rem;
	font-weight: 600;
	text-align: left;
}

#home2 h4 {
	font-size: 1.1rem;
}

#home2 p {
	font-size: 0.8rem;
	margin-bottom: 10px;
}

/** home dashboard table **/

.evaluations-table {
	max-height: 350px;
	overflow-y: auto;
	margin-bottom: 30px;
}

.evaluations-table th select {
	background-color: transparent;
	border: none;
}

.evaluations-table th select:focus, .evaluations-table th select:hover {
	background-color: transparent;
	border: none;
	color: #35116b;
	outline: none;
}

.evaluations-table .bootstrap-table .fixed-table-container table {
	display: block;
	margin: 0 0 5px 3px !important;
	padding-right: 17px;
}

.evaluations-table .bootstrap-table .fixed-table-container .table td {
	font-size: 0.9rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.evaluations-table .bootstrap-table .fixed-table-container .table td.icon-col {
	padding-top: 0.8rem;
}

.evaluations-table .bootstrap-table .fixed-table-container .table thead th .both {
	background-image: none;
}

.evaluations-table .bootstrap-table .fixed-table-container .table thead th .both::after {
	content: "\f0dc";  
	font-family: "Font Awesome 5 Free";
	padding-left: 3em;
}

.evaluations-table .bootstrap-table .fixed-table-container .table thead th .asc {
	background-image: none;
}

.evaluations-table .bootstrap-table .fixed-table-container .table thead th .asc::after {
	content: "\f0de"; 
	font-family: "Font Awesome 5 Free";
	padding-left: 3em;
}

.evaluations-table .bootstrap-table .fixed-table-container .table thead th .desc {
	background-image: none;
}

.evaluations-table .bootstrap-table .fixed-table-container .table thead th .desc::after {
	content: "\f0dd";
	font-family: "Font Awesome 5 Free";
	padding-left: 3em;
}

.evaluations-table .bootstrap-table .fixed-table-container .table .name {
	padding-left: 10px;
}

.evaluations-table .bootstrap-table .fixed-table-container .fixed-table-body {
	height: auto;
	overflow-x: hidden;
}

.evaluations-table .bootstrap-table .fixed-table-container .table thead th .th-inner {
	padding: 0.4em 0.2em 0.4em 0;
	font-size: 0.9rem;
}

.evaluations-table .table-hover tbody tr:hover td,
.evaluations-table .table-hover tbody tr:hover th {
	background-color: rgba(156, 228, 195, 0.23);
}

.evaluations-table .table td, .evaluations-table .table th {
	width: 10%;
}

.evaluations-table .table td:first-child, .evaluations-table .table th:first-child {
	width: 20%;
}

.evaluations-table .table td:last-child, .evaluations-table .table th:last-child {
	width: 25%;
}

.evaluations-table thead {
	background-color: transparent;
	display: table;
	width: 100%;
}

.evaluations-table .tablestyle {
	width: inherit;
}

.evaluations-table .table-heading {
	color: #35116b;
}

.evaluations-table tbody {
	background-color: white;
	box-shadow: 0 2px 3px rgba(150, 146, 146, 0.5);
	height: 200px;
	overflow-y: auto;
	display: block;
	position: relative;
	overflow-x: hidden;
}

.evaluations-table tbody tr {
	width: 100%;
	display: table;
}

.evaluations-table .table-bordered td {
	border-left: transparent;
	border-right: transparent;
	border-top: transparent;
}

.evaluations-table .table-bordered,
.evaluations-table .table-bordered thead th,
.evaluations-table .table-bordered th {
	border: transparent;
}

.icon-col {
	text-align: right;
}

.icon-col .row {
	display: inline-flex;
}

.table-icon {
	width: 28px;
	height: 28px;
	color: #35116b;
	margin: 0 1em;
	text-align: center;
}

.table-icon .fas,
.table-icon .fa,
.table-icon .far {
	padding-top: 5px;
}

.table-icon[aria-label="reports"] {
	color: white;
	text-shadow: -0.09em -0.09em 0 #35116b,
		0.09em -0.09em 0 #35116b,
		-0.09em 0.09em 0 #35116b,
		0.09em 0.09em 0 #35116b;
	margin-right: 0.7em;
	margin-top: 0.1em;
}

.table-icon:last-child {
	margin-right: 25px;
}

.table-icon:hover,
.table-icon:focus {
	background-color: #35116b;
	color:#fff;
}

.table-icon[aria-label="reports"]:hover,
.table-icon[aria-label="reports"]:focus {
	color: white;
	text-shadow: -0.09em -0.09em 0 #fb510e,
	0.09em -0.09em 0 #fb510e,
	-0.09em 0.09em 0 #fb510e,
	0.09em 0.09em 0 #fb510e;
}
/** home dashboard table end **/

/** results for dropdown **/
#results-inline {
	display: inline-block;
	margin-bottom: 1em;
}

#results-for-dropdown .btn {
	color: #000000;
	height: 2.5em;
	background-color: transparent;
	border: 1px solid #000000;
	border-radius: 25px;
	padding: 0 1.5em;
	margin-left: 20px;
	line-height: 1em;
	font-size: 0.8em;
}

#results-for-dropdown .btn:hover,
#results-for-dropdown .btn:focus {
	box-shadow: none;
	background-color: rgba(156, 228, 195, 0.23);
}

#results-for-dropdown .dropdown-toggle::after {
	margin-left: 3.5em;
	font-size: 1.3em;
	vertical-align: 0.1em;
}

#results-for-dropdown {
	display: inline-block;
}

#results-for-dropdown .dropdown-menu {
	font-size: 0.85rem;
	background-color: #ffffff;
}

#results-for-dropdown .dropdown-menu a:hover,
#results-for-dropdown .dropdown-menu a:focus {
	background-color: rgba(156, 228, 195, 0.23);
	outline: none;
}


#dashboard_cont .btn.create-btn {
background-color: #575aa6;
color: white;
border: 1.5px solid #575aa6;
border-radius: 0;
font-size: 1.1em;
padding: 0.6em 2em;
text-transform: capitalize;
}

#dashboard_cont .btn.create-btn:hover ,
#dashboard_cont .btn.create-btn:focus{
	background: transparent;
	color: #575aa6;
}


/*  Reports search form */
#advanced_search {
	height: 0;
	opacity: 0;
	z-index: -9999;
	transition: opacity 0s;
}
#advanced_search.active{
	height: auto;
	opacity: 1;
	z-index: 1;
	margin-top: 25px;
	transition: opacity 0.8s;
}

#reports_search_container {
	margin-bottom: 25px;
	padding-bottom: 0px;
	border-bottom: 2px solid #1f075a1f;
	background: #fff;
	position:relative;
}
.expand_shirnk_opt {
	width: 100%;
	text-align: left;
	position: absolute;
	bottom: 12px;
	font-size: 28px;
	color: #35116b;
}
.search_dropdown{
	font-size: 17px;
	font-weight: 600;
	position: relative;
	width: 100%;
	padding: 0;
}

.search_dropdown select {
	width: 100%;
	font-weight: 500;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	color: #000000;
	height: 2.5em;
	background-color: transparent;
	border: 1px solid #000000;
	border-radius: 25px;
	padding: 0 1.5em;
	margin-left: 10px;
	line-height: 1em;
	font-size: 0.8em;
	margin-top: 5px;
}
@media only screen and (max-width: 1150px) {
	#background {
		display: block;
		overflow-x: hidden;
	}

	#background img {
		left: 588px;
		overflow-x: hidden;
		overflow-y: auto;
	}
}
