﻿/*
 WX ui MAIN STYLE

    declaration order
    1.Positioning
    2.Box model
    3.Typographic
    4.Visual
 */

@font-face {
	font-family: 'Source Sans Pro';
	src:url('fonts/SourceSansPro-Regular.otf');
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('fonts/SourceSansPro-Semibold.otf');
  font-weight: bold;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.woff2') format('woff2'),
         url('fonts/Lato-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'LatoLight';
    src: url('fonts/Lato-Light.woff2') format('woff2'), 
         url('fonts/Lato-Light.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}

body{
  font-family: "Source Sans Pro";
}

/*Primary actions default state: icons, links
Branding: global navigation background*/
.emc-blue {
  background: #2C95DD;
}

/*Primary actions hover, selected, active states: icons, links*/
.active-blue {
  background: #1D6391;
}

/*Selected grid row
Facet bubble end cap*/
.blue-30 {
  background: #BFDFF5;
}

/*Toolbar glyphicon square background
Content library search bar background
Grid row hover*/
.blue-10 {
  background: #E9F4FC;
}

/*Prominent text
Active state for icons on EMC blue background*/
.black-90 {
  background: #252525;
}

/*Normal text*/
.black-70 {
  background: #636363;
}

/*Secondary prominent text*/
.black-50 {
  background: #959595;
}

/*Disabled icons and buttons*/
.black-30 {
  background: #C2C2C2;
}

/*Horizontal rules and section dividers*/
.black-20 {
  background: #D7D7D7;
}

/*Listing view header toolbars and panels.*/
.black-10 {
  background: #EBEBEB;
}

/*Listing view header toolbars and panels.*/
.black-5 {
  background: #F5F5F5;
}

/*Success 
Status is positive*/
.green {
  background: #11AA75;
}

/*Alert, Warning
Status requires attention*/
.yellow {
  background: #F7B80B;
}

/*Failure, rejection
Status is negative*/
.red {
  background: #E64121;
}

.ax-normal-text {
  font-weight: normal;
}

.ax-feild {
  height: 25px;
  width: 223px;
  border: 1px solid #acacac;
  border-radius: 2px;
}

.ax-feild-width-100-percent {
    height: 25px;
    max-width: 223px;
    width: 100%;
    border: 1px solid #acacac;
    border-radius: 2px;
}

.ax-long-feild-100-percent {
  height: 26px;
  max-width: 280px;
  width: 100%;
  border: 1px solid #acacac;
  border-radius: 2px;
}

.ax-long-feild {
  height: 26px;
  width: 280px;
  border: 1px solid #acacac;
  border-radius: 2px;
}

.ax-textarea {
  width: 100%;
  max-width: 500px;
  border: 1px solid #acacac;
  border-radius: 2px;
  resize: none;
}

.ax-paging-field {
  height: 24px;
  width: 48px;
  border: 1px solid #acacac;
  text-align: center;
  padding:6px 3px; 
  box-shadow:none;
  font-size:13px;
  color:#333;
}

@media (max-width: 767px) {
    .ax-paging-field {
        width: 36px;
    }
}

.form-control.ax-paging-field {
   line-height:1;
}

.ax-check-box {
    display:none;
}

.ax-check-box + label{
  background:url('images/checkbox.png') no-repeat;
  height: 16px;
  width: 16px;
  display:inline-block;
  padding: 0 0 0 0px;
  margin-bottom: -2px;
}

.ax-check-box:checked + label{
  background:url('images/checkbox_selected.png') no-repeat;
  height: 16px;
  width: 16px;
  display:inline-block;
  padding: 0 0 0 0px;
  margin-bottom: -2px;
}

table.ax-layout-tab > tbody > tr {
  height: 35px;
}

#indexPanel{
  position:absolute;
  width:100%;
  height:100%;
}

#indexView {
  position: absolute;
  top: 42px;
  bottom: 0px;
  left:0px;
  right:0px;
  padding: 20px 15px;
  color: #636363;
  background-color: #ebebeb;
}

#indexView .form-control{
  height:28px;
  padding: 3px 12px;
}

#indexView .input-group{
  margin-right: 2px;
}

#indexGridContainer{
  overflow-y:auto;
}

#indexGridContainer table{
  overflow-y: auto;
  overflow-x:auto;
  width: 100%;
}

#indexGridContainer label{
  font-weight: 400;
}

#indexResultGrid td{
  padding-right:20px;
}

#indexResultGrid th{
  padding-right:20px;
}

#docIndexFooter{
  margin-top: 20px;
  float: right;
}

#docIndexFooter .btn{
  min-width: 80px;
}

/*
 * Left Panel: application tree style
 */
.page-name{
  height:60px;
  width:100%;
  padding-top: 20px;
  padding-left: 5px;
  padding-right:48px;
  background-color:#ffffff;
}

