body {
    padding-top: 60px;
    /* background: linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.8)), url("../img/background_ucallhockey.jpg"); */
}

/*.header {
    margin-top: 50px;
    text-align: center;
}*/

.sub-header {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #66b3cc;
}

.navbar-brand {
    padding: 10px;
}

.navbar-brand img {
    max-width: 120px;
}

.navbar-form .form-control {
    color: #FFFFFF;
}

footer {
    border-top: 1px #ccc solid;
    padding: 20px 0px;
}

.alert a {
    color: #fff;
    text-decoration: underline;
}

.text-lg {
    font-size: 16px;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    font-size: 3em;
}

.hr-text:before {
    content: '';
    /* use the linear-gradient for the fading effect use aabsolute; */
    left: 0;
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 .5em;
    line-height: 1.5em;
    /* this is really the only tricky part, you need to specify the background color of the container element... */
    background-color: #fcfcfa;
}

h3 {
    text-align: center;
}

h2 {
    text-align: center;
}

#main {
    margin: 15px auto;
}

/*#main .left, #main .left h2{*/

#main .left {
    text-align: left;
}

.sitemap {
    margin-top: 100px;
}

.profiles {
    margin-top: 200px;
}

.profile {
    margin-top: 50px;
}

.logo {
    width: 400px;
    margin: auto;
}

.text-sm {
    font-size: 12px !important;
}

a span.desc,
a span.asc {
    background: transparent url("../img/sort.png") no-repeat -14px 0;
    height: 7px;
    width: 14px;
    display: inline-block;
}

a span.desc {
    background: transparent url("../img/sort.png") no-repeat;
}

#loading .img {
    margin: 50px auto 50px auto;
    text-align: center;
}

ul.errorlist,
.error,
ul.errorlist li {
    color: #F19C39;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.errorlist li {
    padding: 0 20px 0 20px;
}

.lspace {
    margin-left: 10px;
}

.nomargin {
    margin: 0;
}

a.danger,
a.primary {
    text-decoration: none;
    border-bottom: none;
}

a.danger:hover {
    color: #E27689;
    text-decoration: none;
}

a.primary:hover {
    color: #337ABA;
    text-decoration: none;
}

.word-break {
    word-break: break-all;
    word-wrap: break-word;
    padding-left: 15px;
}

.word-wrap,
.word-wrap .btn {
    white-space: inherit
}

.no-border {
    border: none !important;
}

.tableWrapper {
    overflow-x: scroll;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px
}

table.stripe {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
}

table.stripe th {
    background: #F6F6F6;
    padding: 10px;
    text-align: left;
    font-weight: bold;
}

table.stripe td {
    padding: 6px;
    text-align: left;
}

table.stripe tr:nth-child(1) {
    border-top: 1px solid #EBEBEB;
    border-bottom: none;
    /*border-bottom: 2px solid #EBEBEB;*/
    /*-webkit-box-shadow:0 10px 0 #EBEBEB;
    -moz-box-shadow:0 10px 0 #EBEBEB;
    box-shadow: 0 10px 0 #EBEBEB;*/
}

table.stripe tr:nth-child(2) {
    border-top: 1px solid #fafafa;
    border-bottom: 2px solid #EBEBEB;
    height: 1px;
}

/*table.stripe tr:nth-child(2) td{
    height: 1px;
    padding: 0;
}*/

table.stripe tr {
    background-color: #FFF;
    border-bottom: 1px solid #E9E9E9;
}

table.stripe tr:nth-child(even) {
    background-color: #F8F8F8;
}

table.stripe tr:hover {
    background: #EEEEEE;
}

table.stripe tr.unread {
    font-weight: bold;
}

tr.bold,
td.bold,
.text-bold {
    font-weight: bold;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

#main>section.messages {
    box-shadow: none;
}

form textarea {
    min-height: inherit;
}

form p {
    display: block;
    width: 100%;
}

form .helptextm,
form .help-block {
    text-align: left;
    display: block;
    width: 100%;
    color: #ccc;
    margin: 0;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

div.form-group.team {
    display: none;
}

ul.ordered {
    list-style: list-style-position;
}

ul.ordered li {
    margin: 10px
}

.notfications {
    margin: auto 10px auto auto;
}

.notfications a {
    border: none;
}

.notfications a:hover {
    color: #fff;
}

.notfications #live_notify_badge {
    border-radius: 50%;
    color: #000;
    background: #888;
    width: 13px;
    height: 13px;
    padding: 0px;
    line-height: 13px;
    text-align: center;
    display: inline-block;
}

.notfications a:hover #live_notify_badge,
.notfications #live_notify_badge:hover {
    background: #fff;
}

