/* Customize container */
/*Yet to visit*/
@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}

/* Main marketing message and sign up button */
/*Used for Login Screen*/
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

/*To show Hand as mouse pointer on hover*/
.mouse-pointer {
    cursor: pointer;
}

/*used in report view html*/
.button-back {
    float: left;
    cursor: pointer;
}

/*Used at mainMenu html for defining container */
.tab-container {
    overflow: auto;
    position: relative;
    margin: 0;
}

/*Used in accounts html for dynamic add*/
.addNewRow {
    width: 16.6%;
    vertical-align: top;
    text-align: center;
}

/*Used in accounts html for dynamic add*/
.addNewRowSpacing {
    margin-top: 5%;
}

/*Used in accounts html for dynamic add*/
.blockedRow {
    background-color: #EEEEEE;
    cursor: not-allowed;
}

/*Used to show disable cursor for anchor*/
.disabledLink {
    cursor: not-allowed;
    color: #337ab7;
    opacity: 0.7;
}

/*Used to show enable cursor for anchor*/
.enabledLink {
    cursor: pointer;
    color: #337ab7;
}

/*used in the validation message to remove bottom space*/
.custom-form-group {
    margin-bottom: 0;
}

/*Custom Panel Styling*/
.panel-list:hover {
    cursor: pointer;
    color: #45b7e7;
}

/*used in Report view*/
.panel-list-grand-header {
    color: #ffffff;
    background-color: #37383d;
}

/*used in Report view*/
.panel-list-header {
    color: #01ADEE;
    background-color: #E5F7FD;
}

/*used in Report view*/
.imageContainer {
    position: relative;
    width: 100%;
}

/*used in Report view*/
.imageElement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/*used in Report view settings*/
.select-report-setting{
    width: 100%;
    margin-top: 3px;
    padding: 2px;
}

/*used in Report view setting*/
.grey-background-report-setting{
    margin-top: 20px;
    width: 320px;
    height: 246px;
    background-color: rgba(244, 245, 247, 1);
    border-radius: 8px;
}

/*used in Report view setting*/
.td-three-equal-division{
    width: 33%;
}

/*used in search box control*/
.custom-search {
    margin-top: 15px;
    height: 25px;
}

.barossa-demo-ui-view {
    /*This Class will not be included in the Lonestar Environment*/
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
}


/*Main container for the entire app*/
.barossa-main-ui-view {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #ffffff;
    overflow-y: hidden;
}

/*Used in wijmo pagination control to have space from side*/
.barossa-pagination-full-width {
    padding: 0 20px;
}

.reportList-flexGrid-hover:hover {
    color: #45b7e7;
    cursor: pointer;
    text-decoration: underline;
}

/*Used in Fp row expansion*/
.fp-row:hover {
    background-color: #FBF0DF;
}

/*Used in Fp row expansion*/
.fp-cell {
    height: 48px;
    vertical-align: top;
    text-align: center;
    padding: 10px;
}

/*used in the dc */
.dc-drop-down-nav {
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 7px;
    min-width: 200px
}

/*Used in Account Assignment*/
.legend {
    width: 100%;
    display: inline-block;
    z-index: 5;
    background: #F4F5F7;
}

/*Used in Account Assignment*/
.osr-flexgrid-infinite-scroll{

}

.sn-row:hover {
    background-color: #FBF0DF;
    cursor: pointer;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.7;
}

[ng-quill-editor] { display: block; }

#entityCursor
{
    cursor: default;
    pointer-events: none;
}

#addPeriodEdit
{
    margin-top:8px;
}

.addHeader
{
    color: #ff9c01;
    font-weight: bold;
    padding:1px 1px;

}

.editHeader
{

    font-weight: bold;
    padding:1px 1px;

}

.topspace
{

    margin-bottom: 15px;

}

.dropUlStyle
{
    padding-left:0px;
    display:inline;
}

.startspace{
    padding-left:19px;
}

.tempheader
{
    font-family: 'Helvetica-Light', 'Helvetica Light', 'Helvetica';
    font-weight: 200;
    font-style: normal;
    font-size: 18px;
    color: #212121;
}

.inputLabel
{
    font-family: 'Helvetica-Light', 'Helvetica Light', 'Helvetica';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #212121;
}