.page-name > span{
  font-family: "Source Sans Pro";
  font-size:  22px;
  font-weight: 400;
  color: #636363;
}

.global-actions-panel {
    position: absolute;
    top: 16px;
    right: 48px;
}

.global-actions-panel > li > div{
  margin-left: 26px;
}

@media (max-width: 767px) {
    .page-name {
        padding-top: 2px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .global-actions-panel {
        top: 36px;
        right: 0px;
    }

    .global-actions-panel > li > a {
        padding: 5px 5px;
    }
}
.ax-tree-root {
  height:37px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  color: #252525;
  padding-top: 12px;
  margin-left:3px;
}

.ax-tree{
  padding-left:3px;
  /*padding-bottom:15px;*/
  white-space: nowrap;
  margin-left:3px;
  margin-bottom:3px;
}

.ax-tree li{
  margin-top: 7px;
  list-style: none;
}

.ax-tree a.selected-node {
  font-weight: 600;
}

.ax-tree a{
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-size: 14px;
  color: #636363;
}

.ax-tree span {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-size: 14px;
  color: #636363;
}

.ax-sub-tree ul{
  padding-left:15px
}

.section-divider {
  background: #d7d7d7;
  height: 1px;
  margin-top: 2px;
  margin-bottom: 12px;
}

.ax-tree-node {
    
}

.ax-tree-node.active {
  font-weight: bold;
}

.ax-tree-node > a {
  color: #333;
}

.ax-retention-doc-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/i16_doc_retained.gif);
  background-repeat: no-repeat;
}

.ax-pagination-container {
  float: right;
  margin-left: 15px;
  margin-right: 15px;
  margin-top:12px;
}

.ax-btn-offset {
  margin-right: 5px;
}

/*
 * toolbar style
 */
.ax-toolbar-btn,
.ax-toolbar-btn:hover, 
.ax-toolbar-btn:focus, 
.ax-toolbar-btn:active
{
  padding: 0;
  color:#2c95dd;
  background-color: transparent;
  border: 0px;
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.thumbnail-toolbar-btn{
  margin-right:2px;
}

.ax-toolbar-btn.ax-toggle-btn{
  padding: 5px;
  line-height:1;
}
@media (max-width: 767px) {
    .ax-toolbar-btn.ax-toggle-btn {
        padding-left: 1px;
        padding-right: 1px;
    }
}

.ax-toolbar-btn.ax-toggle-btn.ax-btn-active{
  border:solid 1px #c2c2c2;
  border-radius:3px;
  background-color: #d7d7d7;
  padding: 4px;
  /*line-height:1;*/
}

.btn.ax-toolbar-btn:focus,
.btn.ax-toolbar-btn:active:focus,
.btn.ax-toolbar-btn.active:focus {
  outline:none;
  outline: 0px auto transparent;
  outline-offset: -2px;
}

.btn.ax-toolbar-btn:active,
.btn.ax-toolbar-btn.active {
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}

.ax-toolbar-btn[disabled],
.ax-toolbar-btn .disabled {
    color: #c2c2c2;
    cursor: default;
}

.btn.ax-toolbar-btn.disabled span,
.btn.ax-toolbar-btn[disabled] span{
  font-weight:400; 
  color: #c2c2c2;
  cursor: default;
}

.ax-toolbar-btn-icon {
  margin-right:4px; 
  position:relative; 
  top:3px
}

span.ax-toolbar-btn-text {
  font-weight:400; 
  color:#333333;
}

.btn.btn-link.ax-btn-link:focus,
.btn.btn-link.ax-btn-link:active:focus,
.btn.btn-link.ax-btn-link.active:focus {
  outline:none;
  outline: 0px auto transparent;
  outline-offset: -2px;
}

.btn-link.ax-btn-link[disabled],
.btn-link.ax-btn-link.disabled {
    color: #959595;
    cursor: default;
}


div#documentToolbar {
  float:right;
  margin-top:5px; 
  margin-right:30px
}

div#documentToolbar button {
  margin-left:20px;
}

@media (max-width: 767px) {
    div#documentToolbar {
        margin-right: 5px
    }

    div#documentToolbar button {
        margin-left: 5px;
    }
}

.ax-slider-container {
  width: 100px; 
  display:inline-block
}

/*
 *  index panel
 */
#indexHeader {
  position: absolute;
  top: 0;
  height: 42px;
  width: 100%;
  padding-left: 5px;
  padding-top: 11px;
  padding-right:20px;
  border-bottom: solid 1px;
  border-bottom-color: #d7d7d7;
}

#indexHeader .ax-toolbar-btn{
    font-size: 20px;
    margin-left: 10px;
}


#tabContent > .tab-content > .tab-pane > div {
  padding: 15px 15px 0px 15px;
}

