﻿/*
 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";
}

.left-panel-container {
  height: 100%;
  position: absolute;
  width: 290px;
}

.left-panel {
  background-color: #EBEBEB;
  position: relative;
  height: 100%;
  overflow-y: auto;
}

.right-panel-container {
  height: 100%;
  position: absolute;
  left:296px;
  right:0;
  padding: 0px 0 0px 0;
}

.right-panel {
  position: absolute;
  height: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.layout-container{
  position:absolute;
}

.bottom0{
  bottom:0px;
}

.top40{
  top:40px;
}

.top0{
  top:0px;
}

.left0{
  left: 0px;
}

.resizer {
  background-color: #d7d7d7;
    cursor: e-resize;
}

.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;
}

#leftPanelresizer {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 290px;
    width:2px;
}

.resizer:hover, #preview-resizer:hover {
	background-color: #252525;
}

#rightPanel {
     position: absolute; 
     right: 16px; 
     top: 62px;
     display:none; 
     min-height: 718px; 
     background-color:#fff; 
}

.clickable{
  cursor: pointer;
}

.page-name{
  width:100%;
  padding-top: 20px;
  padding-right:48px;
  padding-bottom:5px;
  line-height:30px;
}

.page-name > span{
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
  color: #636363;
}

.section-divider {
  background: #d7d7d7;
  height: 1px;
  margin-top: 2px;
  margin-bottom: 12px;
}

.section-divider-light {
  background: #ebebeb;
  height: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

#showSwitch {
    position: absolute; 
    right: 0px; 
    top: 0px; 
    width: 30px; 
    height: 42px; 
    background-color: #959595; 
    border-right: solid 4px #464646;
}

.ax-icon-home {
    width: 110px; 
    background-image: url(images/home.png); 
    background-position:15px 23px;
}

.ax-icon-home.ax-nav-btn-active {
    background-image: url(images/home_active.png);
}

.ax-icon-import {
    width: 128px;
    background-image: url(images/import.png);
    background-position:15px 23px;
}

.ax-icon-import.ax-nav-btn-active {
    background-image: url(images/import_active.png);
}

/*.ax-icon-search-big {
     width:40px;
     background-color: #fff; 
     background-image: url(images/search_big.png);
     background-position: center; 
     background-repeat: no-repeat
}

#queryField {
    max-width: 450px; 
    height: 40px;
    border-left:none; 
    border-right:none; 
}

.ax-query-btn {
    height: 40px; 
    font-size:12px; 
    color:#3893d0; 
    background-color:#fff
}*/


.ax-collapse {
    position: absolute; 
    left:5px; 
    top: 8px;
    color: #f2f2f2; 
    font-family: Webdings Regular, Webdings; 
    font-size:18px;
}

.ax-expand {
    position: absolute; 
    left:5px;
    color: #f2f2f2; 
    font-family: Arial Regular, Arial; 
    font-size:28px; 
}

/*
 * Left Panel: application tree style
 */

#showToggle {
    position: absolute; 
    right: 30px; 
    top: 0px; 
}

#showToggle div{
    color: #aeaeae; 
}

.ax-tree-root {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  color: #252525;
  padding-top: 10px;
}

.ax-tree-root a{
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-size: 14px;
  color: #636363;
}

.ax-tree{
  padding-left:3px;
  /*padding-bottom:15px;*/
  white-space: nowrap;
  margin-left:3px;
  margin-bottom:3px;
}

.ax-tree ul{
  padding-left:0px;
  /*padding-bottom:15px;*/
  white-space: nowrap;
  margin-left:3px;
  margin-bottom:3px;
}

