/* Minification failed. Returning unminified contents.
(135,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
@import url('Gotham.css');

body {
}

.body-font{
    font-family:Gotham A, Gotham B, sans-serif;    
}

.body-black {
    background-color: rgba(0,0,0,0.3);
}

.predatar-form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px 9px;
    font-size: 16px;
    line-height: 1.42857143;
    color: white;
    background-color: #262626;
    background-image: none;
    border: 1px solid #ff7800;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input.predatar-form-control:-webkit-autofill,
input.predatar-form-control:-webkit-autofill:hover,
input.predatar-form-control:-webkit-autofill:focus,
input.predatar-form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #262626 inset !important;
    color: white;
}

input.predatar-form-control:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}
.predatar-video {
    display: block; 
    font-size: 20px;
    line-height: 1.42857143;
    color: white;
    background-color: #262626;
    background-image: none;
    border: 1px solid #ff7800;
    border-radius: 4px;
    text-align: center;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/****************************************** LOGIN *************************************/
.loginPageImage {
    background-image: url(../Images/loginPage.jpg);
    background-position: center;
    background-size: cover;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    /*width: 100%;
    height: auto;
    background-repeat: no-repeat;*/
}

.row-with-margin {
    margin-top: 5%;
}

/* top header container of login page */
.header-container {
    background-color: #54575a;
    height: 45px;
    margin-bottom: 10px;
}

.predatar-panel-body-input-height {
    height: 40px;
    background-color: #262626 !important;
    border-color: #ff7800;
    color: white !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    text-align: center;
}

.panel-default {
    border-radius: 6px;
    /*margin-top: 10px;*/
    background-color: #303132;
    opacity: 0.88;
    min-height:400px;
}

.panel-default-overlay {
    border-radius: 6px;
    /*margin-top: 10px;*/
    background-color: #080808;
    /*opacity: 0.88;*/
    min-height: 400px;
}

.login-panel-heading {
    padding: 0px 15px;
    color: #fff;
    background-color: #262626; /*#3399FF;*/
    height: 54px; /*32px;*/
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: 700;
    font-size: 35px; /*18px;*/
    margin-top: -2px;
    text-align: center;
}

.predatar-panel-input {
    /*display: table;
    margin: 0 auto;*/
}

@media only screen and (min-width: 380px) {
    .predatar-panel-input {
        /*width: 345px; /*300px;*/*/
    }
}

.predatar-panel {
    /*display: table;
    margin: 0 auto;*/
    padding-bottom: 20px;
}

@media only screen and (min-width: 380px) {
    .predatar-panel {
        /*width: 800px; *//*300px;*/
    }
}

.login-footer-div {
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
}

#div_login_footer {
    position: absolute;
    bottom: 30px;
    color: white;
}

@media only screen and (max-height:670px) {

    #div_login_footer {
        position: relative !important;
        bottom: 0px !important;
    }
}

@media only screen and (max-width:670px) {

    .login-footer-div {
        font-size: 16px;
        visibility: hidden;
    }

    #div_login_footer_text {
        font-size: 18px;
    }
}

@media only screen and (min-width:671px) {

    .login-footer-div {
        font-size: 18px;
    }

    #div_login_footer_text {
        font-size: 20px;
    }
}

/*Want your name in lights*/
#div_login_footer_text {
    font-size: 20px;
}