#tabContent > .tab-content > .tab-pane > div:last-child {
  padding-top: 30px;
}

#tabContent > .tab-content > .tab-pane > div > span:first-child {
  font-weight: 700;
}

.thumbnailContainer {
  padding-top: 15px;
  color: #252525;
  font-family: 'Source Sans Pro' Arial;
  font-size: 13px;
  background-color: #ebebeb;
  border:1px solid #D7D7D7;
  border-top:0;
  -ms-user-select: none;
}

div.thumbnailContainer div.ax-thumbnail:hover,
div.thumbnailContainer div.ax-thumbnail:active,
div.thumbnailContainer div.ax-thumbnail:focus {
  border: solid 2px #2c95dd;
}

.ax-thumbnail {
  height: 100px;
  width: 90px;
  margin: 0px auto;
  border: solid 2px #959595;
}

.thumbnail-item-placeholder {
  background-size: contain;
  background-position: center;
  background-color: white;
}

.thumbnail-item-placeholder:before{
  font-family:'axviewericon';
  color:#959595;
  line-height:1;
  opacity:0.8;
}

.thumbnail-item-placeholder.text:before{
  content: "\e633";
}

.thumbnail-item-placeholder.foreign:before{
  content: "\e66a";
}

.thumbnail-item-placeholder.html:before{
  content: "\e608";
}

.thumbnail-item-placeholder.rtf:before{
  content: "\e634";
}

.thumbnail-item-placeholder.unknown:before{
  content: "\e673";
}

.thumbnail-item-placeholder.ole:before{
  content: "\e66b";
}

.thumbnail-item-placeholder.error:before{
  content: "\e665";
}

.thumbnail-item-text:before{
  content: "\e633";
  font-family:'axviewericon';
  width:100%;
  height:100%;
  color:#959595;
  line-height:1;
}

.thumbnail-item-selected-sign {
  float: left;
  border-left: 13px solid #959595;
  border-top: 13px solid #959595;
  border-right: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.thumbnail-item.dragging,
.thumbnail-item.cut{
  opacity: 0.4;
}

.cut{
  opacity: 0.4;
}

.ax-thumbnail.drag-enter{
  border: dashed 2px #2c95DD;
}

.ax-thumbnail-image{
  height:100%;
  width:100%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-color: #F5F5F5;
  margin: 0px auto;
}

.ax-thumbnail.selected{
  border: dotted 2px #2c95dd;
}

#thumbnailViewContainerOuter {
  width:130px; 
  height:100%;
}

.thumbnail-item{
  display:inline-block;
  margin:0 10.5px;
  text-align:center;
  padding-bottom: 12px;
}

.ax-tbl-active {
  border: solid 2px #2c95dd;
}

.ax-thumbnail-item-outer{
  border: solid 2px rgba(0, 0, 0, 0.00);
}

.ax-dropdown-btn {
  width:50px;
  background-color:#E9F4FC;
  border:2px solid #C2C2C2;
  border-radius:2px;
  line-height:1.4; 
}

/*AX TABLE*/
div.ax-table-container {
  position: relative;
  font-family: 'Source Sans Pro';
  font-weight: normal;
  font-size: 14px;
  color: #636363;
  background: white;
  line-height: 2.3;
  /*overflow-y:auto;*/
}

div.ax-table-border {
  border: 1px solid #d7d7d7;
  overflow-y: auto;
}

div.ax-table-container table.ax-table {
  position: relative;
  /*height: 100%;*/
  width: 100%;
  /*border: 1px solid #2d89ef;*/
  border-collapse: collapse;
  border-spacing: 0;
}

div.ax-table-border div.ax-table-container {
  padding-left: 5px;
  padding-right: 5px;
}

div.ax-table-container > table.ax-table > thead {
  background-color: white;
}

div.ax-table-container table.ax-table thead th {
  vertical-align: middle;
  text-align: left;
  font-family: 'Source Sans Pro';
  font-weight: normal;
  font-size: 14px;
  color: #636363;
  border-bottom: 1px solid #d7d7d7;
}

div.ax-table-container table.ax-table thead th.ax-table-column-header div:hover,
div.ax-table-container table.ax-table thead th.ax-table-column-header div.ax-column-active,
div.ax-table-container > table.ax-table > tbody > tr > td span.ax-column-active
{
  font-weight: bold;
  color: #252525;
}

.ax-column-sortable{
  text-decoration: underline;
  cursor: pointer;
}

div.ax-table-container table.ax-table thead th.ax-table-column-header{
  min-width: 100px;
  line-height: 40px;
  white-space: nowrap;
}

div.ax-table-container table.ax-table thead th.ax-table-column-header div.ax-table-column-header-container {
  position: relative;
  height: 40px;
  margin-left: 10px;
  white-space: nowrap;
}