.ax-tree li{
  padding-left:12px;
  /*padding-bottom:15px;*/
  white-space: nowrap;
  margin-left:3px;
  margin-bottom:3px;
  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-datasources-tree-label{
  padding-left:7px;
  /*padding-bottom:15px;*/
  white-space: nowrap;
  margin-left:0px;
  margin-bottom:3px;
}

.ax-datasources-tree-span{
  white-space: nowrap;
  margin-left:3px;
  margin-bottom:3px;
}

.ax-sub-tree{
  padding-left:0px;
  /*padding-bottom:15px;*/
  white-space: nowrap;
  margin-left:3px;
  margin-bottom:3px;
}

.ax-sub-tree ul{
  padding-left:12px;
  /*padding-bottom:15px;*/
  white-space: nowrap;
  margin-bottom:3px;
}

.ax-sub-tree li{
  padding-left:12px;
  white-space: nowrap;
  margin-left:3px;
  margin-bottom:3px;
  list-style: none;
}

.ax-sub-tree label{
  padding-left:0;
  /*padding-bottom:15px;*/
  white-space: nowrap;
  margin-left:3px;
  margin-bottom:3px;
}

.ax-expand-collapse-img {
    float: left;
    background-image: url(images/u16.png); 
    background-repeat: no-repeat; 
}

.ax-expand-collapse {
    float: left;
    margin-right: 8px;
    width: 16px; 
    height: 16px;
    background-image: url(images/u16.png); 
    background-repeat: no-repeat; 
}

.ax-expand-expand {
    float: left;
    margin-right: 8px;
    width: 16px; 
    height: 16px;
    background-image: url(images/TreeOpenE_16.png); 
    background-repeat: no-repeat; 
}

.ax-tree-node {
    width:200px;
    font-size: 12px;
    line-height: 22px;
    list-style-type: none;
    /*font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;*/
}

.ax-tree-node:hover {
    text-decoration: underline;
}

.ax-tree-node.active{
    font-weight: bold;
}

.ax-tree-node > a {
    color:#333;
}

.ax-search-node {
    list-style-image: url(/WxPoc/content/images/search.png);
}

.ax-height-scrollable {
  max-height: 800px;
  overflow-y: scroll;
}

/*
 * toolbar style
 */
.ax-btn-group {
   float: right;
   margin-left: 15px;
   margin-right: 15px; 
}

.ax-btn-offset {
    margin-right: 5px;
}

.ax-toolbar-btn {
    height: 31px; 
    font-size: 12px; 
    color: #3893d0;
    background-repeat: no-repeat; 
    background-position: center; 
}

.ax-filter-btn{
    width: 36px;
    background-image: url(images/filter.png); 
}

.ax-list-btn{
    width: 42px;
    background-image: url(images/listbtn.png)
}

.ax-view-btn{
    width: 42px;
    background-image: url(images/viewbtn.png)
}

.ax-backto-btn{
    width: 42px;
    background-image: url(images/backto.png)
}

.ax-back-btn{
    width: 42px;
    background-image: url(images/back.png)
}

.ax-down-btn{
    width: 28px;
    background-image: url(images/pagelist.png)
}

.ax-forward-btn{
    width: 42px;
    background-image: url(images/forward.png)
}

.ax-forwardto-btn{
    width: 42px;
    background-image: url(images/forwardto.png)
}

.ax-cog-btn{
    width: 36px;
    background-image: url(images/cog.png)
}

.ax-next-btn{
    width: 122px;
    text-align:left;
    background-image: url(images/forward.png);
    background-position: 90px;
}

.ax-prev-btn{
    width: 150px;
    text-align:right;
    background-image: url(images/back.png);
    background-position: 10px;
}

.ax-search-btn {
    height: 31px; 
    background-color: #3893d0; 
    background-image: url(images/search_write.png); 
    background-repeat: no-repeat; 
    background-position: center;
    border-color: #797979; 
    border-right-style: none;  
}

.ax-btn {
    height: 31px; 
    color: #fff; 
    background-color: #3893d0; 
    border-left-style: none; 
    border-color: #797979; 
}

label.ax-input-label {
    font-weight: normal;
    margin-left: 5px;
    margin-bottom: 0px;
    vertical-align: central;
}

input[type=checkbox].ax-threestate-default-checkbox {
	position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; 
    width: 1px; 
    margin: -1px; 
    padding: 0;
    border: 0;
}

input[type=checkbox].ax-threestate-default-checkbox + label.ax-threestate-default-label {
	padding-left: 20px;
	height: 15px; 
	display: inline-block;
	line-height: 15px;
    background-image: url(images/three-state-default-checkbox.png);
	background-repeat: no-repeat;
	font-weight: normal;
	vertical-align: middle;
    cursor: default;
}

input[type=checkbox].ax-threestate-default-checkbox + label.ax-threestate-uncheck {
	background-position: 0 0;
}

input[type=checkbox].ax-threestate-default-checkbox + label.ax-threestate-check {
	background-position: 0 -15px;
}

input[type=checkbox].ax-threestate-default-checkbox + label.ax-threestate-default-uncheck {
	background-position: 0 -30px;
}

input[type=checkbox].ax-threestate-default-checkbox + label.ax-threestate-default-check {
	background-position: 0 -45px;
}

input[type=checkbox].ax-threestate-default-checkbox + label.ax-threestate-disabled {
	cursor: not-allowed;
}

.ax-toggle-btn {
     height: 31px; 
     background-color: #3893d0; 
     border-color: #797979 #797979 #797979 #fff; 
}

.ax-fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

.ax-legend {
    border: 0 none;
    padding: 0;
    margin-bottom: 0;
    font-size: inherit;
    width: auto;
}
.ax-permission-span {
    margin: 0 10px;
    width: 300px;
    display: inline-block;
}

.ax-resultset-grid {
    border: 1px solid rgb(212,212,212);
    height: 600px;
}

.ax-registered-componentlist-grid {
    border: 1px solid rgb(212,212,212);
    width: 1020px; 
    height: 250px;
}

.ax-running-componentlist-grid {
    border: 1px solid rgb(212,212,212);
    width: 1020px; 
    height: 500px;
}

.gridStyleCtrlShitMultiSelect{

}

#contentPanel {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%; 
    min-height: 720px; 
    overflow-x: auto;
    border-right: solid 1px #999; 
}
/*
    right panel
 */
