
/* These rules undo changes made to the logon screen in Outreach 15.9 to restore the appearance in DNS to as it was in Outreach 15.2 */
/* There were extensive changes implemented added in standard16.css, and since that is a product file and cannnot be changed */
/* the rules in this file mainly cancel certain key items */

/* override a rule added to standard16.css since outreach 15.2 */
.tlo__tabtoolbar .tlo__tlsectionbuttons:empty {
    display: block;
}

.tlo__LogonDialog .tlo__tlmaincontent.tlo__tlmaincontent_nosecbuttons {
    box-sizing: unset;
    box-shadow: unset;
}

/* undo make logon appear as dialog */
.tlo__LogonDialog.tlo__formsectiongeneral {
	background-color: unset;
	position: unset; 
}

/* remove frame from prev dialog area */
.tlo__LogonDialog .tlo__fieldiconscolumn {
    margin-top: unset;
    display: unset;
    clear: unset;
    width: unset;
}

/* unhide accessibility link */
.tlo__LogonDialog .tlo__headercontrols {
    display:unset;
}

/* remove black line under outreach logo */
.tlo__LogonDialog .tlo__tlheadercontent {
	border-top:unset;
}

/* remove outreach logo */
.tlo__LogonDialog .tlo__aj_heading:before {
	visibility:unset;
	height:0px;
}

.tlo__LogonDialog .tlo__aj_heading {
    background: unset;
    background-repeat: unset;
    background-position: unset;
    background-size: unset;
	height:300px;
}

/* reinstate cancel button */
.tlo__LogonDialog .tlo__tltoolbar.tlo__tltoolbar_bottom.tlo__clearfix {
	    display: unset;
}

.tlo__LogonDialog #BTB_BB_Cancel,
.tlo__LogonDialog #ajOldId_BTB_BB_Cancel {
    display: unset;
}

/* uncentre forgotten link and please logon */
.tlo__LogonDialog .tlo__fieldmergedcolumn {
    text-align: left;
}

/* uncentre captions */
.tlo__LogonDialog .tlo__fieldcaptioncolumn {
    text-align: unset;
}

/* hjm move logon button to left */
.tlo__LogonDialog .tlo__fieldinputcolumn {
    text-align: unset;
}

.tlo__LogonDialog input {
    max-width: unset;
        border: 2px solid black;
}

.tlo__LogonDialog #BB_OK, .tlo__dialog #OKButton, .button,
.tlo__LogonDialog #ajOldId_BB_OK, .tlo__dialog #ajOldId_OKButton {
    width: auto; 
	border: none;
}

/* remove some excessive space caused by rules in eq-form-defaults.css */
.tlo__LogonDialog .tlo__dlgmsg {
    padding:0px;
}

