/*!
 * GraphiteGTC Van Buren Theme
 * EnterpriseCloudworks.Authorization.css
 * http://enterprisecloudworks.com/
 * Authors: Azin Asili <azin.asili@enterprisecloudworks.com>
 * Copyright 2016
 */
.ec-viewsecuritypanel-saveall a:first-of-type, .ec-viewsecuritypanel-saveall-toplevel a:first-of-type {
  margin-right: 0.7143rem;
  color: #8bc34a;
}

.ec-viewsecuritypanel-saveall a:last-of-type, .ec-viewsecuritypanel-saveall-toplevel a:last-of-type {
  color: #f44336;
}

.ec-viewsecuritypanel {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.4286rem;
}

.ec-viewsecuritypanel-title {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 0.3571rem;
}

.ec-viewsecuritypanel-saveall > span {
  margin-right: 0.7143rem;
}

.ec-viewsecuritypanel-titlebar {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  border-radius: 0.1429rem;
  padding: 1.0714rem;
}

.ec-viewsecuritypanel-titlebar > h3 {
  margin: 0;
}

.ec-viewsecuritypanel-titlebar-allviews {
  margin-bottom: 1.4286rem;
}

.ec-viewsecuritypanel-allowdenyall {
  width: 100%;
}

.ec-viewsecuritypanel-container {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  border-radius: 0.1429rem;
  height: 21.4286rem;
  overflow: auto;
  width: 100%;
}

@media (min-width: 45em) {
  .ec-viewsecuritypanel-container {
    height: 28.5714rem;
  }
}

.ec-viewsecuritypanel-columns {
  height: 100%;
  white-space: nowrap;
}

.ec-viewsecuritypanel-column,
.ec-viewsecuritypanel-columns > .ec-wrapper {
  width: 17.8571rem;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  display: inline-block;
  height: 100%;
  vertical-align: top;
}

.ec-viewsecuritypanel-column > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.ec-viewsecuritypanel-node {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  padding: 0.7143rem 2.8571rem 0.7143rem 0.7143rem;
  cursor: pointer;
  position: relative;
}

.ec-viewsecuritypanel-node:hover, .ec-viewsecuritypanel-node:focus, .ec-viewsecuritypanel-node.ec-active {
  background: #eeeeee;
}

.ec-viewsecuritypanel-node .ec-input-checkbox,
.ec-viewsecuritypanel-node .ec-input-checkbox-group {
  display: inline-block;
  margin: 0;
}

.ec-viewsecuritypanel-infotooltip-icon,
.ec-viewsecuritypanel-haschildren-icon {
  right: 0.7143rem;
  color: rgba(0, 0, 0, 0.54);
  position: absolute;
}

.ec-viewsecuritypanel-infotooltip-icon {
  right: 1.4286rem;
}

.ec-viewsecuritypanel-infotooltip-icon:hover, .ec-viewsecuritypanel-infotooltip-icon:focus {
  color: #42a5f5;
}

.ec-viewsecuritypanel-saveall-toplevel {
  margin-right: 0.7143rem;
}
