/*User permissions*/
.trigger-box {
    height: 110px;
    left: 20px;
    position: absolute;
    top: 10px;
    width: 110px;
}
.forbidden-panel{
    color: #FFFFFF;
    background-color: #F95F53;
    padding: 10px;
    border-radius: 4px;
    padding-left: 35px;
}
.allow-panel{
    color: #FFFFFF;
    background-color: #27B08D;
    padding: 10px;
    border-radius: 4px;
    padding-right: 35px;
}
.forbidden-panel h5, .allow-panel h5{
    margin-bottom: 0;
    border-radius: 4px;
}

.user-permissions {
    display: table;
    margin-top: 90px;
}

.user-permissions [class*="span"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
#actualRights .spanMiddle{
    position: relative;
    width: 50px;
}
#actualRights{
    background: center top repeat-y url("../../../template/default/img/tables/line.png");
}
#actualRights .platform-app{
    padding-top: 0;
}
#actualRights .icon {
    border-radius: 50%;
    color: #ffffff;
    height: 80px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 80px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    left: -35px;
    right: 0;
    border: 10px solid #fff;
}
#actualRights .icon img{
    height: 40px;
    margin: 5px 20px 3px;
    vertical-align: middle;
    width: 40px;
}
#actualRights .icon h4{
    font-size: 12px;
    line-height: 12px;
}
#actualRights .allow-panel span, #actualRights .forbidden-panel span{
    font-style: italic;
}

#actualRights.loginrequired {
    margin-top: -50px;
}
.label-bold{
    font-weight: bold;
}
.user-rights-selection .controls{
    margin-left: 30px;
}
.user-rights-selection .use-table-filters-control-mode-customer .control-label {
    text-align: left;
}
.user-rights-selection{
    position: absolute;
    height: 550px;
    overflow: hidden;
    padding-top: 5px;
    padding-right: 20px;
}

@media (max-width: 1500px) {
    .user-rights-selection {
        width: 300px;
    }

    .customer-part .span4{
        width: 48%;
    }
}
.user-rights-selection.menu-fixed{
    position: fixed;
    top: 120px;
}
.row-fluid .permisions-height{
    min-height: 550px;
}

.customer-part .span4 #extraklanten{
    min-height: 100px;
}
.customer-part .span4 #extraklantenNot{
    min-height: 100px;
}

.form-horizontal .customer-part label{
    text-align: left;
}

@media screen and (max-width: 1199px) {
    .user-rights-selection.menu-fixed{
        top: 0;
    }
}