body.department_admin{
	overflow-y: hidden;
}
.department_admin .region{
	display: flex;
	justify-content: space-between;
}
.department_admin .region .department-sidebar{
	width: 240px;
	min-width: 240px;
	background-color: #f5f5f5;
	height: calc(100vh - 78px);
	border-right:1px solid #e0e0e0;
	overflow-y: auto;
    /* background: url(https://agri.odisha.gov.in/themes/swfone/theme/images/bottom-bg-shape.png) no-repeat left bottom; */
}
.department_admin .region .department-sidebar::-webkit-scrollbar {
	width: 6px;
  }
  .department_admin .region .department-sidebar::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #999; 
	border-radius: 10px;
  }
  .department_admin .region .department-sidebar::-webkit-scrollbar-thumb {
	background: #aaa; 
	border-radius: 10px;
  }
  .department_admin .region .department-sidebar::-webkit-scrollbar-thumb:hover {
	background: #ccc; 
  }
.department_admin .region .department-sidebar ul{
	margin: auto;
}
.department_admin .region .department-sidebar ul li{
	list-style:none;
	padding:0;
}
.department_admin .region .department-sidebar ul li a{
	display:block;
	color:#343434;
	font-weight: 600;
	font-size: 14px;
    text-align: left;
    padding: 10px 30px 10px 10px;
    border-bottom: 1px solid #d6e6df;
    cursor: pointer;
}
.department_admin .region .department-sidebar ul li a:hover,
.department_admin .region .department-sidebar ul li.menu-item--active-trail a{
	background-color: #ccc;
	/* font-weight: 600; */
}
.department_admin .region .department-content{
	/* width: 77%;	 */
	height: calc(100vh - 78px);
    overflow-y: auto;
	flex: 1 1 auto !important;
	padding: 16px;
}
.department_admin .region .department-content::-webkit-scrollbar {
	width: 6px;
  }
  .department_admin .region .department-content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #999; 
	border-radius: 10px;
  }
  .department_admin .region .department-content::-webkit-scrollbar-thumb {
	background: #aaa; 
	border-radius: 10px;
  }
  .department_admin .region .department-content::-webkit-scrollbar-thumb:hover {
	background: #ccc; 
  }
.department_admin .local-actions{display:none;}
.department_admin .content-header{
	margin: 0px;
    /* background-color: #2b71e4; */
	background-color: #1d284d;
    color: #fff;
    padding: 15px 0px;
}
.department_admin .page-content{
	margin: 0px;
}
.department_admin h1.page-title{
	font-size: 20px;
}
.department_admin .block-page-title-block:last-child{
	margin-bottom: 0px;
}
.department_admin .content-header + .layout-container{
	margin:0px;
}
.page-wrapper *:focus, .ui-dialog *:focus{
	box-shadow: none!important;
	outline: none!important;
}

.department_admin .admin-list{
	display: table;
    border-spacing: 10px;
}
.department_admin .admin-item{
    padding: 10px;
    border: 1px solid #eee;
	display: table-cell;
    width: 1%;
	vertical-align: middle;
	height: 110px;
	text-align: center;
    border-radius: 6px;
    background-color: #f1f4fa;
    color: #444;
	cursor: pointer;
	box-shadow: 1px 1px 6px -2px #ddd;
}
.department_admin .admin-item__link::before{
	content: none;
}
.department_admin .admin-item__link{
	padding: 0px;
	color: #444;
}
.department_admin .admin-item__title{
	font-weight: 600;
}
.department_admin .breadcrumb__item, 
.department_admin .breadcrumb__link{
	color: #fff;
}
.department_admin .breadcrumb__item + .breadcrumb__item::before{
	filter: invert(1);
}
.department_admin .form-element{
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	min-height: 37px;
}
.department_admin .form-actions .button{
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 14px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.department_admin .form-submit{
	background-color: #2b71e4!important;
    color: #fff!important;

}
.department-profile .row{
	margin: 0px;
}
.department-profile{
	width: 360px;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 0px auto;
    text-align: center;
	margin-top: 80px;
	border-radius: 6px;
	background-color: #f1f4fa;
}
.department-profile .views-field-field-user-image{
	margin: 0px auto;
	width: 100%;
	margin-top: -70px;
}
.department-profile .views-field-field-user-image .field-content{
	margin: 0px auto;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	border: 1px solid #ddd;
	overflow: hidden;
}
.department-profile .views-field-field-user-image .field-content img{
	width: 120px;
}
.department-profile .views-field-nothing{
	width: 100%;
}
.department-profile .user-profile .col-xs-12{
	width: 100%!important;
	max-width: 100%!important;
}
.department-profile .user-profile{
	padding-top: 20px;
}
.department-profile .user-profile .user-name{
	display: flex;
}
.department-profile .user-profile .user-name h4, 
.department-profile .user-profile .user-name a,
.department-profile .user-profile .user-id h4,
.department-profile .user-profile .user-id a{
	font-size: 15px;
	margin: 0px;
	margin-bottom: 20px;
}
.department-profile .user-profile .user-id{
	display: flex;
}

.department-profile .user-profile .user-name h4,
.department-profile .user-profile .user-id h4{
	font-weight: 600;
	color: #888;
	min-width: 100px;
	text-align: left;
} 
.department-profile .user-profile .user-name a,
.department-profile .user-profile .user-id a{
	font-weight: 600;
	color: #444;
	padding-left: 10px;
}
.department_admin .views-exposed-form{
	margin: 0px!important;
	margin-bottom: 20px!important;
	border-radius: 6px!important;
	border: 1px solid #eee!important;
	padding:16px!important;
}
.department_admin .views-exposed-form__item--preceding-actions.views-exposed-form__item--preceding-actions{
	margin: 0px;
}
.department_admin .form-item__label{
	font-size: 14px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 8px;
}
.department_admin .views-exposed-form__item.views-exposed-form__item.views-exposed-form__item--actions{
	margin: 0px;
}
.view-quiz-competition .views-exposed-form__item.views-exposed-form__item.views-exposed-form__item--actions{
	margin-top: 27px;
    margin-left: 20px;
}
table th{
	font-size: 14px;
	text-transform: none;
	font-weight: 600;
	letter-spacing: normal;
}
table .views-empty{
	text-align: center;
}
.department_admin .form-item{
	margin-top: 0px;
}
.department_admin .views-table h4{
	margin-top: 0px;
	font-size: 18px;
}