﻿/*@import url(http://fonts.googleapis.com/css?family=Open+Sans);*/

body
{
    color: white;
    -ms-overflow-x: hidden;
}

body
{
    padding-top: 0px;
    padding-bottom: 0;
    overflow: auto;
    min-height: 800px;
}

.row
{
    margin: 0px;
}

.full-page#content .inside-block form .input-group .input-group-addon i
{
    width: 18px;
    color: rgba(255, 255, 255, 0.6);
}

.full-page#content .inside-block
{
    margin: 0px auto;
    padding: 50px;
    width: 305px;
    height: auto;
    min-height:230px;
    text-align: center;
    color: white;
    overflow: auto;
    display: block;
    box-sizing: content-box;
    background-color: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000');
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.mybg1
{
    background-position: left top;
    background-image: url("../Images/pattern.jpg");
    background-repeat: repeat;
    background-size: auto;
}

.mybg2
{
    background-position: left top;
    background-image: url("../Images/services-green.jpg");
    background-repeat: repeat;
    background-size: auto;
}

.mybg3 {
  background-position: left top;
  background-image: url("../Images/bg_new.png");
  background-repeat: repeat;
  background-size: auto;
}

#wrap
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    min-height: 100%;
}

    #wrap > .row
    {
        height: 100%;
        min-height: 100%;
    }

    #wrap #content
    {
        width: 100%;
        height: 100%;
        padding-right: 25px;
        padding-bottom: 0px;
        padding-left: 265px;
    }

    #wrap #content
    {
        height: 100%;
        min-height: 100%;
    }

