@charset "utf-8";


/*==============================font-face By Dilip Kumar Ray====================================*/
@font-face {
	font-family: 'SF Pro Display';
	src: url('fonts/SFProDisplay-Regular.eot');
	src: url('fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/SFProDisplay-Regular.woff2') format('woff2'),  url('fonts/SFProDisplay-Regular.woff') format('woff'),  url('fonts/SFProDisplay-Regular.ttf') format('truetype'),  url('fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
   }
	@font-face {
	font-family: 'SF Pro Display';
	src: url('fonts/SFProDisplay-Semibold.eot');
	src: url('fonts/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),  url('fonts/SFProDisplay-Semibold.woff2') format('woff2'),  url('fonts/SFProDisplay-Semibold.woff') format('woff'),  url('fonts/SFProDisplay-Semibold.ttf') format('truetype'),  url('fonts/SFProDisplay-Semibold.svg#SFProDisplay-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
   }
	@font-face {
	font-family: 'SF Pro Display';
	src: url('fonts/SFProDisplay-Bold.eot');
	src: url('fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/SFProDisplay-Bold.woff2') format('woff2'),  url('fonts/SFProDisplay-Bold.woff') format('woff'),  url('fonts/SFProDisplay-Bold.ttf') format('truetype'),  url('fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
   }
   @font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
	src: local('Material Icons'),
	  local('MaterialIcons-Regular'),
	  url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
	  url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
	  url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
  }
  
  .material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
  
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
  
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
  
	/* Support for IE. */
	font-feature-settings: 'liga';
  }
  .notification a {
	  display: flex;
	  align-items: center;
	  color:#302E48;
  }
  .notification a:hover, .notification a:focus, .notification a strong:hover {
    text-decoration: none !important;
}
  .notification i {
	  font-size: 20px;
  }

body.lms-pages {
	position: relative;
	height: 100%;
	min-height: 100vh;
        padding-bottom: 75px !important;
}
.lms-header {
	padding: 13px 0;
}
.lms-header .logo {
	text-align: center;
}
.notification div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 43px;
    border: 1px solid #E8EEF2;
    border-radius: 50px;
    color: #1800e2;
    font-size: 21px;
    position: relative;
    cursor: pointer;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
.notification div a{
	transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -webkit-transition-duration: 0;
    -ms-transition-duration: 0;
}
.notification div:hover i{
    color: #FFF;
}
.notification div:hover {
	background: #1800e2;
	color: #fff;
}
.notification { 
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menu-button {
	display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    color: #302E48;
    font-size: 18px;
    cursor: pointer;
    background: rgba(48, 46, 72, 0.1);
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    position: relative;
    padding: 10px 0;
}
.menu-button:hover {
	background: #1800e2;
	border-color: #1800e2;
}
.menu-button:hover span {
	background: #fff;
}
.notification div span {
	position: absolute;
	bottom: -5px;
	right: -5px;
	font-size: 12px;
	width: 16px;
	height: 16px;
	border-radius: 50px;
	color: #fff;
	background: #db3f3f;
	line-height: 16px;
	font-weight: bold;
}
.icn-hvr{
	display: none;
}
.notification div:hover .org-icn {
    display: none;
}

.notification div:hover .icn-hvr {
    display: block;
}
.notification .notification div a {
    display: flex;
}.search_input_div .input-group-text{   padding: 5px 5px 5px 10px !important;}.search_input{   padding: 10px 10px 10px 5px !important;}
.menu-button:after {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0px;
    left: -2px;
    margin: auto;
    background: #fff;
    z-index: -1;
    border: 1px solid rgba(48, 46, 72, 0.08);
    border-radius: 50%;
}

.menu-button .bar2 {
    margin: 10% 8px;
    width: 10px;
}

.menu-button .bar1 {
    /* margin-top: 10px; */
}
.menu-button span {
	display: block;
    height: 2px;
    background: #302E48;
    width: 15px;
    margin: 0 8px;
    border-radius: 10px;
}
.gray-bg {
	background: #f3f7fc;
}
.LMS_login {
	background: #fff;
	width: 80%;
	border-radius: 16px;
	max-width: 950px;
    padding: 60px 40px;
	margin: 0 auto;
	box-shadow: rgba(0, 0, 0, 0.07) 0 0 40px;
	text-align: center;
	position: absolute;
	top: 14%;
	left: 0;
	right: 0;
}
.LMS_login .form-control {
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
}
.LMS_login .btn {
	border-radius: 6px;
	background: #5245df;
	font-size: 18px;
}
.LMS_login h4 {
	font-weight: 500;
	margin: 0 auto 26px;
}
.LMS_login .login-logo {
	margin: 0 auto 40px;
}
.lms-page-header {
	background: #f4f7fc;
	padding: 40px 0 60px;
}
.lms-page-header h1 {
	font-size: 22px;
	font-weight: 500;
	margin: 0 auto 22px;
}
.lms-pages .btn {
	background: #1800e2;
	border-radius: 8px;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 5px 33px;
}
.lms-pages .btn.outline-btn {
	color: #1800e2;
	border-color: #1800e2;
	background: none; 
}
.lms-pages .btn.outline-btn:hover {
	color: #fff;
}
.lms-pages .btn:hover {
	background: #1303a0;
}
.lms-container {
	background: #fff;
	border-radius: 10px;
	padding: 25px 15px;
	margin-top: -24px;
}
.lms-pages textarea.form-control {
	min-height: 120px;
}
.lms-table {
	width: 100%;
}
.lms-table thead td {
	background: #3c3c3c;
	color: #fff;
	border: #3c3c3c solid 1px;
}
.lms-table td {
	padding: 10px 12px;
	border: #ababab solid 1px;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
}
.lms-table tbody {
	color: #3c3c3c;
}
.lms-table .btn.btn-sm {
	padding: 2px 16px;
	font-size: 11px;
	border-radius: 4px;
}
#menu-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99;
	display: none;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
}
#menu-overlay.active {
	display: block;
}
#side-menu-wrap {
	background: #fff;
	position: absolute;
	top: 0;
	left: -380px;
	height: 100%;
	width: 370px;
	z-index: 99;
	overflow: hidden;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
}
#side-menu-wrap.active {
	left: 0;
} 
#side-menu-wrap ul {
	margin: 0;
	padding: 40px;
}
#side-menu-wrap ul li {
	padding: 0;
	list-style: none;
	margin: 0 auto 15px;
}
#side-menu-wrap ul a {
	font-weight: 400;
	font-size: 17px;
	color: #333;
	padding: 5px 0 5px 52px;
	display: block;
	position: relative;
} 
/*#side-menu-wrap ul a::after {
	position: absolute;
	top: 9px;
	left: 0;
	width: 23px;
	height: 23px;
	border: #c6c6c6 solid 1px;
	border-radius: 50px;
	content: "\f105";
	font-family: fontawesome;
	text-align: center;
	line-height: 19px;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
}*/
#side-menu-wrap ul a i {
	position: absolute;
	top: 3px;
	left: 0;
    background: #f0eded;
    width: 35px;
    height: 35px;
    font-size: 19px;
    line-height: 36px;
    text-align: center;
    border-radius: 40px;
    margin-right: 4px;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}