.notfications a #live_notify_badge {
    color: #000;
}

.fa-check-square-o {
    color: green;
}

.downLink a {
    border-bottom: none;
}

.downLink a:hover,
a.button:hover {
    text-decoration: none;
}

.sup-small sup {
    font-size: 0.4em;
    top: -1.5em;
}

.help.text-sm {
    font-size: 10px !important;
}

.text-small {
    font-size: 0.7em;
}

.formset_title {
    text-align: left;
    padding: 15px;
    padding-bottom: 0px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

a.list-group-item:hover {
    background-color: #f19c39;
    color: #fafafa;
}

.package {
    margin-bottom: 30px;
}
.page-header, h1{
    color: #666;
    font-size: 3em;
    font-weight: 400;
    margin-top: 12px;
    padding-bottom: 0px;
}
.border-line{
    border-top: 1px solid #eeeeee;
}
.multiselect-container input, .multiselect-container select {
    background-color: transparent;
}
.list-group .title{
    font-size: 18px !important;
    text-align: center;
    height: 90px;
    color: #111;
    text-transform: uppercase;
}

.list-group .title .small {
    font-size: 60%;
    letter-spacing: 2px;
}

.package-header {
    border-bottom: 1px #eee solid;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    padding-left: 0px;
    color: #999;
}

.callus {
    display: block;
    top: 20px;
}

.feature {
    color: #666;
}

/* .feature .title{
    text-align: center;
    padding: 10px;
    font-size: 20px;
} */

.feature .item span {
    padding: 8px;
}

.text-link {
    color: #68B3C8;
}

a.text-link {
    color: #ed1b36;
}

.bootstrap-datetimepicker-widget a[data-action] {
    box-shadow: none;
}

.close {
    margin-top: -6px;
}

.btn {
    margin-top: 5px;
}

.text-normal {
    white-space: normal;
}

.input-group-btn>.btn {
    margin-top: 0px;
}

.modal {
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-dialog {
    margin-top: 65px;
}

.modal-body {
    font-weight: 700;
    color: #666;
}

.extra-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 11px;
}

tr.active-row,
tr.active-row:hover,
tr.active-row:focus {
    background-color: rgba(255, 0, 0, 0.8) !important;
}

/* Price  */

.price {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #111;
}

.price sup {
    top: -0.4em;
    font-size: 60%;
}

.price .duration {
    font-size: 60%;
    margin-left: -10px
}

/* Card Class */

.card {
    border-radius: 6px;
    background-color: #FFFFFF;
    color: #666;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    max-width: 500px;
    -webkit-box-shadow: -2px 4px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 4px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 4px 10px 0px rgba(0, 0, 0, 0.75);
}

.card-header {
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
}

.card-title {
    margin: 0;
    color: #999;
    font-weight: 700;
    text-align: center;
}

.card-content {
    padding: 15px;
    font-size: 16px;
}

.card .form-group {
    margin-bottom: 30px;
}

.card-label {
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9A;
    margin-bottom: 0px;
}

.card-footer {
    line-height: 30px;
    padding-top: 10px;
    text-align: right;
}

.social_login {
    text-align: center;
    margin-top: 25px;
}

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform: initial;}
.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}
.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}
.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}
.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}
.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}
.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}
.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}
.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}

