﻿
.login-container {
  position: relative;
  z-index: 1;
  background:
  #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  box-shadow: 0 0 20px 0
  rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.login-container h2 {
  padding: 15px;
  margin: 0px;
}

.login-container p {
  padding: 15px;
}

form.login-form {
  outline: 0;
  background: #ffffff;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

form.login-form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

form.login-form input[type=submit] {
  text-transform: uppercase;
  outline: 0;
  background: #002f5e;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

/* ----------------  logo*/

#header #header-title {
	background: #FFFFFF url(images/EUROLOGO.gif) no-repeat bottom left;
}

/* ----------------  links*/

a:link { color: #ff0000; text-decoration:none; }
a:active { color: #ff0000; text-decoration:none; }
a:visited { color: #002f5e; text-decoration:none; }
a:hover { color: #002f5e; text-decoration:underline; }


/* ----------------  Gray = #D9DADB ------*/

html, body {	background-color:#FFF;}

/*Pop-up background*/
.overlay {  	background-color:#D9DADB;}

/*?*/
// #content .settings-block .settings .settings-title {	background-color: #D9DADB;}
#save .page-save {	background-color: #D9DADB;}

/* ----------------  Gray = #C1CDCD (MENU HOVER) ------*/

ul.menu_item li {
	border: 1px solid transparent;
	border-right: none;
	}
ul.menu_item li:hover {
	background-color: #FFF;
    color: #002f5e;
	border: 1px solid #002f5e;
	border-right: none;
	}
ul.menu_item ul li {
	border: none;
	}
ul.menu_item ul li:hover {
	padding: 10px 1px 10px 1em;
	border: none;
	}
ul.menu_item li ul {
	background-color: #C1CDCD;
	border: 1px solid #002f5e;
	border-left: none;
	width: 180px;
	}
ul.menu_item li ul li{
	background-color: #FFF;
}

/* ----------------  blue = #002f5e*/

/*links menu*/
ul.menu_item li a{
	color:white;
	}
	ul.menu_item li:hover a{
	color: #002f5e;
	}
	ul.menu_item li ul li:hover a{
	text-decoration: underline;
	}

/*Pop-up border*/
.overlay {	border:5px solid #002f5e;}
/*Pop-up close image*/
.overlay .close {background:url(/images/icon/close.png) no-repeat top right;}

#content .settings-block .settings-block-title h2 {	color: #002f5e;}

/*header*/
#header #header-title {
	color: #002f5e;
	border-bottom: 20px solid #002f5e;	
	border-top: 20px solid #002f5e;	
}

/*background menu*/
div#menu.menu {	background-color:#002f5e;}
ul.menu_item li ul {background:#002f5e;}

/*border tables*/
div.dataTables_wrapper,  	
table.inputTable,
table.dataTable,
table.listInputTable	{ border: 1px solid #002f5e;}

/*?*/
#save .page-save div { background-color: #002f5e; }
#save .apply div {background-color: #002f5e;}

/*help button*/
div.help-block button{background-color: #002f5e;}

/*save input*/
div#save input {
background-color: #002f5e;
color: white;}

/* ----------------  lila table header= #BBBBC4*/

/*table header*/
table thead tr {	background-color: #A6A6A6;}

/* ----------------  grey table footer= #EEE*/

/*table footer*/
div.dataTables_wrapper,  	
table.inputTable,
table.dataTable,
table.listInputTable	{background-color: #F7F7F7;}

/*table pagination buttons*/
.paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.paginate_button.current {
    border: 1px solid #111;
    color: #333 !important;
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.paginate_button:hover {
    color: #333 !important;
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}