div.ax-table-container table.ax-table thead th.ax-table-column-header-sortable {
  cursor: pointer;
}

div.ax-table-container table.ax-table tbody tr.ax-table-no-data-row {
  text-align: center;
}

div.ax-table-container > table.ax-table > tbody > tr {
  background-color: #fff;
}

div.ax-table-container > table.ax-table > tbody > tr > td {
  border-bottom: 1px solid #d7d7d7;
  white-space:nowrap;
}

div.ax-table-border > div.ax-table-container > table.ax-table > tbody > tr:last-child > td {
  border-bottom: none;
  white-space:nowrap;
}

div.ax-table-container > table.ax-table > tbody > tr.ax-table-data-row > td {
  padding: 5px 10px;
  white-space:nowrap;
}

div.ax-table-container > table.ax-table > tbody > tr.ax-table-data-row > td.ax-data-column > span {
  white-space:pre;
}

div.ax-table-container > table.ax-table > tbody > tr.ax-table-data-row > td.ax-icon-cloumn {
  padding: 10px 10px 0px 0px;
}

div.ax-table-container > table.ax-table > tbody > tr.ax-table-row-hover,
div.ax-table-container > table.ax-table > tbody > tr:hover {
  background: #e9f4fc;
}

div.ax-table-container > table.ax-table > tbody > tr.ax-table-row-selected {
  background-color: #bfdff5;
}

div.ax-table-container > table.ax-table > tbody > tr.ax-table-row-disabled {
  opacity: 0.5;
}

.ax-table-caption {
    height: 36px;
    background-color: #ebebeb;
    padding-left: 8px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: "Source Sans Pro", Trebuchet, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #636363;
    text-align: left;
}

.ax-sort-middle{
   position:relative;
   top:3px;
 }

.ax-check-box-middle{
   position:relative;
   top:3px;
 }

.ax-disable-user-select {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ax-checkbox{
  position:relative;
  top:3px;
  color:#d7d7d7;
  font-size:20px;
  margin-right:-5px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ax-checkbox-disable-label{
  color:#c2c2c2;
}

.ax-secondary-text {
  color:#959595;
}

#queryResultToolbar {
  display:inline-block;
  padding-bottom:4px;
  border: solid 1px #1D6391;
  border-radius:4px;
  background-color:#E9F4FC;  
}

#queryResultToolbar > button > span:first-child {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

#queryResultToolbar > a > span:focus,
#queryResultToolbar > a > span:hover{
  text-decoration: none;
}

.ax-selected {
  background-color: #BFDFF5;
}

.ax-viewer-container {
  position: absolute; 
  left: 0px;
  top: 0px;
  bottom: 0px; 
}

.index-panel-container {
  position:absolute; 
  top:0px; 
  bottom:0px; 
  right:0px; 
  background-color:#ebebeb
}

/*viewer css*/
#mainViewerContainer{
  position:absolute; 
  top:70px; /*70(toobar height)*/
  bottom:0;
  width:100%; 
  background-color:#ebebeb;
}

#documentViewer{
  position:absolute;
  top:64px;/*32(Document Breadcrumb) +  32 (Document Menu)*/
  bottom:0;
  left:0px;
  right:0;
}

.ax-color-sel {
  width:50px; 
  height:20px;
  border: solid 1px #636363;
}

#batchViewer{
  position:absolute;
  top:32px;/*32(Batch Breadcrumb)*/
  bottom:0;
  left:0px;
  right:0;
}

#batchDescription {
    height: 90px;
    resize: none;
}

#contentViewContainerOuter {
  height:100%; 
}

#contentViewContainer {
 position:relative; 
 height:100%; 
 overflow:auto; 
 padding-top:20px; 
 border:solid 1px #D7D7D7;
}

.ax-line-width-item {
  padding-top:5px;
  padding-bottom:5px;
}

.ax-line-icon {
  width:80px; 
  background-color:#c2c2c2;
}

.ax-line-width-item:hover .ax-line-icon,
.ax-line-icon.ax-line-icon-active {
  background-color:#636363
}

li.disabled.ax-line-width-item:hover .ax-line-icon{
  background-color:#c2c2c2
}

div.ax-btn-toolbar {
  height:70px;
  margin-bottom: 1px;
  padding: 0;
  background-color: #ebebeb;
  border: solid 1px #D7D7D7;
  font-family:'Source Sans Pro';
}

.ax-btn-toolbar [class^="icon-"], 
.ax-btn-toolbar [class*=" icon-"],
.ax-btn-toolbar span.caret {
   cursor:pointer;
}

.ax-viewer-btn-group {
  display:inline-block;
  height: 100%;
  border-right: solid 1px #d7d7d7; 
}

.ax-viewer-btn-group-more {
    display: inline-block;
    border-right: solid 1px #d7d7d7;
}

