body{
    font-family: "Open Sans";
    background-color: #FAFAFA;
    margin: 0 0;
    padding: 0 0;
    background-image: url(../res/rallybg.jpg);
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* LOGIN - REGISTER PAGE */
.translate-login{
    position: absolute;
    right: 20px;
    top: 20px;
}

.login-register{
    width: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
    padding: 50px;
    box-sizing: border-box;
}

.login{
    text-align: center;
    width: 100%;
}

.register{
    text-align: center;
}

.login-title{
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 0;
    color: #FFF;
}

.register-title{
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 0;
    color: #5e5e5e;
}

.form-group{
    margin: 10px 0px;
}

.form-group label{
    width: 100%;
    display: block;
    margin: auto;
    text-align: left;
    padding-left: 3px;
    color: #FFF;
}

.popoverFileSee{
    width: 25px;
    position: absolute;
    margin-top: -33px;
    margin-left: 5px;
}

.mtitle{
    font-size: 1.6em;
    font-weight: 100;
    display: block;
    border-bottom: 1px solid #dadada;
    padding-bottom: 5px;
}

.mcontent{
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.6em;
    margin-top: 5px;
    color: #666666;
}

label{
    color: #FFF;
}

#step1{
    width: 67.5% !important;
}

.col-reduced{
    width: 67.5%;
    margin: auto;
}

.col-50{
    display: inline-block;
    width: calc(35% - 0.5em);
    vertical-align: top;
    text-align: right;
    padding: 10px;
}

.field{
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #cacaca;
    width: 100%;
    font-size: 1em;
    margin: auto;
    display: block;
}

.field:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

.btn-submit{
    width: 100%;
}

.register-now, .log-in{
    width: 40%;
    border: 2px solid #34495e;
    border-radius: 5px;
    font-size: 1em;
    background-color: #34495e;
    color: #FFF;
    outline: none;
    padding: 3px 0px;
    transition: .2s;
    margin-top: 20px;
}

.register-now:hover, .log-in:hover{
    cursor: pointer;
    background-color: #FFF;
    color: #34495e;
}

.error{
    color: #e74c3c;
    margin: 10px 0px;
}

.btn-log{
    width: 40%;
}

.gotek7-logo{
    width: 40%;
}


/* APP PAGE  */

nav{
    height: 80px;
    background-color: transparent;
    color: #FFF;
}

textarea{
    resize: vertical;
}

.nav-user{
    float: left;
    width: 250px;
    height: 100%;
    line-height: 80px;
    vertical-align: top;
    padding-left: 30px;
    text-align: left;
}

.nav-logo{
    display: inline-block;
    width: calc(100% - 125px);
    text-align: center;
    line-height: 80px;
    height: 80px;
}

.nav-logo img{
    height: 40px;
    margin-top: 15px;
    margin-left: 125px;
}

.nav-logout{
    float: left;
    width: 125px;
    height: 100%;
    line-height: 80px;
    vertical-align: top;
    margin-left: 20px;
    text-align: right;
}

.nav-logout-admin{
    position: absolute;
    display: inline-block;
    left: 0;
    height: auto;
}

.nav-logout a{
    color: #3498db;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    border-radius: 3px;
}

.nav-lang {
    float: right;
    width: 125px;
    height: 100%;
    line-height: 80px;
    vertical-align: top;
    padding-right: 30px;
    text-align: right;
    color: #333;
}

.nav-lang select {
    margin-top: 28px;
}

.nav-item{
    box-sizing: border-box;
}

.create-tickets-section{
    height: 200px;
    margin: 30px;
    padding: 40px;
    border-radius: 10px;
    background-color: #bdc3c7;
    transition: .3s;
    box-sizing: content-box;
}

.create-tickets-section:hover{
    box-shadow: inset 0 0 20px #555;
}

.create-button{
    height: 100%;
    text-align: center;
    line-height: 200px;
}

.create-icon{
    height: 70px;
    vertical-align: middle;
}

.create-text{
    vertical-align: middle;
    color: #FFF;
    font-size: 2em;
    margin-left: 15px;
}

.solved-tickets{
    width: 49.5%;
    height: 45vh;
    display: inline-block;
    background-color: #FFF;
    float: right;
    border-radius: 10px;
    border: 3px solid #7f8c8d;
}

.processing-tickets{
    width: 49.5%;
    height: 45vh;
    display: inline-block;
    background-color: #FFF;
    float: left;
    border-radius: 10px;
    border: 3px solid #7f8c8d;
}

.tickets-section{
    margin: 30px;
    height: 45vh;
}

.solved-title{
    background-color: #7f8c8d;
    margin: 0;
    color: #FFF;
    padding: 10px;
    text-align: center;
}