.btn-facebook {color: #fff;background-color: #3b5998;border-color: rgba(0, 0, 0, 0.2)}
.btn-facebook:focus,.btn-facebook.focus {color: #fff;background-color: #2d4373;border-color: rgba(0, 0, 0, 0.2)}
.btn-facebook:hover {color: #fff;background-color: #2d4373;border-color: rgba(0, 0, 0, 0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook {color: #fff;background-color: #2d4373;border-color: rgba(0, 0, 0, 0.2)}
.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus {color: #fff;background-color: #23345a;border-color: rgba(0, 0, 0, 0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook {background-image: none}
.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus {background-color: #3b5998;border-color: rgba(0, 0, 0, 0.2)}
.btn-facebook .badge {color: #3b5998;background-color: #fff}

.btn-google {color: #fff;background-color: #dd4b39;border-color: rgba(0, 0, 0, 0.2)}
.btn-google:focus,.btn-google.focus {color: #fff;background-color: #c23321;border-color: rgba(0, 0, 0, 0.2)}
.btn-google:hover {color: #fff;background-color: #c23321;border-color: rgba(0, 0, 0, 0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google {color: #fff;background-color: #c23321;border-color: rgba(0, 0, 0, 0.2)}
.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus {color: #fff;background-color: #a32b1c;border-color: rgba(0, 0, 0, 0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google {background-image: none}
.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus {background-color: #dd4b39;border-color: rgba(0, 0, 0, 0.2)}
.btn-google .badge {color: #dd4b39;background-color: #fff}

.login-logo {
    display: inline-block;
    margin-top: 20px;
}

.card .card-header {
    background-color: #F19C39;
    border-color: ##F19C39;
}

.card-primary .card-header {
    background-color: #231f20;
    border-color: #231f20;
}

.card-success .card-header {
    background-color: #3d8b40;
    border-color: #3d8b40;
}

.card .card-title {
    color: #ffffff;
}

/* Card classes end */

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px
}

.row.display-flex>[class*='col-'] {
    /* flex-grow: 1; */
    padding: 0px;
    margin-bottom: 20px;
}

.row.display-flex .list-group {
    height: 100%;
}

.eq-height {
    height: calc(100% - 150px)
}

/* List group item secondary */

.list-group-item {
    font-size: 16px;
}

a.list-group-item.current,
a.list-group-item:hover {
    color: #fff;
    background-color: #f19c39;
    border-width: 1px 0px;
}

.nav.nav-pills {
    margin-bottom: 12px;
}

.fa-li {
    top: 0.5em;
}

.social-icon a {
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.row.vdivide [class*='col-']:not(:last-child) {
    border-right: 2px solid #e0e0e0;
}

.profile-header {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.profile-body {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.profile-body-mid{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }

.profile-body-reg{
  text-align: center;
  font-size: 14px;
}

.profile-body-reg .fa {
    vertical-align: bottom;
}

.profile-pitch-body,
.profile-strike-body {
    font-size: 20px;
    font-weight: bold;
}

.profile-strike-body {
    width: 100px;
    margin: auto;
}

.profile-strike-body img {
    position: absolute;
    width: 24px;
    margin-top: 5px;
}

.profile-strike-body span {
    margin-left: 30px;
}

.panel-icon {
    align-self: center;
    line-height: inherit;
}

/* #nav-menu{
    padding-left: 15px;
} */

#navbar-main,
#navbar-main .dropdown-menu {
    color: #ccc;
    font-size: 16px;
}

.help-icon {
    font-size: 18px;
    vertical-align: super;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

#submit2 {
    width: 90%;
}

.formBox {
    width: 300px;
    margin: 0 auto 0 auto
}

.formBox {
    margin-top: 30px;
}

.center {
    /*color:#6A8391;*/
    text-align: center;
    margin: auto;
    width: 50%;
    padding: 10px;
}

.form-control2,
input,
select {
    /*margin-left:10%;
	margin-right:10%;

	/*margin-top:20px 0 0 0;*/
    /*width:80%;*/
    background-color: #ffffff;
    border-radius: 10px;
    border: 0px solid black;
    text-align: center;
    text-align-last: center;
    color: #000000;
}

textarea:focus,
select:focus,
select.form-control:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    -webkit-box-shadow: inset 0 -2px 0 #F19C39;
    box-shadow: inset 0 -2px 0 #F19C39;
}

.row-striped:nth-child(even) {
    background-color: #e5e5e5;
}

.row-striped .delete {
    padding-top: 10px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    display: none;
}

.row-striped:hover .delete {
    display: block;
}

.percentile-icon {
    height: 25px;
    width: 25px;
    position: relative;
    top: -5px;
    /*left: 20px;*/
    /*background-position:0px -25px;*/
    /*background-image: url('../img/percentile.png'); /*your location of the image may differ*/
    */
}

#percentile {
    /*text-align: center;*/
    /*font-size: 20px;*/
    /*font-weight: bold;*/
    /*padding: 10px 0px;*/
    /*background-position: 20px 30%;*/
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-image: url("../img/percentile.png");
}

#profile-zone1 {
    text-align: center;
    /*font-size: 20px;*/
    /*font-weight: bold;*/
    /*padding: 10px 0px;*/
    /*background-position: 20px 30%;*/
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-image: url("../img/zone1.ico");
}

#profile-zone2 {
    text-align: center;
    /*font-size: 20px;*/
    /*font-weight: bold;*/
    /*padding: 10px 0px;*/
    /*background-position: 20px 30%;*/
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-image: url("../img/zone2.ico");
}

#profile-zone3 {
    text-align: center;
    /*font-size: 20px;*/
    /*font-weight: bold;*/
    /*padding: 10px 0px;*/
    /*background-position: 20px 30%;*/
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-image: url("../img/zone3.ico");
}

#profile-zone4 {
    text-align: center;
    /*font-size: 20px;*/
    /*font-weight: bold;*/
    /*padding: 10px 0px;*/
    /*background-position: 20px 30%;*/
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-image: url("../img/zone4.ico");
}

#profile-zone5 {
    text-align: center;
    /*font-size: 20px;*/
    /*font-weight: bold;*/
    /*padding: 10px 0px;*/
    /*background-position: 20px 30%;*/
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-image: url("../img/zone5.ico");
}

#profile-zone6 {
    text-align: center;
    /*font-size: 20px;*/
    /*font-weight: bold;*/
    /*padding: 10px 0px;*/
    /*background-position: 20px 30%;*/
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-image: url("../img/zone6.ico");
}

#profile-zone7 {
    text-align: center;
    /*font-size: 20px;*/
    /*font-weight: bold;*/
    /*padding: 10px 0px;*/
    /*background-position: 20px 30%;*/
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-image: url("../img/zone7.ico");
}

#profile-zone8 {
    text-align: center;
    /*font-size: 20px;*/
    /*font-weight: bold;*/
    /*padding: 10px 0px;*/
    /*background-position: 20px 30%;*/
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-image: url("../img/zone8.ico");
}

#profile-zone9 {
    text-align: center;
    /*font-size: 20px;*/
    /*font-weight: bold;*/
    /*padding: 10px 0px;*/
    /*background-position: 20px 30%;*/
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-image: url("../img/zone9.ico");
}



#app_download .appicon {
    width: 200px;
    display: inline-block;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-form .form-control {
        max-width: 130px;
    }
    #navbar-main,
    #navbar-main .dropdown-menu {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    /* mobile device menu */
    #mobile-nav {
        position: fixed;
        top: 0px;
        padding: 0px;
        left: -250px;
        width: 0px;
        height: 100vh;
        z-index: 1040;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    #mobile-nav .nav-items {
        position: absolute;
        width: 250px;
        background-color: #000;
        height: calc(100% - 50px);
        overflow-y: auto;
        top: 65px;
    }
    .mobile-device,
    .mobile-device body {
        overflow: hidden !important;
    }
    .mobile-device #mobile-nav {
        left: 0px;
        width: 100%;
    }
    .mobile-device #mobile-nav .close {
        position: absolute;
        left: 250px;
        top: 65px;
        margin-top: 6px;
    }
    /* mobile device menu ends */
    /* .container{
        width: 100%
    } */
    #main {
        margin: 30px auto;
    }
    .navbar-nav>li,
    .navbar-nav,
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu>li>a {
        color: #F19C39;
    }
    .dropdown-menu>li>a:hover {
        background-color: transparent;
        color: #FFF;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-form {
        margin: 0px;
        border: none;
        padding: 10px 15px;
    }
    .navbar-form .form-control {
        width: 100%;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        height: auto;
    }
    .navbar-collapse.collapse.in {
        /* NEW */
        display: block !important;
    }
    /* .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    } */
}

