/* input(117,60): run-time error CSS1038: Expected hex color, found '#FFFFF'
input(145,60): run-time error CSS1038: Expected hex color, found '#FFFFF' */
/* This style sheet should be used for custom client styles.
This style sheet is applied last, so it will override anything 
set in site.css, the area-specific css, and theme.css. */

.esg-sign-in__page:before {

      background-color:#822433;

      background-image:url(/Student/Content/Images/sign-in-background.jpg);

      background-position:50%;

      background-size:cover;

      overflow:hidden;

      z-index:-2;

      background-blend-mode:overlay;

      filter:blur(1px)

}

.esg-sign-in__page:after {
    background: #822433;
    background: linear-gradient(180deg,#822433 0,#999999);
    box-shadow: inset 0 0 0.75rem 0 rgba(0,0,0,.6);
    z-index: -1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= "#ffffff",endColorstr="#000000",GradientType=0);
    mix-blend-mode: multiply;
}

/*U80UpdateProxy*/
#U80UpdateProxyCancelButton {
    font-size: 16px;
    height: 40px;
    width: 100px;
}

/*#U80UpdateProxySaveButton {
    font-size: 16px;
    height: 40px;
    width: 100px;
}*/
/*U80UpdateProxy*/
/*Controls the Save/Update buttons in the Edit Access Dialog (active proxy dialog)*/
.U80EditDialogButtons {
	background-color:#66ACE9;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	/*font-family:Arial;*/
	font-size:12px;
	/*font-weight:bold;*/
	padding:4px 15px;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #528ecc;*/

}

    .U80EditDialogButtons:hover {
        background: linear-gradient(to bottom, #80b5ea 5%, #bddbfa 100%);
        background-color: #80b5ea;
    }

    .U80EditDialogButtons:active {
        position: relative;
        top: 1px;
    }

/*U80UpdateProxy*/
/*Controls the Save/Update buttons in the Selector Dialog (Candidate proxy bottom of View/Add proxy screen)**/
.U80SelectorUpdateButtons {
	background-color:#66ACE9;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:12px;
	padding:5px 17px;
	text-decoration:none;
}

.U80SelectorUpdateButtons:hover {
    background: linear-gradient(to bottom, #80b5ea 5%, #bddbfa 100%);
    background-color: #80b5ea;
}

U80SelectorUpdateButtons:active {
	position:relative;
	top:1px;
}

/*U80UpdateProxy*/
/*Controls the Cancel buttons in the Edit Access Dialog (active proxy dialog)*/
.U80EditDialogCancelButtons {
	background-color:#FFFFFF;
	border-radius:6px;
	border:1px solid #808080;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	/*font-family:Arial;*/
	font-size:12px;
	/*font-weight:bold;*/
	padding:5px 17px;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #528ecc;*/

}

    .U80EditDialogCancelButtons:hover {
        background: linear-gradient(to bottom, #D3D3D3 5%, #FFFFF 100%);
        background-color: lightgray;
    }

    .U80EditDialogCancelButtons:active {
        position: relative;
        top: 1px;
    }

/*U80UpdateProxy*/
/*Controls the Cancel buttons in the Selector Candidate Screen (Candidate proxy bottom of View/Add proxy screen)*/
.U80SelectorCancelButtons {
	background-color:#FFFFFF;
	border-radius:6px;
	border:1px solid #808080;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	/*font-family:Arial;*/
	font-size:12px;
	/*font-weight:bold;*/
	padding:4px 15px;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #528ecc;*/

}

    .U80SelectorCancelButtons:hover {
        background: linear-gradient(to bottom, #D3D3D3 5%, #FFFFF 100%);
        background-color: lightgray;
    }

    .U80SelectorCancelButtons:active {
        position: relative;
        top: 1px;
    }

#U80EmailNameTable {
    width:100%;
    white-space: nowrap;
}
#U80EmailNameTable.emailColumn {
    width:100%;
}
#U80EmailNameTable.buttonColumn {
    width:100%;
    //justify-content: flex-start;
}
#U80EmailNameTable.userNameColumn {
    width:100%;
}