.login-btn {
    display: inline-block;
    /* padding: 6px 12px; */
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 2.0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding-right: 12px;
    padding-left: 12px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    color: #352826;
    background-color: #ff7800;
}

    .login-btn:hover, .login-btn:focus, .login-btn.focus, .login-btn:active, .login-btn.active, .open > .dropdown-toggle.login-btn {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.remove-btn {
    display: inline-block;
    /* padding: 6px 12px; */
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 2.0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    /*padding-right: 12px;
    padding-left: 12px;*/
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    color: #352826;
    background-color: #e8562f;
}

    .remove-btn:hover, .remove-btn:focus, .remove-btn.focus, .remove-btn:active, .remove-btn.active, .open > .dropdown-toggle.remove-btn {
        color: #fff;
        background-color: #e8c52f;
        border-color: #e8562f;
    }

.login-hr {
    margin-left: 30px;
    margin-right: 40px;
    border-top: 2px solid #8a8a8a;
}

.loginPagePredatarText {
    background-image: url(../Images/predatar-word-mark.svg);
    width: 123px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: 123px 23px;
    margin-top: -3%;
    margin-right: 40px;
}

.loginPageWolfImage {
    background-image: url(../Images/wolf-head.svg);
    width: 50px;
    height: 49px;
    background-repeat: no-repeat;
    margin-top: -3%;
    margin-left: 40px;
    background-size: 50px 50px;
}

.loginPageFooterText {
    background-image: url(../Images/logo-text-for-sign-in.png);
    width: 123px;
    height: 14px;
    background-repeat: no-repeat;
    margin-bottom: -3%;
    margin-right: 40px;
}

.legenttext{
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-left: 105px;
    margin-bottom: -35px;


}

/* forgot password */
.forgot-password {
    font-weight: 700;
    font-size: 18px;
    color: #ced5d8;
}

a {
    color: #ffffff;
    text-decoration: underline;
}

    a:hover, a:focus {
        color: #ff7800;
        text-decoration: underline;
    }


/* remember me*/
label.remember-me {
    /*font-weight: 700;*/
    font-size: 16px;
    /*text-shadow: #444444 0 0 0px;*/
    color: #dce3e6;
}
/* help text */
.help-text {
    margin-top: 2px;
    margin-bottom: 25px;
    padding-left: 0px;
    font-weight: 400;
    font-size: 16px;
    text-shadow: #444444 0 0 0px;
}

.predatar-panel-body {
    margin: 8px;
}


.top-margin-15 {
    margin-top: 15px;
}

.top-margin-30 {
    margin-top: 30px;
}
.top-margin-40 {
    margin-top: 40px;
}

.top-margin-60 {
    margin-top: 60px;
}
.top-margin-5 {
    margin-top: 5px;
}
.top-margin-10 {
    margin-top: 10px;
}

.bottom-margin-30 {
    margin-bottom: 30px;
}

.validation-summary-errors {
    color: #f52828;
    /*color: #f1181;*/
}

    .validation-summary-errors ul {
        list-style: none;
        /*font-family: 'Open Sans';*/
        font-weight: 700;
        font-size: 18px;
        padding-left: 0px;
    }

        .validation-summary-errors ul li {
            text-align: center;
        }


  /*-------------------------------------------------------- Registration Page ------------------------------------------------------------------------------------------- */

.ml-10{
    margin-left:10px;
}
.ml-40{
    margin-left: 40px;
}
.ml-25 {
    margin-left: 25px;
}

.mr-10 {
    margin-right: 10px;
}

h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    /*font-family: 'Open Sans';*/
}

h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    /*font-family: 'Open Sans';*/
}

.h1-o {
    color: #ff7800;
    font-size: 28px;  
    font-weight: 700;
    /*font-family: 'Open Sans';*/
}
@media only screen and (max-width: 992px) {

    .h1-o {
        font-size: 26px;     
    }
}

@media only screen and (max-width: 768px) {

    .h1-o {       
        font-size: 22px;
    }
}



.h2-o {
    color: #ff7800;
    font-size: 26px;
    /*font-family: 'Open Sans';*/
}

.h3-o {
    color: #ff7800;
    font-size: 20px;
    /*font-family: 'Open Sans';*/
}

.h4-o {
    color: #ff7800;
    font-size: 15px;
    /*font-family: 'Open Sans';*/
}

.h5-o {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-left: 87px;
    margin-bottom: -35px;
}

.window-body-text {
    color: #fff;
    font-size: 18px;    
    /*font-family: 'Open Sans';*/
}

@media only screen and (max-width: 992px) {

    .window-body-text {       
        font-size: 16px;      
    }
}
@media only screen and (max-width: 768px) {

    .window-body-text {
        font-size: 14px;
    }
}

    .icon-large {
        color: #ff7800;
        font-size: 28px;
    }

    .window-body-heading {
        color: #fff;
    }

    label {
        color: #fff;
    }

    .align-center {
        margin-left: 20%;
        /*float: none;
    margin: auto;*/
    }

    .registration-steps-row {
        height: 50px;
        color: white;
        text-align: center;
        background-color: gray;
        padding: 0px;
        margin-left: 0px;
        color: #2f2b2b;
        font-weight: 700;
        font-size: 16px;
    }

    .registration-step {
        height: 50px;
        /*padding-top: 15px;*/
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .registration-step-active {
        background-color: #ff7800;
        border-radius: 0px 25px 25px 0px;
        color: #fff;
    }

    .registration-step-completed {
        background-color: #ff7800;
        color: #2f2b2b;
    }

    .display-flex {
        display: flex;
    }

    .step-number {
        color: #ff7800;
    }

    a.highlighted-link:link,
    a.highlighted-link:hover,
    a.highlighted-link:active,
    a.highlighted-link:visited {
        color: #ff7800;
    }

.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* The height of the item will now be 56.25% of the width. */
}

    .aspect-ratio iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

