ul.nav li.nav-loading{
    margin-top: 10px;
}
.edit{
    color: #001f3f;
}
.save{
    color: #00a65a;
}
.edit:hover{

}
a.view{
    padding-left: 3px;
    padding-right: 3px;
    float: right;
    font-size: 17px;
    color: #000000;
}
a.remove{
    padding-left: 3px;
    padding-right: 3px;
    float: right;
    font-size: 17px;
    color: #dd4b39;
}
a.confirm{
    float: left;
    font-size: 17px;
    color: #29c663;
}
a.payed{
    float: left;
    font-size: 17px;
    color: #c69f33;
}
a.remove:hover{
    color: #dd4b39;
}
.smaller{
    width: 100px !important;
}
.very-small{
    width: 40px !important;
}
.dataTables_wrapper{
    overflow: scroll;
}
.error-content{
    color: red;
    font-size: 15px;
    font-family: -webkit-body;
    text-align: center;
}
.groupname {
    margin-top: 1%;
    margin-right: 1%;
}
.groupname button#groupname{
    width:300px;
}
.groupname ul{
    text-align: center;
    width: 100%;
}

.daterange {
    margin-top: 1%;
    margin-right: 1%;
}
.daterange button#daterange_name{
    width:300px;
}
.daterange ul{
    text-align: center;
    width: 100%;
}
.invoices>li.active.waiting{
    border-top-color: #db8b0b;
}
.tournaments>li.active.ongoing{
    border-top-color: #14b5db;
}
.tournament_registrations>li.active.registered{
    border-top-color: #db8b0b;
}

.tournament_registrations>li.active.closed{
    border-top-color: #919191;
}

.invoices>li.active.completed, .tournaments>li.active.completed{
    border-top-color: #008d4c;
}
.invoices>li.active.problems{
    border-top-color: #d33724;
}
.invoices>li.waiting a{
    font-weight: bold;
    color: #db8b0b !important;
}
.tournaments>li.ongoing a{
    font-weight: bold;
    color: #14b5db !important;
}

.tournament_registrations>li.registered a{
    font-weight: bold;
    color: #db8b0b !important;
}
.tournament_registrations>li.closed a{
    font-weight: bold;
    color: #919191 !important;
}
.invoices>li.completed a, .tournaments>li.completed a{
    font-weight: bold;
    color: #008d4c  !important;
}
.invoices>li.problems a{
    font-weight: bold;
    color: #d33724  !important;
}

.pdf{
    color: darkred;
}
.pdf:hover, .pdf:active, .pdf:focus{
    color: #8b2577;
}

.email{
    color: darkred;
}
.email:hover, .email:active, .email:focus{
    color: #8b2577;
}

.invoice-form{
    color: darkred;
}
.invoice-form:hover, .invoice-form:active, .invoice-form:focus{
    color: #8b2577;
}
.btn-app img{
    margin-top: -10px;
}
#radioInvoiceFor{
    display: grid;
}
.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

a.default{
    color: #af9900;
    float: right;
}
a.notdefault{
    color: darkgray;
    float: right;
}
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 19px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

@keyframes blink-success {
    0% {
        background-color: #80ef80;
    }
    100% {
        background-color: #fff;
    }
}
@-webkit-keyframes blink-success {
    0% {
        background-color: #80ef80;
    }
    100% {
        background-color: #fff;
    }
}
.blink-success {
    -webkit-animation: blink-success 1s linear 1;
    -moz-animation: blink-success 1s linear 1;
    animation: blink-success 1s linear 1;
}
@keyframes blink-failure {
    0% {
        background-color: red;
    }
    100% {
        background-color: #fff;
    }
}
@-webkit-keyframes blink-failure {
    0% {
        background-color: red;
    }
    100% {
        background-color: #fff;
    }
}
.blink-failure {
    -webkit-animation: blink-failure 1s linear 1;
    -moz-animation: blink-failure 1s linear 1;
    animation: blink-failure 1s linear 1;
}