#side-menu-wrap ul a:hover,
#side-menu-wrap ul .active a {
	color: #1800e2;
	text-decoration: none;
}

#side-menu-wrap ul a:hover i, 
#side-menu-wrap ul .active a i{
	background: #1800e2;
	color: #fff;
}
#side-menu-wrap ul a:hover:after, 
#side-menu-wrap ul .active a:after {
	color: #fff;
	border-color: #1800e2;
	background: #1800e2;
}
.lms-page-header.without-heading {
    padding: 20px 0 40px;
}
section.lms-content {
    padding-bottom: 30px;
}
.table-responsive {
    margin-bottom: 30px;
}
.question-serch-wrap {
    margin: 0 auto;
    max-width: 600px;
	display: table;
	width: 100%;
	
}
.question-serch-wrap input.form-control {
    border-radius: 0 8px 8px 0;
    border: 0;
    padding: 3px 20px;
    font-size: 16px;
    float: right;
    width: 78%;
    border-top: #b9b6b6 solid 1px;
    border-right: #b9b6b6 solid 1px;
    border-bottom: #b9b6b6 solid 1px;
}
.question-serch-heding {
    float: left;
    width: 22%;
    background: #3c3c3c;
    color: #fff;
    padding: 12px;
    font-size: 17px;
    font-weight: 400;
	border-radius: 8px 0 0 8px;
}
.modal-header h5 {
	margin: 0;
}
.modal-dialog .form-control {
	border-radius: 8px;
	padding: 2px 15px;
	height: 44px;
	font-size: 13px;
	line-height: 36px
}
.modal-dialog .label-block {
	display: block;
	margin: 0 7px 3px;
	font-weight: 500;
	font-size: 14px;
	color: #333;
}
.select .select::after {
	top: -4px;
}
.modal-header {
	padding: 1rem 30px;
}
.modal-body {
	padding: 22px 30px;
}
.checklist-wrap {
	padding: 28px 20px;
	border-radius: 7px;
	box-shadow: rgb(0 0 0 / 7%) 0 0 17px;
	margin: 0 auto 8px;
	border: rgba(0, 0, 0, 0.07) solid 1px;
	position: relative;
	display: table;
	width: 100%;
}
.checklist-box {
	text-align: center;
	background: #eee;
	padding: 13px 10px;
	border-radius: 6px;
	width: 11%;
	float: left;
	margin-right: 1%;
}
.checklist-content {
	float: right;
	width: 82%;
}
.checklist-box input[type="checkbox"] {
    width: 25px;
    height: 24px;
}	
.checklist-box span {
    display: block;
    font-weight: 400;
}
.CheckList h4 {
    font-weight: 500;
    font-size: 22px !important;
    display: inline-block;
    padding: 2px 16px;
    background: #6b6969;
    color: #fff;
}
.checklist-wrap p {
    margin: 0 auto 5px;
    font-size: 15px;
    line-height: 21px;
    color: #6b6a6a;
}
.CheckList h6 {
    font-weight: 500;
    margin: 0 auto 11px;
}
.CheckList {
    margin: 0 auto 35px;
}
.CheckList {
    padding: 30px;
    border: #e4e2e2 solid 1px;
    border-radius: 8px;
}
.checklist-number {
	float: left;
	width: 5%;
	text-align: center;
	font-weight: 400;
}
.lms-search-wrap .form-control {
	border-radius: 8px;
	padding: 0 14px;
	height: 44px;
	font-size: 13px;
	line-height: 40px;
}
.lms-filter .select .form-control {
	padding-right: 40px;
}
.lms-filter .select::after {
	top: -12px;
}
.select::after {
	top: -5px;
}
.lms-filter {
	display: table;
	width: 100%;
	padding: 10px 0 0;
	text-align: left;
}
.lms-filter .form-group {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 41px;
	color: #a6a4a4;
}
.lms-filter .form-control {
	border-radius: 40px;
	padding: 0 20px;
}
.lms-act-btn {
	text-align: center;
}
.lms-act-btn {
    text-align: center;
    margin-top: -50px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.lms-pages .requirement-container .btn {
    font-size: 14px;
    padding: 3px 23px;
    border: rgba(255, 255, 255, 0.3) solid 3px;
}
.lms-act-btn .btn {
	margin: 0 2px;
}
.lms-user-info {
	padding: 12px 30px 0;
	margin: 15px auto;
}
.info-heading h4 {
    margin: 0 auto;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.info-heading {
    background: #696767;
    padding: 10px 18px;
    margin: 0 -30px 20px ;
    border-radius: 0;
    border-left: #464343 solid 7px;
}
.lms-content ul li strong, .lms-content strong {
    color: #111;
    font-weight: 800;
}
.lms-content li {
    font-weight: 400;
}
.lms-user-info p {
	margin: 0 auto 10px;
	line-height: 22px;
}
.inner-info {
	margin: 0 auto 22px;
}
.lms-user-info.box-border {
	border-top: #eee solid 1px;
	border-bottom: #eee solid 1px;
	margin: 0 auto -1px;
}
.requirement-edit .label-block {
	display: block;
	font-weight: 600;
	color: #000;
	line-height: 16px;
	margin-left: 7px;
	font-size: 15px;
}
.requirement-edit .label-block span {
	color: #FF0004;
}
.requirement-edit .form-control {
	border-radius: 6px;
}
.requirement-edit .form-control {
	border-radius: 5px;
	padding: 6px 15px;
	font-size: 15px;
	color: #000;
	height: 40px;
	line-height: 20px;
	border: rgba(0, 0, 0, 0.35) solid 1px;
}
.requirement-edit .form-control:focus, 
.requirement-edit .form-control:hover {
	border-color: #000;
}
.requirement-edit .form-group {
	margin: 0 auto 30px;
}
.requirement-edit .box-border {
	padding-bottom: 30px;
	border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
}
.form-box {
	padding: 25px;
	box-shadow: rgba(0, 0, 0, 0.12) 0 0 20px;
	border: rgba(0, 0, 0, 0.18) solid 1px;
}
.form-box .form-group {
	margin: 0 auto 10px;
}
.lms-container.requirement-edit {
	padding: 35px 35px;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.btn.btn-xs-2 {
	padding: 0 10px;
	font-size: 12px;
}
.box-header .label-block {
	padding-top: 7px;
}
.box-header {
	padding: 0 0 10px;
}
.lms-container.requirement-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.13) 0 0 30px;
	border-radius: 0;
}
.requirement-image {
    background: #180c60;
    padding: 60px 30px 30px;
    margin: -60px -55px 22px;
    border-radius: 6px 6px 0 0;
    text-align: center;
}
.user-image-wp {
    width: 270px;
    height: 270px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    border: rgba(255, 255, 255, 0.3) solid 6px;
	background-size: cover;
}
.inner-info ul {
    padding-left: 15px;
}

/*-----------Add Status CSS--------------*/
#Addstatus {
	padding: 0 !important;	
}
#Addstatus .modal-dialog {
	max-width: 100%;
	margin: 0;
	height: 100%;
	position: fixed;
	width: 100%;
}
#Addstatus .modal-content {
	border: 0;
	border-radius: 0;
	outline: 0;
	height: 100%;
	overflow: scroll;
}
#Addstatus .modal-header {
	padding: 0;
	border: 0;
}
#Addstatus .close {
	width: 50px;
	height: 50px;
	margin: 0 !important;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0 !important;
	border-radius: 50px;
	background: #333 !important;
	color: #fff;
	opacity: 1;
	cursor: pointer !important;
	z-index: 2;
}
#Addstatus .close:hover {
	background: #000;
	color: #fff;
}
#Addstatus .modal-body {
	padding: 0;
	background: #fff;
	width: 100%;
}
.status-vector {
	text-align: center;
	padding: 100px 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40%;
}
.status-vector h2 {
	margin: 0 auto 40px;
	font-weight: bold;
	font-size: 33px;
}
.status-form {
	background: #f4f7fc;
	padding: 40px;
	height: 100%;
	min-height: 100vh;
	float: right;
	width: 60%;
}
.status-wrap {
	background: #fff;
	padding: 30px;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.06) 0 0 30px;
	margin: 0 auto 15px;
}
.status-wrap p {
	margin: 0 auto 15px;
	font-weight: 400;
}
.status-wrap h3 {
	margin: 0 auto 5px;
}