.ax-viewer-btn-container {
  margin: 5px; 
  position: relative; 
  bottom: 15px;
  line-height: 4; 
}

.ax-viewer-btn-sub-group {
  display: inline-block;
  height: 100%;
}

.ax-viewer-btn-sub-group > div.dropdown {
    display: inline-block;
    margin-left: -3px;
    margin-right: 5px;
}

.ax-viewer-btn-group-title {
  display: block;
  margin-top:10px; 
  text-align:center;
  font-size:11px;
  margin-left: 2px;
  margin-right: 2px;
}

.ax-viewer-empty-title {
    height: 15px;
}

.ax-viewer-btn-container > .ax-viewer-btn-sub-group > button.ax-toolbar-btn {
    padding: 5px;
}

.ax-viewer-btn-sub-container {
    position: relative;
    bottom: 15px;
    margin: 5px;
}

.ax-viewer-btn-sub-container > div.dropdown {
    display: inline-block;
    margin-left: -3px;
    margin-right: 5px;
}

.ax-viewer-btn-sub-title {
    display: block;
    margin-bottom:15px;
    padding-bottom:6px;
    text-align:center;
    font-size:11px;
}

.ax-btn-disable {
  color:#C2C2C2;
}

.ax-menu-item {
  color:#636363;
}

.ax-menu-item-active {
  background-color:#BFDFF5;
}

.ax-icon-place-holder {
  padding-right:25px;
}

.ax-color-icon{
  width:15px;
  height:4px;
}

.ax-bold {
  font-weight: bold;
}

.ax-italic {
  font-style: italic;
}

.ax-strike {
  text-decoration: line-through;
}

.ax-underline {
  text-decoration: underline;
}

.ax-strike-underline {
  text-decoration: line-through underline;
}

.ax-add-anno {
  cursor: crosshair;
}

.ax-pan-mode {
  cursor: url(content/cursor/hand.cur), pointer;
  cursor: url(cursor/hand.cur), -webkit-grab;
  cursor: url(images/hand.png), -moz-grab;
}

.ax-paning-mode {
  cursor: url(content/cursor/close_hand.cur), pointer;/*IE*/
  cursor: url(cursor/close_hand.cur), -webkit-grabbing;/*Chrome, Safari*/
  cursor: url(images/close_hand.png), -moz-grabbing;/*Firefox*/
}

#viewerMenu {
  height:32px;
  width:100%;
}

.ax-menu-btn{
  height:32px; 
  border:none; 
  border-radius:0px; 
  outline:none;
}
@media (max-width: 767px) {
    .ax-menu-btn {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.ax-menu-item-btn{
  font-weight:normal; 
  text-decoration:none;
  width:100%;
  text-align:left;
  padding:3px 10px 3px 3px;
}
@media (max-width: 767px) {
    .ax-menu-item-btn {
        padding: 1px 5px 1px 1px;
    }
}

.ax-menu-item-btn:disabled {
    color: #C2C2C2;
}

#viewerMenu .btn-default:active,
#viewerMenu .btn-default:hover {
  background-color: #fff;
}

#viewerMenu .btn-default:focus {
  background-color: #c2c2c2;
}


.ax-txtviewer-bgcolor {
  background-color:white;
}
/*modal dialog css*/
@media (min-width: 500px) {
    .app-modal-window .modal-dialog {
        width: 500px;
    }
}

.about-dialog .modal-body{
  font-weight: 400;
}

.index-result-dialog .modal-dialog {
  width: 80vw;
}

.index-result-grid {
    max-height: 70vh;
    min-height: 200px;
    overflow-x: auto;
    overflow-y: auto;
}

.index-result-grid span{
    white-space:nowrap;
}

    .index-result-grid .attach-button-cell {
        padding-right: 6px;
    }

.index-result-pagnation-outer {
    display: block;
    text-align: left;
    margin-bottom: 12px;
}

    .index-result-pagnation-outer > span {
        vertical-align: top;
    }

    .index-result-pagnation-outer > div {
        margin-left: 30px;
        display: inline-block;
    }

@media (min-width: 800px) {
    .revision-history-dialog .modal-dialog {
        width: 800px;
    }
}

@media (min-width: 400px) {
    .query-result-config-dialog .modal-dialog {
        width: 400px;
    }
}

@media (min-width: 450px) {
    .anno-edit-dialog .modal-dialog {
        width: 450px;
    }
}
.required .control-label:after {
  content: "*";
  color: red;
}

.required:after{
  content: "*";
  color: red;
}

.ax-link-button {
  background-color: transparent;
  text-decoration: underline;
  border: none;
  color: #2c95dd;
  cursor: pointer;
}

.ax-link{
  color: #2c95dd;
  cursor: pointer;
}

