body{
    background-color: #e1e1e1;
}

.globalContainer{
    background-color: white;
    box-shadow: #1d1d1d 0px 0px 20px 3px;
    border-radius: 3px;
    padding: 30px;
    margin : auto;
    max-width: 1000px;
    align-self: center;
    text-align: left;
    opacity: 0.95;
}

.logo{
    text-align: center;
    padding: 20px 0px;
    color: white;
    font-size: 3em;
    font-weight: 100;
    text-shadow: #1d1d1d 0px 0px 6px;
    position: relative;
}

h1 {
    text-align: left;
    font-weight: 100;
}

h2{
    color: #fff;
    background-color: #568ba7;
    padding: 5px 0px;
    font-weight: 100;
}


.textField{
    border-radius: 0.25rem;
    border : 1px solid #989898;
    padding: 0 10px;
}


.btn-primary{
    background-color: #337698;
    border-color: #337698;
    transition: all .3s;
}

.btn-primary:hover{
    background-color: #4190b7;
    border-color: #337494;
}

.welcomeMessage{

}

.trackingContainer{

}

.informationsFile{

}


.fileContainer{
    background-color: #eee;
    float: left;
    box-shadow: inset 0px 0px 4px #aaa;
}


.rowFile{
    padding: 5px 5px 5px 5px;
    min-width: 475px;
    text-align: left;
}

.infoFileTitle{
    display: inline-block;
    width: 250px;
}

.infoFileContent{
font-weight: 600;
}


.rowTrack{
   background-image: url(../images/timeline.png);
    background-repeat: no-repeat;
    background-position-y: center;
    padding: 5px 5px 5px 50px;
    background-position-x: 18px;
}
.trackingFileTitle {
    display: inline-block;
    width: 150px;
    color: #777;
}

.trackingFileContent{
    font-weight: 700;
}


/*-------------------------------------------View_Files----------------------------------*/
.filesInformation{
    border: solid 1px #e1e1e1;
    background-color: #efefef;
    padding: 20px;
    box-shadow: #f3f3f3 0px 0px 3px 1px;
    margin: 2px 0;
    vertical-align: middle;
}


th{
    background-color:#777 !important;
    color: white;
    padding-top: 0.5rem  !important;
    padding-bottom: 0.5rem  !important;
}

.fileNumber{
font-weight: bold;
}

/*--------------------------------------------------------Footer------------------------------*/

footer{
    color: #eee;
    font-size: xx-small;
    position: relative;
}


/*----------------------------------------------------Media_queries---------------------------------*/

@media all and (max-width: 1024px) 
{
   .informationsFile{
       flex-direction: column;
   }

   .trackingContainer{
    margin-left: 0px;
   }

   .textField {
       width: 90%!important;
   }

   td,th {
       padding-right: 0.10rem!important;
       padding-left: 0.10rem!important;
       font-size: 0.8em;
       text-align: center;
   }

   .globalContainer{
       margin : 2px;
       padding : 5px;
       max-width: 100%;
   }

   .logo{
    padding-top: 0px;
   }

}

@media all and (max-device-width: 1024px) {

    td,th {
        font-size: 0.6em;
    }
    
    .rowFile{
        min-width: 0;
    }

    .textField {
        width: 85%!important;
    }
 
}


#background {
	background: url("../../bck.jpg") no-repeat top fixed;
	width: 100%;
	height: 100%;
	z-index: 0;
	text-align: center;
	background-size: cover; /* version standardis�e */
    position: fixed;
    top: 0;
    opacity:0.8;
}
