﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 12px;
}

.display-inline{
    display:inline
}
.loader {
    border: 8px solid #ccc;
    border-radius: 50%;
    border-top: 8px solid #398439;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
}

.SendTestEmail {
    background-color: darkgrey;
    border-radius: 5px;
    color: black;
    font-weight: bold;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea
 {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: red;
    font-weight: 500;
    font-size: medium;
}

.validation-summary-valid {
    display: none;
}

.glyphicon {
    margin-right: 4px !important; /*override*/
}

.pagination .glyphicon {
    margin-right: 0px !important; /*override*/
}

.pagination a {
    color: #555;
}

.panel-default > .panel-heading {
    min-height: 45px;
}

.panel-heading a:after {
    font-family: none;
    content: none;
}

.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.news-item {
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
}

.main-box {
    background: #FFFFFF;
    box-shadow: 1px 1px 2px 0 #CCCCCC;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 3px;
    background-clip: padding-box;
    height: 40px;
    min-width: 320px;
}

.infographic-box i {
    font-size: 1.0em;
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff;
}

.infographic-boxAlerts i {
    font-size: 2.0em;
    float: right;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff;
}

.infographic-boxAlerts .headline {
    white-space: nowrap;
    margin-left: 5px;
    margin-top: 12px;
    float: left;
    text-align: right;
    font-size: 1.5em;
    font-weight: 500;
    width: 125px;
}

.infographic-box .headline {
    white-space: nowrap;
    margin-left: 5px;
    margin-top: 0;
    float: left;
    text-align: left;
    font-size: 1em;
    font-weight: 550;
    width: 125px;
}

.infographic-boxAlerts .value {
    font-size: 1em;
    font-weight: 400;
    margin-top: 2px;
    margin-left: 20px;
    margin-bottom: 5px;
    float: left;
    text-align: right;
}

.infographic-box .value {
    font-size: 1em;
    font-weight: 400;
    margin-top: 2px;
    margin-left: 20px;
    margin-bottom: 5px;
    float: left;
    text-align: left;
}

.infographic-boxAlerts .info,
.infographic-box .info {
    cursor: pointer;
}

.infographic-box-sm i {
    font-size: 2em;
    display: block;
    float: left;
    width: 35px;
    margin-right: 10px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff;
}

.user-bonus-infographic-box-sm i {
    font-size: 2em;
    display: block;
    float: left;
    width: 15px;
    margin-right: 10px;
    height: 15px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff;
}


#myDash .fa-lg {
    font-size: 1.93333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-sm {
    font-size: 1.93333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.DashInfo p {
    font-size: 1em;
    font-weight: 300;
    text-align: left;
    font-family: 'Open Sans Condensed', sans-serif;
}

.orange-bg {
    background-color: orange !important;
}

.emerald-bg {
    background-color: #3498db !important;
}

.green-bg {
    background-color: #2ecc71 !important;
}

.yellow-bg {
    background-color: #f1c40f !important;
}

.red-bg {
    background-color: #e74c3c !important;
}

.blue-bg {
    background-color: #3498db !important;
}

.blink {
    animation: blink 1s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (max-width: 480px) {
    .container {
        width: 480px;
        padding: 0;
        margin: 0;
    }
}

.dropdown-menu {
    font-size: 12px;
}

.panel-heading a:after {
    /*font-family: 'Glyphicons Halflings';
    content: "\e114";*/
    float: right;
    color: grey;
}

.panel-heading a.collapsed:after {
    content: "\e080";
}

.itemlist {
    width: 100%;
    padding: 2px;
}

.item {
    width: 100%;
    padding: 2px;
}

    .item :nth-child(even) {
        background-color: #ffffff;
    }

    .item :nth-child(odd) {
        background-color: #ddd;
    }

.Dashboard_badge {
    background-color: #fb9606;
    border-radius: 10px;
    color: #000000;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.SendUsersEmail {
    float: right;
    margin-bottom: 5px;
    margin-top: -50px;
}

.headline {
    font-size: 16px;
    font-weight: 600;
}

.Laduma_badge {
    font-size: 18px;
    background-color: #21a9e1;
    color: #fff;
    float: right;
    width: 70px;
}

.notactive {
    background-color: red;
}

.interbet {
    background-color: #ea9200;
}

.must-select{
    border:1px solid red;
}
table {
    font-size: small;
}
.display-inline{
    display:inline;
}