.hexa-box select, .hexa-box input, .hexa-box table{
    width: 100%;
    margin: 0;
}

.hexa-box .relationship_left {
    width: 49%;
    float: left;
    padding-right: 1%; 
}

.hexa-box .relationship_right {
    width: 49%;
    float: left;
    padding-left: 1%; 
}

.hexa-box .text-right{
    text-align: right;
}

.clearfix{
    clear: both;
    float: none;
}


.hexa-list-box{
    border: 1px solid #dfdfdf;
    margin-top: 10px;
    /*max-height: 250px;*/
    height: 220px;
    overflow-y: scroll;
}

.hexa-list{
    margin: 0;
}

.hexa-list-item{
    clear: both;
    margin-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    color: #32373c;
    padding: 4px 6px 4px 10px;
    cursor: pointer;
    position: relative;
}

.hexa-list-item:hover{
    background: #eaf2fa;
    color: #151515;
}

.hexa-empty{
    color: #0073aa;
    text-decoration: underline;
    margin: 10px 0;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.hexa-box .hexa-empty:hover{
    color: #00a0d2;
}

.hexa-box table{
    border: 0;
    border-spacing: 0;
    margin-top: 10px;
}
.hexa-box table td{
    padding: 0 0 10px;
}

/*.ui-tooltip{
    border: 1px solid #f5f5f5;
    min-width: 0;
    max-width: 350px;
    padding: 10px;
    font-size: 14px;
    box-shadow: 6px 5px 9px -9px black;
}
*/


/* Tooltip container */

a.hexa-tooltip{
    color: #BF392B!important;
    box-shadow: none!important;
}

a.hexa-tooltip:hover{
    background: #BF392B!important;
    color: #fff!important;
}

.hexa-tooltip-box{
    margin:8px;
    padding:8px;
    position: absolute;
    z-index: 9999;

    background-color: #f2f2f2;
    color: #000;
    font-size: 14px;
    padding: 15px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);    

}
.hexa-tooltip-data{
    display: none;
}

.hexa-laws-panel{
    position:fixed;
    top:50%;
    margin-top: -100px;
    left:0;
    padding:15px 30px 15px 15px;
    background: #c5121d;
    width: 350px;
    z-index: 9999;
    opacity: 1;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #fff;
    line-height: 1.4;
    font-weight: 300;    
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (max-width: 479px){
    .hexa-laws-panel{display: none;}
}

.hexa-laws-panel-toggle{
    position:absolute;
    display: flex;    
    justify-content: center;
    align-items: center;
    top:0;
    right:0;
    height:100%;
    width:15px;
    background: #b4010c;
    cursor:pointer;
    vertical-align: middle;
}
