@charset "utf-8";

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'), 
       url('../fonts/open-sans-v44-latin-regular.ttf') format('truetype'); 
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'), 
       url('../fonts/open-sans-v44-latin-700.ttf') format('truetype'); 
}


body
{
    background-image: linear-gradient(to right, #eee, #e8e9ee);
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:12px;
    margin: 0px;
    padding: 0px;
    background: #e9e9e9;
}

#authform{
    margin: auto;
    width: 500px;
    background-color: #fff;
    color: #004f9f;
    border:1px solid #C0C0C0;
    border-radius: 5px;
    margin-top: 30px;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: 2px 3px 5px #aaa;
}

#authform label{
    display: inline-block;
    padding-bottom: 10px;
}

#header_form{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px;
}

#header_form img{
    margin-right: 20px;
    width: 64px;
    vertical-align: middle;
}

#authform form{
	margin: auto;
	width: 400px;
	padding: 12px;
}

#authform form label{
    padding-right: 8px;
    color: #004f9f;
}

#authform form input{
	margin-bottom: 10px;
}

#authform form a{
    color: #004f9f;
    font-size: 12px;
    margin-top: 8px;
    display: inline-block;
}

input[type=text], input[type=password] {
    padding: 8px;
    background: #fdfdfe;    
    border: solid 1px #dddede;
    border-radius: 4px;
}

.btn, input[type=submit]{
    background: #004f9f;
    color: #fff;
    padding: 4px 12px;
    border: 0px;
    border-radius: 4px;    
    text-transform: uppercase;
    transition: all ease 0.3s;
    font-weight:bold;
    font-size: 12px;
    cursor: pointer;
}
.btn:hover{
    background: #156fcb;
}
 
input[type=submit]{
    padding:10px;
}

.cancel_btn{
    background: #83878b;
    padding: 9px;
}

.cancel_btn:hover{
    background: #3e5078;
}

#authform input[type=submit]{
    width: 100%;
    color: #fff;
    background-color:#fb8200;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#authform input[type=submit]:hover{
    background-color:#fa972c;
    cursor: pointer;
}

select{
    background-color: #fff;
    border-radius: 4px;;
    border: 1px solid #e6e6e6;
    padding: 4px;
}

#mdp_oublier{
	margin-bottom: 12px;
}

#mdp_oublier a
{
	text-decoration: none;
	color: #000;
}

.error
{
	margin: 4px;
	padding: 6px;
	width: 83%;
	background-color: #F66;
}

.info
{
	padding: 10px;
	text-align: center;
}

a {
	color: #004f9f;
	text-decoration:none;
}

.links{
    float: right;
    margin-right: 80px;
    padding-top: 10px;
}

.outlink{
    text-decoration: none;
    margin-top: 8px;
}

.outlink img{
	border: 0;
}

#head{
    background: #4e60a8 url('../img/header_right.jpg') right no-repeat;
    color: #fff;
    min-width: 680px;
}

#head img{
    vertical-align: top;
}

.outlink{
    margin-right: 8px;
}

#thooconnect_logo{
    margin-top: 10px;
    width: 48px;
    margin-left: 16px;
    margin-right: 16px;
}

#thoonsen_logo {
  margin-right: 24px;
}


#thoonsen_logo img{
    margin-top: 24px;
}


#company_logo{
    float: right;
    margin: 4px 12px;
}



#head .menu_item{
    color: #fff;
    display: inline-block;
    padding: 24px;
    font-weight: bold;
    font-size: 16px;
}

#head .menu_item:hover{
    background: #156fcb;
}

.list{
    width: 100%;
    border-collapse: collapse;
}

.list th{
    text-align: left;
}

.list td, .list th{
    padding: 12px;
}

.list tr:hover{
    background-color: #f2f1f1;
}

.tile{
    margin: 8px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.tile h3{
    padding: 16px;
    border-bottom: 1px dashed #ccc;
    border-top: 1px solid #ccc;
}


.alert_now h3{
    background-color: #F33;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.alert_info{
    padding: 16px;
    font-size: 16px;
    line-height: 32px;
}

.alert_info table{
    color: red;
    width: 250px;
}

.alert_info table .ok{
    color: green;
}

.alert_info .update_btn{
    color: #fff;
    background-color: #F33;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 5px;
    margin-top: 12px;
    
}

.alert_info .update_btn:hover{
    background-color: #ec2929;
}

.alert_info .update_btn img{
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -3px;
}

.actions{
    text-align: right;
}


h3 .btn, h3 .pages{
    float: right;
    margin-left: 8px;
}

.pages{
    font-weight: normal;
    font-size: 0.9em;
    
    .selected{
        text-decoration: underline;
    }
}

#import_form_wrapper form{
    padding: 16px;
}

.error{
    background-color: #F33;
    color: #fff;
    border-radius: 4px;
    margin: 16px;
    padding: 16px;
    font-size: 14px;
    font-weight: bold;
}

.error img{
    vertical-align: middle;
    margin-right: 16px;
}

#import_form_wrapper .exists, #import_form_wrapper .email_nok{
   color: #F33; 
}

.tile form{
    padding: 20px;
}

.field{
    margin-bottom: 8px;
}

.field label{
    display: inline-block;
    width: 100px;
}

.tile form input[type=submit]{
    margin-top: 16px;
}

#toasts{
  position: fixed;
  bottom: 10px;
  right: 0px;
  margin-right: 40px;
  opacity: 0;
  transform: translateY(100%) scale(0.7);
  transform-origin: bottom right;
  transition: all .2s;
  z-index: 2000;
}

#toasts.active {
    opacity: 1;
    transform: translateY(0) scale(1);
}
  
#toasts .error{
    margin: 0px;
    width: auto;
    background-color: #F66;
}  
  
#toasts div{
    padding: 6px;
    background-color: #6c6;
}

.top_msg{
    background-color: #6c6;
    margin: 8px auto;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

.top_msg.nok{
    background-color: #F33;
}

#trigger_edit .info{
    text-align: left;
}

#trigger_edit .staff_list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}

#trigger_edit .staff_list .staff{
    width: 240px;
    
}

.qr-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);

  .close-btn {
    float: right;
    margin: 16px;
    cursor: pointer;
    background: #fff;
    padding: 4px;
    border-radius: 4px;

  }

  img {
    display: block;
    margin: 40px auto;
  }
}