/*
 * Fonts
 */

@font-face {
    font-family: "NarrLight";
    src: url("font/narrlight/goodheadlinepro-narrlight.eot") format("eot"),
    url("font/narrlight/goodheadlinepro-narrlight.eot?#iefix") format("embedded-opentype"),
    url("font/narrlight/goodheadlinepro-narrlight.svg#GoodHeadlinePro-NarrLight") format("svg"),
    url("font/narrlight/goodheadlinepro-narrlight.woff") format("woff"),
    url("font/narrlight/goodheadlinepro-narrlight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "NarrNews";
    src: url("font/narrnews/goodheadlinepro-narrnews.eot") format("eot"),
    url("font/narrnews/goodheadlinepro-narrnews.eot?#iefix") format("eot"),
    url("font/narrnews/goodheadlinepro-narrnews.svg") format("svg"),
    url("font/narrnews/goodheadlinepro-narrnews.woff") format("woff"),
    url("font/narrnews/goodheadlinepro-narrnews.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


body {
    font-family: "NarrLight", sans-serif;
    color: #000000;
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

body > .container {
    min-height: calc(100vh - 138px); /* body - header + footer */
}
/* DATEPICKER */
#datetimepicker {
    margin: 0 auto;
    width: 200px;
}

#datetimepicker td.day, #datetimepicker1 td.day {
    background-color: rgba(28, 111, 1, 0.2);
}

#datetimepicker td.day.disabled, #datetimepicker1 td.day.disabled {
    background-color: #fff;
}

#datetimepicker td.day.active, #datetimepicker1 td.day.active {
    background-color: rgba(28, 111, 1, 0.6);
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 13px !important;
}

.bootstrap-datetimepicker-widget .table-condensed>tbody>tr>td,
.bootstrap-datetimepicker-widget.table-condensed>tbody>tr>th,
.bootstrap-datetimepicker-widget.table-condensed>tfoot>tr>td,
.bootstrap-datetimepicker-widget.table-condensed>tfoot>tr>th,
.bootstrap-datetimepicker-widget.table-condensed>thead>tr>td,
.bootstrap-datetimepicker-widget.table-condensed>thead>tr>th {
    padding: 3px;
}

.bootstrap-datetimepicker-widget table tr td.new { display: none; }
.bootstrap-datetimepicker-widget table tr td.old { visibility: hidden; }



h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    color: inherit;
    margin-top: 10px;
}

a {
    color: rgb(28, 111, 1);
    transition: all 0.25s linear;
}

a:hover {
    text-decoration: none;
    color: rgba(28, 111, 1, 0.6);
}

legend {
    font-size: 18px;
    font-weight: bold;
    padding: 7px 0px
}

label {
    font-size: 16px;
    font-weight: normal;
}

.form-group label {
    font-family: "NarrNews", sans-serif;
    font-size: 16px;
    text-transform: uppercase;

}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 16px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/*
 * alert
 */

.alert {
    padding: 8px 14px 8px 14px;
}

/*
 * AJAX loader circle
 */
.loading {
    min-height: 30px;
    min-width: 30px;
    display: none;
    background: url(AjaxLoader.gif) no-repeat center center;
    background-size: 30px 30px;
}
.table_bet_list td {
    padding: 0 7px;
}
/*
 * BUTTONS
 */

.btn-default {
    text-shadow: none;
    background-color: rgba(28, 111, 1, 0.2);
    background-image: none;
    text-transform: uppercase;
    border-color: rgba(28, 111, 1, 0.2);
    transition: all 0.25s linear;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
    background-image: none;
    background-color: #008803;
    background-color: rgba(28, 111, 1, 0.8);
    color: #dff5e2;
    border-color: rgba(28, 111, 1, 0.8);
}


/*
 * INPUTS
 */

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: rgba(28, 111, 1, 0.2);
    border: 1px solid rgba(28, 111, 1, 0.2);
    border-radius: 4px;
}

/*
 * PAGINATION
 */

