/* Base */
.no_tabs__tr_table {
    width:100%;
    margin-bottom:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.no_tabs__tr_table_td_header {
  -webkit-touch-callout:none;
    -webkit-user-select:none;
     -khtml-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

/* Header */
.no_tabs__tr_header_table {
    width:100%
}

.no_tabs__tr_header_delimiter_first {
    display:none;
}

.no_tabs__tr_header_delimiter {
    width: 20px !important;
}

.no_tabs__tr_header_delimiter_end {
}

.no_tabs__tr_header_tab_active {
    width: 5%;
    cursor: pointer;
    color: #E47129;
    font-size:18px;
    font-weight:300;
}

.no_tabs__tr_header_tab {
    width: 5%;
    cursor: pointer;
    color: #727272;
    font-size:18px;
    font-weight:300;
}

.no_tabs__tr_header_tab:hover {
    color: #E47129;
}

.no_tabs__tr_tab_name_link {
    color: inherit !important;
    font-size: inherit !important;
    font-weight:300 !important;
    text-decoration: none !important;
}

.no_tabs__tr_tab_name_link:hover {
    color: #E47129 !important;
    text-decoration: none !important;
}

/* Content */
.no_tabs__tr_content_table_showed {
    width: 100%;
    padding-top: 10px;
}

.no_tabs__tr_content_table_hidden {
    width: 100%;
    padding-top: 10px;
    display: none !important;
}

.no_tabs__tr_table_content_border {
    border-radius:2px;
    border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
