body{
        background-color:#006775;
        font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
.copy_id{
        margin-left:5px;
        text-decoration:none;
}
.tracking_id{
        font-weight:bold;
        color:#777777;
}
#main{
        border-radius:15px;
        width:800px;
        min-height:600px;
        background-color: #ffffff;
        position: absolute;
        margin: auto;
        top: 100px;
        right: 0;
        left: 0;
        padding:10px;
        overflow: auto; 
}

#title{
        height:50px;
        font-size:30px;
        text-align:center;
        padding-left:60px;
        padding-top:20px;
        background-color:#e9e9e9;
        border-radius:10px;
}

.import{
        width:300px;
        height:50px;
        background-color:#76B1EA;
        border-radius:10px;
        border:1px solid #066EAE;
        color:#ffffff;
        font-weight:bold;
        font-size:25px;
        text-align:left;
        display: flex;
        display: -webkit-flex;
        cursor:pointer;
        margin: auto;
}

.import:hover{
        background-color:#066EAE
}
.mypix_inline{
        height:38px;
        margin-top:8px;
        margin-left:6px;
        margin-right:25px;
        line-height:50px;
}

.import_text{
        text-align:center;
        margin-top:13px;
}

.logo{
        height:50px;
        display:inline;
        float:right;
        margin-top: -10px;
        margin-right:10px;
}


.green{
        color:#089c45;
}

.red{
        color:#cc0300;
}

.pic{
        border-radius:10px;
        margin-top:5px;
        -webkit-box-shadow: 10px 10px 5px -4px rgba(107,107,107,1);
-moz-box-shadow: 10px 10px 5px -4px rgba(107,107,107,1);
box-shadow: 10px 10px 5px -4px rgba(107,107,107,1);
}

div.imgBorder{
        padding:15px;
        margin-bottom:20px;
        width:500px;
        display: inline-block;
}

p.subtitle{
        font-size:20px;
}

#content{
        text-align:center;
        padding:30px;
}

#footer{
        height:35px;
        position:absolute;
        width:800px;
        bottom:0;
        text-align:center;
        font-size:13;
}

#field{
        margin-bottom:20px;
}
#message{
        padding:0 0 30px 0;
        font-weight:bold;
}

.error{
        color:red;
}

.success{
        color:green;
}

.none{
}


#logout{
        float:right;
}

input[type="submit"]{
}
label{
        display:inline-block;
        width:100px;
        text-align:left;
}
.copy_icon{
        height:24px;
        display:inline;
        vertical-align:middle;
}