.custdropdown
{

    width: 150px;
    height: 25px;
    font-family: 'Helvetica-Light', 'Helvetica Light', 'Helvetica';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
}
.noSelectionDiv
{
    position:relative;
    top:110pt;
    text-align: center;
}
.settingsIcon
{
    opacity: 0.3;
    width:50px;
    height:50px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

#div-checkbox input[type="checkbox"] {
    line-height: 13px;
}

#div-checkbox input[type=checkbox]:indeterminate:before {
    content: "\e6d0";
    font-family: bento-icomoon;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    color: #58bef6;
    margin-left: -1.2px;
}
#div-xbrl{
    padding-bottom: 10px;
}

#div-xbrl input[type=radio]{
    margin-right: 5px;
    margin-left: 0px;
}
.editorMargin{
    margin-left: 15px;
}

.bento-combobox-container {
    max-width: 99%;
}

.drop-down-tree .form-control[readonly] {
    color: #37383d;
    background-color: #ffffff;
    border-color: #cccccc;
    font-weight: normal;
}

.drop-down-tree {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
    cursor: auto;
    width: 100%;
    border-width: 0;
    z-index: auto;
}

.drop-down-tree .input {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 40px;
}

.drop-down-tree .placeholder {
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 55px 0 10px;
    line-height: 38px;
    width: 100%;
}

.drop-down-tree .preloader {
    position: absolute!important;
    width: 40px;
    height: 38px;
    top: 1px;
    bottom: 0;
    right: 30px;
    pointer-events: none;
}

.drop-down-tree .caretbtn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    color: #37383d;
    height: 40px;
    border-color: transparent;
    background-color: transparent;
    padding: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0!important;
    pointer-events: auto;
}

.drop-down-tree .main-dropdown-menu {
    top: calc(100% - 2px);
    padding: 0px;
    width: 100%;
    max-height: 400px;
    min-width: 150px;
}

.drop-down-tree .main-dropdown-menu:before {
    content: normal;
}

.drop-down-tree .main-dropdown-menu:after {
    content: normal;
}

.drop-down-tree .tree-class {
    max-height: 358px;
    overflow: auto;
    display: block;
    position: relative;
}

.drop-down-tree .tree-class-xbrl {
    max-height: 450px;
    overflow: auto;
    display: block;
    position: relative;
}

.drop-down-tree .footer {
    border: 1px solid #CCCCCC;
    height: 40px;
    line-height: 1;
    display: block;
    bottom: 0;
}

.drop-down-tree .footer .footer-icon {
    font-size: 20px;
}

.drop-down-tree .footer .footer-btn {
    top: 6px;
    font-weight: bold;
}

.drop-down-tree .btn:active {
    box-shadow: none;
}

.drop-down-tree .btn:hover {
    color: #bbbbbb;
}

.pr-5px {
    padding-right: 5px;
}

.pl-5px {
    padding-left: 5px;
}

.xbrl-tag-component{
    -webkit-padding-start : 0px;
    -webkit-padding-end : 0px;
}
.xbrl-tag-component .row {
    margin-top: 20px
}
.dimension-flex-grid{
    font-size: 13px;
    color: #212121;
    font-family: 'Helvetica-Light', 'Helvetica Light', 'Helvetica';
    font-weight: 400;
    background-color: #ffffff;
    margin-top: 20px;
}

.dimension-tree{
    border-color: #d5d4d9;
    border-width: 1px;
    border-left-style: ridge;
    border-right-style: ridge;
}

.drop-down-tree ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.xbrl-dimension-component{
    margin-top: 15px;
    -webkit-padding-start : 0px;
    height: 90%;
    overflow-y: auto;
}

.typed-dimension-text-area{
    width: 100%;
    height: 50px;
}
.dimension-back-button{
    width: 8%;
    background-color: #ffffff;
    text-align: center;
}
.dimension-description{
    width: 97%;
    background-color: #ffffff;
    margin-right: 160px;
}

.qi-editor > p::selection {
    background-color: #d4ebf4;
}
.dimension-value-error{
    position: absolute!important;
    width: 40px;
    right: 0px;
    padding-top: 12.5px;
    color: red;
}