#rightHeader {
    height: 43px; 
    background-color: #acacac;
}

#rightHeader > div {
    position:absolute; 
    left:20px; 
    top: 10px
}
#rightHeader > div > span{
    color: #ffffff; 
    font-weight: 700;
}
.tab-content > .tab-pane {
    padding-top:5px;
}

#viewToolbar {
    height: 42px; 
    width: 100%; 
    background-color: #3893d0; 
    background-image: url(images/docview-toolbar.png); 
    background-repeat:no-repeat;
    background-position:150px center;
}

#thumbnailContainer {
    float: left;
    width: 13.2%;
    height: 676px; 
    color: #666; 
    font-family:'Arial Bold' Arial; 
    background-color: #e4e4e4;
    overflow-y: auto; 
}

#thumbnailContainer > div {
    margin:20px 10px 20px 15px;
}

#thumbnailContainer > div > span {
    float: left;
    width:10px; 
    font-weight:bold; 
}

#thumbnailContainer > div > div {
   float: left;
   width: 80%; 
}

#thumbnailContainer > div > div:hover, 
#thumbnailContainer > div > div:active,
#thumbnailContainer > div > div:focus{
  border: solid 3px #aeaeae;
}

.ax-tbl-active {
    border: solid 3px #aeaeae;
}
#viewContent {
    float: left;
    height: 100%; 
    width: 86.8%; 
    padding:20px;
    background-color: #f2f2f2; 
}
/*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-container table.ax-table {
  position: relative;
  /*height: 100%;*/
  width: 100%;
  /*border: 1px solid #2d89ef;*/
  border-collapse: collapse;
  border-spacing: 0;
}

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-simple{
  font-weight: bold;
  color: #252525;
}

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-filter-table-column-header{
  min-width: 100px;
  line-height: 20px;
  white-space: nowrap;
  font-weight: bold;
  color: #252525;
  height: 65px;
}

div.ax-filter-table-column-header-container {
  position: relative;
  height: 30px;
  margin-left: 10px;
  white-space: nowrap;
}

.ax-filter-table-content-filter {
  height:26px;
  margin-left:10px;
}

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-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-icon-cloumn {
  padding: 10px 10px 0px 0px;
}

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-error {
  color: #ff2900;
}

.ax-table-fixed {
    position: fixed;
}

.ax-section-header {
    width: 100%; 
    font-size: 14px;
    padding: 4px;
    color: #252525;
    background-color: #D7D7D7;
}

.ax-dropdown-btn {
  width:50px;
  background-color:#E9F4FC;
  border:2px solid #C2C2C2;
  border-radius:2px;
  line-height:1.4; 
}

/*modal dialog css*/
.app-modal-window .modal-dialog {
  width: 500px;
}

.about-dialog .modal-body{
  font-weight: 400;
}