.pagination > li > a,
.pagination > li > span {
    font-size: 14px;
    padding: 5px 12px;
    color: rgba(28, 111, 1, 0.8);
    text-transform: uppercase;
    border-color: rgba(28, 111, 1, 0.2);
}
.pagination > li > a:hover,
.pagination > li > span:hover {
    background-color: rgba(28, 111, 1, 0.2);
    background-image: none;
    color: rgba(28, 111, 1, 0.8);
    border-color: rgba(28, 111, 1, 0.2);
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    cursor: default;
    background-color: rgba(28, 111, 1, 0.2);
    background-image: none;
    color: rgba(28, 111, 1, 0.8);
    border-color: rgba(28, 111, 1, 0.2);
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: rgba(28, 111, 1, 0.2);
    cursor: not-allowed;
    background-image: none;
    border-color: rgba(28, 111, 1, 0.2);
}

/*
 * TOOLTIP
 */

.tooltip-inner {
    font-family: inherit;
    max-width: 200px;
    padding: 3px 8px;
    background-color: rgba(28, 111, 1, 0.2);
    background-image: none;
    color: rgba(28, 111, 1, 0.8);
    text-align: center;
    border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(28, 111, 1, 0.8);
}

/*
 * PANEL
 */
.panel-default {
    border-color: rgba(28, 111, 1, 0.2);
}

.panel-default > .panel-heading {
    font-family: "NarrNews", sans-serif;
    padding: 8px 10px;
    background-color: rgba(28, 111, 1, 0.2);
    background-image: none;
    text-transform: uppercase;
    border-color: rgba(28, 111, 1, 0.2);
}

/*
    MODAL
*/

.modal-header {
    background-color: rgba(28, 111, 1, 0.2);
    background-image: none;
}

#table_add_bet th {
    width: 50%;
    text-align: center;
}

#table_add_bet .borderless td, #table_add_bet .borderless th {
    border: none;
}
/*
    DROPDOWN
*/
/*.dropdown-menu {
    background-color: rgba(28, 111, 1, 0.2);
    background-image: none;
    border-color: rgba(28, 111, 1, 0.2);
    border: 0;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu > li > a,
.dropdown-menu form > li > a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > form li > a:hover,
.dropdown-menu > form li > a:focus {
    background-color: #fff;
    color: rgba(28, 111, 1, 0.8);
}*/

.tournament-statistic .dropdown-menu {
    min-width: 250px;
    font-family: "NarrLight", sans-serif;
    text-transform: none;
}

.tournament-panel > .panel-heading > .panel-title {
    line-height: 30px;
}

.tournament-statistic .fa {
    font-size: 14px;
    height: 30px;
    width: 30px;
    background-color: rgba(28, 111, 1, 0.2);
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.tournament-statistic .fa:hover {
    background-color: rgba(28, 111, 1, 0.8);
    color: #ffffff;
    border: none;
}

/*
        IMAGES
*/
.team-icon {
    border-radius: 50%;
    width : 40px;
    height: 40px;
}

.customer-avatar {
    border : solid 2px #fff;
}

#table_add_bet .team-icon {
    border-radius: 50%;
    width : 50px;
    height: 50px;
}


.type-input {
    display: none;
}

#random {
    display: block;
}



.event-row .button_box {
    height: 30px;
    width: 30px;
}

.event-row .fa {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
}

#account-content .event-description,
#content-challenges .event-description {
    font-family: "NarrNews", sans-serif;
}
#account-content .bet-description,
#content-challenges .bet-description {
    word-break: break-all;
    font-size: 15px;
}
.challenge_bet_list {
    border-spacing: 2px;
    border-collapse: separate;
}
.challenge_bet_list td,
.challenge_bet_list th {
    padding: 5px;

}

/*
 * Top block
 */
#top {
    font-family: "NarrNews", sans-serif;
    background-color: rgba(28, 111, 1, 0.8);
    width: 100%;
}

#top a {
    color: #ffffff;
    text-transform: uppercase;
}
#top .logo {
    width: 190px;
    padding: 10px 0;
}
/*
 *  TOP Navigation elements styles
 */
