﻿.errortext {
    position: absolute;
    font-size: 14px;
    display: block;
    margin-top: 3px;
    color: #f84343;
    font-weight: normal;
    margin: 0;
    letter-spacing: .025em;
    font-family: Roboto,sans-serif;
    margin-top: -24px;
}

.regbody {
    padding: 25px;
    margin-top: 45px;
    background-color: #141313;
    opacity: 0.8;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* Added by joe on 23 July 2017 for the password status*/
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
/*end*/
.alternative {
    background: #e2e4ff;
}

.activatecolor {
    color: #990000 !important;
}

.deactivatecolor {
    color: #006600 !important;
}

.editcolor {
    color: #087380 !important;
}

.changepwdcolor {
    color: #f441af !important;
}

.approvecolor {
    color: #a64dff !important;
}

.labelhead {
    color: #636363;
    font-weight: bold;
}

.PanelBGColor {
    background-color: #535fed;
    border-radius: 0px;
    height: 62px;
}

.PanelHeading {
    color: #ffffff;
    margin-top: 13px;
}

.errortext1 {
    background-color: red;
    color: White;
    display: inline;
    margin: 5px 0px !important;
    width: auto;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    padding: 0 10px;
    letter-spacing: .025em;
}

.specialnote {
    color: green;
    font-style: italic;
}

.combomanfield select, .combomanfield select:hover {
    border: 1px solid #01A6DE;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.headerstyle {
    color: #0070C0;
    font-weight: bold;
    font-size: 19px;
}

.bottomtotal {
    color: #C00000;
    font-weight: bold;
    font-size: large;
    font-style: normal;
    text-align: right;
}

.btmtotalval {
    font-weight: bold;
    font-style: normal;
    text-align: right;
    font-size: medium;
}

.times12 {
    font-size: 12pt;
    color: #000000;
    font-weight: bold;
}

.redgrandamt {
    color: #C00000;
    font-weight: bold;
    font-size: 15px;
    font-family: Arial;
    font-style: normal;
}

.times12red {
    font-family: Arial;
    font-size: 12pt;
    color: #C00000;
    font-weight: bold;
}

.redamt {
    color: #C00000;
    font-weight: bold;
    font-size: large;
    font-style: normal;
}

.redboldpnl {
    color: #CC3300;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
}

.checktotal {
    font-weight: bold;
}

.blackbold {
    color: #000000;
    font-weight: bold;
    font-size: medium;
    font-family: Arial;
}

.redbold {
    color: #CC3300;
    font-weight: bold;
    font-size: medium;
    font-family: Arial;
}

.padright2 {
    padding-right: 5px !important;
}

.redboldunder {
    color: #CC3300;
    font-weight: bold;
    font-size: medium;
    font-style: normal;
    text-decoration: underline;
}

.gridHeaderAlignRight {
    text-align: right;
}

.gridHeaderAlignleft {
    text-align: left;
}

.gridHeaderAlignCenter {
    text-align: center;
}

.cblist label {
    padding: 0 0 10px 10px;
}
/*.cblist input{
    margin-left:10px
}*/

/*.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
        }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}*/

table .form-control {
    padding: 4px !important;
    min-height: 5px !important;
    width: 85% !important;
}

.cbox-border {
    color: white !important;
}

.modal-body > table > thead {
    background-color: #5cb85c !important;
}


.box-dahsboard-analytics a {
    color: white;
}


table tbody tr td a {
    font-size: 16px !important;
}

.splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single2:nth-child(1) {
    width: 42%;
    margin-right: 30px;
    border: 0;
}

.splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single2 {
    display: block;
    overflow: hidden;
    width: 53.5%;
    float: left;
    border-bottom: solid 1px #ccc;
    margin-bottom: 29px;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.scrollToTop {
    width: 100px;
    height: 130px;
    padding: 10px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    top: 75px;
    right: 40px;
    display: none;
    background: url('arrow_up.png') no-repeat 0px 20px;
}

    .scrollToTop:hover {
        text-decoration: none;
    }

#main {
    padding: 0 !important;
}

.splashAmericanFootball .rev_slider .stm-slider-overlay {
    background: rgba(0,0,0,0.5);
    background: -webkit-linear-gradient(rgba(0,0,0,0.5),transparent);
    background: linear-gradient(rgba(0,0,0,0.5),transparent);
}

.splashAmericanFootball .rev_slider .slider-date {
    display: block;
    font-family: "Oswald";
    font-weight: 400;
    padding: 6px 10px !important;
    background: #F27FA9;
    color: #018194 !important;
    clear: both;
}

.splashAmericanFootball .rev_slider .slider-title {
    display: block;
    overflow: hidden;
    line-height: 64px !important;
}

    .splashAmericanFootball .rev_slider .slider-title .first_text {
       
        letter-spacing: 0px !important;
        line-height: 48px !important;
        padding: 11px 11px 11px !important;
        display: inline-block;
    }

    .splashAmericanFootball .rev_slider .slider-title .second_text {
        letter-spacing: 0px !important;
        line-height: 48px !important;
        padding: 11px 5px 5px 5px !important;
        display: inline-block;
        margin-top: -35px !important;
    }

    .splashAmericanFootball .rev_slider .slider-title span {
        display: block;
        overflow: hidden;
        background: rgba(6,8,52,0.5);
        padding: 10px !important;
        font-family: "Oswald";
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0;
    }

.splashAmericanFootball .rev_slider .slider-description {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

#wrapper {
    background-color: #ffffff;
}

h2, .h2 {
    font-size: 42px;
}

h3, .h3 {
    font-size: 30px;
}

.wpb_animate_when_almost_visible {
    opacity: 1;
}

.latest-tweets a {
    text-decoration: none;
}

#dvLatestResult sup{
     /*font-size: 10px;*/
     text-transform:lowercase !important;
}

