







/* ___________________ custom stylesheet for client ______________________ */

@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

* {
    font-family: 'Montserrat', Arial, sans-serif;
}

#select-language .modal-dialog {
    max-width: 765px !important;
}

#header-top, 
#header-bottom {
    background: #743C97; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' -> set in styles-ie.css */
    background: -moz-linear-gradient(top, #743C97 40%, #BA9CCA  100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#743C97), color-stop(100%,#BA9CCA )); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #743C97 40%,#BA9CCA  100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #743C97 40%,#BA9CCA  100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #743C97 40%,#BA9CCA  100%); /* IE10+ */
    background: linear-gradient(to bottom, #743C97 40%,#BA9CCA  100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#743C97', endColorstr='#BA9CCA ',GradientType=0 ); /* IE6-8 */
}

#header-banner {
    background-image: url('/koala_final/contents/images/en/saskpolytechnic/header-banner-pre-login.jpg');
}

#header.post-login #header-banner {
    background-image: url('/koala_final/contents/images/en/saskpolytechnic/header-banner-post-login.jpg');
}

#header-banner-text-small {
    background-image: url('/koala_final/contents/images/en/saskpolytechnic/header-banner-text-small.png');
}

#header-banner-text-large,
#header-banner-text-small {
    color: #FFFFFF;
}

/* Remove text shadow for header-banner-text */
#header-banner-text {	
	text-shadow: unset;
    filter: unset;	
}

#login-form button {
    background-color: #743C97;
}

#login-form button:hover {
    background-color: #BA9CCA;
}

.btn-primary {
	background-color: #199DB2;
}

.btn-primary:hover {
	background-color: #53B6C8;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	background-color: #199DB2;
}


#header .nav-item.active .nav-link {
    color: #4D5C67 !important;
}

#footer-top {
    background-color: #986BB0;
    color: #000;
}