﻿#whiteBlackListInfoBox {
    width:100%;
    height:80px;
    border-radius:5px;
    background:url(images/ret.jpg) no-repeat;
    margin-bottom:20px;
}

#ivtServicesContent {
    height:auto;
    overflow:hidden;
    padding-bottom:20px;
}

#ivtServicesContentLeft {
    float:left;
    width:478px;
    height:480px;
    background:#f9f9f9;
    border:1px solid #ddd;
    border-radius:5px;
}

#ivtServicesContentRight {
    float:right;
    width:478px;
    height:480px;
    background:#f9f9f9;
    border:1px solid #ddd;
    border-radius:5px;
}

#ivtServicesContentLeftContent, #ivtServicesContentRightContent {
    width:478px;
    height:390px;
}

#ivtServicesContentLeftButton, #ivtServicesContentRightButton {
    
}

#ivtServiceStatusTable {
    width:300px;
    height:80px;
    border-radius:5px;
    background:#fff;
    margin:0 auto;
    border:1px solid #ddd;
    margin-top:110px;
}

.ivtServiceStatusTableRow {
    width:300px;
    height:40px;
    overflow:hidden;
}

.ivtServiceStatusTableCell {
    width:138px;
    height:40px;
    line-height:40px;
    padding-left:10px;
    float:left;
}

.ivtServiceStatusEnabled {
    color:#5CAD00;
}

.ivtServiceStatusDisabled {
    color:#D40000;
}

#retServiceKeywordsTable {
    width:300px;
    height:230px;
    border-radius:5px;
    background:#fff;
    margin:0 auto;
    border:1px solid #ddd;
    margin-top:20px;
}

#retServiceKeywordsTableHeader {
    width:300px;
    height:40px;
    line-height:40px;
    text-align:center;
    background:#f9f9f9;
    border-bottom:1px solid #eee;
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F0F0F0 100%);
    border-radius:5px 5px 0px 0px;
}

#retServiceKeywordsTableContent {
    width:300px;
    height:190px;
    overflow-y:auto;
}

.retServiceKeywordsList {
    padding:0px;
    margin:0px;
    list-style:none;
    height:auto;
    overflow:hidden;
}

    .retServiceKeywordsList li {
        height:40px;
        line-height:40px;
        padding-left:5px;
        border-bottom:1px solid #eee;
    }

.izinliPazNoContent {
    font-size:24px;
    margin-top:40px;
    margin-bottom:40px;
    text-align:center;
}

.blackListAddUserBox {
    height:auto;
    overflow:hidden;
    background:#eee;
    margin-top:10px;
    display:none;
    padding:20px;
}

.blackListAddUserTextarea {
    width:100%;
    height:130px;
    resize:none;
    outline:none;
}

.izinliPazGlobalSearchInput {
    width:120px;
    padding:0px 5px 0px 5px;
    height:21px;
    border-radius:4px;
    border:1px solid #ccc;
    outline:none;
    margin-left:5px;
    display:block;
    float:left;
}

#retServicePackageDefinition, #retServiceRemainingCredit {
    max-width:450px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin:0 auto;
    text-align:center;
    font-size:14px;
    /*font-weight:bold;*/
    margin-top:15px;
    color:#6b788d;
}

#retServiceRemainingCredit {
    margin-top:5px;
    margin-bottom:5px;
}