.navbar a {
    /*background: transparent;*/
}

.card-login {
    border: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
}

.card-login > .card-header {
    color: #fff;
    margin: 0px 0px 0px 0px;
    font-size: 20px;
    border-radius: 0px;
}

.card-login > .card-body {
    padding: 20px 30px 10px 30px;
}

.card-login > .card-body input {
    text-align: center;
}

.card-login > .card-body .fa-login-input-icon {
    margin-top: 7.5px;
}

.card-project {
    background-color: transparent;
    margin-bottom: 20px;
}

.card-project .card-header {
    color: #fff;
    border-radius: 0px;
}

.view-header {
    font-size: 24px;
    color: #fff;
    padding: 15px;
    /*padding-bottom: 12.5px;*/
    background-color: #0c2231;
    /*border-bottom: 5px solid;*/
    margin-bottom: 15px;
    border-left: 10px solid #fff;
    border-color: rgb(221, 229, 230);
    /*background: -webkit-linear-gradient(to right, #26D0CE, #1A2980);*/
    /*background: linear-gradient(to right, #26D0CE, #1A2980);;;*/
}

.view-header-alt {
    font-size: 24px;
    color: #fff;
    padding: 10px 0px;
    margin-bottom: 20px;
    border-bottom: 5px solid #fff;
}


.table td, .table th {
    padding: .25rem .50rem;
    vertical-align: middle;
}

.table td > button,
.table td > a {
    border-radius: 50%;
}

.pagination-tabs {
    display: inherit;
    text-align: right;
    padding: 7.5px;
    background-color: rgba(0,0,0,.05);
}

.pagination-tabs .nav-item {
    float: none;
    display: inline-block;
}

.pagination-tabs .nav-link {
    border-radius: .25rem;
    padding: .25rem .75rem;
}

.page-item .page-link .active {
    color: white;
    background-color: #2c3034;
    border-color: white;
}

.pagination-tabs .nav-link,
.pagination-tabs .nav-link.active {
    color: #019ac5 !important;
}

/*coach profile*/

.profile-user-info {
    display: table;
    width: 98%;
    width: calc(100% - 24px);
    margin: 0 auto
}

.profile-info-row {
    display: table-row
}

.profile-info-name,
.profile-info-value {
    display: table-cell;
    border-top: 1px dotted #cbcbcb;
}

.profile-info-name {
    text-align: right;
    padding: 6px 10px 6px 4px;
    font-weight: 400;
    color: #6cb2eb;
    background-color: transparent;
    width: 50%;
    vertical-align: middle
}

.profile-info-value {
    padding: 6px 4px 6px 6px;
    width: 50%;

}

.profile-info-value>span+span:before {
    display: inline;
    content: ",";
    margin-left: 1px;
    margin-right: 3px;
    color: #666;
    border-bottom: 1px solid #FFF
}

.profile-info-value>span+span.editable-container:before {
    display: none
}

.profile-info-row:first-child .profile-info-name,
.profile-info-row:first-child .profile-info-value {
    border-top: none
}

.profile-user-info-striped {
    border: 1px solid #DCEBF7
}

.profile-user-info-striped .profile-info-name {
    color: #336199;
    background-color: #EDF3F4;
    border-top: 1px solid #F7FBFF
}

.profile-user-info-striped .profile-info-value {
    border-top: 1px dotted #DCEBF7;
    padding-left: 12px
}

.form-section {
    margin-bottom: 25px;
}

.form-section-header {
    font-size: 24px;
    padding-left: 10px;
    border-left: 10px solid rgba(0,131,176,1);
    margin-bottom: 10px;
}

.form-section-body {
    padding: 10px 20px;
}

.bank-table td {
    padding: 2.5px;
    width: 50%;
    border: 1px solid #000000;
}

div.field-group {
    padding: 10px;
    min-height: 50px;
    border: 1px dotted black;
    border-radius: 4px;
    margin-bottom: 20px;
}

div.evaluation-report-preview div.field-group {
    border: 0px;
}

