body{
    background: url("../img/photos/pattern.png") top left repeat, url("../img/photos/background.jpg") no-repeat center center fixed;
    background-attachment: fixed;
    background-position: top left;
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
    background-size: auto, cover;
    font-size: 18px;
    color: #989898;
}


#main-container {
    background-color: rgba(0,0,0,0);
}

#page-container {
    background-color: rgba(0,0,0,0);
}

#sidebar {
    background-color: rgba(48, 54, 60, 0.9);
}

#header-navbar {
    background-color: #272c30;
}

.bg-white-op {
    background-color: #272c30;
}

.bg-transparent {
    background-color: rgba(0,0,0,0) !important;
}

.btn-default {
    color: #a7a7a7;
    background-color: #363738;
    border-color: #484747;
}

.block {
    background-color: rgba(39, 44, 48, 0.5);
    padding-bottom: 0px;
}

.block-nopad {
    padding-bottom: 0px;
}

.block-content-large{
    padding-bottom: 35px !important;
    padding-top: 35px;
}

.block-content-medium {
    padding-bottom: 15px !important;
    padding-top: 15px;
}


.bg-red-team{
    background-color: #ef1a1a;
}

.bg-green-team{
    background-color: #46c37b;
}


.border-white{
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1);
}

.border-radius{
    border-radius: 5px;
}

.border-red{
    border: 1px solid rgba(239, 26, 26, 0.3);
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(239, 26, 26, 0.4);
}

.border-green{
    border: 1px solid rgba(70, 195, 123, 0.3);
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(70, 195, 123, 0.4);
}

.bg-gray-lighter {
    background-color: #30363c;
}

.bg-dark {
    background-color: #272c30;
}

.table-bordered {
    border: 1px solid #434b4e;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(45, 51, 56, 0.4);
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: rgba(51, 57, 62, 0.4);
}

.badge{
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 20px;
}

.badge-large {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
}

.badge-red{
    background-color: #ef1a1a;
}

.badge-black-text{
    padding: 5px 8px !important;
    font-size: 18px !important;
    border-radius: 14px !important;
    color: black !important;
}



.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
    border-bottom-color: #434b4e;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #434b4e;
}

.block-title-table {
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    color: #8c8c8c;
}

.table-name{
    color: #b3b3b3;
}

.circle {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    /* width and height can be anything, as long as they're equal */
}

.points-circle{
    margin-top:10px;
    padding: 13px 10px;
    font-size: 24px;
    background-color: #5687c3;
}

.center-inline{
    display: inline-block;
}

.caption-text{
    font-size: 32px;
}

.text-glow{
    color: #d0d0d0;
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8);
}

.text-glow-red{
    color: #ef1a1a;
    text-shadow: 0px 0px 30px rgba(239, 26, 26, 0.8);
    border-radius: 5px;
}

.text-glow-green{
    color: #46c37b;
    text-shadow: 0px 0px 30px rgba(70, 195, 123, 0.8);
}

/* Create the animation blocks */
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes glowing-red {
    0% { box-shadow: 0 0 -10px red; }
    40% { box-shadow: 0 0 20px red; }
    60% { box-shadow: 0 0 20px red; }
    100% { box-shadow: 0 0 -10px red; }
}

@keyframes glowing-green {
    0% { box-shadow: 0 0 -10px green; }
    40% { box-shadow: 0 0 20px green; }
    60% { box-shadow: 0 0 20px green; }
    100% { box-shadow: 0 0 -10px green; }
}

.glow-red{
    animation: glowing-red 2000ms infinite;
}

.glow-green{
    animation: glowing-green 2000ms infinite;
}


.fa-1x {
    font-size: 1.4em;
}

.text-muted {
    color: #c5c5c5;
}

.form-material > .form-control {
    -webkit-box-shadow: 0 1px 0 #5a5a5a;
    box-shadow: 0 1px 0 #5a5a5a;
}

.switch.switch-sm.no-margins {
    margin: 0px 0 0px;
}

.switch input + span {
    background-color: #676767;
}

.switch.switch-sm {
    font-size: 14px;
}

.form-control {
    color: #dadada;
    background-color: #18191b;
    border: 1px solid #313030;
}

.btn {
    font-weight: 300;
}