.processing-title{
    background-color: #7f8c8d;
    margin: 0;
    color: #FFF;
    padding: 10px;
    text-align: center;
}

.add-issue{
    width: 100%;
    border-radius: 3px;
    border: 1px solid #cacaca;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.add-id-label, .add-owner-label{
    padding-left: inherit !important;
    color: inherit !important;
    margin: 0 !important;
}

.add-id, .add-owner{
    width: 100%;
    border-radius: 3px;
    border: 1px solid #cacaca;
    padding: 5px 10px;
}

.ticket-confirm{
    display: none;
    margin: 30px;
}

.ticket-confirm-removal{
    display: none;
    margin: 30px;
}

.add-failure{
    display: none;
    margin: 10px 0px 0px 0px;
}

.processing-list, .solved-list{
    padding: 0;
    list-style-type: none;
    overflow-y: scroll;
    height: calc(45vh - 70px);
    margin: 1px;
}

.processing-item, .solved-item{
    height: 50px;
    line-height: 50px;
}

.processing-item:nth-child(odd){
    background-color: #eee;
}

.solved-item:nth-child(odd){
    background-color: #eee;
}

.item-id{
    width: 10%;
    display: inline-block;
    text-align: center;
}

.item-creation-date{
    width: 45%;
    display: inline-block;
    text-align: center;
}

.solved-creation-date{
    width: 23%;
    display: inline-block;
    text-align: center;
}

.solved-response-date{
    width: 23%;
    display: inline-block;
    text-align: center;
}

.solved-status{
    width: 23%;
    display: inline-block;
    text-align: center;
}

.item-status{
    width: 24%;
    display: inline-block;
    text-align: center;
}

.item-manage{
    width: 18.5%;
    display: inline-block;
    text-align: right;
}

.item-status-pending{
    color: #e67e22;
}

.item-status-solved{
    color: #27ae60;
}

.item-status-processing{
    color: #3498db;
}

.item-bin{
    height: 50%;
}

.item-more{
    height: 50%;
}

.item-manage:last-child{
    margin-right: 10px;
}

.solved-id-header{
    width: 10%;
    display: inline-block;
    text-align: center;
}

.solved-creation-header{
    width: 23%;
    display: inline-block;
    text-align: center;
}

.solved-response-header{
    width: 23%;
    display: inline-block;
    text-align: center;
}

.solved-status-header{
    width: 23%;
    display: inline-block;
    text-align: center;
}

.solved-manage-header{
    width: 18.5%;
    display: inline-block;
    text-align: center;
}

.solved-headers{
    margin: 1px;
    width: calc(100% - 2px);
    background-color: #333;
    color: #FFF;
}



.processing-id-header{
    width: 10%;
    display: inline-block;
    text-align: center;
}

.processing-creation-header{
    width: 45%;
    display: inline-block;
    text-align: center;
}

.processing-status-header{
    width: 24%;
    display: inline-block;
    text-align: center;
}

.processing-manage-header{
    width: 18.5%;
    display: inline-block;
    text-align: center;
}

.processing-headers{
    margin: 1px;
    width: calc(100% - 2px);
    background-color: #333;
    color: #FFF;
}

.unsupported{
    z-index: 9999;
    background-color: rgba(0,0,0,0.7);
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    color: #FFF;
}

.unsupported p{
    text-align: center;
    line-height: 100vh;
    font-weight: bold;
    font-size: 2em;
}

.details-issue, .details-reply{
    width: 100%;
    border-radius: 3px;
    border: 1px solid #cacaca;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.details-id-label, .details-owner-label{
    padding-left: inherit !important;
    color: inherit !important;
    margin: 0 !important;
}

.details-id, .details-owner{
    width: 100%;
    border-radius: 3px;
    border: 1px solid #cacaca;
    padding: 5px 10px;
}

.no-ticket{
    text-align: center;
    font-size: 1.7em;
    color: #cacaca;
    margin-top: 30px;
}

.r-pilot{
    display: block;
    text-align: center;
}

.r-car, .r-result, .r-finish, .r-copilot{
    display: none;
}

#step1, #step2, #step3{
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
}

.error{
    display: none;
    width: 100%;
    margin: auto;
    text-align: left;
}

#uploadimage, #cuploadimage{
    width: 40%;
    display: block;
    margin: auto;
    text-align: center;
}

#selectImage{
    text-align: center;
}

#image_preview, #cimage_preview{
    background-image: url(../res/placeholder.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: inline-block;
    margin-bottom: 5px;
}

.stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 85%;
    position: relative;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 70%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    left: 50%;
    transform: translateX(-50%);
}

.stepwizard-step {    
    display: inline-block;
    text-align: center;
    position: relative;
    width: 24%;
}

