
body {
    background: url("../img/bg.jpg");
}
html,
body,
.c-wrapper {
    height: 100%;
    min-height: 100%;
}

.c-wrapper{
    font-family: Tahoma,"Ubuntu", "Trebuchet MS",sans-serif,;
    font-size: 14px;
    height: auto;
    min-height: 100%;
}
.c-container{
    width: 630px;
    margin: 0 auto;
}

/**HEADER**/
.c-header{
    background: #2c3e50;
    padding: 10px 0;
    height: 80px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.3);
}
.c-logo{
    padding: 0;
    margin: 0;
}
.c-logo-desc{
    padding: 9px 0;
    padding-left: 11px;
    display: inline-block;
    vertical-align: top;
}
.c-logo-desc img{
    display: block;
}
.c-cmdmcp{
    color:#ffffff;
}
/**END HEADER**/

/**Section**/
.c-main{
    color: #647587;
    padding-bottom: 50px;
    min-height: 100%;
}
#sectionHeading{
    font-size: 22px;
}
/**Wizard**/
.c-wizard{
    margin-top: 36px;
    margin-bottom: 46px;

}
.c-wizard ul{
    margin: 0;
    padding: 0;
    width: 100%;
    overflow:hidden;
}
.c-step{
    display: block;
    float: left;
    width: 25%;
    text-align: center;
}

.c-step span{
    display: block;
    height: 32px;
    background-color: #ffffff;
    line-height: 32px;
    vertical-align: middle;
    border-top: 1px solid #0082bb;
    border-bottom: 1px solid #0082bb;

}
.c-step.active span{
    color: #ffffff;
    background-color: #0082bb;

}

.c-wizard-corner{
    float: right;
    background: #0082bb;
    background-image: url("../img/corner.png");
    width: 30px;
    height: 30px;
    display: none;
}

.c-step.active .c-wizard-prepend{
    display: block;
    position: relative;
    left: -30px;
    width: 30px;
    height: 32px;
    float: left;
    background: #0082BB;

}
.c-step.active:first-child span{
    padding-left: 30px;
}
.c-step.active.last-child span{
    padding-right:  30px;
}
.c-step.active .c-wizard-corner{
    display: block;
}
.c-wizard ul .c-step:first-child span{
    border-top-left-radius:14px;
    border-bottom-left-radius:14px;
    border-top: 1px solid #0082bb;
    border-bottom: 1px solid #0082bb;
    border-left: 1px solid #0082bb;
}
.c-wizard ul .c-step.last-child span{/* .last-child => IE8*/
    border-top-right-radius:14px;
    border-bottom-right-radius:14px;
    border-right: 1px solid #0082bb;
    border-top: 1px solid #0082bb;
    border-bottom: 1px solid #0082bb;
}

.c-wizard ul:after{
    content: " ";
    display: block;
    clear: both;
}
/**End Wizard**/

/**Description Header**/
.c-description{
    margin-bottom: 30px;
}
.c-description p{
    color: #647587;
    margin: 0;
}
/**End description Header**/

