﻿/*This file is used primarily to fix browser bugs.  This css gets loaded very last so that it overrides any browser bugs introduced in earlier css files.*/

.x-form-check-wrap-inner input,.x-form-radio-wrap-inner input
{
position:inherit;
}


/* This fixed a bug in web kit browser that mis-aligned labels for check boxes. However it only applies to admin. */
.ext-webkit #x-form-el-cbShowDeprecatedOptions  .x-form-cb-label 
{
	top:-2px;
}

.ext-webkit .SD_LoginOtherAction, .ext-webkit .SD_LoginOtherAction_mo
{
	margin: 4px 12px 8px 12px !important;
}
.kb-portallogo
{
	padding-right: 4px;
}