#login{
	margin-top:7px;
	float: right;
	display: block;
	margin-right: 5px;
}
.header {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 10px 10px;
  height: 80px;
  max-width: 970px;
  margin: auto;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header-right {
  float: right;
}

.header .icon {
  display: none;
}

  @media screen and (max-width: 600px) {
    .header a:not(:first-child) {display: none;}
    .header a.icon {
      float: right;
      display: block;
    }
  }

  @media screen and (max-width: 600px) {
    .header.responsive {position: relative;}
    .header.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .header.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

.menu_btn {
	margin: 5px;
	width: 150px;
	height: 50px;
	padding: 0px;
	background-color: #0062cc;
}

.menu_let_btn {
	margin: 5px;
	width: 330px;
	height: 47px;
	padding: 5px;
	background-color: #FFFFFF;
}

.menu_btn_01 {
	margin: 5px;
	width: 250px;
	height: 50px;
	padding: 0px;
	background-color: #0062cc;
}

.past_ce_btn {
	margin: 5px;
	width: 150px;
	height: 50px;
	padding: 0px !important;	
}

.couching_course_btn {
	margin: 5px;
	width: 150px;
	height: 50px;
	padding: 0px !important;
}

.couching_course_inner_btn_1 {
	width: 148px !important;
	height: 48px !important;
	color: #fff !important;
	padding-top: 10px !important;
}

.couching_course_inner_btn_2 {
	width: 148px !important;
	height: 48px !important;
	color: #fff !important;
}

.past_ce_inner_btn {
	width: 148px !important;
	height: 48px !important;
	color: #fff !important;
}

.exam_btn {
	width: 148px !important;
	height: 48px !important;
	color: #fff !important;
}

.menu_img {
	width: 100%;
    height: 100%;
    opacity: 1;
    transition: .5s ease;
}

.menu_let_img {
	width: 400px;
    height: 100px;
}

.menu_img:hover {
  opacity: 0.3;
}

.menu_img:hover .middle {
  opacity: 1;
}
.menu_container {
	padding-top: 5px;
}
.col-centered{
    text-align: center;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.menu_header {
	margin: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	background: lightgray;
}

.menu_header_title {
	font-size: 24px;
	
}
#sidebar .list-group-item {
    border-radius: 0;
    background-color: #333;
    color: #ccc;
    border-left: 0;
    border-right: 0;
    border-color: #2c2c2c;
    white-space: nowrap;
}

/* highlight active menu */
#sidebar .list-group-item:not(.collapsed) {
    background-color: #222;
}

/* closed state */
#sidebar .list-group .list-group-item[aria-expanded="false"]::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* open state */
#sidebar .list-group .list-group-item[aria-expanded="true"] {
  background-color: #222;
}
#sidebar .list-group .list-group-item[aria-expanded="true"]::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* level 1*/
#sidebar .list-group .collapse .list-group-item  {
  padding-left: 20px;
}

/* level 2*/
#sidebar .list-group .collapse > .collapse .list-group-item {
  padding-left: 30px;
}

/* level 3*/
#sidebar .list-group .collapse > .collapse > .collapse .list-group-item {
  padding-left: 40px;
}

@media (max-width:48em) {
    /* overlay sub levels on small screens */
    #sidebar .list-group .collapse.in, #sidebar .list-group .collapsing {
        position: absolute;
        z-index: 1;
        width: 190px;
    }
    #sidebar .list-group > .list-group-item {
        text-align: center;
        padding: .75rem .5rem;
    }
    /* hide caret icons of top level when collapsed */
    #sidebar .list-group > .list-group-item[aria-expanded="true"]::after,
    #sidebar .list-group > .list-group-item[aria-expanded="false"]::after {
        display:none;
    }
}

/* change transition animation to width when entire sidebar is toggled */
#sidebar.collapse {
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

#sidebar.collapsing {
  opacity: 0.8;
  width: 0;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-property: width;
       -o-transition-property: width;
          transition-property: width;

}

.wrap-anchor{
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: normal;
}

.review-schedule {
	display: block;  
	text-align: center;
}

.rs-button {
	min-width: 160px; 
	min-height: 86px;
}