.cloud-access-header {
  display:flex;
  backface-visibility: hidden;
  padding:0px;
  border-bottom:1px solid rgb(208, 208, 208);
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  z-index:9999;
  background:#fff;
}

#mm-logo {
  align-items: center;
  display: flex;
  margin-left: 10px;
  margin-right: auto;
}
#shield-logo {
  display: block;
}
#full-logo {
  display: none;
}
@media (min-width: 768px) {
  #shield-logo {
    display: none;
  }
  #full-logo {
    display: block;
  }
}

.sub-header{margin-top:44px;}
.main-content .sub-header{
  margin-top:0px;
}

.right-bar-options {
  list-style-type: none;
  display: flex;
  height: 100%;
  align-items: stretch;
  margin-bottom: 0;
}
.right-bar-options > li {
  display: flex; border-left:1px solid  rgb(208, 208, 208);padding:0px 5px;float: left;line-height:20px;
}
@media (min-width: 480px) {
  .right-bar-options > li {
    padding:0px 10px;
  }
}
.right-bar-options li:first-child {
  border-left:0px;
}
.right-bar-options > li.admin-options {
  padding: 11px 18px;
  margin: 0px;
}
.right-bar-options > li.admin-options.open {
  padding:11px 18px;
  margin:0px;
  height:auto;
  background:#51585e;
}
.right-bar-options > li.admin-options span.caret {
  margin:9px 0px 0px 10px;
  display: none;
}
@media (min-width: 400px) {
  .right-bar-options > li.admin-options span.caret {
    display: inline-block;
  }
}
.right-bar-options > li.admin-options.open span.caret {
  color:#fff;
}
@media (min-width: 768px) {
  .right-bar-options > li.admin-options {
    padding: 11px 38px;
    margin: 0px;
  }
  .right-bar-options > li.admin-options.open {
    padding:11px 38px;
    margin:0px;
    height:auto;
    background:#51585e;
  }
}

.admin-text {
  padding:0px 0px 0px 10px;
  display: none;
  width: 3.7rem;
  vertical-align: middle;
  color: #333333;
  font-size: 14px;
  font-family: "OpenSans-Regular",sans-serif;
}
@media (min-width: 768px) {
  .admin-text {
    display: inline-block;
  }
}

.open .admin-text{color:#FCBD00;}
.admin-options a.dropdown-toggle   {color:white;}
.admin-text-imgBlk img{margin:-6px;width: 34px;height: 34px;border-radius: 50%;}

.dropdown-menu {
  left: initial;
  right: 0;
}
.dropdown-menu ul {
  padding-bottom:0px;
  margin-bottom:0px;
}
.admin-options .dropdown-menu {margin-top:0px;min-width:170px;line-height: 2; border-radius: 0px;color:#333; padding: 0;}
.admin-options .dropdown-menu a {
  color: #999;
  display: block;
  padding: 7px 10px;
}
.admin-options .dropdown-menu a:hover {
  color: #333;
}
#header-password-modal .modal-body.loading {
  opacity: 0.2;
}
#header-password-modal img {
  display: none;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}
#header-password-modal img.loading {
  display: block;
  width: 40px;
  height: 40px;
}
#header-password-modal .ajax-message {
  line-height: 1.5;
  width: 100%;
  word-wrap: break-word;
  color: #56c98e;
}
#header-password-modal .ajax-message.error-condition {
  color: #f0676f;
}
#header-password-modal .modal-body{
  overflow-y: auto;
}
.admin-menu-item {
  border-bottom: 1px solid #ccc;
}
.admin-options .dropdown-menu > .admin-menu-item:last-child{
  border:0px;
}
.header-password-trigger.no-top-border {
  border-top: unset;
}
.header-password-trigger a {
  width: calc(100% + 20px);
}
.positionTick{margin:0px 5px 0px -14px;}

/* refresh status */
.top-refresh-box {
  position: absolute;
  right: 0;
  top: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: scale(0.5);
}

