#id-shinken-license-container {
    height: 60px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-right: 10px;
    position: relative;
}
#id-shinken-license-container .shinken-license-table {
    height: 100%;
    box-sizing: border-box;
    background-color: transparent;
    table-layout: fixed !important;
}
#id-shinken-license-container .shinken-license-glowing {
    animation: glow_danger 1s infinite alternate linear;
}
@keyframes glow_danger{to{box-shadow:0 0 96px red}}
#id-shinken-license-container.shinken-license-collapsed:not(.shinken-open-popup) .shinken-license-table {
    display: none;
}
#id-shinken-license-container .shinken-license-background-grey {
    background-image: linear-gradient(to bottom,#DCDCDC 0,#C3C3C3 100%);
    background-color: rgb(220, 220, 220);
}
#id-shinken-license-container .shinken-license-col-icon {
    /*border-bottom-left-radius: 5px;*/
    /*border-top-left-radius: 5px;*/
    border-radius: 5px 0 0 5px;
    height: 100%;
    width: 66px;
    min-width: 66px;
    padding-left: 10px;
}
#id-shinken-license-container .shinken-license-col-icon .shinken-license-col-icon-icon {
    max-width: initial;
    height: 40px;
}
#id-shinken-license-container .shinken-license-col-content {
    text-align: left;
    padding-right: 10px;
}
#id-shinken-license-container .shinken-license-col-content.shinken-license-col-content-without-col-contact {
    text-align: left;
    padding-right: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#id-shinken-license-container .shinken-license-col-contact {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 140px;
    min-width: 140px;
}
#id-shinken-license-container .shinken-red-background {
    background-image: linear-gradient(to bottom,#FF3A3A 0,#E42424 100%);
    background-color: #FF3A3A;
}
#id-shinken-license-container .shinken-green-background {
    background-image: linear-gradient(to bottom, #4CB73E 0%, #349E26 100%);
    background-color: rgb(76, 183, 62);
}
#id-shinken-license-container .shinken-license-col-content-text-top {
    font-family: Lato;
    font-weight: 700;
    font-size: 14px;
    color: #454545;
    height: 14px;
    white-space:nowrap;
}
#id-shinken-license-container .shinken-license-col-content-text-bottom {
    font-family: Lato;
    font-size: 14px;
    height: 34px;
    display: table-cell;
    vertical-align: middle;
    white-space:nowrap;
}
#id-shinken-license-container .shinken-text-red {
    color: #E42424;
}
#id-shinken-license-container .shinken-license-col-contact-text {
    display: inline-block;
    width: 100%;
    font-family: Lato;
    font-weight: bolder;
    font-size: 16px;
    color: #000;
    text-shadow: rgba(255,255,255,.85)1px 1px 1px,rgba(0,0,0,.1)0 0 2px;
    text-align: center;
}
#id-shinken-license-container .shinken-license-container-collapsed {
    box-sizing: border-box;
    width: 65px;
    height: 100%;
}

#id-shinken-license-container .shinken-license-container-collapsed {
    border-color: #faebcc;
    color : #FF3A3A;
    text-align: center;
    cursor: pointer;
    background: #fff;
    padding: 3px;
    border-radius: 4px;
    height: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Lato;
}
#id-shinken-license-container:not(.shinken-license-collapsed) .license-container-light {
    display: none;
}
#id-shinken-license-container .shinken-license-container-collapsed:hover{
    background: #CCCCCC;
}
#id-shinken-license-container .shinken-license-container-collapsed .shinkon{
    font-size: 22px;
}
#id-shinken-license-container.shinken-license-collapsed.shinken-open-popup .shinken-licence-open-in-popup {
    position: absolute;
    top: 60px;
    right: 0;
    max-width: initial;
    height: 50px;
}
#id-shinken-license-container .license-container-light{
    border-color: #faebcc;
    color : #FF3A3A;
    text-align: center;
    cursor: pointer;
    background: #fff;
    padding: 3px;
    border-radius: 4px;
    min-width: 70px;
    box-sizing: border-box;
}
#id-shinken-license-container .license-container-light:hover{
    background: #CCCCCC;
}
#id-shinken-license-container .license-container-light .shinkon{
    font-size: 22px;
}