.ax-link-disabled {
  color: #d7d7d7;
  cursor: default;
}

.printDialog td {
  padding: 5px;
}

.printDialog table {
  width: 100%;
}

.printDialog .fistTd {
  width: 45%;
}

.printDialogBorder {
  border-top: 1px solid #e5e5e5;
}

.emailDialog select{
    width:250px;
}
.emailDialog a{
    cursor:pointer;
}

.left-panel-container {
  height: 100%;
  position: absolute;
  width: 250px;
  overflow:scroll;
}

.left-panel {
  background-color: #EBEBEB;
  position: relative;
  height: 100%;
  overflow-y: auto;
}

.right-panel-container {
  height: 100%;
  position: absolute;
  left:252px;
  right:0;
  padding: 0px 0 0px 0;
}

.right-panel {
  position: absolute;
  height: 100%;
  left:1px;
  right:1px;
}

.layout-container{
  position:absolute;
}

#mainViewContainer {
  position: absolute;
  width: 100%;
  bottom: 0;
}

#queryView{
  position:relative;
  color:#636363;
  height:100%;
  margin:0 auto;
}

#queryForm{
  overflow-y:auto;
  margin-top:20px;
}

#queryOptions{
  margin-top:30px;
}

#queryViewFooter{
  width:100%;
  margin-top:20px;
}

#queryViewFooter .btn{
  margin-right:15px;
  min-width:90px;
}

#queryBody {
  position: absolute;
  top: 60px;
  bottom: 30px;
  width: 100%;
  padding: 30px;
  background-color: #ebebeb;
}

@media (max-width: 767px) {
    #queryBody {
        padding: 10px;
        bottom: 10px;
    }
}

.query-value-selector{
  vertical-align:top;
  margin-top:5px;
  margin-right: 5px;
  speak: none;
  font-size:16px;
  font-family: 'axicon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color:#636363;
}

.query-value-selector:focus,
.query-value-selector:hover,
.query-value-selector:active{
  color:#636363;
  background-color:#fff;
}

.bottom0{
  bottom:0px;
}

.with-nav-bar {
  top: 40px;
}

.without-nav-bar {
  top:0px;
}

.max-main-container{
  top:0px;
}

.min-main-container{
  top:118px;
}

.middle-main-container{
    top:85px;
    overflow: auto;
}

.left130{
  left: 130px;
}

.left0{
  left: 0px;
}

.left-spacing{
  left: 20px;
}

@media (max-width: 767px) {
    .left-spacing {
        left: 10px;
    }
}

.resizer {
  background-color: #d7d7d7;
    cursor: e-resize;
}

#docIndexResizer {
  position: absolute;
  top: 0px;
  bottom: 0;
  width:16px;
}

.clickable{
  cursor: pointer;
}

#mainView {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

#queryResultFooter{
  width: 100%;
}

#queryResultGrid {
  width: 100%;
}

.modal-body td{
  padding:6px 0px;
}

.modal-body .table-2col tr td:first-child{
  width:120px;
  vertical-align: top;
  padding-top: 10px;
}

.modal-body .table-2col tr td:last-child{
  width:320px;
}

.modal-body .table-2col tr td:nth-child(2) > *{
  width:100%;
  font-weight: normal;
}

.modal-body .table-2col.property-grid tr td:last-child{
  vertical-align: top;
  padding-top: 10px;
}

#copyMovePageDialog tr td:first-child{
  padding-right:20px;
}

#uploadFileDialog {
  min-height:120px;
}

#uploadFileDialog tr td:first-child{
  padding-right: 20px;
  min-width:80px;
}

.modal-body .table-tr-bottom-bordered tr td {
    border-bottom: 1px solid #ebebeb;
}

.modal-body .form-control{
  height:28px;
}

.modal-body textarea.form-control {
    height: auto;
}

.ax-min-viewer{
  right:400px;
}

.ax-max-viewer{
  right:16px;
}

.ax-full-viewer {
  right:0px;
}

.ax-min-index{
  width:16px;
}

.ax-max-index{
  width:400px;
}

.index-toolbar .btn{
  padding: 0;
}

#viewerContextMenu{
  position: fixed;
  display:none;
}
/*.menu {
	position:relative;
}
.menu > .dropdown-menu {
	position:static;
	display:block;
}*/
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>div:after {
    display:inline-block;
    content:" ";
    margin-left:3px;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:12px;
    margin-right:-10px;
}
.dropdown-submenu:hover>div:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.dropdown-submenu>button::after  {
    display:inline-block;
    content:" ";
    margin-left:3px;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:10px;
    margin-right:-20px;
}

@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        top: 32px;
        left: 32px;
    }

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -32px;
    }

    .dropdown-menu .divider {
        margin: 3px 0;
    }
}

.ax-panel-default {
  border:none;
  margin-right: 30px;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration:none;
}