/**Form**/
.c-form-header{
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 20px;
}
.c-form-header b{
    position: relative;
    bottom:-3px;
}
.c-form-controls{
    margin-bottom: 80px;
}
.c-form-group{
    margin-bottom: 20px;
}
.c-form-group label{
    font-weight: normal;
}
.c-form-control{
    height: 32px;
    border:1px solid #0082bb;
    border-radius: 2px;
    width: 100%;
    font-size: 16px;
    color: #2c3e50;
    padding: 4px 18px;
    background: #ffffff;
}
.c-input-group-addon{
    background-color: #0082bb;
    border:1px solid #0082bb;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #ffffff;
}
.input-group .c-form-control{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.c-form-control:focus,.c-form-control:focus + .c-input-group-addon{
    box-shadow: 0 0 3px 0px rgba(0,130,137 ,0.7);
    transition: box-shadow 0.3s;
}

.c-form-group.error .c-form-control,
.c-form-controls.error .c-form-control,
.c-form-group.error .c-form-control + .c-input-group-addon,
.c-form-controls.error .c-form-control + .c-input-group-addon,
:not(output):-moz-ui-invalid {
    border:1px solid #c91b38;
    box-shadow: 0 0 3px 0px rgba(201,27,56,0.7);
    transition: box-shadow 0.3s;
}
.c-form-controls.error .c-form-control + .c-input-group-addon,
.c-form-group.error .c-form-control + .c-input-group-addon{
    background: #c91b38;
}


.error-message{
    color: #c91b38;
    display: none;
}
.c-form-controls.error .error-message,
.c-form-group.error .error-message{
    display: inline;
}
.c-form-group.error label,
.c-form-controls.error label{
    display: none;
}
.c-form-button,
.c-button{
    display: block;
    background: #0082bb;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    width: 100%;
    border: none;
    border-radius: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.c-form-button:hover,
.c-button:hover{
    color: #ffffff;
    text-decoration: none;
    background: #007AAA;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.c-form-button[disabled]{
    background: #DCDCDC;
    transition: all 0.3s;
}
.c-form-tips{

}
.c-form-tips a{
    text-decoration: underline;
    color: #0082bb;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.c-form-tips a:hover{
    color: #2c3e50;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
/**End Form**/

/**Progress**/
.c-progress{
    margin-bottom: 50px;
}
.c-feedback{
    margin-bottom: 20px;
}
.c-feedback .error,
.c-feedback .success{
    display: none;
}
/**End Progress**/

/**End Section**/

/**Footer**/
.c-footer{
    position: relative;
    opacity: 1;
    margin-top: -50px;
    height: 50px;
    clear:both;
    background: #2c3e50;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px -5px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px -5px 5px 0px rgba(50, 50, 50, 0.3);
}
.footer-container{
    line-height: 48px;
    vertical-align: middle;
}
.c-footer small{
    font-size: 12px;
    color: #ffffff;
}

/**End Footer**/

/**Eula**/
.eula{
    width: 100%;
    height: 268px;
    overflow-y: scroll;
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #aaafb5;
    border-radius: 3px;
    border-right: none;
    text-align: left;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 35px;

}
.eula span{display: block;margin: 1em 0;}
.eula h1{font-size: 14px;font-family: Arial, Helvetica, sans-serif;text-align: center;font-weight: bold;}
.eula .text-center{text-align: center;}
.eula-list .eula-list-item {margin-left: 1em;}
.eula .eula-list-item.margin-l-2em{margin-left: 2em;}
.eula .w-border{border-top: 1px solid #CCCFD3;padding: 1em;margin: 1em 0;}
.eula-table{border: none;width: 100%;margin-bottom: 20px;}
.eula-table-head{font-weight: bold;}
.eula-table tr{border-bottom: 1px solid #CCCFD3;}
/**Eula End**/

/**Gears*/
.c-gears{
    display: inline-block;
}
/*.c-waiting .c-gears{
    display: inline-block;
}*/
.gear-middle{
    position: absolute;
    left: 144px;
    z-index: 3;
    bottom:5px;
    height: 104px;
    width: 104px;
    background: url("../img/gear-middle.png") no-repeat;
}
.gear-big{
    position: absolute;
    left: 43px;
    bottom:5px;
    z-index: 2;
    height: 140px;
    width: 140px;
    background: url("../img/gear-big.png") no-repeat;
}
.gear-small{
    position: absolute;
    left: 5px;
    bottom:5px;
    height: 74px;
    width: 74px;
    background: url("../img/gear-small.png") no-repeat;

}
.gear-small-last{
    left: 210px;
    bottom: 5px;
    z-index: 4;
}
/**Cloud**/
.bg-cloud{
    position: relative;
    display: inline-block;
    min-height: 148px;
    min-width: 286px;
    background: url("../img/cloud.png") no-repeat;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotating {
    from {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.c-rotate{
    -webkit-animation: rotating linear;
    -moz-animation: rotating linear;
    -o-animation: rotating linear;
    animation: rotating linear;
}
.c-progress.waiting .c-rotate{
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.c-progress.success .c-gear-status{
    height: 140px;
    width: 140px;
    background: url("../img/calm.png") no-repeat;
    background-position: center center;
}
.c-progress.error .c-gear-status{
    height: 140px;
    width: 140px;
    background: url("../img/storm.png") no-repeat;
    background-position: center center;
}
.c-progress.hold .c-gear-status{
    height: 140px;
    width: 140px;
    background: url("../img/hold.png") no-repeat;
    background-position: center center;
}
.c-speed-small{
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}
.c-speed-medium{
    -webkit-animation-duration: 3.48s;
    -moz-animation-duration: 3.48s;
    -o-animation-duration: 3.48s;
    animation-duration: 3.48s;
}
.c-speed-big{
    -webkit-animation-duration: 6.68s;
    -moz-animation-duration: 6.68s;
    -o-animation-duration: 6.68s;
    animation-duration: 6.68s;
}
.c-reverse{
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    -o-animation-direction: reverse;
    animation-direction: reverse;
}

/**Additional**/
.c-feedback p.success,
.c-feedback p.error,
.c-buttons .link-error,
.c-buttons .link-success{
    display: none;
}

.c-progress.waiting ~ .c-feedback,
.c-progress.waiting ~ .c-buttons{
    display: none!important;
}
.c-progress.success ~ .c-feedback,
.c-progress.success ~ .c-feedback p.success,
.c-progress.success ~ .c-buttons .link-success{
    display: block;
}

.c-progress.error ~ .c-feedback,
.c-progress.error ~ .c-feedback p.error,
.c-progress.error ~ .c-buttons .link-error{
    display: block;
}
@media screen and (max-width: 630px) {
    .c-wrapper{
        width: 630px;
    }
}

.c-capcha-group input,
.c-capcha-group-tips > label{
    margin-top: 7px;
}
.c-capcha-wrapper{
    padding: 0;
}
.c-capcha-wrapper a{
    color: #34A3D6;
}
.c-capcha-wrapper a:hover,
.c-capcha-wrapper a:focus {
    text-decoration: none;
    color: #34A3D6;
}
.error .c-capcha-group-tips  span.error-message{
    display:inline-block;
    padding-top: 12px;
}
