﻿.roles-page .small-panel {
  transition: width 0s;
  -moz-transition: width 0s;
  -webkit-transition: width 0s;
  -o-transition: width 0s; }

.roles-page .big-panel {
  flex-wrap: wrap;
  background-color: transparent; }
  .roles-page .big-panel > div:not(.fade-in-panel) {
    background-color: #292d35; }

.roles-page .roles-main-left-container {
  max-width: calc(100% - 460px - 2px);
  width: calc(100% - 460px - 2px); }

.roles-page .roles-main-left-container, .roles-page .roles-main-right-container {
  height: calc(100% - 88px - 1px); }

.roles-page .roles-main-bottom-container {
  position: relative;
  border-top: 1px solid #191e24;
  padding: 23px;
  height: 88px;
  min-width: 100%; }
  .roles-page .roles-main-bottom-container:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    border-top: solid 1px #464b53;
    width: 100%;
    height: 0px; }

.roles-page .roles-tab-filter-container {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  border-top: solid 2px #1a2029;
  border-bottom: solid 2px #1a2029;
  padding-top: 1px;
  padding-bottom: 1px; }
  .roles-page .roles-tab-filter-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: solid 1px #383d43; }
  .roles-page .roles-tab-filter-container:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    border-bottom: solid 1px #383d43; }

.roles-page .roles-static-container {
  padding: 5px;
  height: 131px; }

.roles-page .roles-dynamic-container {
  padding: 5px;
  height: calc(100% - 100px - 131px); }

.roles-page .roles-hr {
  margin: 0;
  border: 0;
  border-top: solid 1px #191e24;
  border-bottom: 1px solid #464b53; }

.roles-page .md-content {
  background-color: transparent !important;
  height: 100%; }

.roles-page md-prev-button, .roles-page md-next-button {
  display: none; }

.roles-page md-tabs-wrapper {
  border: none !important;
  height: 40px; }

.roles-page md-tabs-canvas {
  background: #292d35;
  max-width: 100%;
  height: 100%; }
  .roles-page md-tabs-canvas.md-paginated {
    margin: 0; }

.roles-page md-tab-content > div {
  height: 100%; }

.roles-page md-pagination-wrapper {
  background-color: #1a2028;
  display: flex;
  flex-wrap: nowrap;
  border: solid 2px #292d35;
  border-bottom: none;
  padding: 2px;
  padding-bottom: 0;
  height: 38px;
  width: 100%; }

.roles-page md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper {
  top: 90px;
  left: 10px;
  right: 10px;
  bottom: 10px; }

.auth-msg{
    position:absolute;
    bottom: 0px;
    left:0;
    width:100%;
}
.auth-msg span {
    font-size: 14px;
    font-weight: 400;
    color: #eaeaea;
    line-height: 19px;
    padding: 12px;
    display:block;
}
.auth-msg:before{
    content: "";
    display: block;
    border-top: solid 1px #191e24;
    border-bottom: 1px solid #464b53;
}
.roles-page .md-tab {
    display: flex;
    align-items: center;
    color: #72767f;
    text-transform: none;
    padding: 0 12px;
    height: 35px;
    min-width: 226px;
}
  .roles-page .md-tab .vicon-font {
    font-size: 20px;
    width: 32px; }
  .roles-page .md-tab .tab-name {
    max-width: calc(100% - 56px); }

.roles-page .md-tab.md-active {
  background-color: #292d35;
  color: #eaeaea; }

.roles-page .md-include-container {
  position: relative;
  height: 100%; }

.roles-page .roles-main-right-container {
  padding: 0 10px;
  max-width: 460px;
  width: 460px; }
  .roles-page .roles-main-right-container h3 {
    font-size: 14px;
    font-weight: 400;
    color: #eaeaea;
    line-height: 42px;
    margin: 0 0 30px 0;
    height: 42px; }
    .roles-page .roles-main-right-container h3:after {
      content: "";
      display: block;
      border-top: solid 1px #191e24;
      border-bottom: 1px solid #464b53;
      margin: 0 -10px;
      height: 0px; }
  .roles-page .roles-main-right-container .configuration-ditails-form {
    align-items: flex-start;
    height: auto;
    min-height: 38px; }
  .roles-page .roles-main-right-container .configuration-ditails-form label {
    align-items: flex-start;
    font-weight: normal;
    width: 110px !important; }
    .roles-page .roles-main-right-container .configuration-ditails-form label:after {
      content: ":";
      margin-left: -2px; }
    .roles-page .roles-main-right-container .configuration-ditails-form label ~ .configuration-ditails-data {
      align-items: flex-start;
      max-width: calc(100% - 120px);
      width: calc(100% - 120px); }
      .roles-page .roles-main-right-container .configuration-ditails-form label ~ .configuration-ditails-data input[type="text"] {
        width: 100%;
        max-width: 100%; }
      .roles-page .roles-main-right-container .configuration-ditails-form label ~ .configuration-ditails-data button {
        margin-top: 6px;
        max-width: 100%; }
        .roles-page .roles-main-right-container .configuration-ditails-form label ~ .configuration-ditails-data button span.text-overflow {
          display: inline-block;
          vertical-align: top;
          max-width: 100%; }

.roles-page .user-role {
  padding-left: 10px;
  line-height: 35px;
  border-bottom: 1px solid #3a3e48;
  border-top: 1px solid #24282e;
  position: relative; }
  .roles-page .user-role .v-trash {
    right: 25px;
    top: 8px;
    font-size: 18px;
    position: absolute;
    cursor: pointer;
    display: none; }
  .roles-page .user-role:hover {
    background-color: #31353f; }
    .roles-page .user-role:hover .v-trash {
      display: inline-block; }

.roles-page .roles-resource-header-grid {
  position: absolute;
  right: 15px;
  padding-top: 22px; }

.roles-page .left-border-roles-system-grid {
  box-shadow: inset 1px 0px 0px 0px #202730, inset 2px 0px 0px 0px #383d43; }

.roles-page .ui-grid-row {
  height: 30px !important; }

.roles-page .ui-grid-cell {
  height: 30px !important; }

.roles-page md-tabs [role="tabpanel"] {
  transition: none; }

.roles-page md-tabs md-ink-bar {
  transition: none; }

@media (min-width: 1700px) {
  .roles-page .roles-tab-filter-container {
    top: -1px;
    left: auto;
    width: calc(100% - 460px);
    padding-top: 1px;
    padding-bottom: 3px;
    border-top: none;
    border-bottom: none; }
  .roles-page .roles-tab-filter-container:before {
    content: none; }
  .roles-page .roles-tab-filter-container:after {
    border: solid 1px #1a2029;
    left: -4px;
    bottom: 1px; }
  .roles-page .md-include-container {
    padding-top: 0; }
  .roles-page md-pagination-wrapper {
    max-width: 460px; }
  .roles-page md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper {
    top: 48px; }
  .sub-feature {
    margin-left: 15px; }

    .sub-child-feature {
        margin-left: 30px;
    }
}

@media (max-width: 1500px) {
  .roles-page .roles-main-left-container {
    max-width: calc(100% - 350px - 2px);
    width: calc(100% - 350px - 2px); }
  .roles-page .roles-main-right-container {
    max-width: 350px;
    width: 350px; } }

