@import url("https://mcsdcanvas.blob.core.windows.net/canvas/themes.css");

/*make nav logo a little smaller*/
.ic-app-header__logomark {
	width:90%;
}

/*make pages wider*/
body:not(.full-width) .ic-app-container {
    max-width: 1465px;
}

/*fix for Firefox "GO" button being cutoff*/
.btn, .Button, .ui-button {
	min-width: 50px;
}

/*make nav icons vertically closer together so it all fits on smaller screen heights.*/
.ic-app-header__menu-list-link{
	padding:7px 0;
}

/*make SIS ID field wider in course settings*/
input[title="SIS ID"] {
    width: 150px !important;

}

/* Widen the global navigation (default is 84px but causes text wrapping if a scroll bar is present) */
body.primary-nav-expanded .ic-app-header {
width: 92px;
}


/*************************************Login box***************************************/


body.ic-Login-Body {
	background-position: bottom;
	}

.ic-Login__content{
	width:500px;
	}

.ic-Login__header .ic-Login__header__logo img {
    max-width: 240px;
}

/*******************************Discussion CSS edits**********************************/
.replies {
	padding-left: 0px;
	border-left: solid #3f51b5 16px;
}

.discussion-read-state-btn {
    top: 32px;
    left:-25px !important;
}

div.entry-content {
  padding-left:0px !important;
}
