
@import url(http://weloveiconfonts.com/api/?family=fontawesome);
@import url(http://meyerweb.com/eric/tools/css/reset/reset.css);


[class*="fontawesome-"]:before {
  
    font-family: 'FontAwesome', sans-serif;

}

 
*, *:before, *:after {
  
    box-sizing: border-box;
  
    margin: 0;
  
    padding: 0;

}


html, body {
 
    font-size: 62.5%;

    height: 100%;
 
}

a {
  
    color: #EEEEEE;
  
    text-decoration: none;

}


a:hover {
  
    text-decoration: none;
}
svg {
  
    display: inline-block;
  
    width: 2rem;
  
    height: 2rem;
  
}


.svg-icon path {
  
    stroke: rgba(255, 255, 255, 1);
  
    fill: none;
  
    stroke-width: 1;

}


input, button {
  
    outline: none;
  
    border: none;

}


.container {
 
    position: relative;
  
    height: 100%;
   
    background-size: cover;
  
    overflow: auto;
  
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #EEEEEE;
}

.container#login {
    background-image: url("../img/wallpaper2.jpg");
}
.container#home {
    background-image: url("../img/wallpaper1.jpg");
}
.container a {
 
    border: 2px solid rgba(255, 255, 255, 0.6);
    background-color: Transparent;
    border-radius: 3px;
  
    -moz-border-radius: 3px;
  
    -webkit-border-radius: 3px;
      
    margin-bottom: 1em;
  
    text-transform: uppercase;

    padding: 10px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-align:center;
}
.container a:hover {
 
    background-color: rgba(255, 255, 255, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: #314448;
}
.container a.close {
    background-color: Transparent;
}
.container img {
 
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right:10px;
}

/* ///////////////////////// LOGIN ///////////////////////// */

.login {
   
    height: 100%;
   
    background: rgba(0, 0, 0, 0.5);
  
    position: absolute;
  
    top: 50%;
  
    left: 50%;

    margin-left: -150px;
  
    margin-top: -275px;
  
    width: 300px;
  
    height: 550px;

}
.login form {
  
    position: absolute;
  
    top: 45%;
    
    padding: 15px 25px;
  
    text-align: center;
}
.icon {
  
    margin-bottom: -0.4rem;
  
    margin-right: 0.5rem;

}

.icon.name path {
  
    stroke-dasharray: 73.50196075439453;
  
    stroke-dashoffset: 73.50196075439453;
  
    -webkit-animation: animatePath 2s 0.5s forwards;
          
    animation: animatePath 2s 0.5s forwards;

}

.icon.pass path {
  
    stroke-dasharray: 92.10662841796875;
  
    stroke-dashoffset: 92.10662841796875;
  
    -webkit-animation: animatePath 2s 0.5s forwards;
          
    animation: animatePath 2s 0.5s forwards;

}
.container#login form input[type="submit"] {
 
    margin-top: 50px; 
    position: relative;
  
    width: 100%;
  
    height: 4rem;
  
    color: rgba(255, 255, 255, 0.8);
  
    background: #161A1D;
  
    font-size: 1.5rem;
  
    border-radius: 3rem;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  
    cursor: pointer;
 
}

.container#login form input[type="submit"]:hover {
  
    background-color: #000000;

}
@-webkit-keyframes animatePath {
  
    to {
    
        stroke-dashoffset: 0;
  
    }

}
@keyframes animatePath {
  
    to {
    
        stroke-dashoffset: 0;
  
    }

}

.logo {
    text-align:center;
    margin:auto;
    padding-top:70px;
}
.logo img {

    width:175px;
    height:100px; 
}

/* ///////////////////////// FORM ///////////////////////// */

input[type="text"], input[type="password"], input[type="submit"] {
  
    display: inline-block;
  
    width: 22rem;
  
    height: 100%;
  
    padding-left: 1.5rem;

    font-size: 14px;
  
    background: Transparent;

    color: #EEEEEE;
    height: 40px;

}
select {

    width: 200px; 
    display: inline-block;
  
    height: 100%;
   
    font-size: 1.5rem;
  
    background: Transparent;

    padding-top: 5px;

    padding-bottom: 5px;
 
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #EEEEEE;
}
option {
 
    background-color: rgba(23, 32, 34, 0.95);
}

