#hash_table, #regex {
    min-height:  140px !important;
    font-family: monospace;
}

textarea#description {
    min-height:  148px !important;
    font-family: monospace;
}

textarea#definition {
    min-height:  220px !important;
    font-family: monospace;
}

textarea#mapping {
    min-height:  160px !important;
    font-family: monospace;
}

#parameters {
    min-height:  160px !important;
    font-family: monospace;
}

#fieldset-checkConnection {
    min-height: 40px !important;
}

#checkConnection {
    min-height: 40px !important;
}

#gridParams {
    min-height:  200px !important;
}

#fieldset-parameters_group {
    min-height:  220px !important;
}

.form-horizontal .form-group.form-group-default.id-gridParams .wrapper{
    height: 220px !important;
    min-height: 220px !important;
    margin-top: -3px;
    margin-bottom: 2px;
    overflow: visible;
}

.cclearfix {
    font-weight: 1px;
    line-height: 1px;
    display: block;
    clear: both;
}

/*sidebar Actis submodule */
.sidebar-submodule {
    color: #999999;
    font-family: "Montserrat";
    font-size: 20px;
    padding-top: 15px;
}

.sidebar-submodule-docs{
    color: #999999;
    font-family: "Montserrat";
    font-size: 14px;
    padding-top: 5px;
}

/* overrides for visible menu*/
#wrap {
    padding-left: 245px !important;
}
.navbar-default.navbar-fixed-top .left-menu {
    width: calc(100% - 260px);
    height: 70px;
}
.col-md-12.action-group {
    margin-left: 245px !important;
    width: calc(100% - 240px);
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 200px;
    z-index: 1040;
}

.popover-json {
    min-width: 612px;
}
.popover-content-json {
    min-width: 600px;
    overflow: visible;
    margin: 5px;
}
.datepickerdate {
    max-width: 200px;
}

#flexigrid_tokenfunctionlist_table {
    max-height: 660px;
    margin-bottom: 0px;
    overflow-y: scroll;
}

.full-height-modal .modal-content {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
}

#mainModal .grid-filters {
    border: 0px !important;
}

.bigdefinition {
    min-height:  200px !important;
    font-family: monospace;
    min-width: 100%;
    background-color: #f5f5f5;
}

.smalldefinition {
    min-height:  80px !important;
    font-family: monospace;
    min-width: 100%;
    background-color: #f5f5f5;
}

.expressionListTable {
    min-height:  100px !important;
    max-height: 220px !important;
    min-width: 100%;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
}

.expressionListTable table {
    min-width: 100% !important;
}

.expressionListTable table th {
    background: #f7f7f7;
    color: #626262;
}

.header-fixed {
    width: 100%
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    height: 180px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    width: 25%;
    float: left;
}