div.evaluation-report-preview div.field-group:last-child {
    margin-bottom: 0px;
}

div.field-group.selected {
    border: 1px solid red;
}

div.field-group-header {
    font-size: 1.25rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #222;
    margin-bottom: 20px;
}

div.field-group-header.has-error {
    color: #fff;
    background-color: #dc3545;
    padding: .5rem 1rem;
    border: 1px solid transparent;
    border-color: #bc202c;
    border-radius: .25rem;
}

form.evaluation-report-form {
    background-color: #fff;
    padding: 20px;
}

form.evaluation-report-form .evaluation-report-header,
div.evaluation-report-preview .evaluation-report-header
{
    color: rgb(0,131,176);
    font-weight: 700;
    font-size: 22px;
}

div.evaluation-report-preview .evaluation-report-header {
    font-size: 27.5px;
}

.subview-header {
    font-size: 32px;
    color: #fff;
    padding-bottom: 12.5px;
    border-bottom: 5px solid;
    margin-bottom: 17.5px;
}

.subview-header.font-24 {
    font-size: 24px;
    padding-bottom: 7.5px;
    margin-bottom: 15px;
}

form.evaluation-report-form div.field-group {
    border: 0px;
}

form.evaluation-report-form div.field-group.selected {
    border: 1px dashed red;
}

form.evaluation-report div.field-group div.form-group:last-child {
    margin-bottom: 0px;
}

form.evaluation-report div.field-group label {
    text-align: right;
}

.black-pills-container {
    padding: 20px;
    margin-bottom: 20px;
    color : #fff;
    background: rgba(0,0,0,0.7);
}

.black-pills-container .modal .modal-body {
    color: #212529;
}

.black-pills-container .card-body,
.black-pills-container table,
.black-pills-container ol,
.black-pills-container ul {
    color: #212529;
}

.fa-left-10 {
    margin-right: 15px;
}

.fa-left-15 {
    margin-right: 15px;
}

#player-info > .row {
    padding-bottom: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    border-bottom: 1px dotted;
}

#applicant-info > .row {
    padding-bottom: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    border-bottom: 1px dotted;
}

.table-epo {
    background-color: rgba(255, 255, 255, 0.85)
}

.table-epo thead > tr {
    background: rgb(0,131,176);
    background: -moz-linear-gradient(0deg, rgba(0,131,176,1) 0%, rgba(0,180,219,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,131,176,1) 0%, rgba(0,180,219,1) 100%);
    background: linear-gradient(0deg, rgba(0,131,176,1) 0%, rgba(0,180,219,1) 100%);
    color: #fff;
}

.table-epo thead > tr > th {
    border-top: 0px;
    border-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#field-groups-table tbody tr {
    cursor: pointer;
}

.table-epo tbody tr {
    color: #212529;
}

.table-epo tbody tr.selected {
    background-color: rgb(96,125,139);
    color: #fff;
}

.table-epo tbody tr.selected td {
    border: 0px;
}

.fp-jersey-input {
    border: 1px solid #fff8;
    color: white;
    background-color: #2fc1e2;
    width: 27.5px;
    height: 27.5px;
    position: absolute;
    text-align: center;
    border-radius: 15px;
}

/*.fp-jersey-input-gk {*/
/*    background-color: rgb(30, 30, 30);*/
/*}*/

/*.fp-jersey-input-d {*/
/*    background-color: rgb(97, 176, 80);*/
/*}*/

/*.fp-jersey-input-dm {*/
/*    background-color: rgb(28,176,161);*/
/*}*/

/*.fp-jersey-input-m {*/
/*    background-color: rgb(106,216,209);*/
/*}*/

/*.fp-jersey-input-am {*/
/*    background-color: rgb(114, 143, 247);*/
/*}*/

/*.fp-jersey-input-a {*/
/*    background-color: rgb(247, 113, 98);*/
/*}*/

.evaluation-report-preview {
    background-color: #fff;
    padding: 15px;
}

.evaluation-report-pdf-export {
    background-color: inherit !important;
    padding: 15px 0px;
}