.footersociallink a{
    text-decoration:none;
    padding:0 5px;
    margin-bottom:10px;
}

    .sticky-container {
            padding: 0px;
            margin: 0px;
            position: fixed;
            right: -130px;
            top: 230px;
            width: 210px;
            z-index: 1100;
        }

        .sticky li {
            list-style-type: none !important;
            content: none !important;
            background-color: #f27fa9;
            color: #efefef;
            height: 71px;
            padding: 0px;
            margin: 0px 0px 4px 10px;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            cursor: pointer;
        }

            .sticky li:hover {
                margin-left: -140px;
            }

            .sticky li img {
                float: left;
                margin: -3px 4px;
                margin-right: 5px;
            }

            .sticky li p {
                padding-top: 10px;
                margin: 0px;
                line-height: 45px;
                font-size: 15px;
            }

                .sticky li p a {
                    text-decoration: none;
                      color: #fff;
    font-weight: bold;

                }

                    .sticky li p a:hover {
                        text-decoration: none;
                    }

.slider-img {
    /*position: absolute; display: block; visibility: visible; left: 340px; right:auto; top: 262px; z-index: 1; height:340px !important;width:340px !important;*/  
    display: block;
    height: 400px;
    position: absolute;
    right: 55%;
    top: 262px;
    visibility: visible;
    width:400px;
    z-index: 1;
}

.article-img {
    position: absolute
}      

    .slider-img img {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        /*left: -40%;*/
    }


.wpb_wrapper .inner-box{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    float:left;
    position:relative;

}

.forcefullwidth_wrapper_tp_banner {
    position:absolute;
    z-index:1px
}

@media (min-width:768x) {
    slider-img {
        left:-49% !important;
        position: absolute;
    }
    
}

@media (max-width:640px){
    
    .video-iframe {
        height:auto !important;
}
       .slider-img {
    width:170px;
    height:170px;
    top: 200px;
    }
    .splashAmericanFootball .rev_slider .slider-title .second_text ,.splashAmericanFootball .slider-title.h1{
    font-size:14px !important;
    margin-bottom:0 !important;
     white-space: nowrap !important;
    }
  .rev_slider .caption, .rev_slider .tp-caption {
  white-space: inherit !important;
    }
}

@media (max-width:1024px) {
    /*.slider-img {
        left: -49% !important;
        position:absolute;
    }*/
    .tp-parallax-wrap {
    left:50% !important;
    }
}

@media (max-width:1200px){

    /*.slider-img img{
    float: right;
    height: 100%;
    position: absolute;
    right: -41%;
    width: 100%;
}*/
    .splashAmericanFootball .stm-header.stm-header-2 .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li a {
     padding: 1px 18px 0;
    }
}
@media (min-width:360px){
    
    .video-iframe {
        height:auto !important;
    }
    
}

@media (min-width:768px) and (max-width:1024px){
    
    .video-iframe {
        height:auto;
    }
}
.fa.fa-facebook {
    width:90px;
    font-size:50px;
    padding:10px;
    border-radius:2px;
}
.fa.fa-twitter {
 width: 90px;
font-size: 50px;
padding: 2px;
border-radius: 2px;
line-height: 32px;
}
.fa.fa-instagram {
    width: 90px;
font-size: 50px;
padding: 3px;
border-radius: 2px;
line-height: 30px;
}

.fa.fa-facebook.small {
     width:30px !important;
    font-size:20px !important;
    border:none !important;
}
.fa.fa-twitter.small {
     width:20px !important;
    font-size: 20px !important;
    border:none !important;
}
.fa.fa-instagram.small {
     width:20px !important;
    font-size: 20px !important;
    border:none !important;
}
.fa.fa-ticket.small {
    font-size: 40px !important;
}



.cblist label {
    padding: 0 0 10px 10px;
}
/*.cblist input{
    margin-left:10px
}*/

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 21px;
            height: 21px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            /*border-radius: 3px;*/
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 4px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
        }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    /*background-color: #5cb85c;*/
    border-color: #ccc;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    /*color: #fff;*/
    color: #018194;
    font-size: 15px;
}