
.histTab
{
    /*padding: 10px 20px 20px 20px;*/
    min-height: 100%;
    margin: 0;
    /*background-color: #dde4e9;*/
    padding: 0;

    border-top: 2px solid #b52639;
}

.histTab.ui-tabs .ui-tabs-nav
{
    font-size: 1.2rem;
    /*font-weight: 700;*/

    clear: both;

    padding: 0;

    border-bottom: 1px solid #dcdcdc;;
}

.histTab.ui-tabs .ui-tabs-nav > li
{
    /*float: left;*/
    /*display: inline-block;*/
    display: table-cell;

    width: 1%;
    margin: 0;
    padding: 0;

    text-align: center;
}

.histTab.ui-tabs .ui-tabs-nav > li > a
{
    line-height: 80px;
    /*height: 40px;*/

    position: relative;

    display: block;

    width: 100%;
    margin: 0;
    /*background-color: #e8e8e8;*/

    text-transform: uppercase;
    /*padding: 0;*/
    /*padding: 0 20px;*/
    /*float: left;*/

    color: #444;
    /*border-bottom: 2px solid #333;*/
    /*width: 100%;*/
    /*height: 100%;*/;
}

.histTab.ui-tabs .ui-tabs-nav > li > a:before
{
    position: absolute;
    z-index: 20;
    bottom: -7.5px;
    left: 50%;

    display: block;

    width: 15px;
    height: 15px;
    margin-left: -7.5px;

    content: '';

    border-radius: 50%;
    background-color: #08459c;
}





.histTab.ui-tabs .ui-tabs-nav > li:hover > a
{
    color: #d80c1c;
}

.histTab.ui-tabs .ui-tabs-nav > li.ui-tabs-active a:before
{
    position: absolute;
    z-index: 20;
    bottom: -10px;
    left: 50%;

    display: block;

    width: 21px;
    height: 26px;
    margin-left: -10px;
    /*border-bottom: none;*/

    content: '';

    border-radius: 0;
    background: transparent url(../img/company/icon-history-logo.png) 0 0 no-repeat;
}

.histTab.ui-tabs .ui-tabs-nav > li.ui-tabs-active a:after
{
    position: absolute;
    z-index: 20;
    top: -15px;
    right: 0;
    left: 50%;

    display: inline-block;

    width: 3px;
    height: 30px;

    content: '';

    background-color: #f00;
}



.histTab.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.histTab.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.histTab.ui-tabs .ui-tabs-nav li.ui-tabs-loading a
{
    font-weight: 600;

    cursor: pointer;
    text-decoration: none;
    /*color: #fff;*/

    color: #d4011c;
    border-bottom: none;
    /*background-color: #d80c1c;*/
}

/* .histTab.ui-tabs .ui-tabs-nav li a,
.histTab.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a
{
    cursor: pointer;
}
 */
.histTab.ui-tabs .ui-tabs-panel
{
    display: block;
    clear: both;
    overflow: hidden;

    margin-top: 1.5em;
    padding: 0;

    border-width: 0;
    background-color: #fff;
    /*border: 1px solid #888;*/
    /*border-radius: .5em;*/
    /*cursor: move;*/;
}

/* .histTab.ui-tabs .ui-tabs-panel figure {
    text-align: left;
} */
.history-back
{
    /*position: absolute;*/
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 163px;
    margin-bottom: 20px;
    /*display: table;*/

    background: #fff url(../img/company/history-back.jpg) center center no-repeat;
}


.history-back figcaption
{
    font-size: 2.0rem;
    font-weight: 600;

    position: absolute;
    z-index: 10;
    top: 50%;
    /*display: table-cell;*/

    width: 100%;

    -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
        transform: translateY(-50%);
    /*height: 160px;*/
    vertical-align: middle;

    color: #fff;
    text-shadow: 0 0 5px #000;

    trff: -webkit-transform: translateY(-50%);;
}
.tbl-history
{
    position: relative;

    width: 100%;
}
.tbl-history tbody th
{
    font-size: 2rem;
    font-weight: 400;

    width: 10%;
    padding-top: 2rem;

    text-align: left;
    vertical-align: top;

    color: #7d7d7d;
    border-top: 1px solid #9c9c9c;
}
/* .tbl-history tbody tr:last-of-type th {
    border-bottom: 1px solid #9c9c9c;
} */

.tbl-history tbody td
{
    border-top: 1px solid #dcdcdc;
    /*padding: 2rem;*/
}
/* .tbl-history tbody tr:last-of-type td {
    border-bottom: 1px solid #dcdcdc;
} */

.tbl-history tbody td > ul li
{
    padding-top: 2rem;
    padding-bottom: 2rem;

    border-bottom: 1px dashed #dcdcdc;
}
.tbl-history tbody td > ul li:last-of-type
{
    border-bottom: none;
}
.tbl-history tbody td > ul li span
{
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.0rem;

    display: inline-block;
    float: left;
    clear: left;
    overflow: hidden;

    width: 10%;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #343434;
}

.tbl-history tbody td > ul li p
{
    font-weight: 300;
    line-height: 2.0rem;

    margin-left: 10%;

    color: #343434;
}


.tbl  input[type="text"] {
    width: 100%;
    padding: 10px 0;
    border: 1px solid #999;
}