.btn-circle {
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 6px 0;
    font-size: 1.6em;
    line-height: 1.428571429;
    border-radius: 50%;
    margin-top: -15px;
}

.logos{
    width: 80%;
    display: inline-block;
    height: 80px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    text-align: center;
    line-height: 80px;
    top: 10px;
}

.logo-container{
    width: 18%;
    display: inline-block;
    height: 100%;
    position: relative;
    vertical-align: top;
}

.logo{
    height: 60%;
}

.logo-third{
    width: 30%;
    display: inline-block;
}

.login-form{
    display: inline-block;
    border: 1px solid grey;
    padding: 15px 80px 35px 80px;
    border-radius: 5px;
    margin-top: 20%;
    box-shadow: 0px 0px 20px #CCC;
    width: 60%;
    background-color: rgba(255, 255, 255, 0.1);
}

.confirm-form{
    width: 65%;
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 80px;
}

.confirm-form p{
    font-weight: 100;
    font-size: 1.5em;
    margin-top: 30px;
    color: #FFF;
}

.confirm-form img{
    width: 60px;
}

#rconditions, #group, #class{
    background-color: #FFF;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
}

input[type=file] { 
    position: absolute !important;
    top: -100px !important;
    visibility: hidden;
}

.main-logo{
    height: 60px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.filename, .cfilename{
    vertical-align: top;
    padding: 10px;
    border: 1px solid #cacaca;
    border-right: none;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    width: 70%;
}

.upload, .cupload{    
    vertical-align: top;
    padding: 10px;
    margin-left: -4px;
    border: 1px solid #d43f3a;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    width: 30%;
}

.form-container{
    width: 70%;
    margin: auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background-color: rgba(51, 51, 51, .9);
    padding: 50px;
    margin-bottom: 80px;
    box-sizing: border-box;
    min-height: 790px;
}

.confirm-form{
    display: none;
}

.waiting-save{
    text-align: center;
    margin-top: 100px;
}

.waiting-save p{
    font-size: 1.5em;
    color: #FFF;
    margin-top: 20px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #d9534f;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: inline-block;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media screen and (max-width: 1400px) {
    .login-form{
        width: 100%;
    }
}


@media screen and (max-width: 800px) {
    .login-register{
        width: 70%;
    }
}

@media screen and (max-width: 644px) {
   .unsupported{
        display: block;
   }

   body{
        overflow: hidden;
   }
}

/* DISPLAY PILOTS */

.pilot-list{
    text-align: center;
}

.pilot-box:hover{
    transform: scale(1.03);
}

.pilot-box{
    width: 300px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    background-color: #333;
    margin: 20px;
    height: 300px;
    vertical-align: top;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transition: transform .3s;
}

.pilot-pic{
    width: 60%;
    border-radius: 50%;
    display: block;
    margin: auto;
    background-size: cover;
    height: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 10px;
    margin-top: 5%;
}

.pilot-lastname, .pilot-firstname{
    color: #FFF;
    display: block;
    font-size: 1.2em;
}

.pilot-nation, .pilot-age{
    color: #cacaca;
    display: inline-block;
}

.pilot-modal-content{
    background-color: #333 !important;
    color: #FFF;
}

.pilot-modal-header{
    border-bottom: 1px solid #676767 !important;
}

.pilot-modal-footer {
    border-top: 1px solid #676767 !important;
}

.pilot-close {
    color: #FFF !important;
}

.m-pilot, .m-copilot{
    padding: 20px;
}

.m-car{
    padding: 20px;
}

.m-pilot-picture-container, .m-pilot-cpicture-container, .m-pilot-car-container{
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.m-pilot-picture, .m-pilot-cpicture{
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    width: 170px;
    margin: auto;
}

.m-pilot-car-icon{
    height: 170px;
    background-image: url(../res/car.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 170px;
    margin: auto;
}

.m-pilot-col{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.m-pilot-details{
    display: inline-block;
    width: 60%;
}

.m-pilot-item{
    color: #979797;
}

.m-pilot-item span{
    color: #FFF;
}

.m-copilot-details{
    display: inline-block;
}

.m-car-details{
    display: inline-block;
}

.section-title{
    margin: 0;
    font-size: 1.8em;
    color: #676767;
    text-transform: uppercase;
}

.section-delimiter{
    margin-top: 0;
    border-color: #676767;
}

.m-pilot-club, .m-pilot-car{
    text-transform: uppercase;
}

@media (min-width: 768px){
    .modal-dialog {
        width: calc(100% - 20px);
        margin: 30px auto;
    }
}

@media (min-width: 1100px){
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

@media (min-width: 1600px){
    .modal-xlg {
        width: 1400px;
    }
}

@media (min-width: 1192px){
    .modal-xlg {
        width: 1100px;
    }
}