_:-ms-fullscreen, .header .site-logo img {
	width: 267px;
}
_:-ms-fullscreen, #location-icon svg {
	height: 29px;
}
_:-ms-fullscreen, #location-table .locationIcon svg {
	width: 20px;
	height: 25px;
}
_:-ms-fullscreen, #submit-button {
	padding: 0;
	opacity: 0;
	cursor: normal;
}
_:-ms-fullscreen, input[type='checkbox'].dnet3-checkbox + label.dnet3-checkbox-label{
    content: '';
	background: url("../images/home_assets/checkbox_nocheck_icon_grey_c01.svg") no-repeat;
	background-position: left center;
    display: inline-block;
    width: auto;
    background-size: 19px;
}
_:-ms-fullscreen, input[type='checkbox'].dnet3-checkbox:checked + label.dnet3-checkbox-label {
	background: url("../images/home_assets/checkbox_icon_grey_c01.svg") no-repeat;
	background-position: left -1 center;
    width: auto;
    background-size: 21px;
}
_:-ms-fullscreen, select.dnet3-select::-ms-expand {
	display: none;
}
_:-ms-fullscreen, .quick-message-form .location-icon svg {
	height: 30px;
}
_:-ms-fullscreen, #quickMessageEditForm #select-locations-ui .locationIcon svg {
	width: 20px;
	height: 25px;
}
_:-ms-fullscreen, #locationListForm .location-icon svg {
	height: 57px;
}
_:-ms-fullscreen, #reportsForm .locationIcon svg {
	height: 25px;
}
_:-ms-fullscreen, #reportsForm .location svg {
	height: 25px;
}
_:-ms-fullscreen, #organizationListForm .org-icon svg {
	height: 63px;
}
_:-ms-fullscreen, .user-icon-grey {
    background: url("../images/settings_assets/user_icon_grey_c01.svg") no-repeat;
    background-size: 16px;
    width: 20px;
    height: 20px;
}
_:-ms-fullscreen, .quick-message-form #select-locations-ui svg {
	width: 20px;
	height: 24px;
}
_:-ms-fullscreen, .campaign-form #select-locations-ui svg {
	width: 20px;
	height: 24px;
}
_:-ms-fullscreen, .campaign-form .selected-column .location-icon svg {
	width: 30px;
	height: 35px;
}
_:-ms-fullscreen, .dnet3-tabs .nav-tabs li > a {
	padding: 5px 10px;
}