#teamAdminList {
    width:100%!important;
    margin-bottom: 5px;
}

#teamAdminList th {
    font-weight: normal;
    color: #888888;
}

#teamAdminList > tbody > tr:hover {
    background-color: #dcf4fe;
    cursor: pointer;
}

#teamAdminList td {
    border-top-style: dashed;
    padding: 7px;
}

.dt-footer #teamAdminList_paginate {
    float:none !important;
}

.dt-footer #teamAdminList_paginate .pagination > li > a, .dt-footer #teamAdminList_paginate .pagination > li > span {
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
    width: 36px;
    color: #25AAE1;
    border-color: #25AAE1;
}

.dt-footer #teamAdminList_paginate .pagination > .active > a, .dt-footer #teamAdminList_paginate .pagination > .active > a:hover {
    background-color: #25AAE1;
    border-color: #25AAE1;
    color: #ffffff;
}

.dt-footer #teamAdminList_paginate .pagination > .disabled > a, .dt-footer #teamAdminList_paginate .pagination > .disabled > a:hover {
    background-color: transparent !important;
    border-color: #dddddd;
    color: #dddddd;
}

.dt-footer #hteamAdminList_paginate .pagination > li > a:hover, .dt-footer #teamAdminList_paginate .pagination > li > span:hover, .dt-footer #teamAdminList_paginate .pagination > li > a:focus, .dt-footer #teamAdminList_paginate .pagination > li > span:focus {
    background-color: #dcf4fe;
}

.dt-header #teamAdminList_filter {
    padding-top: 5px;
}

.dt-header #teamAdminList_filter label {
    float: left;
}


.dt-header #teamAdminList_filter .input-sm {
    width: 250px;
    border-radius: 0px;
    font-size: 14px;
}

#dt-specific-admin-team-content-template {
    text-align: right;
    padding-top: 13px;
    cursor: pointer;
}

.team-member-list {
    width: calc(100% - 30px);
    margin-left: 30px;
    line-height: 35px;
}

.team-member-row {
    border-bottom : dashed 1px #dedede;
}

.team-member-list-action {
    width: 40px;
    display: inline-block;
    font-size: 18px;
    outline: none;
}

.team-member-list-action-column {
    text-align: right;
    width: 40px;
}

.team-member-list-add-action {
    outline: none;
    padding-top: 10px;
}

.team-scenario-list {
    width: calc(100% - 30px);
    margin-left: 30px;
    line-height: 35px;
}

.team-scenario-row {
    border-bottom : dashed 1px #dedede;
}

.team-scenario-list-action {
    width: 40px;
    display: inline-block;
    font-size: 18px;
    outline: none;
}

.team-scenario-list-action-column {
    text-align: right;
    width: 40px;
}

.team-scenario-list-add-action {
    outline: none;
}

.team-scenario-list thead, .team-member-list thead{
    border-bottom : solid 1px #dedede;
    font-size: 14px;
    color: #aaa
}

.team-member-list-add-action {
    width: calc(100% - 30px);
    margin-left: 30px;
}

.team-member-list-add-action.bottom {
    margin-bottom: 20px;
}

.team-member-action-toolbox {
    padding-bottom: 70px;
}
