﻿/*(c) 2011-2015 Epic Systems Corporation*/
.orgList .organization,.epicAutoComplete .autoCompleteRow.organization{padding:4px}.orgList{overflow:auto;width:100%;max-height:160px;display:flex;flex-wrap:wrap}.orgList .organization{position:relative;min-height:32px;display:inline-block;vertical-align:top;width:calc(33.3333333333% - 4px);flex-basis:calc(33.3333333333% - 4px);padding-left:2px;padding-right:2px}.orgList .organization .orgIcon{display:block;position:absolute;top:4px;left:4px}.orgList .organization .details{display:block;margin-left:40px}.orgList .organization .orgName{font-size:14px;line-height:18px;margin-top:-2px}.orgList .organization .actions>div{display:none}.orgList .organization .actions>div.active{display:block}.orgList .organization.removed{background:#FFB0B0}.orgList .organization.removed .actions>div.active{display:none}.orgList .organization.removed .actions>div.removed{display:block}.epicAutoComplete.organization{max-height:126px}.epicAutoComplete.organization .autoCompleteRow .orgIcon,.epicAutoComplete.organization .autoCompleteRow .orgName{display:inline-block;vertical-align:middle}.epicAutoComplete.organization .autoCompleteRow .orgName{margin-left:4px;font-weight:normal;font-size:1.6rem}@media screen and (max-width:940px){.orgList .organization{width:calc(50% - 4px);flex-basis:calc(50% - 4px);padding-left:2px;padding-right:2px}}@media screen and (max-width:600px){.orgList{display:block;max-height:none}.orgList .organization{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}}