.gender-male{
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8);
}

.gender-female{
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8);
}

.pagination>.disabled>a, .pagination>.disabled>a:focus,
.pagination>.disabled>a:hover, .pagination>.disabled>span,
.pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    background-color: #3c3c3c;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination >
.active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #3c3c3c;
}

.img-avatar.img-avatar32 {
    width: 32px;
    height: 32px;
}

.no-margin{
    margin: 0;
}

.progress-text{
    font-size: 16px;
    color: #ffffff;
}

.table-icon{
    color:white;
    font-size: 14px;
    padding-right: 3px;
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
}

.points-text{
    font-size: 20px;
    font-weight: 600;
    color: #dadada;
}

.form-control:focus {
    border-color: #4d5761;
    background-color: #30363c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar-mini-hide{
    font-size: 16px;
}

.text-gray-darker {
    color: #6b6b6b;
}

label {
    color: #636363;
}

.block > .nav-tabs > li {
    background-color: #171819;
}

.block > .nav-tabs > li.active > a, .block > .nav-tabs > li.active > a:hover, .block > .nav-tabs > li.active > a:focus {
    color: #bdbdbd;
    background-color: rgb(48, 54, 60);
    border-color: transparent;
}

/*flag icons*/

.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}
.flag-icon:before {
    content: "\00a0";
}
.flag-icon.flag-icon-squared {
    width: 1em;
}

.flag-icon-rs {
    background-image: url(../img/flags/4x3/rs.svg);
}

.flag-icon-rs.flag-icon-squared {
    background-image: url(../img/flags/1x1/rs.svg);
}

.flag-icon-gb-eng {
    background-image: url(../img/flags/4x3/gb.svg);
}

.flag-icon-gb-eng.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb.svg);
}

.btn.btn-image-flag > img {
    width: 24px;
    height: 16px;
    top: 7px;
}

.bg-primary-op {
    background-color: rgba(22, 31, 43, 0.8);
}

.pie-text{
    font-size: 28px;
    color: white;
    font-weight: 600;
}

.pie-text-text {
    color: #545151;
    font-size: 0.8em;
    /* text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8); */
}

.block.block-bordered {
    border: 1px solid #2d333a;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.border-r {
    border-right: 1px solid #444648;
}

.border-l {
    border-left: 1px solid #444648;
}

.dark-border{
    border: 1px solid #2b2b2b;
}

.dark-border > thead > tr > th, .dark-border > tbody > tr > th, .dark-border > tfoot > tr > th, .dark-border > thead > tr > td, .dark-border > tbody > tr > td, .dark-border > tfoot > tr > td {
    border: 1px solid #1a1a1a;
}

.table-small>tbody>tr>td, .table-small>tbody>tr>th, .table-small>tfoot>tr>td, .table-small>tfoot>tr>th, .table-small>thead>tr>td, .table-small>thead>tr>th {
    line-height: 0.8;
    vertical-align: middle;
}

.table-text{
    font-size:15px;
}

.badge-large {
    padding: 10px 20px;
    border-radius: 30px;
    margin: 5px;
    font-size: 16px;
    font-weight: 300;
    color: #56606d;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255,255,255,0.2);
}

.badge-small {
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 10px;
}

.table-small > tbody > tr > th, .table-small > tbody > tr > td {
    padding: 4px 10px 4px;
    border-top: 1px solid #f0f0f0;
}

.img-table{
    margin-right:5px;
}

.img-avatar.img-avatar28 {
    width: 32px;
    height: 32px;
}

.img-avatar.img-avatar20 {
    width: 22px;
    height: 20px;
}

.block-content {
    padding: 10px 20px 1px;
}

.badge-mini {
    margin-top: 2px;
    margin-bottom: 3px;
    padding: 2px 6px;
    color:white;
    font-size: 16px;
}

.badge-mini-no-color {
    margin-top: 2px;
    margin-bottom: 3px;
    padding: 2px 6px;
    font-size: 16px;
}

.text-table-shots {
    margin-top:3px;
    font-size: 14px;
}

.block-content-no-top {
    padding: 0px 20px 1px;
}

hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #404040;
}

.padding-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.badge-details {
    color: #676d73;
    background-color: #1b384e;
}

.name-font {
    font-size: 18px;
}