﻿table.table .ActionButtons 
{
    text-align: right;
}

.header .brand {
    padding:0;
}

.header .nav li.dropdown.user .dropdown-toggle .user-icon i 
{
    color: #fff !important;
    font-size:24px;
}

label.checkbox.inline,
label.radio.inline {
    padding-left: 20px !important;
}


#sportrick_overlay 
{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    background-color: #000;
    background-position: center center;
    background-image: url('../img/ajax-modal-loading.gif');
    background-repeat: no-repeat;
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    z-index: 99999;
}

.field-validation-error {
    font-weight: bold;
    color: #b94a48;
    border-color: #eed3d7;
    /*
    background-color: #f2dede;
    padding: 0px 5px;
    display: inline-block;
    */
}
}

.portlet.purple .portlet-tabs .nav-tabs > li > a {
    color: #fff;
}
.portlet.purple .portlet-tabs .nav-tabs > li.active > a {
    color: #555555;
}
.portlet.purple .portlet-tabs .nav-tabs > li > a:hover {
    color: #852b99;
}

.modal.modal-full {
    width: 98%;
    left: auto;
    margin: 1% auto;
    position: relative;
    height: 90%;
}

    .modal.modal-full .modal-body {
        height: calc(100% - 112px);
    }

.input-append .add-on, .input-prepend .add-on {
    height: 20px;
    line-height: 20px;
    border: 1px solid #ccc;
}

#srTable_tblSettings td {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}