.full-page#content
{
    background: url("../images/noise.png") left top, url("../images/dot_pattern.png") left top, url("../images/backgrounds/1.jpg") no-repeat left top / cover;
    padding: 0px 0px 45px !important;
    top: -45px;
    width: 100%;
    height: 100%;
    position: fixed;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

    .full-page#content .inside-block form
    {
        margin-top: 50px;
        margin-bottom: 40px;
    }

        .full-page#content .inside-block form .input-group
        {
            margin-bottom: 10px;
        }

            .full-page#content .inside-block form .input-group input
            {
                border-radius: 0px 4px 4px 0px !important;
                border: 0px currentColor !important;
                transition: 0.1s linear;
                border-image: none !important;
                color: white !important;
                background-color: rgba(8, 0, 0, 0.9) !important;
                -webkit-transition: all 0.1s linear;
                -webkit-border-radius: 0 4px 4px 0;
                -moz-border-radius: 0 4px 4px 0;
                -moz-transition: all 0.1s linear;
                -ms-border-radius: 0 4px 4px 0;
                -o-border-radius: 0 4px 4px 0;
            }

.input-group .input-group-addon
{
    border-color: rgba(0, 0, 0, 0.1);
}

.full-page#content .inside-block form .input-group .input-group-addon
{
    border-radius: 4px 0px 0px 4px !important;
    border: 0px currentColor;
    transition: 0.1s linear;
    border-image: none;
    background-color: rgba(8, 0, 0, 0.9);
    -webkit-transition: all 0.1s linear;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -moz-transition: all 0.1s linear;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
}

.form-control
{
    padding: 6px 11px;
    outline: 0px;
    border-radius: 4px;
    border: 1px solid rgb(226, 226, 226);
    transition: 0.2s linear;
    border-image: none;
    height: 16px;
    color: rgb(113, 113, 113);
    line-height: 18px;
    font-size: 13px;
    vertical-align: top;
    filter: none !important;
    min-height: 34px;
    box-shadow: none;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: none;
    -webkit-transition: all 0.2s linear;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-transition: all 0.2s linear;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.form-control
{
    height: 30px;
    min-height: 30px;
}

.form-signin .radio label
{
    color: white !important;
}

#content.full-page .inside-block form .input-group input::-webkit-input-placeholder,
#content.full-page .inside-block form .input-group input:-moz-placeholder,
#content.full-page .inside-block form .input-group input::-moz-placeholder,
#content.full-page .inside-block form .input-group input:-ms-input-placeholder
{
    color: rgba(255, 255, 255, 0.6);
}

.input-group .txtValidation
{
    width: 198px;
}

#pidcode
{
    width: 118px;
}

.logo
{
    width: 500px;
}

#dvTerms
{
    overflow-y: auto;
}

#terms-bottom
{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px;
}

@media screen and (max-width:767px)
{
    .input-group .txtValidation
    {
        width: 108px;
    }

    #pidcode
    {
        width: 100px;
    }

    .logo
    {
        width: 350px;
    }

    .full-page#content .inside-block
    {
        width: 250px;
    }
}


/*TERMS STYLES*/

#terms-header
{
    width: 930px;
    margin: 60px auto;
    color: #fff;
    text-align: center;
}

    #terms-header h3
    {
        font-family: 'georgia';
        font-size: 22px;
        color: #F7F7F7;
    }

#terms-box, .terms-box
{
    position: fixed;
    top: 144px;
    bottom: 88px;
    left: 10%;
    right: 10%;
    padding: 10px 50px 0px;
    border: 1px solid #340100;
    border-radius: 30px;
    background: #fff;
    color: #1F1F1F;
    margin: 0px auto;
    height: auto;
    overflow: hidden;
    font-family: 'Open Sans';
}

    #terms-box h4
    {
        text-align: center;
        color: #1F1F1F;
        font-weight: bold;
    }

    #terms-box p
    {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 20px;
    }

#terms-bottom
{
    height: auto;
    overflow: hidden;
    text-align: center;
}

    #terms-bottom form
    {
        font-family: 'georgia';
        font-size: 16px;
    }

    #terms-bottom button, #terms-bottom input[type=submit]
    {
        margin-top: 40px;
        width: 260px;
        padding: 5px 40px;
        font-weight: bold;
        font-family: 'Open Sans';
        font-size: 20px;
        background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
        background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
        background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        border: 1px solid #28a4c9;
        color: #fff;
    }

@media screen and (max-width:1024px)
{
    #terms-header
    {
        max-width: 100%;
    }

    #terms-box
    {
        max-width: 90%;
    }
}

@media screen and (max-width:767px)
{
    #terms-box
    {
        padding: 10px 25px 0px;
    }

    #dvTerms, .terms-box
    {
        left: 20px;
        right: 20px;
        bottom: 130px;
        top: 60px;
        padding: 20px;
    }

    #terms-bottom button, #terms-bottom input[type=submit]
    {
        margin-top: 10px;
    }

    #terms-header
    {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

#loading
{
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: #fff;
    z-index: 100;
    overflow: hidden;
}

    #loading img
    {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

#content.full-page
{
    background: none;
    position: static !important;
    width: 100%;
    height: 673px;
    padding: 0 0 0 0 !important;
    top: auto;
    margin-top: 0px;
    /*margin-top: 5% !important;*/
}

.inside-block
{
    overflow: hidden !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 0px 50px !important;
    background-color: none !important;
}

#content.full-page .inside-block form section.log-in
{
    margin-top: 0px;
    border-top: 5px dashed rgba(0, 0, 0, 0.1);
}

.full-page#content .inside-block form .input-group input,
.full-page#content .inside-block form .input-group .input-group-addon
{
    background-color: rgba(8, 0, 0, 0.9) !important;
}

#content.full-page .inside-block form section.log-in .btn
{
    margin-top: 5px;
}



.form-signin
{
    margin-top: 30px !important;
}

.btn, .btn:hover, .btn:focus
{
    background: url(../images/login_btn.png);
    background-repeat: no-repeat;
    color: #333;
    min-width: 80px;
    margin-right: 10px;
}

.bg-line
{
    height: 350px;
    padding-top: 45px;
    background: url(images/bg_line.jpg);
    background-repeat: repeat-x;
}

.bg_line_top
{
    height: 4px;
    background: url(images/line_top.png);
    background-repeat: repeat-x;
}

.bg_line_bottom
{
    height: 4px;
    background: url(images/line_bottom.png);
    background-repeat: repeat-x;
}

.bg_member_only
{
    margin-top: 20px;
    text-align: center;
}

.bg_icon
{
    margin-top: 10px;
    text-align: center;
}

.bottom_words
{
    width: 100%;
    text-align: center;
    color: #a17f3f;
    position: absolute;
    z-index: 10000;
}

.chrome
{
    /*color: #daa520;*/
    color: #ffffff;
}

#pidcode
{
    padding-top: 0px;
    padding-bottom: 2px;
}

#pidcode
{
    background-color: rgba(0, 0, 0, 0.4) !important;
    border: none !important;
    padding: 0px !important;
}

.radio input[type=radio]:checked + label:after
{
    background-color: #2C5C82;
    border: 1px solid #fff;
}

.radio input[type=radio]:checked + label:before
{
    background-color: #fff;
    border: 1px solid #fff;
}

@media screen and (max-width: 767px)
{
}

.addon_user
{
    background: url(../images/icons_01.png);
    background-repeat: no-repeat;
    background-size: 15px 16px;
    height: 16px;
    width: 15px;
    display: inline-block;
}

.addon_key
{
    background: url(../images/icons_02.png);
    background-repeat: no-repeat;
    background-size: 15px 16px;
    height: 16px;
    width: 15px;
    display: inline-block;
}

.addon_code
{
    background: url(../images/icons_03.png);
    background-repeat: no-repeat;
    background-size: 15px 16px;
    height: 16px;
    width: 15px;
    display: inline-block;
}

#content.full-page .inside-block form .input-group #body_txtValidation
{
    -webkit-border-radius: 0 0 0 0 !important;
    -moz-border-radius: 0 0 0 0 !important;
    -ms-border-radius: 0 0 0 0 !important;
    -o-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important;
}


.bg-line
{
    height: 350px;
    padding-top: 45px;
    background: url(../images/bg_line.jpg);
    background-repeat: repeat-x;
}

.bg_line_top
{
    height: 4px;
    background: url(../images/line_top.png);
    background-repeat: repeat-x;
}

.bg_line_bottom
{
    height: 4px;
    background: url(../images/line_bottom.png);
    background-repeat: repeat-x;
}

.bg_member_only
{
    margin-top: 20px;
    text-align: center;
}

.bg_icon
{
    margin-top: 10px;
    text-align: center;
}

.bottom_words
{
    width: 100%;
    text-align: center;
    color: #a17f3f;
    position: absolute;
    z-index: 10000;
}

.chrome
{
    color: #daa520;
}

#pidcode
{
    padding-top: 0px;
    padding-bottom: 2px;
}

#pidcode
{
    background-color: rgba(8, 0, 0, 0.9) !important;
    border: none !important;
    padding: 0px !important;
}

.radio input[type=radio]:checked + label:after
{
    background-color: #681517;
    border: 1px solid #b49342;
}

.radio input[type=radio]:checked + label:before
{
    background-color: #b49342;
    border: 1px solid #b49342;
}

@media screen and (max-width: 767px)
{
    #content.full-page
    {
        background: none;
        position: absolute !important;
        width: 100%;
        height: 673px;
        padding: 0 0 0 0 !important;
        top: 0;
        margin-top: 0px;
        /*margin-top: 5% !important;*/
    }
}