@media (max-width:767px) {
.status-vector h2 {
	font-size: 23px;
}	
	
}

@media (max-width:530px) {
.status-vector h2 {
	font-size: 23px;
	margin: 0 auto 20px;
}	
.status-vector {
	padding: 30px 30px 10px;
	position: relative;
	width: auto;
}
#Addstatus .close {
	width: 30px;
	height: 30px;
	top: 6px;
	right: 10px;
}
.status-vector img {
	max-width: 190px;
}
.status-form {
	padding: 20px;
	height: 100%;
	min-height: 100vh;
	float: none;
	width: 100%;
}
.status-wrap {
	padding: 20px;
}
.modal-dialog .label-block {
	margin: 0 7px 1px;
	font-size: 13px;
}
.status-wrap .form-group {
	margin-bottom: 10px;
}
}

/*-----------Edit Status CSS--------------*/
.Editstatus {
	padding: 0 !important;	
}
.Editstatus .modal-dialog {
	max-width: 100%;
	margin: 0;
	height: 100%;
	position: fixed;
	width: 100%;
}
.Editstatus .modal-content {
	border: 0;
	border-radius: 0;
	outline: 0;
	height: 100%;
	overflow: scroll;
}
.Editstatus .modal-header {
	padding: 0;
	border: 0;
}
.Editstatus .close {
	width: 50px;
	height: 50px;
	margin: 0 !important;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0 !important;
	border-radius: 50px;
	background: #333 !important;
	color: #fff;
	opacity: 1;
	cursor: pointer !important;
	z-index: 2;
}
.Editstatus .close:hover {
	background: #000 !important;
	color: #fff !important;
}
.Editstatus .modal-body {
	padding: 0;
	background: #fff;
	width: 100%;
}
.status-vector {
	text-align: center;
	padding: 100px 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40%;
}
.status-vector h2 {
	margin: 0 auto 40px;
	font-weight: bold;
	font-size: 33px;
}
.status-form {
	background: #f4f7fc;
	padding: 40px;
	height: 100%;
	min-height: 100vh;
	float: right;
	width: 60%;
}
.status-wrap {
	background: #fff;
	padding: 30px;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.06) 0 0 30px;
	margin: 0 auto 15px;
}
.status-wrap p {
	margin: 0 auto 15px;
	font-weight: 400;
}
.status-wrap h3 {
	margin: 0 auto 5px;
}

