﻿.Action_Button {
    float: right;
}

.Link_Standard, .Link_Standard a:hover, .Link_Standard a:visited
{
    color: #fff !important;
}

.User_Label
{
    width: 50px;
    font-weight:bold;
    display:inline-block;
}

.truncate 
{
    max-width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
}

.formatted
{
    color:#fff !important;
}

.sidebar-inner {
    background: #2F3E47;
}

.font-18 
{
    font-size: 18px !important;
}

.font-20 
{
    font-size:20px !important;
}

.terms 
{
    white-space: pre-wrap;
}

/* Preloader */
.sk-cube-grid {
    width: 50px;
    height: 50px;
    margin: 0px auto;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;    
    background-color: #188AE2;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    background-color: #ffda44;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    background-color: #ffda44;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    background-color: #ffda44;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background-color: #ffda44;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    background-color: #ffda44;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.img-flat
{
    padding:0px !important;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    opacity: 0.8;
    z-index: 11111;
    /* makes sure it stays on top */
    height: 100%;
    overflow: hidden;
    display: none;
}

.Action_Panel
{
    float:right;
    margin-top:-10px;
}

.ContactListModal
{
    width:90% !important;
}

.successSpan
{
    position:absolute;
    width:120px;
    margin-top:-40px;
    padding:10px;
    background:limegreen;    
    text-align:center;
    font-size:18px;
}

.errorSpan {
    position: absolute;
    width: 120px;
    margin-top: -35px;
    padding: 10px;
    background: red;
    text-align: center;
    font-size: 18px;
}

.successSpan1 {
    background: limegreen;
    text-align: center;
    font-size: 12px;
    padding: 1px 5px 1px 5px;
    display:inline;
    border-radius:35%;
}

.errorSpan1 {
    background: red;
    text-align: center;
    font-size: 12px;
    padding: 1px 5px 1px 5px;
    display: inline;
    border-radius: 35%;
}

.dropify-filename-inner
{
    display:none;
}

.nav-tabs > li.active {
    /*background: #016837;*/
    background: blue;
}

.Score_Update th {
    text-align: center;
    font-size: 15px;
    border-bottom: solid 1px #fff;
}

.Score_Update td {
    border-bottom: solid 1px #fff;
    text-align: center;
    vertical-align: top;
    padding-top: 3px;
}

.Score_Update .Match {
    vertical-align: middle;
}

.Score_Update .LeftBorder {
    border-left: solid 1px #fff;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: gray;
}

/*input.form-control-ball::-webkit-input-placeholder {
    color: #000 !important;
    font-weight: normal;
}

input.form-control-ball:-moz-placeholder {
    color: #000 !important;
    font-weight: normal;
}

input.form-control-ball::-moz-placeholder {
    color: #000 !important;
    font-weight: normal;
}

input.form-control-ball:-ms-input-placeholder {
    color: #000 !important;
    font-weight: normal;
}*/