#top .nav > li {
    text-align: center;
    cursor: pointer;
    min-width: 162px;
    /*float: right;*/
}
#top .nav > li > a {
    padding: 15px 10px;
}

#top .nav > li > a:hover,
#top .nav > li > a:focus,
#top .nav > .open > a,
#top .nav > .open > a:hover,
#top .nav > .open > a:focus{
    text-decoration: none;
    background-color: rgb(28, 111, 1);
    background-image: none;
    color: #fff;
}
/*
 * TOP Navigation dropdown styles
 */
#top .dropdown-menu {
    font-family: "NarrLight", sans-serif;
    background-color: rgb(28, 111, 1);
    background-image: none;
    border: 0;
    min-width: 162px;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#top .dropdown-menu > li > a,
#top .dropdown-menu form > li > a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
}

#top .dropdown-menu > li > a:hover,
#top .dropdown-menu > li > a:focus,
#top .dropdown-menu > form li > a:hover,
#top .dropdown-menu > form li > a:focus {
    background-color: #fff;
    background-image: none;
    color: rgb(28, 111, 1);
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default
.navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgb(28, 111, 1);
}


/*
 * DATATABLE STYLES
 *
 *
 * SORTING ICON STYLE
 */
#content-challenges table.dataTable thead > tr > th,
#content-challenges table.dataTable thead > tr > td,
#account-content table.dataTable thead > tr > th,
#account-content table.dataTable thead > tr > td {
    padding-right: 0px;
}

#account-content table.dataTable thead .sorting:after {
    color: rgb(28, 111, 1);
    opacity: 0.4;
}
#account-content table.dataTable thead .sorting_asc:after,
#account-content table.dataTable thead .sorting_desc:after,
#account-content table.dataTable thead .sorting_asc_disabled:after,
#account-content table.dataTable thead .sorting_desc_disabled:after {
    color: rgb(28, 111, 1);
    opacity: 0.8;
}

/*
 * DATATABLE BORDERS STYLE
 */
#content-challenges .table > caption + thead > tr:first-child > td,
#content-challenges .table > caption + thead > tr:first-child > th,
#content-challenges .table > colgroup + thead > tr:first-child > td,
#content-challenges .table > colgroup + thead > tr:first-child > th,
#content-challenges .table > thead:first-child > tr:first-child > td,
#content-challenges .table > thead:first-child > tr:first-child > th,
#account-content .table > caption + thead > tr:first-child > td,
#account-content .table > caption + thead > tr:first-child > th,
#account-content .table > colgroup + thead > tr:first-child > td,
#account-content .table > colgroup + thead > tr:first-child > th,
#account-content .table > thead:first-child > tr:first-child > td,
#account-content .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
#content-challenges .table > tbody > tr > td,
#content-challenges .table > tbody > tr > th,
#content-challenges .table > tfoot > tr > td,
#content-challenges .table > tfoot > tr > td,
#content-challenges .table > thead > tr > td,
#content-challenges .table > thead > tr > td,
#account-content .table > tbody > tr > td,
#account-content .table > tbody > tr > th,
#account-content .table > tfoot > tr > td,
#account-content .table > tfoot > tr > th,
#account-content .table > thead > tr > td,
#account-content .table > thead > tr > th {
    border-top: 1px solid rgba(28, 111, 1, 0.2);
    vertical-align: middle;
}
#content-challenges .table > thead > tr > th
#account-content .table > thead > tr > th {
    border-bottom: 1px solid rgba(28, 111, 1, 0.2);
}
/*
 * DATATABLE MENU STYLES
 */
#account-content .dataTables_wrapper .row .col-sm-7,
#content-challenges .dataTables_wrapper .row .col-sm-9 {
    text-align: right;
}
#account-content .dataTables_wrapper .row .col-sm-7 > div,
#content-challenges .dataTables_wrapper .row .col-sm-9 > div {
    display: inline-block;
    padding-left: 5px;
}
#account-content div.dataTables_wrapper div.dataTables_length,
#account-content div.dataTables_wrapper div.dataTables_filter,
#account-content div.dataTables_wrapper div.dataTables_info,
#account-content div.dataTables_wrapper div.dataTables_paginate {
    text-align: right !important;
}


