

body {
    background-color: #949494;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
}

.mdl-layout__header-row {
    height: 56px;
    padding: 0 16px 0 72px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    border-bottom: 2px solid #ccc;
}

.mdl-color--primary {
    background-color: #501e56!important;
}

.mdl-layout__drawer-button {
    color: initial;
}

.btn-primary {
    color: #fff;
    background-color: #501e56;
    border-color: #501e56;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #744679;
    border-color: #744679;
}

a {
    color: #744679;
}

.breadcrumb{
	display: none;
}

.mdl-layout__drawer-button{
	position: fixed;
}

.valign-wrapper .valign {
    display: block;
    vertical-align: initial;
    background: #f3f5f5;
    min-height: 100vh;
    padding-bottom: 50px;
    padding-top:55px;
}

.form-control{
	border-radius: 0px;
}

.launch {
    text-align: initial;
}

.btn-primary {
    min-width: 120px;
    border-radius: 0px;
    margin: auto;
    display: block;
    margin-top: 20px;

}

.nav-tabs>li{
	border-radius: 0px;
}

.mdl-layout__drawer.is-visible~.mdl-layout__obfuscator {
    position: fixed;
}

.mdl-layout__drawer.is-visible {
    position: fixed;
}

.launch h2, .launch span {
    color: #501e56;
}


.launch span {
    font-size: 12px;
    font-weight: initial;
    letter-spacing: initial;
}

.label-primary {
    background-color: #cfcfcf;
}

.border-top.card-body{
	margin-top: 30px;
}

.alert {
    border-radius: 0px;
}

.card-title.mt-2.center{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.justify-content-center{
	display: block;
	justify-content: center;
}

.card-title.mt-2.center {
 color: #501e56;
}


.user-mail {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
}

.user-name{
     font-family: "Roboto","Helvetica","Arial",sans-serif;
}



.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    color: #fff;
    font-size: 20px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    color: #fff;
    font-size: 20px;
}