.top-refresh-box.status-disabled, .disableEntity {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.refreshEntity.disableEntity{pointer-events: none;}
.top-refresh-box .refresh {
  width: 72px;
  height: 72px;
}

.top-refresh-box .refresh.onStart {
  display: none;
}

.top-refresh-box.onStart {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #f2f2f2;
  border: 1px solid #d7d7d7;
  padding: 12px;
  top: 64px;
  right: 2px;
}

.top-refresh-box img {
  display: none;
}

.top-refresh-box img.onStart {
  display: block;
}

.inner-refresh-text {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  max-width: 150px;
}
@media (min-width: 1200px) {
  .inner-refresh-text {
    display: inline-block;
    overflow: initial;
    text-overflow: initial;
    text-wrap: initial;
    max-width: initial;
  }
}

.inner-refresh-status {
  float: right;
  align-items: center;
  border-right: 1px solid #D0D0D0;
  padding: 0 20px;
  font-size: 12px;
  color: #666666;
  font-family:"OpenSans-Regular",sans-serif;
  display: none;
}

.inner-refresh-status.active {
  display: flex;
  margin-left: auto;
}

.inner-refresh-status img {
	width: 14px;
	margin-right: 10px;
}

.inner-refresh-status img.onStart {
  width: 17px;
}

.inner-refresh-status.no-time {
	margin-right: 0;
}

.inner-refresh-status .tooltip .tooltip-inner,
.top-refresh-wrapper .tooltip .tooltip-inner,
.dynamic-tooltips .tooltip .tooltip-inner {
  width: 200px;
  font-size: 12px;
  color: #333;
  border-radius: 0;
  padding: 8px;
  text-align: left;
  background-color: #ddd;
}

.dynamic-tooltips .tooltip.in {
  opacity: 1;
}

.inner-refresh-status .tooltip.bottom .tooltip-arrow,

.top-refresh-wrapper .tooltip.left .tooltip-arrow {
  border-left: 5px solid #ddd !important;
}
.hideCacheStatus{
  display: none;
}

.msgraphLicenseData .downloadDiv{text-align: right;border-top: 1px solid #ccc;padding: 5px;}
.msgraphLicenseData .downloadDiv a{font-size: 13px;}

/* Refresh Cache Entity Wise Css */
.refresh-entity-wise-wrapper{right: 68px;border: 1px solid #999999;padding: 6px 15px 6px;top: 82px;position: absolute;color: #3e7fdd;cursor: pointer;}
.refreshText {font: 12px "OpenSans-Regular",sans-serif;margin-left: 7px;}
.refresh-entity-wise-wrapper.active {background-color: #3d86c6;color: #fff;}
.refreshOption {opacity: 0;pointer-events: none;border: 1px solid #c2c2c2;border-radius: 2px;position: absolute;top: -1px;right: 100px;padding: 0 15px 10px;clear: both;background-color: #fff;width: 295px;transition: all 0.3s ease;z-index: 999;}
.refreshOption.active{pointer-events: auto;opacity: 1;}
/* .refresh-entity-wise-wrapper img {display: none;} */
.refreshEntity {margin-top: 10px;}
.refresh-entity-wise-wrapper img {display: inline-block;}
.addoauth {position: relative;}
/* End Here */
.sessionDurationPopup .commonFormElementsDiv > div {width: 100%;padding-right: 0px;}
.sessionDurationPopup .time-select-box {width:100%}
.sessionDurationPopup .loader{display:none;}
.sessionDurationPopup .durationWrap{padding-bottom:0px;}
.sessionDurationPopup .leftBlk{ float:left;width: 20%;}
.sessionDurationPopup .centerBlk{ float:left;width: 55%;margin-right:15px;}
.sessionDurationPopup .rightBlk{ float:left;width: calc(100% - 20% - 55% - 15px);}
.sessionDurationPopup p{line-height:19px;font-size: 12px;color: #999;margin:0px;}
.sessionDurationPopup .disclaimer{font-style: italic;}
.sessionDurationPopup .error{color:#ff585f;margin-top:5px;}
.successMsg p{width: 100%;word-wrap: break-word;color: #56c98e;font-size: 15px;text-align: center;padding-top:20px;} 
.successMsg.error p{color:#ff585f;} 