.disable-selection {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.padding-tb-5px {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-tb-10px {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tree-node-block{
    position: initial;
}
.padding-15px {
	padding: 15px;
}
.padding-5px {
	padding: 5px;
}

.padding-lr-15px {
	padding: 0px 15px;
}

.prop-container {
    position: relative;
    width: calc(100% - 20px);
    height: calc(100% - 50px);
    margin: 0px 10px 0px 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

.number-label {
    color: #212121;
    font-family: 'KnowledgeLight', arial, helvetica, sans-serif;
    font-size: 16px;
    padding-top: 20px;
    font-weight: bold;
}


.color-palette {
    width: 260px;
}

.color-palette .colors-container {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 5px 5px 10px;
    height: 200px;
    overflow-y: auto;
}

.color-palette .color-box {
    position: absolute!important;
    width: 20px;
    height: 20px;
    top: 10px;
    bottom: 0;
    right: 30px;
    border: 1px inset #CCCCCC;
    margin-right: 12px;
}

.color-palette .color-preview-box {
    width: 70px;
    height: 50px;
    top: 10px;
    border: 1px inset #CCCCCC;
}

.color-palette .footer {
    border: 1px solid #CCCCCC;
    height: auto;
    line-height: 1;
    display: block;
    bottom: 0;
}

.color-palette .color-li {
    width: 20px;
    height: 20px;
    margin: 5px;
    cursor: pointer;
    border: 2px inset #CFCFCF;
}

.pl-10px {
    padding-left: 10px;
}

.readonly-view {
    background-color: #C0C0C0;
    opacity: 1.25;
}

.readonly-text {
    color: #A9A9A9;
}

.financial-period-col{
    padding-top: 3px;
}

.border-none-lr{
    border-right: none;
    border-left: none;
}

#warning-icon-color{
    color: #F6951F;
    font-size: 17px;
}

.reporting-entity-name{
    padding-left:40px;
}

.warning-icon{
    float:left;
}

.position-fixed{
    position: fixed;
}

.position-absolute{
    position: absolute;
}

.fp-popup-warning-icon{
    color: #F6951F;
    font-size: 20px;
}
.font-bold {
    font-weight: bold;
}

.ml-20{
    margin-left: 20px;
}

.fp-closed{
    color: #A9A9A9;
}

.position-relative{
    position: relative;
}

.fp-restore-close{
    margin-left: 15px;
    margin-top: 17px;
    cursor: pointer;
}



table.due-dates-table tr, table.due-dates-table td, table.due-dates-table th {
    border: 1px solid #d5d4d9;
    padding: 5px 10px !important;
}

.due-dates-table-re .tdd-task {
    width: 30%;
}
.due-dates-table-re .tdd-days, .due-dates-table-re .tdd-dates{
    width: 20%;
}

.due-dates-table {
    max-width: 500px;
}

.due-dates-table-re{
    border: 1px solid #d5d4d9;
    padding: 5px 10px !important;
    max-width: 60%;
    min-width: 550px;
}

.prior-dates, .due-date-cal{
    border: 0px;
    padding: 0px;
}

.vertical-middle-align {
    vertical-align: middle !important;
}

.fp-restore-version{
    margin-top: 10px;
    margin-left: 15px;
    cursor: pointer;
}

.tbl-fp-versions {
    width : 100%;
    font-weight: 700;
}

.tbl-td-version-header {
    min-width: 175px;
}

.tbl-tr-version-detail {
    font-weight: 500;
}

.snapShotIcon {
    margin-top: 10px;
    margin-left: 15px;
    cursor: pointer;
}

textarea.bkIn {
    resize: none;
}
textArea placeholder {
    margin-left: 5px;
}

.headerTxt {
    font-size: 28px;
}

.backUpDesc {
    margin-left: 0px;
}

.g-translate {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.g-align-right {
    float: right;
    padding-right: 20px;
}

#optionsList .dropdown-menu {
    overflow-y: scroll;
    height: 200px;
}

.form-border {
    border: thin solid #D9D9D9;
}
.form-action-button {
    text-align: center;
    padding: 10px;
}
.form-error {
    text-align: left;
    color: red;
    position: absolute;
    top: -21px;
    width: 100%;
    background: white;
}
#btn-save-translation-cache:disabled{
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.7;
}
.btn-no-css {
    border: 0;
    background: white;
}

.align-center-flex {
    display: flex !important;
    align-items: center !important;
}

.align-center-flex > * {
    margin-top: 0px !important;
}

.translate-tool {
    border-bottom: 1px solid #d5d4d9;
}

.translate-text-area {
    display: inline-block;
    width: 100%;
    border: none;
    outline: none;
    font-size: 24px;
    resize: none;
}

.t-tool{
    padding-left: 10px;
    margin-bottom: 10px;
}

.empty-placeholder {
    color: #878787;
    font-size: 24px;
}

.t-header {
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #d5d4d9;
}

.translate-tab{
    display: inline-block;
    height: 33px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 3px solid #4284f3;
}

@keyframes border-grow {
    0% {
        opacity: 0;
        width: 0
    }

    to {
        opacity: 1;
        width: 100%
    }
}

.d-flex{
    display: flex;
}

.translate-header {
    padding: 10px;
    font-weight: bold;
}

.translate-content {
    padding: 10px;
}

.source-language{
    flex: 0 1 47.5%;
}

.action-language{
    text-align: center;
    flex: 0 1 5%;
}


.source-input{
    flex: 0 1 50%;
    border-right: 1px solid #d5d4d9;
}

.target-output{
    flex: 0 1 50%;
    padding-left: 45px;
}

.translated-output{
    font-size: 24px;
}

.div-assignment-align-right {
    text-align: right;
}

.div-assignment-treelabel {
    line-height: 18px;
}
/*used in the account assignment */
.balance-column-1 {
    display: grid;
    grid-template: 'entirePeriodRadio entirePeriodComboBox'
    'reportingPeriodRadio reportingPeriodComboBox'
    '. reportingPeriodSetComboBox';
    grid-gap: 15px;
    position: relative;
    padding: 40px;
    margin:15px;
    grid-template-columns: 1fr 3fr;
    align-items: center;
}
.balance-column-1 p {
    position: absolute;
    top: -10px;
    left: 20px;
    padding: 0 10px;
    background: #ffffff;
    font-weight: bold;
}

.entirePeriodRadio {
    grid-area: entirePeriodRadio;
}

.entirePeriodComboBox {
    grid-area: entirePeriodComboBox;
}

.reportingPeriodRadio {
    grid-area: reportingPeriodRadio;
}

.reportingPeriodComboBox {
    grid-area: reportingPeriodComboBox;
}

.reportingPeriodSetComboBox {
    grid-area: reportingPeriodSetComboBox;
}

.btnAlignHeightActAssignment {
    line-height:28px !important;
    height:32px !important;
}

.copy-to-cb{
    padding-left: 24px;
    font-size: 20px;
}

.black-col{
    color: #212121;
}

.black-col:hover{
    color: #212121;
}

.canvas-dropdown-menu {
  min-width: 160px;
  padding: 0px;
  color: #000000;
  margin: 2px 0 0; 
  list-style: none;
  text-align: left; 
  border: 1px solid #cccccc;
  box-shadow: 2px 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  background-color: #ffffff;
}

.canvas-dropdown-menu > li > a {
    cursor: pointer;
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #212121;
    text-decoration: none;
    white-space: nowrap;
}

.canvas-dropdown-menu > li:hover {
    background-color: #d4ebf4;
}

/* used to highlight the element called from report-face*/
.highlight-background {
    background-color: #D4EBF4 !important;
}

.reportElementWarningIcon{
  color:#ff0000;
  font-size:inherit;
  position:relative;
  left:5px;
}

.reportElementError-text{
  color:#ff0000;
}

.refreshsmartBadgeinfo{
    height: 10px;
    width: 10px;
    top: -7px;
    right: -8px;
}

.ql-report-style {
    width: 152px;
    border: 1px solid lightgray;
    border-radius: 2px;
}

.ql-toolbar.ql-snow .ql-formats {
margin-right: 0px;
}

.ql-snow .ql-picker-label {
    padding-left: 2px;
}

.ql-snow .ql-picker-label::before {
    display: block;
    text-overflow: ellipsis;
    max-width: 135px;
    overflow: hidden;
    white-space: nowrap;
}

.ql-picker-label::before {
    content: attr(data-label);
}

.ql-picker-item::before {
    content: attr(data-label);
}

.trans-scroll {
    height :200px;
    overflow-y: auto;
}

.transclass td, .transclass th  {
    border: 1px solid gray;    
    padding: 5px;
    width:50%;
}
.transclass .thd  {
    width:49%;
}
.wj-header[class*=wj-filter-].col-select {
    text-align: center !important;
}
.osr-iframe-loader {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
}