/*
 * Login container styles
 */
#login_wrapper {
    padding-top: 50px;
}
#login_form > h3,
#pincode_form > h3,
#forgotten_form > h3{
    padding-bottom: 20px;
}
.button-pincode-div {
    margin-top: 10px;
}
#button-login,
#button-pincode,
#new_sms_request {
    width: 100%;
    margin-top: 5px;
    text-transform: uppercase;
}
#login_input_fields .form-group:nth-child(3) {
    margin-top: -10px;
    margin-bottom: 10px;
}
#time_div {
    margin: 10px 0;
}
#forgotten_form h4 {
    text-transform: none;
}






footer {
    min-height: 50px;
    margin-top: 20px;
    padding: 10px;
    background-color: rgba(28, 111, 1, 0.8) /*#273556*/;
    border-top: 1px solid rgba(31, 42, 68, 0.9);
    color: #fff;
}
footer a:hover {
    color: rgb(189, 162, 136);
}
footer h4 {
    color: #fff;
    margin-bottom: 5px;
}
footer .footer-text {
    width: 100%;
    text-align: right;
}
/*
 * Desktop styles
 *
 */
@media (min-width: 1199px) {

}

/*
 * Tablet styles
 *
 */

@media (max-width: 1199px) {
     body {
         font-size: 14px;
     }

    #datetimepicker {
        font-size: 14px;
    }

    #table_add_bet .team-icon {
        border-radius: 50%;
        width : 40px;
        height: 40px;
    }

}

/*
 * Mobile styles
 *
 */
@media (max-width: 767px) {
    .team-icon {
        width : 32px;
        height: 32px;
    }
    span.visible-xs {
        display: inline-block!important;
    }

    h4 {
        margin : 5px 0;
        font-size: 14px;
    }

    #top .nav li {
        font-size: 16px;
    }

    /*.event-row .button_box {
        height: 24px;
        width: 24px;
    }

    .event-row .fa {
        font-size: 12px;
        height: 24px;
        width: 24px;
        line-height: 24px;
        border-radius: 50%;
    }

    .loading {
        min-height: 24px;
        min-width: 24px;
        background-size: 24px 24px;
    }*/

    .tournament-statistic .dropdown-menu {
        font-size: 14px;
        text-align: left;
        min-width: 250px;
        text-transform: none;
    }

    /*.td_date {
        font-size: 10px;
    }*/

    .input-group-addon {
        padding: 4px 9px;
        font-size: 14px;

    }

    .team {
        white-space: normal;
    }

    #datetimepicker1 > div {
        width: 200px;
        font-size: 14px;
    }

    #login_wrapper {
        padding-top: 0px;
    }
    /*
     * Datatable buttons
     */
    .btn-toolbar {
        margin-left: 0px;
        display: table;
        width: 100%;
    }
    .btn-toolbar > .btn, .btn-toolbar > .btn-group {
        display: table-cell;
    }
    /*
     * Pagination styles
     */
    .pagination > li > a,
    .pagination > li > span {
        padding: 2px 14px;
    }
    /*
     * Datatable styles
     */
    .dataTables_wrapper.form-inline  {
        font-size: 14px;
        white-space: nowrap;
    }

    #account-content .bet-description,
    #content-challenges .bet-description {
        word-break: break-all;
        white-space: normal;
        font-size: 15px;
    }

    .dropdown-menu {
        text-align: center;
    }
    /*
     * Datatable Routes styles
     */

    /*
     * Datatable Route_details styles
     */
    #account-content .table_route_details {
        font-size: 14px;
    }
    #account-content .table_route_details caption {
        font-size: 14px;
        font-weight: 800;
        color: inherit;
    }

    #content-challenges .event-description {
        font-size: 14px;
    }

}

/* fixed colum left + content + right*/
/*
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}
*/