.general-dialog-img {
    vertical-align: top;
    width: 10%;
}

.general-dialog-body {
    line-height: 110%;
}

.general-dialog-div {
    word-wrap: break-word;
    width: 400px;
}

/*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-family: 'Arial Regular', 'Arial';
  font-size: 13px;
  font-weight: normal;
}

.ax-highlight-text {
  font-family: 'Arial Bold', 'Arial';
  font-size: 13px;
  font-weight: 700;
}

.ax-frm-btn {
  height: 29px;
  color: #fff;
  background-color: #3893d0;
  border-color: #797979;
  font-family: 'Arial Regular', 'Arial';
  font-size: 12px;
}

.ax-frm-feild-btn {
  height: 26px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
  background-color: #3893d0;
  border-color: #797979;
  font-family: 'Arial Regular', 'Arial';
  font-size: 12px;
}

.ax-feild {
  height: 25px;
  width: 223px;
  border: 1px solid #acacac;
  border-radius: 2px;
}

.ax-textarea {
  width: 100%;
  max-width: 500px;
  border: 1px solid #acacac;
  border-radius: 2px;
  resize: none;
}

.ax-link{
  color: #2c95dd;
  cursor: pointer;
}

.ax-link-disabled {
  color: #d7d7d7;
  cursor: default;
}

.ax-long-feild {
  height: 26px;
  width: 280px;
  border: 1px solid #acacac;
  border-radius: 2px;
}

.ax-long-long-feild {
  height: 26px;
  width: 100%;
  max-width: 500px;
  border: 1px solid #acacac;
  border-radius: 2px;
}

.ax-pag-feild {
  height: 31px;
  width: 50px;
  border: 1px solid #dedede;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

table.ax-setting-grid td {
  padding: 5px;
  vertical-align: top;
}

table.ax-setting-grid tr td:first-child {
  min-width:120px;
  padding-left:5px;
}

table.ax-setting-grid tr td:last-child {
  padding-right:5px;
}

table.ax-setting-grid label {
  font-weight: normal;
}

.ax-invalid-label {
  color: #E64121;
}

.ng-invalid.ng-touched,
.ng-invalid.ng-dirty,
.ax-invalid-input > * {
  border-color: #E64121;
}

.ax-required-label:after {
  content: "*";
  color: red;
}

.udl-modal-window .modal-dialog {
  width: 700px;
}

.ax-form-table {
  width:100%;
}

.ax-form-table tr {
  border-top: 1px solid #ebebeb;
}

.ax-form-table tr:first-child {
  border-top: none;
}

.ax-form-table tr td:first-child{
  width:40%;
  min-width:120px;
  padding-left:15px;
}

.ax-form-table tr td:last-child{
  width:60%;
  padding-right:15px;
}

.ax-form-table tr.ax-sub-row{
  border:none;
}

.ax-form-table tr.ax-sub-row td{
  padding-top:0;
}

.ax-form-table tr.ax-sub-row td:first-child{
  padding-left:35px;
}

.ax-form-table tr.ax-message-row {
  border:none;
}

.ax-form-table tr.ax-message-row td {
  padding-top:0;
  padding-bottom:0;
}

.ax-form-table tr.ax-message-row td * {
  position:relative;
  top:-5px;
}

.ax-form-table tr .ax-form-autoshow {
  visibility: hidden;
}

.ax-form-table tr:hover .ax-form-autoshow {
  visibility: visible;
} 

.ax-panel-default {
  border:none;
}

.ax-panel-default .panel-heading {
  min-width:430px;
  border-radius:0;
}

.ax-panel-default .panel-body {
  padding:0 0 10px 0;
  min-width:430px;
}

.ax-panel-default a:hover,a:focus {
  text-decoration:none;
}

.panel-title .pull-left {
    padding-right: 15px;
    color: #2c95dd;
}

.ax-input-group {
  width:280px;
}

.ax-input-group .btn {
  border:1px solid #acacac;
  height:26px;
  border-radius:2px;
  padding:4px;
  vertical-align:central;
}

.ax-input-group .form-control {
  padding:0;
  box-shadow:none;
  -webkit-box-shadow:none;
  transition:none;
  -webkit-transition:none;
  -o-transition:none;
}

.ax-input-group .form-control:focus {
  border:1px solid #acacac;
  box-shadow:none;
  -webkit-box-shadow:none;
  transition:none;
  -webkit-transition:none;
  -o-transition:none;
}

.ax-input-group input[type=text]:disabled {
  cursor:text;
}

.cursor-pointer{
    cursor:pointer;
}

.cursor-n-resize {
    cursor:n-resize
}

.ax-input-group .caret {
  border-top-color:inherit;
  margin-left:2px;
  position:relative;
  top:-3px;
}

.btn-toolbtnmiddle-nofloat {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #f5f5f5;
    color: #636363;
    border: 1px solid #c2c2c2;
}

.btn-toolbtnleft-nofloat{
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
  background-color:#f5f5f5;
  color: #636363;
  border: 1px solid #c2c2c2;
}

div.ax-paging > span {
  color:#636363;
  position:relative; 
  top:13px;
}

div.ax-paging > div {
  float:right; 
  margin-top:12px;
}

.ax-list-table {
    width:100%;
}

.item-width-15 {
    width:15px;
}

.item-width-20 {
    width:20px;
}

.item-width-100 {
    width:100px;
}

.item-width-150 {
    width:150px;
}

.item-width-410 {
    width:410px;
}

.item-width-5-percent {
  width:5%;
}

.item-width-10-percent {
    width:10%;
}

.item-width-15-percent {
  width:15%;
}

.item-width-20-percent {
    width:20%;
}

.item-width-25-percent {
    width:25%;
}

.item-width-40-percent {
    width:40%;
}

.item-width-98-percent {
    width:98%;
}

.item-width-full {
    width:100%;
}

.item-width-auto {
    width:auto;
}

.item-height-300 {
    height:300px;
}

.item-height-350 {
    height:350px;
}

.item-height-420 {
    height:420px;
}

.item-height-550 {
    height:550px;
}

.item-height-600 {
    height:600px;
}

.item-height-full {
    height:100%
}

.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,
.flex-horizontal-container > .flex-fill-item {
  overflow-x: auto;
}

.flex-vertical-container > .flex-shrink-item,
.flex-vertical-container > .flex-fill-item  {
  overflow-y: auto;
}

/* 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;
    }
}}

input::-ms-clear {
    display: none;
}
input::-ms-reveal {
    display: none;
}

.ax-label-font {
    font-weight: bold;
    color: #252525;
}

.ax-overflow-auto {
    overflow-x: auto; 
    overflow-y: auto;
}

.ax-overflow-hidden {
    overflow-x:hidden;
    overflow-y:hidden;
}

.layout-right-align{
  text-align: right;
}

.item-move-left-5 {
    position: relative;
    left: -5px;
}

.item-move-left-10 {
    position: relative;
    left: -10px;
}

.item-move-left-20 {
    position: relative;
    left: -20px;
}

.item-move-left-30 {
    position: relative;
    left: -30px;
}

.item-move-right-2 {
    position: relative;
    left: 2px;
}

.item-move-right-5 {
    position: relative;
    left: 5px;
}

.item-move-right-10 {
    position: relative;
    left: 10px;
}

.item-move-right-15 {
    position: relative;
    left: 15px;
}

.item-move-right-20 {
    position: relative;
    left: 20px;
}

.iten-move-down-2 {
    position: relative;
    top: 2px;
}

.iten-move-down-5 {
    position: relative;
    top: 5px;
}

.item-move-down-10 {
    position: relative;
    top: 10px;
}

.item-move-down-15 {
    position: relative;
    top: 15px;
}

.iten-move-up-2 {
    position: relative;
    top: -2px;
}

.iten-move-up-5 {
    position: relative;
    top: -5px;
}

.item-move-up-10 {
    position: relative;
    top: -10px;
}

.item-move-up-15 {
    position: relative;
    top: -15px;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-left-15 {
    margin-left: 15px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-left-15 {
    padding-left: 15px;
}

.layout-spacing-line {
    display: table;
    width: 100%;
}

.layout-spacing-line > * {
    display: table-cell;
}

.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;
}

.item-float-right {
  float: right;
}

.item-float-left {
  float: left;
}

.ax-bold-label {
  font-weight:bold;
}

.pointer-events-none {
  pointer-events:none;
}

.sortableColumnHeader {
    white-space: nowrap;
    cursor: pointer;
}