.panel-group .panel .table-2col {
    width:100%;
}
.panel-group .panel .table-2col tr td:first-child{
  width:30%;
  padding-left: 47px;
}

.panel-group .panel .table-2col tr td:last-child{
  width:50%;
}

.panel-group .panel .table-tr-bottom-bordered tr td {
    border-bottom: 1px solid #ebebeb;
    height:35px;
}

.panel-title .pull-left {
    padding-right: 15px;
    color: #2c95dd;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top:none;
    padding:0px;
}

.revision-history-dialog-div {
    width: 450px;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.general-dialog-img {
    vertical-align: top;
    width: 10%;
}

.general-dialog-body {
    line-height: 110%;
}

.general-dialog-div {
    word-wrap: break-word;
    max-width: 400px;
}

.export-form > div{
  padding-bottom: 10px;
}

.export-form> div:last-child{
  padding-bottom: 0px;
}

.export-form input[type=radio],input[type=checkbox]{
  margin-right:3px;
}

.cernter-container{
  position:absolute;
  width:100%;
  height:100%;
}

.center-spin{
  position:absolute;
  top:50%;
  /*Spin icon size is 60x60*/
  margin-top: -30px;
  left:50%;
  margin-left: -30px;
}

.table-header th {
    background-color:#EBEBEB;
}

.highlight {
  /*filter: url(#highlight);*/
  fill: blue;
  text-decoration: underline;
	font-weight: bold;
}

/*modal icon css*/
.ax-icon-8 {
	font-size: 8px;
}

.ax-icon-10{
  font-size: 10px;
}

.ax-icon-12 {
	font-size: 12px;
}

.ax-icon-16 {
	font-size: 16px;
}

.ax-icon-20 {
	font-size: 20px;
}

.ax-icon-24 {
	font-size: 24px;
}

.ax-icon-26 {
	font-size: 26px;
}

.ax-icon-28 {
	font-size: 28px;
}

.ax-icon-32 {
	font-size: 32px;
}

.ax-icon-40 {
	font-size: 40px;
}

.ax-emc-bule {
	color: #2c95dd;
}

.ax-emc-red{
  color: #E64121;
}

.ax-icon-gray{
  color: #636363;
}

.icon-info{
  color: #2c95dd;
}

.icon-warning{
  color: #f7b80b;
}

.icon-error{
  color: #e64121;
}

.ax-icon-white {
	color: #fff;
}

.ax-icon-black {
	color: #000;
}

.ax-icon-black {
	color: #000;
}

.ax-login-bottom-bar {
   height: 60px;
   margin-top: 40px;
   padding: 15px;
   background-color: #2c95dd;
}

.vertical-center {
    height: 100%;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.horizontal-vertical-center {
    height: 100%;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-vertical-container {
  display: flex;
  flex-direction: column;
}

.flex-horizontal-container {
  display: flex;
  flex-direction: row;
}

.flex-horizontal-container > .flex-horizontal-container {
  width: 100%;
}

.flex-vertical-container > .flex-vertical-container {
  height: 100%;
}

.flex-keep-overflow {
  min-height: 0;
  min-width: 0;
}

.flex-fill-aera {
  justify-content: flex-start; /* align items in Main Axis */
  align-items: stretch; /* align items in Cross Axis */
  align-content: stretch; /* Extra space in Cross Axis */
}

.flex-fill-item {
  flex: 1 1 0px;
  /*-webkit-box-flex: 1 1 0px; /* OLD - iOS 6-, Safari 3.1-6 */
  /* -moz-box-flex: 1 1 0px; /* OLD - Firefox 19- */
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
}

.flex-horizontal-container > .flex-fill-item {
  width: 100%;
}

.flex-vertical-container > .flex-fill-item {
  height: 100%;
}

.flex-fixed-item {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
}

.flex-shrink-item {
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
}

.flex-horizontal-container > .flex-shrink-item {
  overflow-x: auto;
  overflow-y: hidden;
}

.flex-vertical-container > .flex-shrink-item {
  overflow-y: auto;
}

.row-spacing {
    margin-bottom: 12px;
}

.row-no-padding, .row-no-padding div {
    padding: 0 !important;
}

/* IE10-specific styles go here */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .flex-vertical-container {
      display: -ms-flexbox;
      -ms-flex-direction: column;
    }

    .flex-horizontal-container {
      display: -ms-flexbox;
      -ms-flex-direction: row;
    }
}

/* Safari-specific styles go here */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) { @media
{
    .flex-vertical-container {
      display: -webkit-flex;
      -webkit-flex-direction: column;
    }

    .flex-horizontal-container {
      display: -webkit-flex;
      -webkit-flex-direction: row;
    }
}}

/* WX-7025: Hide IE clear button within input.
   Since AngularJS has bug (#11193) in update model when clear button is pressed */
input::-ms-clear {
    display: none;
}

.change-password-form {
   width: 800px;
   margin: 0 auto;
}

.change-password-panel{
  background-color:#ebebeb;
  padding:30px;
  width:100%;
}

.change-password-panel tr{
  height:35px;
}

.change-password-panel tr td{
  padding: 6px 0;
}

.change-password-panel tr td:first-child{
  padding-right:20px;
  width:30%;
}

.change-password-panel tr td input{
  width:280px;
}

.ui-select-placeholder{
  display:inline-block;
}

.warning-message-area{
  background-color: #FFFFEB;
  padding: 5px; 
  border-radius: 2px;
  font-weight: normal;
}

.wx-badge-notify-total {
    background: red;
    position: relative;
    top: -18px;
    left: 1px;
}

.wx-badge-notify-item {
    color: red;
    position: relative;
    clear:both;
    top: 0px;
    left: 1px;
    font-size: 12px;    
}

div.retention-status-grid{
  width: 100%;
  height: 300px;
}

div.retention-status-grid th span{
  white-space: nowrap;
}

div.retention-status-grid > div.ax-table-container > table.ax-table > thead th:first-child{
  width: 40px;
}

div.retention-status-grid > div.ax-table-container > table.ax-table > thead th:nth-child(2){
  min-width: 40px;
  width: 10%;
}

div.retention-status-grid > div.ax-table-container > table.ax-table > thead th:first-child .ax-checkbox{
  position: relative;
  left: 10px;
  margin-right: 10px;
}

div.retention-status-grid > div.ax-table-container > table.ax-table > tbody > tr.ax-table-data-row > td.ax-table-selecting-column{
  padding-right: 0;
}

div.retention-status-grid.grid-1datacol > div.ax-table-container > table.ax-table > thead th:last-child{
  min-width: 40px;
  width: 90%;
}

div.retention-status-grid.grid-2datacol > div.ax-table-container > table.ax-table > thead th:last-child,
div.retention-status-grid.grid-2datacol > div.ax-table-container > table.ax-table > thead th:nth-last-child(2){
  min-width: 40px;
  width: 45%;
}  

div.retention-status-grid.grid-1datacol > div.ax-table-container > table.ax-table > tbody > tr > td:last-child,
div.retention-status-grid.grid-2datacol > div.ax-table-container > table.ax-table > tbody > tr > td:last-child,
div.retention-status-grid.grid-2datacol > div.ax-table-container > table.ax-table > tbody > tr > td:nth-last-child(2){
  white-space: normal;
  line-height: normal;
}

.layout-right-align{
  text-align: right;
}

.item-move-right-10{
  margin-left: 10px;
}

.item-move-right-15{
  margin-left: 15px;
}

.item-move-right-50{
  margin-left: 50px;
}

    .app-tree-resizer-bar{
        position: absolute;
        top: 0px;
        bottom: 0px;
        left:250px;
        width: 16px;
        background-color: #d7d7d7;
    }

    #applicationListCollapseBar {
        position: absolute;
        width: 100%;
        height: 60px;
        top: 50%;
        margin-top: -30px;
        background-color: #2c95dd;
        z-index: 1;
    }

        #applicationListCollapseBar > span {
            position: relative;
            top: 22px;
            font-size: 12px;
            left: 2px;
        }

    .search-bar{
        display: inline-block;
        border: #D7D7D7 1px solid;
        border-radius: 1px;
        position: relative;
    }

    .search-bar .btn-text-search {
        position: relative;
        color: #2c95dd;
        padding: 5px 5px 5px 5px;
        margin-right: -3px;
    }

    .search-bar .text-search-input {
        position: relative;
        height: 100%;
        border: none;
        background: transparent;
        margin: 0;
        outline: none;
        line-height: normal;
    }

    .resultset-filter-input {
        position: relative;
        height: 100%;
        border: none;
        background: transparent;
        margin: 0;
        outline: none;
        line-height: normal;
        width:100%;
    }

    .btn-filter-search {
        position: relative;
        margin-left: 5px;
    }


@media (max-width: 1024px) {
   
    .ax-icon-12 {
        font-size: 10px;
    }

    .ax-icon-16 {
        font-size: 14px;
    }

    .ax-icon-20 {
        font-size: 18px;
    }

    .ax-icon-24 {
        font-size: 20px;
    }

    .ax-icon-26 {
        font-size: 22px;
    }

    .ax-icon-28 {
        font-size: 24px;
    }
    .ax-viewer-btn-container > .ax-viewer-btn-sub-group > button.ax-toolbar-btn {
        padding: 3px;
    }
    .ax-slider-container {
        width: 80px;
    }
}

@media (max-width: 767px) {

    .ax-slider-container {
        width: 50px;
    }
}