.img-background {
    background: url('../img/img_background_A.png')no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* .login-signup{
    margin-bottom: 10%;
} */

.login-signup {
    margin-top: 24px;
    margin-bottom: 12px;
    color: #231f20;
}

.login-signup ul {
    padding-left: 0;
    height: 35px;
}

.login-signup ul li {
    list-style: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-right: 20px;
    line-height: 1;
}

.text-dim a {
    color: #666;
}

.login-signup ul li{
    float: left;
}

.login-signup ul li.active {
    border-bottom: 2px #F19C39 solid;
}

.log-bottom {
    display: flex;
}

.login-content {
    padding: 30px 20px;
}

@media screen and (max-width: 767px) {
    .page-header {
        font-size: 2em;
    }
    .row.vdivide [class*='col-']:not(:last-child) {
        border: none;
    }
    .text-xs-center {
        width: 100%;
        text-align: center;
    }
    #loading h2 {
        font-size: 24px;
    }
    #id_number_of_player {
        max-width: 140px;
    }
}

/* Override */
.btn-primary{
    background-color: #F19C39;
}
.btn-primary:hover, .btn-primary:active:hover {
    background-color:  #FDAF53;
}
.panel-primary>.panel-heading {
    background-color: #F19C39;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
    background-color: #F19C39;
}


.sortable th:hover {
    color: #000;
  }
  
  .sortable th:hover::after {
    color: inherit;
    font-size: 1.2em;
    content: ' \025B8';
  }
  
  .sortable th::after {
    font-size: 1.2em;
    color: transparent;
    content: ' \025B8';
  }
  
  .sortable th.dir-d {
    color: #000;
  }
  
  .sortable th.dir-d::after {
    color: inherit;
    content: ' \025BE';
  }
  
  .sortable th.dir-u {
    color: #000;
  }
  
  .sortable th.dir-u::after {
    color: inherit;
    content: ' \025B4';
  }