@media (max-width:767px) {
.status-vector h2 {
	font-size: 23px;
}	
	
}

@media (max-width:530px) {
.status-vector h2 {
	font-size: 23px;
	margin: 0 auto 20px;
}	
.status-vector {
	padding: 30px 30px 10px;
	position: relative;
	width: auto;
}
.Editstatus .close {
	width: 30px;
	height: 30px;
	top: 6px;
	right: 10px;
}
.status-vector img {
	max-width: 190px;
}
.status-form {
	padding: 20px;
	height: 100%;
	min-height: 100vh;
	float: none;
	width: 100%;
}
.status-wrap {
	padding: 20px;
}
.modal-dialog .label-block {
	margin: 0 7px 1px;
	font-size: 13px;
}
.status-wrap .form-group {
	margin-bottom: 10px;
}
}



/*--------------------------
	Login-page CSS
--------------------------*/
.LMS_login {
	max-width: 950px;
	padding: 60px 40px;
}
.login-form-wrap {
	padding: 0 20px;
}
.login-intro-image {
	padding-right: 60px;
	position: relative;
}
.login-intro-image:after {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 2px;
	content: "";
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f3f5+11,c2cad4+37,b9c2ce+44,b6c0cc+50,b8c2cd+56,c2cad4+65,f0f2f4+89,ffffff+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f3f5 11%, #c2cad4 37%, #b9c2ce 44%, #b6c0cc 50%, #b8c2cd 56%, #c2cad4 65%, #f0f2f4 89%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f3f5 11%,#c2cad4 37%,#b9c2ce 44%,#b6c0cc 50%,#b8c2cd 56%,#c2cad4 65%,#f0f2f4 89%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f3f5 11%,#c2cad4 37%,#b9c2ce 44%,#b6c0cc 50%,#b8c2cd 56%,#c2cad4 65%,#f0f2f4 89%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (max-width:767px) { 	.login-intro-image, .login-intro-image:after  { display: none;} }


/*--------------------------
	Dashboard 
--------------------------*/
.dashboard-padding {
	padding: 55px 0 ;
}
.nav-box {
	background: #fff;
	min-height: 310px;
	text-align: center;
	border-radius: 10px;
	padding: 40px 40px;
	box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	margin: 0 auto 20px;
	top: 0;
	position: relative;
}
.nav-box p {
	font-weight: 500;
	color: #333;
	padding: 20px 0 0;
	margin: 0 auto;
	font-size: 18px;
}
.nav-box:hover {
	box-shadow: rgba(0, 0, 0, 0.16) 0 0 60px;
	top: -8px;
}
@media (max-width:767px) { 	.nav-box{ min-height: inherit;} }



/*--------------------------
	Responsive-CSS
--------------------------*/
@media (min-width:1201px) and (max-width:1300px) {

	
}


@media (min-width:901px) and (max-width:1200px) {
.lms-filter .form-group {
	margin-right: 2px;
	font-size: 11px;
	line-height: 41px;
}
.lms-act-btn .btn {
	margin-bottom: 4px;
}
	
}


@media (min-width:767px) and (max-width:900px) {
.lms-search-wrap .btn.btn-block {
	padding: 6px 0;
}
.lms-filter .form-group.filter-heading {
	display: block;
	margin: 0 auto;
	font-size: 15px;
}
.lms-filter {
	padding: 2px 0 0;
}
.lms-search-wrap .lms-filter .form-control {
	font-size: 11px;
}
.lms-filter .form-group {
	margin-right: 5px;
	font-size: 16px;
	margin-bottom: 0;
}
.lms-act-btn .btn {
	margin-bottom: 4px;
}
	
}


@media (max-width:767px) {
.LMS_login {
	padding: 40px 30px;
	border-radius: 8px;
}
.lms-table td {
	padding: 3px 10px;
	font-size: 12px;
	line-height: 19px;
}
.menu-button span {
	height: 2px;
	margin: 3px 0;
}
.menu-button .bar2 {
    margin: 10% 0px;
}
.menu-button {
	/*width: 30px;
	height: 30px;*/
	line-height: 26px;
	padding: 6px 7px;
}
.notification div {
	margin-left: 0;
	width: 26px;
	height: 26px;
	line-height: 24px;
	font-size: 13px; 
}
.notification div span {
	bottom: -3px;
	font-size: 8px;
	width: 12px;
	height: 12px;
	line-height: 12px;
}
.lms-page-header h1 {
	font-size: 20px;
}
.lms-pages .btn {
	font-size: 13px;
	padding: 2px 23px;
}
#side-menu-wrap ul {
	padding: 45px 25px;
}
#side-menu-wrap {
	width: 290px;
}
.question-serch-wrap input.form-control {
	border-radius: 0 8px 8px 0;
	border: 0;
	padding: 2px 10px;
	font-size: 13px;
	height: 42px;
}
.question-serch-heding {
	float: left;
	width: 22%;
	padding: 7px;
	font-size: 11px;
}
.lms-table .btn.btn-sm {
	padding: 1px 10px;
	font-size: 10px;
}
.CheckList {
	padding: 12px;
}
.CheckList h4 {
	font-size: 17px !important;
	padding: 2px 11px;
}	
.checklist-box input[type="checkbox"] {
	width: 19px;
	height: 19px;
}
.lms-search-wrap .form-group {
	margin: 0 auto 11px;
}
.lms-search-wrap .form-group .btn {
	line-height: 36px;
}
.lms-filter {
	padding: 25px 0 0;
}
.lms-search-wrap .lms-filter .form-group {
	margin: 0 auto 11px;
	width: 48%;
}
.lms-search-wrap .form-group.filter-heading {
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	margin-left: 10px;
}
.lms-act-btn .btn {
	margin-bottom: 4px;
	width: 100%;
}
.lms-user-info {
	padding: 8px 10px;
}
.info-heading {
	padding: 6px 10px;
	margin: 0 0 14px -13px;
}
.lms-user-info p {
	margin: 0 auto 8px;
	font-size: 14px;
}

}
.videoplaydkr{
  z-index: unset !important;
}