/* ///////////////////////// HOME ///////////////////////// */

#choise {
    float: left;
    margin-top: 40px;
    padding-left: 10px;
}
#choise a {

    display: block; 
}
#choise2 {
    margin: auto;
    text-align: center;
    margin-top: 40px;
}
#choise2 a {

    margin-right:10px; 
}
#choise3 {
    margin: 40px 10px 0px 10px;
    display: block;
}
#choise4 {
    margin: 0px 10px 0px 10px;
    display: block;
}
.new {
     
    padding: 15px 150px 0px 0px;
  
    text-align: right;
}
.new table, tr, td, th {

    margin: auto;    
    text-align: left;
}
.row {

    height: 50px;

  
}
.container#home form input[type="submit"] {
    position: relative;
      
    border: 2px solid rgba(255, 255, 255, 0.6);
    background-color: Transparent; 
    color: #EEEEEE; 
    border-radius: 3px;
         
    padding: 10px;

    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-transform: uppercase;

    cursor: pointer;
}
.container#home form input[type="submit"]:hover {

    background-color: rgba(255, 255, 255, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: #314448;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    display: inline-block;
    content: 'Upload';
    background-color: Transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    padding: 6px 12px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.custom-file-input:hover::before {
    background-color: rgba(255, 255, 255, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: #314448;
}

/* ///////////////////////// ORDER ///////////////////////// */

.order {
    color: #EEE;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width:500px;
    margin: auto;
    padding: 20px;
    background-color: rgba(23, 32, 34, 0.5);
}
.order img {
    width: 35px;
    height: 35px;
}
.order a.close {
    float:right;
    margin-right: 20px;
    border:none;
    font-size:22px;
    color:rgba(255, 255, 255, 0.5);
}
.order a.close:hover {
    background-color: Transparent;
    color:rgba(255, 255, 255, 0.5);
    border:none;
}
.order a.contract {
    border:none;
}
.order a.contract:hover {
    background-color: Transparent;
}
.order #button3 a {
    padding: 10px 16px 10px 16px;
}
.order #button1 a {
    color: #4CAF50;
    padding: 10px 13px 10px 13px;
    border: 2px solid rgba(76, 175, 80, 0.7);
}
.order #button2  a{
    color: #FF4040;
    border: 2px solid rgba(255, 64, 64, 0.7);
}
.order #button1:hover a{
    color: #EEEEEE;
    background-color: rgba(76, 175, 80, 0.7);
    border: 2px solid rgba(76, 175, 80, 0.1);
}
.order #button2:hover a{
    color: #EEEEEE;
    background-color: rgba(255, 64, 64, 0.7);
    border: 2px solid rgba(255, 64, 64, 0.1);
}
.order table {
    margin: auto;
    text-align: left;
}
.order table, tr, td, th{
    padding: 15px;
}
.order th{
    background-color: rgba(76, 175, 80, 0.7);
}
.order .ornek form input[type="text"] {
  
    background-color: transparent;  
    border-radius: 3px;

    border: 2px solid rgba(255, 255, 255, 0.6);  
    color: #EEEEEE;

   
    width: 230px;
    font-size: 14px;
    height: 90px;
    margin-bottom: 20px;
}

/* ///////////////////////// ORDER PERSONNEL ///////////////////////// */

.order#type2 {
    width: 100%;
    padding: 10px 0px 10px 0px;
}
.order#type2 table {
    margin-left: 10px;
}
img.question {
    width: 20px;
    height: 20px;
}
#choise4 .box {
    background-color: rgba(23, 32, 34, 0.5);
}


/* ///////////////////////// ORDER CUSTOMER ///////////////////////// */
a.customer {
    border:none;
}
a.customer:hover {
    border: none;
    background: Transparent;
    color: #EEEEEE;
}
a.customer img {
    width: 40px;
    height: 40px;
}