html, body {
  background: #FFFFFF !important;
  overflow-x: hidden;
  font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}

#menu_wrapper {
    position:absolute;
    left:0px;
    top:0px;
}


#mwt_fb_tab {
  cursor: pointer;
	position:relative;
    margin-left: 0px;
	top:112px;
	left: 0px;
	width:24px;
	background:#3c5a98;
	color:#FFFFFF;
	font-family:"Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	text-align:center;
	padding:9px 0;

	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

#mwt_fb_tab span {
	display:block;
	height:12px;
	padding:1px 0;
	line-height:12px;
	text-transform:uppercase;
	font-size:12px;
}

#menu_list {
    position: fixed;
    background: #FFFFFF;
	margin-left: -420px;
    width: 420px;
	height: 100%;
    top: 0;
    bottom:0;
    border-right: 1px #dedede solid;
    overflow-y: auto;
}

#login_wrapper {
    transition: all 700ms;
}

.login_header {
    text-align: center;
    background: #a7b8d7;
    font-size: 24px;
    color: #FFFFFF;
    font-weight:bold;
    border: none;
}

.login_header_logo {
    background: #FFFFFF;
    width: 100%;
    margin:0px auto;
    text-decoration: none;
}

.logo_style {
    background: #FFFFFF;
    width: 100%;
    max-width: 300px;
    max-height: 300px;
}

.login_button {
    margin-right: 10px;
}

#headingLogin[data-toggle="collapse"] .fas:before {
  content: "\f0d8";
  font-size: 24px;
}

#headingLogin[data-toggle="collapse"].collapsed .fas:before {
  content: "\f0d7";
  font-size: 24px;
}

[data-toggle="collapse"] .fas:before {
  content: "\f106";
  font-size: 24px;
}

[data-toggle="collapse"].collapsed .fas:before {
  content: "\f107";
  font-size: 24px;
}

.header-fas {
    float: right;
}

.card-header > a {
    color:#4d4d4d;
    text-decoration: none;
}

.card-header > a:hover {
    color: #1a1a1a;
    text-decoration: none;
}

 .noborder {
     border: none;
 }

 .main {
     margin-left: 0px;
 }

 .div_container {
     padding: 100px;
 }

 .tipstyle {
     opacity: 1
 }