.checkbox-round-yes {
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid forestgreen;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round-no {
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid red;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round-yes:checked {
    border: 0px solid white;
    background-image: url("../icons/yes.png");
}
.checkbox-round-no:checked {
    border: 0px solid white;
    background-image: url("../icons/no.png");
}

.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.initials-avatar {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 1;
    background: grey;
    color: white;
}
.initials-avatar.large {
    width: 36px;
    height: 36px;
    font-size: 15px;
}

button.btn:active{
    background-color: rgb(123, 180, 17);
}
.table-bordered-soft {
    border: 1px solid rgba(0,0,0,0.1);
}
.table-bordered-soft>thead>tr>th,
.table-bordered-soft>tbody>tr>th,
.table-bordered-soft>tfoot>tr>th,
.table-bordered-soft>thead>tr>td,
.table-bordered-soft>tbody>tr>td,
.table-bordered-soft>tfoot>tr>td {
    border: 1px solid rgba(0,0,0,0.1);
}

.table-bordered-soft>thead>tr>th.activeperiod,
.table-bordered-soft>tbody>tr>td.activeperiod
{
    background-color: aliceblue;
}

.table-bordered-soft>tbody>tr:hover,
.table-bordered-soft>tbody>tr:hover td{
    background: #F0F8FD;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.num_col {
    width: 4% !important;
}
.name_col {
    width: 12% !important;
}
.periods_col {
    width: 17% !important;
}
#grdPaymentsUsers .label{
    font-size: 90%;
}
#grdPaymentsUsers a.invoice-form:hover{
    cursor: pointer;
}

#grdPaymentsUsers a.unpayedInvoice{
    padding-left: 5px;
    font-size: 17px;
    color: #cd372a;
}

#grdPaymentsUsers a.payedInvoice{
    padding-left: 5px;
    font-size: 17px;
    color: #c69f33;
}

#grdPaymentsUsers a.changePrice{
    padding-left: 5px;
    font-size: 17px;
    color: darkblue;
}
#grdPaymentsUsers a.submitPrice{
    padding-left: 5px;
    font-size: 17px;
    color: #29c663;
}
#grdPaymentsUsers a.cancelChangePrice{
    padding-left: 5px;
    font-size: 17px;
    color: #cd372a;
}

#grdPaymentsUsers span.noprice{
    width: 100px;
    height: 20px;
}
#grdPaymentsUsers span.noprice:hover{
    cursor: text;
    border: 0.5px dotted black;
}

#grdPaymentsUsers div.insertPrice{

}

@keyframes blink-success2 {
    0% {
        background-color: #80ef80;
        text-shadow: 1px 1px 2px white, 0 0 25px white, 0 0 5px white;
    }
    100% {
        background-color: #fff;
        text-shadow: 1px 1px 2px white, 0 0 25px lime, 0 0 5px green;
    }
}
@-webkit-keyframes blink-success2 {
    0% {
        background-color: #80ef80;
        text-shadow: 1px 1px 2px white, 0 0 25px lime, 0 0 5px green;
    }
    100% {
        background-color: #fff;
        text-shadow: 1px 1px 2px white, 0 0 25px white, 0 0 5px white;
    }
}
.blink-success2 {
    -webkit-animation: blink-success2 1s linear 1;
    -moz-animation: blink-success2 1s linear 1;
    animation: blink-success2 1s linear 1;
}

/*#grdPaymentsUsers .blink-success {*/
    /*text-shadow: 1px 1px 2px white, 0 0 25px lime, 0 0 5px green;*/
/*}*/

#grdPaymentsUsers input.insertPrice{
    font-size: 14px;
    width: 50px;
    border: 1px solid #cccccc69;
}

@media (max-width:1281px) {
    .float_center {
        float: left;
        position: relative;
        /*right: -40%; *//* or right 50% */
        text-align: left;
    }
}

@media (min-width:1281px) {
    .float_center {
        float: left;
        position: relative;
        right: -40%; /* or right 50% */
        text-align: left;
    }
}

.float_center > .child {
    position: relative;
    left: 50%;
}

.strikediag {
    background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
}
.withpadding {
    padding: 0 0.15em;
}

#progress-wrp {
    border: 1px solid #0099CC;
    padding: 1px;
    position: relative;
    height: 30px;
    border-radius: 3px;
    margin: 10px;
    text-align: left;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}

#progress-wrp .progress-bar {
    height: 100%;
    border-radius: 3px;
    background-color: #f39ac7;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}

#progress-wrp .status {
    top: 3px;
    left: 50%;
    position: absolute;
    display: inline-block;
    color: #000000;
}
