.admin-menu {
    color: #206E9F;
}

.admin-menu-section {
    color: inherit;
    text-align: center;
    background-color: inherit; /*#fff;*/
    margin: 1.25em 0;
}

.admin-menu-section-main {
    border: 1px solid #026BC8 ;
}

.admin-menu-section-main a {
 color: #026BC8;
   background-color: inherit;
   display: block;
    min-width: 18em; /*21em;*/
    min-height: 6.2em;
    padding-top: 3.4em;
    font-family: "OpenSans-semibold", sans-serif;
    text-decoration: none;
}

@media (max-width: 991px) {
  .admin-menu-section-sub>div:first-of-type {
    border-bottom: 1px solid #026BC8;
  }
  div#pbid-GotoCSSExport-container {
      border-bottom: none;
  }
}

.admin-menu-section-sub {
    display: block;
    min-width: 1em;
    min-height: 5.2em;
    border-bottom: 1px solid #026BC8;
    border-right: 1px solid #026BC8;
    border-left: 1px solid #026BC8;
}

.admin-menu-section-sub a {
        color: #026BC8;
    background-color: inherit;
  display: block;
    min-width: 1em;
    min-height: 5.2em;
    padding-top: 2.4em;
    text-decoration: none;
}

/* The import link */
#pbid-adminMainBlock{
  height: 11.5em;
}
/*#pbid-GotoImport{
  padding-top:4em;
  padding-bottom:4em;
}*/

@media (min-width: 992px) {
  .admin-menu-section-sub>div:first-of-type {
      border-right: 1px solid #026BC8;
  }
}

div#pbid-GotoCSSExport-container {
    border-right: none;
}

a#pbid-GotoVDC {
    background: url(assets/virtual-domain-composer.svg) center 12px no-repeat;
}

a#pbid-GotoVDCExport {
    background: url(assets/export-domains.svg) center 12px no-repeat;
}

a#pbid-GotoVDCRoles {
    background: url(assets/virtual-domain-roles.svg) center 12px no-repeat;
}

a#pbid-GotoVPC {
    background: url(assets/visual-page-composer.svg) center 12px no-repeat;
}

a#pbid-GotoVPCExport {
    background: url(assets/export-pages.svg) center 12px no-repeat;
}

a#pbid-GotoVPCRoles {
    background: url(assets/page-roles.svg) center 12px no-repeat;
}

a#pbid-GotoCSSManager {
    background: url(assets/css-manager.svg) center 12px no-repeat;
}

a#pbid-GotoCSSExport {
    background: url(assets/export-css-stylesheets.svg) center 12px no-repeat;
}
a#pbid-GotoImport {
    background: url(assets/import-pb-artifacts.svg) center 12px no-repeat;
}

/* Start page application list Style */
.app-list-container {
    border: 1px solid #026BC8;
}

.app-list-container>label {
    padding: 1.20em 1.20em 0.8em 1.20em;
    font-family: "OpenSans-semibold", sans-serif;
}

.app-list-container>div {
    border-top: 1px solid #026BC8;
    padding: 1.25em 1.25em 1em;
}

.page-id {
    font-family: "OpenSans-semibold", sans-serif;
}

.run-page a {
    color: #026BC8;
    background: url(assets/view-page.svg) no-repeat;
    padding: 0.75em;
}

.edit-page a {
    color: #026BC8;
    background: url(assets/edit-page.svg) no-repeat;
   padding: 0.75em;
}

.more-option a {
    float: right;
    background: url(assets/more-info.svg) center 14px no-repeat;
    height: 35px;
    padding-left: 2.5em;
}

.pb-label {
    font-weight: normal;
}

#pbid-pageFilter-container {
    position: relative;
    top: 16px;
    left: -15%; 
    margin: auto;
    width: 0; 
    height: 0; 
}

#pbid-pageFilter {
  width: 18em;
}

 @media screen and (max-width: 440px) {
 #pbid-pageFilter {
   width: 12em;
}
}

 .pb-record-control{
   padding: 0;
}

.pb-datetime {
    font-size: 12px;
}

 .pbid-PageListBlock {
    color: #4d4640;
}
#pbid-adminMainBlock{
	    height: 6.5em;
}

a#pbid-devSecureBlock_child_1 {
    background: url(assets/pb_lock.svg) center 12px no-repeat;
}

div#pbid-devSecureBlock_child_1-container{
       border-right: none;
}
a#pbid-devSecureBlock_child_1{
color: #026BC8;
font-family: "OpenSans-semibold", sans-serif;
}

a#pbid-devSecureBlock_child_1 {
    padding-top: 47.6px;
}

.pb-detail-record{
display: grid;
  grid-template-columns: 10fr 0.5fr 0.5fr;
padding:1px;
}

.item1 {
grid-column: 1/-1
}
.item2{
grid-column : 1/2
}

.mainBlock{
display: grid;
grid-template-columns: auto;
display:none;
}