﻿
html { 
    height:100%
    
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 5px solid #ef8233;
    min-height: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-top:25px;
    padding-right: 15px;
}

.center-content {
    text-align:center;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48 !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

hr {
    margin-top:10px;
    margin-bottom:10px;
    border: 1px solid black;
}

.vjs-tech {
    background-color: #373737;
}

.vjs-big-play-button {
    /* text-align: center !important; */
    left: 0 !important; 
    top: 0  !important; 
    font-size: 8em !important;
    /*display: block;*/
    z-index: 2;
     position: static !important; 
    width: 0 !important;
    height: 0 !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background-color: #373737;
    /*position:relative !important;*/
    /* background-color: rgba(7, 20, 30, 0.7); */
    /* border: 0.1em solid #3b4249; */
    -webkit-border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    border-radius: 0.8em;
    border:0 !important;
    -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}


.tab-pane-no-pad {
    padding: 0 !important;
}

.text-no-anchor {
    text-decoration: none !important;
}

.gimmespace {
    margin:20px 20px 20px 20px;
}

.total-smart-score {
    color:#f08233;
    font-size:18px;
    font-weight:bold;
}


.gridStyle {
    border: 1px solid rgb(212,212,212);
    height: 300px
}


.pull-bottom {
    position:absolute;
    bottom:0;
}

.p_item {
    padding-top:5px;
}

.validation-summary-errors ul { 
    list-style: none;
    margin-left:-40px
}

.planPanel {
    margin-right: 25px;
}

.trialDisplay {
    height: 20px;
    font-style: italic;
    background-color: #3982C1;
    width: auto;
    padding: 5px;
    color: #ffffff;
}

.packagePanel {
    min-height: 120px;
}


/**manage subscriptions style*/
.tabs {
    max-width: 90%;
    margin: 0 auto;
}

#tab-button {
    margin:0;
    padding: 0;
    list-style: none;
}

    #tab-button li {
        display: table-cell;
        width: 20%;
        line-height: 45px;
    }

        #tab-button li a {
            display: block;
            background: #373737;
            border: 1px solid #DDDDDD;
            border-radius: 5px 5px 0 0;
            text-align: center;
            color: #fff;
            text-decoration: none;
            margin-right:2px;
        }

        #tab-button li:not(:first-child) a {
            border-left: none;
        }

        #tab-button li a:hover {
            border-bottom-color: transparent;
            background: #444444;
            color: #fff;
        }

        #tab-button .is-active a {
            border-bottom-color: transparent;
            background: #fff;
            color: #000;
            pointer-events: none;
            cursor: default;
        }

.tab-contents {
    padding: .5em 2em 1em;
    border: 1px solid #373737;
}

.tab-contents a{
    color: #838383;
}

.tab-contents a:hover {
    color: #000;
}

    .tab-contents tr {
        border: 1px solid #ddd;
        height: 50px;
    }

    .tab-contents td {
        width: 250px;
        padding-top: 12px !important;
    }

    .tab-contents td input {
        margin-top: -5px;
    }


.tab-contents {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }

    .tab-select-outer {
        display: none;
    }

    .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }
}

#subscriptionModalBtn {
    width: 150px;
}

#modal-title {
    font-size: 20px;
}

.subCloseBtn:hover {
    background-color: #b92c28 !important;
    color: #fff;
}

    /** manage subscription style ends*/

.coachRegister{
    padding:50px;
}

a.reset_password {
    color: #838383;
    text-decoration: underline;
}

.csaLogo {
    width: 300px;
    height: auto;
    margin-bottom: 20px;
}
.activationWrapper {
    background-color: #F4F4F4;
    width: 400px;
    height: auto;
    border: 1px solid #ccc;
    margin: 0 auto;
    padding:20px;
}

.activationContent
{
    margin: 30px 20px 0 20px;
    width: auto;
}

.activationContent p {
    margin-top:30px;
    text-align:justify;
}

.activationContent a {
    margin-top: 30px;
}

    .activationContent a:hover {
        background-color: #419641 !important;
    }
    


