@CHARSET "UTF-8";
/* ================================== */
/* = Tools, Helpers & common styles = */
/* ================================== */


/* -RESET CSS --------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body,
textarea {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

pre {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

body {
	-webkit-font-smoothing: antialiased;
	margin:0%;
}

/* -END OF ERIC MEYER's RESET CSS --------------------------------------------------------------------------------------*/

/* - Make AQM responsive ! ----*/
@viewport{width: device-width;}
@-ms-viewport{width: device-width;}
/**/

.print-only { display:none; } 

a, 
a:visited {
	text-decoration:none;
	cursor: pointer;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
a:hover,
a:focus {
  color: #555;
  text-decoration: none;
}
a:active{
	opacity: 0.5;
}
.modal a, 
.modal a:visited,
.modal-container a:visited,
a.links,
a.links:visited,
.popover a, 
.popover a:visited {
  color: #437CBF;
}

.modal a:hover, 
.modal a:visited:hover,
.popover a:hover, 
.popover a:visited:hover,
a.links:hover,
.show a:hover,
.hide a:hover {
  color: #548ac8;
  text-decoration: underline;
}

.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.text-top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.center {
	margin: auto;
}

.width100 {
	width: 100%;
}
.width90 {
	width: 90%;
}
.width75 {
	width: 75%;
}
.width50 {
	width: 50%;
}
.width25 {
	width: 25%;
}
.width15 {
    width: 15%;
}
.width35 {
    width: 35%;
}

.hide {
  display: none;
  display: none\9;  
}
.show {
  display: block;
	display: block\9; 
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.absolute{
    position: absolute;
}
.fixed{
    position: fixed;
}
.static{
    position: static;
}
.relative{
    position: relative;
}

hr {
	margin: 9px 0;
  border: 0;
  border-top: 1px solid #EFF3F6;
  border-bottom: 1px solid #fff;
}

.dashline {
    height: 2px;
    margin: 20px auto;
    background: url(../images/AQM-Website-dashline.png) no-repeat center top;
}

.highlight {
    -webkit-animation: cssAnimation 1s  5;
    -moz-animation: cssAnimation 1s  5;
    -o-animation: cssAnimation 1s  5;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
}

@-webkit-keyframes cssAnimation {from {
			  -moz-box-shadow: 0 0 1px rgba(252, 106, 128, 0.8);
			  -webkit-box-shadow: 0 0 1px rgba(252, 106, 128, 0.8);
			  box-shadow: 0 0 1px rgba(252, 106, 128, 0.8);
			  background-color: rgba(255, 242, 60, 0.4);
		  }
		  to {
		  		-moz-box-shadow: 0 0 5px #4e4e4e;
		  		-webkit-box-shadow: 0 0 5px #4e4e4e;
		  		box-shadow: 0 0 5px #4e4e4e;
			  background-color: rgba(255, 242, 60, 0.4);
		  } }

@-moz-keyframes cssAnimation {from {
      -moz-box-shadow: 0 0 1px rgba(252, 106, 128, 0.8);
      -webkit-box-shadow: 0 0 1px rgba(252, 106, 128, 0.8);
      box-shadow: 0 0 1px rgba(252, 106, 128, 0.8);
			  background-color: rgba(255, 242, 60, 0.4);
       }
       to {
       -moz-box-shadow: 0 0 5px #4e4e4e;
       -webkit-box-shadow: 0 0 5px #4e4e4e;
       box-shadow: 0 0 5px #4e4e4e;
			  background-color: rgba(255, 242, 60, 0.4);
       } }

@-o-keyframes cssAnimation {from {
       -moz-box-shadow: 0 0 1px rgba(252, 106, 128, 0.8);
       -webkit-box-shadow: 0 0 1px rgba(252, 106, 128, 0.8);
       box-shadow: 0 0 1px rgba(252, 106, 128, 0.8);
			  background-color: rgba(255, 242, 60, 0.4);
       }
       to {
       -moz-box-shadow: 0 0 5px #4e4e4e;
       -webkit-box-shadow: 0 0 5px #4e4e4e;
       box-shadow: 0 0 5px #4e4e4e;
			  background-color: rgba(255, 242, 60, 0.4);
        } 
}

/* -----------------------------------*/
/* ---------->>> Badges <<<-----------*/
/* -----------------------------------*/


.badge {
  font-size: 10.9px;
  font-weight: bold;
  line-height: 14px; 
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  padding: 0 9px 1px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}
.badge.md {
	font-size: 11.9px;
	line-height: 15px;
 	padding: 3px 11px 4px;
 	-webkit-border-radius: 11px;
 	   -moz-border-radius: 11px;
 	        border-radius: 11px;
}
.label {
	font-size: 9.844px;
	-webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
		  padding: 0px 4px 2px;
}
.label.sm {
	font-size: 7.9px;
	line-height: 15px;
	padding: 1px 0px 0px 1px;
}

.label.inv {
	padding: 0px 5px 2px 6px;
}

a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* -----------------------------------*/
/* ---------->>> Colors <<<-----------*/
/* -----------------------------------*/
.text-inverse {
  color: #ffffff;
}
.text-primary {
  color: #1abc9c;
}
a.text-primary:hover {
  color: #15967d;
}
.text-warning {
  color: rgb(255, 128, 0);
}
a.text-warning:hover {
  color: #c19d0c;
}
.text-danger {
  color: #e74c3c;
}
a.text-danger:hover {
  color: #b93d30;
}
.text-success {
  color: #7ACC2E;
}
a.text-success:hover {
  color: #25a35a;
}
a.text-info {
  color: #437CBF;
}
a.text-info:hover {
  color: #355478;
}
a.not-active {
   pointer-events: none;
   cursor: default;
}
.green{
    color: #abdb6c;
}
.green2{
    color: #94D16B;
}
.orange{
    color: #fbbd76;
}
.red{
    color: #e86d60;
}
.blue{
	color: #003883;
}
.purple{
	color: #9198ca;
}
.dark-blue{
	color: #34495e;
}
.light-blue{
	color: #d0e1ef;
}
.pink {
	color: #D68AC9;
}
.white {
	color: #fff;
}
.yellow {
	color: #fbd472;
}
.gray {
	color: #999;
}
.dark-gray {
	color: #666;
}
.text-muted {
  color: #bdc3c7;
  cursor: not-allowed!important;
}
.purple {
	color: #8A2BE2;
}
/* -------------- */

/* -----------------------------------*/
/* ---------->>> Background Colors <<<-----------*/
/* -----------------------------------*/
.bg-white {
	background-color: white;
}
.bordered {
	border: 1px solid #e0e0e0;
}
.bordered.white {
	border-color: #fff;
}
.shadow {
	-webkit-box-shadow: 0px 1px 0px 1px #E3EAEF;
	-moz-box-shadow: 0px 1px 0px 1px rgba(227,234,239,1);
	box-shadow: 0px 1px 0px 1px #E3EAEF;
}
.rounded {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.rounded.xl {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.rounded.top {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
.bg-w,
.label-bg-w,
.badge-bg-w {
background-color: #fff;
}
.bg-w.bordered,
.label-bg-w.bordered,
.badge-bg-w.bordered {
border: 1px solid #E3EAEF;
}
.bg-disabled,
.bg-aqm,
.label-aqm,
.badge-aqm {
background-color: #f7f7f7;
}
.bg-disabled.bordered,
.bg-aqm.bordered,
.label-aqm.bordered,
.badge-aqm.bordered {
border: 1px solid #F1F1F1;
}

.bg-unsaved,
.bg-aqm2,
.label-aqm2,
.badge-aqm2 {
background-color: #eff7f9;
}

.bg-aqm3,
.label-aqm3,
.badge-aqm3 {
	background-color: #EFF3F6;
}
.bg-aqm3.bordered,
.label-aqm3.bordered,
.badge-aqm3.bordered  {
	border: 1px solid #dde6eb;
}

.bg-aqm4,
.label-aqm4,
.badge-aqm4  {
    background-color: #d0e1ef;
    color: #859BAF;
}
.bg-aqm4.bordered,
.label-aqm4.bordered,
.badge-aqm4.bordered  {
	border: 1px solid #a4c0d7;
}

.bg-aqm5,
.label-aqm5,
.badge-aqm5  {
    background-color: #d6e3ef;
}
.bg-aqm5.bordered,
.label-aqm5.bordered,
.badge-aqm5.bordered  {
	border: 1px solid #bed2e3;
}

.bg-aqm6,
.label-aqm6,
.badge-aqm6  {
	background-color: #749fc8;
	color: #fff;
}
.bg-aqm6.bordered,
.label-aqm6.bordered,
.badge-aqm6.bordered  {
	border: 1px solid #5186b9;
}

.bg-aqm7,
.label-aqm7,
.badge-aqm7  {
    background-color: #d6dee4;
}

.bg-aqm8,
.label-aqm8,
.badge-aqm8  {
    background-color: #407bba;
}

.bg-dark1,
.label-dark1,
.badge-dark1  {
    background-color: #37597a;
    color: #fff;
}
.bg-dark1.bordered,
.label-dark1.bordered,
.badge-dark1.bordered  {
	border: 1px solid #32485d;
}

.bg-dark2,
.label-dark2,
.badge-dark2  {
    background-color: #BDC1C3;
}

.bg-important,
.label-important,
.badge-important {
  background-color: #ff6633;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.bg-important2,
.label-important2,
.badge-important2 {
  background-color: #ed7a72;
}
.label-important2[href],
.badge-important2[href] {
  background-color: #e66a61;
}

.bg-warning,
.label-warning,
.badge-warning {
  background-color: #feb500;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.bg-warning2,
.label-warning2,
.badge-warning2 {
  background-color: #edbe3c;
  color: #fff;
}
.label-warning2[href],
.badge-warning2[href] {
  background-color: #bf9520;
}

.bg-success,
.label-success,
.badge-success {
  background-color: #b9dd7c;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.bg-success2,
.label-success2,
.badge-success2 {
  background-color: #4BC3B5;
  color: #fff;
}
.label-success2[href],
.badge-success2[href]{
  background: #5fbfb9;
}
.bg-success2.bordered,
.label-success2.bordered,
.badge-success2.bordered  {
	border: 1px solid #5BC4BE;
}
.bg-success3,
.label-success3,
.badge-success3 {
  background-color: #b0ebe8;
  color: #fff;
}
.label-success3[href],
.badge-success3[href]{
  background: #78d7c8;
}
.bg-success3.bordered,
.label-success3.bordered,
.badge-success3.bordered  {
	border: 1px solid #5BC4BE;
}

.bg-info,
.label-info,
.badge-info {
  background-color: #576EAD;
  color: #fff;
}

.eurofins-bg-info,
.label-info,
.badge-info {
  border-radius: 5px;
  background-color: #003883;
}

.label-info[href],
.badge-info[href] {
  background-color: #3b6eaa;
}
.bg-info.bordered,
.label-info.bordered,
.badge-info.bordered  {
	border: 1px solid #6e9bd0;
}

.bg-pending,
.label-inverse,
.badge-inverse {
  background-color: #8b929c;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.bg-pending2,
.label-pending2,
.badge-pending2 {
  background-color: #AB3F97;
  color: #fff;
}
.bg-pending2.bordered,
.label-pending2.bordered,
.badge-pending2.bordered  {
	border: 1px solid #B163A3;
}

.bg-pending3,
.label-pending3,
.badge-pending3 {
  background-color: #f0daec;
  color: #b163a3;
}
.bg-pending3.bordered,
.label-pending3.bordered,
.badge-pending3.bordered  {
	border: 1px solid #b163a3;
}

.bordered.top {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
.bordered.right {
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
}
.bordered.bottom {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
.bordered.left {
	border-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
}


/* -----------------------------------*/
/* ---------->>> Modals <<<-----------*/
/* -----------------------------------*/

/* Login Box  
-----------------------------------*/

#mask {
	display: none;
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
    filter: alpha(opacity=80);/* IE8 */
	z-index: 999;
	background: url(../images/modal-bg.png);
}


.modal-container{
	z-index: 1000;
    display:none;
    float: left;
    position: fixed;
    top: 15px;
    padding-top: 5%;
    margin: auto!important;
    visibility: hidden;
    width: 60%;
    left: 27%;
}

.modal-container.absolute {
	position: absolute;
}

.modal-container.absolute .modal-body {
	max-height: 900px;
}

.modal-container.xl{
    width: 80%;
    left: 10%;
}

.modal-container.xl .modal{
    left: 0;
}

.box{
    background-color: #fefefe;
    border: 1px solid #C3D4DB;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow:rgba(0,0,0,0.15) 0 0 1px;
    -webkit-box-shadow:rgba(0,0,0,0.15) 0 0 1px;
    box-shadow:rgba(0,0,0,0.15) 0 0 1px;
    color: #313131;
    margin:0 auto 30px;
    visibility: visible;
    width: 50%;
}

.box.login{
	padding: 20px;
	float: left;
	position: relative;
	top: 50%;
	left: 10%;
}

@media (max-width: 767px) {

	.modal-container{
	    padding: 0;
	    margin: auto!important;
	    width: 100%;
	    left: 0;
	}
	.box {
		margin: 3%;
		width: 90%;
	}
	.box.login {
		padding: 2%;
	    left: 0;
		}
}

#how-account{
	background-color: #F2EEE5;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding: 10px;
	margin-top: 10px;
	text-align: justify;
}

.box-content{
    background:#fefefe;
    border-bottom: 1px solid #dde0e8;
    padding:10px 20px;
}

.box footer{
    padding:22px 20px;
    border-top: 1px solid #f0f3f5;
}

.box input[type=email],
.box input[type=password],
.box input[type=text]{
	border: 5px solid #eff3f6;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
	-webkit-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
	box-shadow:2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
	margin:3px 0 4px;
	padding:8px 6px;
	width:93%;
	font-size: 14px;
}

.box button{
	margin-top: 10px;
}

#options{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	float: none;
}

#options p{
	display:none;
}

#options .show{
	display:block;
}
#options:target .show{
	display:none;
}
#options .hide{
	display:none;
}
#options:target .hide{
	display:block;
}
#options:target p{
	display:block;
}


/* Modal boxes  
-----------------------------------*/

.modal-open .dropdown-menu {
  z-index: 2050;
}

.modal-open .dropdown.open {
  *z-index: 2050;
}

.modal-open .popover {
  z-index: 2060;
}

.modal-open .tooltip {
  z-index: 2070;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: url(../images/modal-bg.png);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  width: 98%;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  float: left;
  position: relative;
  left: -12%;
  padding: 10px;
  background: url(../images/modal-bg.png);
  visibility: visible;
}

.modal-body.loading {	
	background: url(../images/loading_6-128px.gif) center 50px no-repeat #fff;
	height: 140px;
	padding: 25px 0 50px;
	border: #4FC1E9;
	text-align: center;
	color: #31708F;
	font-size: 14px;
	font-style: italic;
}

@media (max-width: 767px) {
	.modal-container{
	    padding: 0;
	    margin: auto!important;
	    width: 100%;
	    left: 0;
	}
	.modal {
		padding: 5px;
	    left: 0;
		}
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
      -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
	top: 50%;
}

.modal-header {
	padding: 10px 15px 8px;
	background-color: #fbfbfb;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	-webkit-border-radius: 2px 2px 0 0;
	   -moz-border-radius: 2px 2px 0 0;
	        border-radius: 2px 2px 0 0;
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	   -moz-box-shadow: inset 0 1px 0 #ffffff;
	        box-shadow: inset 0 1px 0 #ffffff;
}

.modal-header .close {
	margin: 4px 10px;
	padding: 0;
}

.modal-header h3 {
	display: inline-block;
	text-indent: 10px;
	color: #EE7D11;
}

.modal-header h3 label,
.modal-header h5 {
	color: #003883;
	display: inline-block;
	text-indent: 5px;
	font-size: 16px;
	font-style: italic;
}

.modal-body {
	border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: white;
    padding: 10px 20px 10px;
    max-height: 800px;
}

.modal-body table {
	width: 100%;
	max-width: 100%;
	margin: auto;
}

.modal-body td,
.modal-body th {
	padding: 5px 10px;
}

.modal-body .table-inner thead tr th {
	padding: 7px 5px;
}
.modal-body .table-inner tbody tr td {
	padding: 5px;
}

.modal-body .categorie{
	vertical-align: middle;
}

.modal .container-dashed{
	width: 96%;
	max-height: 155px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  background-color: #fbfbfb;
  padding: 7px 15px 9px;
  margin-bottom: 0;
  text-align: right;
    -webkit-border-radius: 0 0 2px 2px;
       -moz-border-radius: 0 0 2px 2px;
            border-radius: 0 0 2px 2px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
		  border-top: 1px solid white;
}
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: "";
}
.modal-footer:after {
	clear: both;
}
.modal-footer label {
	display: block;
	padding: 10px 5px;
	text-align: left;
}
.modal-link {
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.modal-link:hover {
	color: #313131;
}

/* used for the left part of listings or tables*/
.categorie{
    text-align: right;
    padding-right: 10px;
    vertical-align: middle;
}
.categorie.left {
    text-align: left;
}

.categorie.text-top {
	padding-top: 7px;
	vertical-align: top;
}

.modal .categorie.text-top {
	padding-top: 17px;
}

.modal div.categorie {
	float: left;
	line-height: 38px;
}


/* ---------------------------------------*/
/* ---------->>> Containers <<<-----------*/
/* ---------------------------------------*/


.container.inspection-pack {
	border: 4px solid #d5dee4;
	border-radius:6px;
}

/* container with blue dashed border
-----------------------------------*/
.container-dashed {
	background-color: #F8F9FA;
    border: 1px dashed #E0E0E0;
    overflow: auto;
    word-wrap: break-word;
	padding: 10px 10px;
}


/* Page Reports and Admin
-----------------------------------*/
.main-list-container,
.container-accounts {
    min-width: 938px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.main-list-container{
/*	background: rgb(249,249,249); /* Old browsers *!/*/
    background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(240,240,240,1) 7%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 84%, rgba(252,252,252,1) 97%, rgba(249,249,249,1) 99%, rgba(249,249,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(7%,rgba(240,240,240,1)), color-stop(9%,rgba(255,255,255,1)), color-stop(84%,rgba(255,255,255,1)), color-stop(97%,rgba(252,252,252,1)), color-stop(99%,rgba(249,249,249,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(240,240,240,1) 7%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 84%,rgba(252,252,252,1) 97%,rgba(249,249,249,1) 99%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(240,240,240,1) 7%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 84%,rgba(252,252,252,1) 97%,rgba(249,249,249,1) 99%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(240,240,240,1) 7%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 84%,rgba(252,252,252,1) 97%,rgba(249,249,249,1) 99%,rgba(249,249,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(240,240,240,1) 7%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 84%,rgba(252,252,252,1) 97%,rgba(249,249,249,1) 99%,rgba(249,249,249,1) 100%); /* W3C */
	overflow: hidden;
	min-height: 220px;
}

.main-list-container div{
    float: left;
}

.main-list-container td{
	padding: 5px;
}

.main-list-container table{
/*	border-collapse: separate;*/
	border-spacing: 5px;
}

/*Account manager containers
-----------------------------------*/
.container-accounts {
	*zoom: 1;
	background-color: white;
	padding: 15px 0;
	margin: auto;
	border-bottom: 1px solid #e0e0e0;
}

.container-accounts:before,
.container-accounts:after {
	display: table;
	content: "";
}

.container-accounts:after {
	clear: both;
}

/* put on disable mode an account on account list 
------------------------------------*/
.container-accounts.disable{
	box-shadow:inset 0 1px 2px rgba(206,209,215,0.1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE',EndColorStr='#E0E0E0');
	-moz-box-shadow:inset 0 1px 2px rgba(206,209,215,0.1);
	-webkit-box-shadow:inset 0 1px 2px rgba(206,209,215,0.1);
	background-color: #f0f2f4;
}


/* Book inpection 
-----------------------------------*/
[class^="step-"], [class*="step-"] {
/*    width: 910px;*/
/*    margin: auto;*/
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
/*   	padding: 20px 30px;*/
}
.step-1,
.step-3 {
	background: white;
}
.step-2,
.step-4 {
    background-color: #eef3f5;
}
.step-top {
    border-top: 1px solid #E0E0E0;
}
.step-create {
    background-color: white;
    border-bottom: 1px solid #e0e0e0;
    height: 35px;
   	padding: 15px 30px;
    border-bottom: 1px solid #E0E0E0;
}


/* Container in page's bottom with action blue button 
------------------------------------- */

.step-5 {
    height: 32px;
    background-color: white;
}


/* Small Main container  
-----------------------------------*/
/* container used for example in pages : Forget & Change password, Support... */

.small-container{
	background-color: #fefefe;
	border-bottom: 1px solid #dde0e8;
	-moz-box-shadow:rgba(0,0,0,0.15) 0 0 1px;
	-webkit-box-shadow:rgba(0,0,0,0.15) 0 0 1px;
	box-shadow:rgba(0,0,0,0.15) 0 0 1px;
	padding: 20px 30px;
	border-bottom-right-radius:  5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius:  5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius:  5px;
	-webkit-border-bottom-left-radius: 5px;
}

/* ---------------------------------------*/
/* ---------->>> Tables  <<<--------------*/
/* ---------------------------------------*/

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  }
  
.table {
  width: 100%;
  margin-bottom: 0;
}

.table th,
.table td {
	padding: 6px;
	vertical-align: middle;
/*	color: #444;*/
	font: 11px Arial, sans-serif;
	font-weight: normal;
}

.table-lined td,
.table-lined th {
	border-top: 1px solid #DDD;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed td {
  padding: 5px 3px;
  border-left: 2px solid #EFF3F6;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #DFE9F1;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f7f9fa;
}

.table-hover tbody tr.child:hover td,
.table-hover tbody tr.child:hover th {
  background: none;
}

/* Table with cell's border dashed  
 -----------------------------------*/
/* Used in Admin part */


.table-dashed {
	border-collapse:separate;
	border-spacing:5px;
	padding: 10px 5px;
	width: 100%;
}

.table-dashed td{
	background-color: #F8F9FA;
	border: 1px dashed #E6E6E6;
	padding: 10px;
}

.table-dashed td:first-child {
	border-style: none;
	background-color: transparent;
	width: 20%;
}

.table-dashed td:last-child{
	width: 80%;
}

.table-bordered {
  border: 1px solid #dbe4ea;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td:first-child {
  border-left: 1px solid #dbe4ea;
}


.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-inner thead:first-child tr:first-child th:first-child,
.table-inner tbody:first-child tr:first-child td:first-child,
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-inner thead:first-child tr:first-child th:last-child,
.table-inner tbody:first-child tr:first-child td:last-child,
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-inner thead:last-child tr:last-child th:first-child,
.table-inner tbody:last-child tr:last-child td:first-child,
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-inner thead:last-child tr:last-child th:last-child,
.table-inner tbody:last-child tr:last-child td:last-child,
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

/**/

.table-bordered thead tr {
	background-color: #EFF3F6;
	color: #7b8a99;
}
.table-bordered thead tr th {
	font: 300 12px Arial, sans-serif;
	border-left: 1px solid #dbe4ea;
}

.table-bordered thead tr th:first-child {
  border-left-color: #dbe4ea;
}

.table-bordered thead tr th:last-child {
  border-right: none;
}

.table-bordered thead tr th.sorting-asc,
.table-bordered thead tr th.sorting-desc {
	background-color: #dbe8f0;
}

.table-inner tfoot tr,
.table-inner thead tr {
	background-color: #EFF3F6;
}
.table-inner tfoot tr td,
.table-inner thead tr th {
	font: 11px Arial, sans-serif;
	vertical-align: middle;
}
.table-inner thead tr th {
	padding: 12px 2px;
	text-align: left;
}

.table-inner tbody tr td {
	padding-right: 0;
	padding-left: 0;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
}

table.table{
	clear: both;
}

table.table thead .sorting { background: url('../images/DT/sort_both.png') no-repeat center right; color: #003883; }
table.table thead .sorting_asc { 
	background: url('../images/DT/sort_asc.png') no-repeat center right; 
	background-color: #003883;
}
table.table thead .sorting_desc { 
	background: url('../images/DT/sort_desc.png') no-repeat center right; 
	background-color: #003883;
};
table.table thead .sorting_asc_disabled { background: url('../img/DT/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('../img/DT/sort_desc_disabled.png') no-repeat center right; }

table.dataTable th:active {
	outline: none;
}

div.dataTables_length label {
	float: left;
	text-align: left;
	padding-top: 15px;
}

div.dataTables_length select {
	width: 75px;
}

div.dataTables_filter label {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.dataTables_info {
	padding-top: 18px;
	
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

div.dataTables_paginate {
	float: right;
	margin: 10px 0 10px;
}
div.dataTables_processing {
	float: left;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 17px;
	font-style: italic;
	color: #407bba;
}

#inspectionList_processing {
	padding-top: 14px;
	float: left;
	padding-left: 5px;
	font-weight: bold;
	font-style: italic;
	color: #f5a352;
}

.main-inspectionlist .dataTable tbody tr[role=row]>td {
	border: 1px solid #EFF3F6 !important;
	padding: 3px 5px 1px;
	vertical-align: middle;
	border-bottom: 4px solid #EFF3F6 !important;
	font-size: 12px;
}

.main-inspectionlist .table-bordered th, div.fixedHeader th{
	text-align: left;
  	color: #EE7D11;
  	font-family: Arial, sans-serif !important;
  	font-weight: bold !important;
  	border: 2px solid #EFF3F6 !important;
	padding: 6px 22px 6px 8px;
	vertical-align: middle;
	cursor: move;
}

.main-inspectionlist .table-bordered  {
	border-color: #EFF3F6 ;
}

.main-inspectionlist .dataTable tr[role=row] td:first-child {
    padding-left: 5px;
    padding-right: 5px;
}

.main-inspectionlist .dataTable tr[role=row] td:nth-child(2) {
	padding-left: 5px;
	padding-right: 5px;
}

.main-inspectionlist .dataTable tr[role=row] td.important,
.main-inspectionlist .dataTable tr[role=row] td.success {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.main-inpectionlist .dataTable tr[role=row] td {
	min-width: 93px;
}

.main-invoicelist .dataTable tbody > tr > td{
	border: 1px solid #EFF3F6 !important;
	padding: 3px 5px 1px;
	vertical-align: middle;
	border-bottom: 4px solid #EFF3F6 !important;
	font-size: 11px;
}

.main-invoicelist .table-bordered th, div.fixedHeader th{
	text-align: left;
  	color: #34495e;
  	font-family: Arial, sans-serif !important;
  	font-weight: bold !important;
  	border: 2px solid #EFF3F6 !important;
	padding: 6px 22px 6px 8px;
	vertical-align: middle;
	cursor: move;
}

.main-invoicelist .table-bordered  {
	border-color: #EFF3F6 ;
}

.main-invoicelist .dataTable td:first-child{
	min-width: 118px;
	padding-left: 5px;
	padding-right: 5px;
}

.main-invoicelist .dataTable td.important,
.main-invoicelist .dataTable td.success {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.main-invoicelist .dataTable td {
	min-width: 93px;
}

.invoice-table .dataTable tbody > tr > td{
	border: 1px solid #EFF3F6 !important;
	padding: 3px 5px 1px;
	vertical-align: middle;
	font-size: 11px;
}

.search_invoice-table .dataTable tbody > tr > td{
	border: 1px solid #EFF3F6 !important;
	padding: 3px 5px 1px;
	vertical-align: middle;
	font-size: 11px;
}

.invoice-table .table-bordered th.blank {
	border: 0px !important;
}

.invoice-table .table-bordered {
  border: 0px !important;
}

.invoice-table .table-bordered th, div.fixedHeader th{
	text-align: left;
  	color: #34495e;
  	font-family: Arial, sans-serif !important;
  	font-weight: bold !important;
  	border: 2px solid #EFF3F6 !important;
	padding: 6px 22px 6px 8px;
	vertical-align: middle;
	cursor: move;
}

.invoice-table .table-bordered {
	border-color: #EFF3F6 ;
}

.invoice-table .dataTable td:first-child{
	min-width: 118px;
	padding-left: 5px;
	padding-right: 5px;
}

.invoice-table .dataTable td.important,
.invoice-table .dataTable td.success {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.invoice-table .dataTable td {
	min-width: 93px;
}

#searchTable_wrapper label{
	margin-bottom : 10px;
}

.row-indicator-left {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	vertical-align: middle;
	margin-left: -6px;
	display: inline-block;
	width: 3px;
	height: 22px;
}

@media (max-width: 979px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
/*    white-space: nowrap;*/
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
.table {
    max-width: inherit; 
  }
}


/* ------------------------------------------ */
/* ---------->>> ColReorder <<<------------------- */
/* ------------------------------------------ */

table.DTCR_clonedTable {
	background-color: rgba(255, 255, 255, 0.7);
	cursor:move;
	z-index: 202;
}

div.DTCR_pointer {
	width: 1px;
	background-color: #0259C4;
	z-index: 201;
}


/* ------------------------------------------ */
/* ---------->>> ColVis <<<------------------- */
/* ------------------------------------------ */

div.ColVis {
       float: left;
       padding-right: 30px;
       padding-left: 15px;
       margin-bottom: 1em;
}

button.ColVis_Button,
ul.ColVis_collection li {
       position: relative;
       float: left;
       margin-right: 3px;
       margin-top: 8px;
       padding: 5px 8px;
       border: 1px solid #999;
       cursor: pointer;
       *cursor: hand;
       font-size: 0.88em;
       color: black !important;
       white-space: nowrap;

       -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
           -ms-border-radius: 2px;
            -o-border-radius: 2px;
               border-radius: 2px;

       /*-webkit-box-shadow: 1px 1px 3px #ccc;
          -moz-box-shadow: 1px 1px 3px #ccc;
           -ms-box-shadow: 1px 1px 3px #ccc;
            -o-box-shadow: 1px 1px 3px #ccc;
               box-shadow: 1px 1px 3px #ccc;*/

       /* Generated by http://www.colorzilla.com/gradient-editor/ */
       background: #ffffff; /* Old browsers
       background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
       background:    -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
       background:     -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
       background:      -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
       background:         linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0                                                                                                                                                 );*/
}

.ColVis_Button:hover,
ul.ColVis_collection li:hover {
       border: 1px solid #666;
       text-decoration: none !important;

       /*-webkit-box-shadow: 1px 1px 3px #999;
          -moz-box-shadow: 1px 1px 3px #999;
           -ms-box-shadow: 1px 1px 3px #999;
            -o-box-shadow: 1px 1px 3px #999;
               box-shadow: 1px 1px 3px #999;*/

       background: #EFF3F6 /* Old browsers
       background: -webkit-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);
       background:    -moz-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);
       background:     -ms-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);
       background:      -o-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);
       background:         linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0                                                                                                                                                 ); */
}

button.ColVis_Button {
       height: 30px;
       padding: 3px 8px;
}

button.ColVis_Button::-moz-focus-inner {
       border: none !important;
       padding: 0;
}

button.ColVis_Button:active {
       outline: none;
}


div.ColVis_collectionBackground {
       position: fixed;
       top: 0;
       left: 0;
       height: 100%;
       width: 100%;
       background: url(../images/modal-bg.png);
       z-index: 1100;
       opacity: 0.8;
}

ul.ColVis_collection {
       width: 130px;
       padding: 8px 6px 4px 8px;
       margin: 0;
       border: 1px solid #ccc;
       border: 1px solid rgba( 0, 0, 0, 0.4 );
       background-color: #f3f3f3;
       background-color: rgba( 255, 255, 255, 0.3 );
       overflow: hidden;
       z-index: 2002;

       -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
           -ms-border-radius: 5px;
            -o-border-radius: 5px;
               border-radius: 5px;

       /*-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
           -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
            -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
               box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);*/
}

ul.ColVis_collection li {
       position: relative;
       height: auto;
       left: 0;
       right: 0;
       padding: 0.5em;

       display: block;
       float: none;
       margin-bottom: 4px;

       /*-webkit-box-shadow: 1px 1px 3px #999;
          -moz-box-shadow: 1px 1px 3px #999;
           -ms-box-shadow: 1px 1px 3px #999;
            -o-box-shadow: 1px 1px 3px #999;
               box-shadow: 1px 1px 3px #999;*/
}

ul.ColVis_collection li {
       text-align: left;
}

ul.ColVis_collection li.ColVis_Button:hover {
       border: 1px solid #999;
       background-color: #EFF3F6
}

ul.ColVis_collection li span {
       display: inline-block;
       padding-left: 0.5em;
       cursor: pointer;
}


ul.ColVis_collection li.ColVis_Special {
       border-color: #555;
       background: rgb(237,237,237); /* Old browsers */
       background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%);                                                                                                                                                 /* Chrome10,Safari5.1+ */
       background:    -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(214,214,214,1) 77%, rgba(232,232,232,1) 100%                                                                                                                                                ); /* FF3.6+ */
       background:     -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%);                                                                                                                                                 /* IE10+ */
       background:      -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%);                                                                                                                                                 /* Opera 11.10+ */
       background:         linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1)                                                                                                                                                 100%); /* W3C */
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e8e8e8',GradientType=0                                                                                                                                                 ); /* IE6-9 */
}

ul.ColVis_collection li.ColVis_Special:hover {
       background: #e2e2e2; /* Old browsers */
       background: -webkit-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* Chrome10,Safari5.1+ */
       background:    -moz-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* FF3.6+ */
       background:     -ms-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* IE10+ */
       background:      -o-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* Opera 11.10+ */
       background:         linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* W3C */
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e2e2e2',GradientType=0                                                                                                                                                 ); /* IE6-9 */
}


span.ColVis_radio {
       display: inline-block;
       width: 20px;
}

div.ColVis_catcher {
       position: absolute;
       z-index: 1101;
}

.disabled {
       color: #999;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * /ColVis styles
 */

/* ------------------------------------------ */
/* ---------->>> Pager <<<------------------- */
/* ------------------------------------------ */

.pagination {
	margin: 0 0;
}

.pagination a:hover{
	text-decoration: none;
	color: #fff;
}

.pagination ul {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.pagination ul > li > a {
	background-color: #576EAD;
	color: #FFF;
	border: none;
}
.pagination ul > .active > a, 
.pagination ul > .active > span {
	color: #FFF;
	cursor: default;
}
.pagination ul > li > a:hover, 
.pagination ul > .active > a, 
.pagination ul > .active > span {
	background-color: #7F8CB7;
}

/* Pagination blue */

.pagination.blue ul > li > a {
	background-color: #33478D;
}
.pagination.blue ul > li > a:hover, 
.pagination.blue ul > .active > a, 
.pagination.blue ul > .active > span {
	background-color: #7F8CB7;
}


#dataTable-IG .pagination ul > .disabled > span, 
#dataTable-IG .pagination ul > .disabled > a, 
#dataTable-IG .pagination ul > .disabled > a:hover,
#dataTable-I .pagination ul > .disabled > span, 
#dataTable-I .pagination ul > .disabled > a, 
#dataTable-I .pagination ul > .disabled > a:hover {
	background-color: rgba(0, 0, 0, 0);
}
#dataTable-IG .pagination ul > li > a {
	background-color: #AB3F97;
}
#dataTable-IG .pagination ul > li > a:hover, 
#dataTable-IG .pagination ul > .active > a, 
#dataTable-IG .pagination ul > .active > span {
	background-color: #e6c1df;
}

.pagination.sm ul > li > a, .pagination.sm ul > li > span {
	font-size: 11px;
	padding: 3px 7px;
	line-height: 18px;
}


.pager {
	width:100%;
/*    width: 938px;*/
    height: 50px;
    background: white;
    margin: auto;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    text-align: center;
}

.fareports-pager {
	border-left: 0px;
}

.pager a, .pager strong.pagerDB-current {
    padding: 10px;
    -o-transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    -ms-transition: all 0s;
}

div.pager {
    padding-top: 30px;
}

div.pager a {
    color: #99a5b3;
}

div.pager a:hover {
    color: white;
    text-decoration:none;
    background: url(../images/AQM-Website-bg-Pager.png) no-repeat center center;
}
div.pager strong {
    color: white;
    background: url(../images/AQM-Website-bg-Pager.png) no-repeat center center;
}


/* -----------------------------------*/
/* --------->>> Message <<----*/
/* -----------------------------------*/

.text-message {
	font-weight: bold;
	font-style: italic;
}

/* Guidance message (appears during a certain period)
 ---------------------------------*/
.guidance-message {
	min-height: 45px;
	margin: auto;
	background: url(../images/Exclamation-mark-icon.png) no-repeat 24px center #FAE4B1;	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	   -moz-border-radius-topleft: 4px;
	   -moz-border-radius-topright: 4px;
	        border-top-left-radius: 4px;
	        border-top-right-radius: 4px;
	        border: 1px solid #F6DDA5;
}

.guidance-message p{
	padding: 15px 80px;
}

/* Dialog message  
---------------------------------*/

.dialog {
  background-color: #edeff1;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  font-weight: bold;
  padding: 10px 20px;
  position: relative;
}
.dialog .btn {
  vertical-align: baseline;
}
.dialog form {
  margin-bottom: 0;
}
.dialog form input,
.dialog form .btn {
  margin-bottom: 0;
  margin-left: 20px;
  vertical-align: top;
}
.dialog form input:first-child,
.dialog form .btn:first-child {
  margin-left: 0;
}
.dialog.dialog-success {
  background-color: #96e2b4;
  border-color: #96e2b4;
  color: #186e22;
}
.dialog.dialog-danger {
  background-color: #fdefed;
  border-bottom-color: #fadbd8;
  border-top-color: #fadbd8;
  color: #df5548;
}
.dialog.dialog-warning {
	background: url(../images/Exclamation-mark-icon.png) no-repeat 15px center #f2eee5;
	background-color: #fefae9;
	border-bottom-color: #fcf3cf;
	border-top-color: #fcf3cf;
	color: #E08C5C;
	padding-left: 65px;
}
.dialog.dialog-warning-no-icon {
	background-color: #fefae9;
	border-bottom-color: #fcf3cf;
	border-top-color: #fcf3cf;
	color: #E08C5C;
}
.dialog.dialog-info {
  background-color: #edf6fc;
  border-bottom-color: #d6eaf8;
  border-top-color: #d6eaf8;
  color: #54a2d9;
}
.dialog.dialog-inverse {
  background-color: #EE7D11;
  border-bottom-color: #2a3a4b;
  border-top-color: #2a3a4b;
  color: #ffffff;
}
@media (max-width: 767px) {
  .dialog {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dialog.dialog-warning{
	padding-left: 60px;
  }
  .dialog form .btn,
  .dialog .btn {
    display: block;
    margin: 9px 0;
    min-width: auto;
    width: 100%;
  }
  .dialog form .btn:last-child,
  .dialog .btn:last-child {
    margin-bottom: 0;
  }
  .dialog form .btn + .btn,
  .dialog .btn + .btn {
    margin-top: 18px;
  }
  .dialog form input {
    margin: 9px 0;
  }
}

/* General message (appears over the body) 
---------------------------------*/
.global-message {
	color: white;
	background-color: #ec4c24;
}

.global-message div .arrow-up-white {
	width: 23px;
	height: 18px;
	background: url(../images/AQM-arrow-up-white.png) no-repeat center center ;
	display: block;
	position: absolute;
	top: 60px;
	z-index: 200;
}

.global-message div:first-child {
	padding: 10px 15px;
}

.global-message div:last-child {
	color: #313131;
	background-color: #ffffff;
	border-top: 1px solid #b1250c;
	border-bottom: 1px solid #000;
	padding: 15px;
}

.global-message div h4{
	display: inline;
}

.global-message div a{
	margin-left: 20px;
}

.global-message div a:hover {
	text-decoration: underline;
}

.global-message span{
	width: 50px;
	height: 25px;
	margin-bottom: -8px;
	display: inline-block;
}

.picto-chrome{
	background: url(../images/AQM-chrome.png) no-repeat center center;
}

.picto-firefox{
	background: url(../images/AQM-firefox.png) no-repeat center center;
}

.picto-ie{
	background: url(../images/AQM-ie.png) no-repeat center center;
}

.picto-safari{
	background: url(../images/AQM-safari.png) no-repeat center center;
}

.picto-opera{
	background: url(../images/AQM-opera.png) no-repeat center center;
}

/* loading image (used in KPI)
 ---------------------------------*/
 
.loading-page {
	text-align: center;
	width: 100%;
	background: url(../images/Loading-xl.gif) center 30% no-repeat;
}

.kpi-content .loading-page {
	padding-top: 80px;
	height: 150px;
}

.push.loading-page {
	background: url(../images/Loading-xl.gif) center 50% no-repeat;
}

/* -----------------------------------*/
/* ---------->>> Tooltips <<<-----------*/
/* -----------------------------------*/

.arrow-down{
    width: 10px;
    height: 10px;
    background: url(../images/arrow-down.png) no-repeat center center;
	display: inline-block;
	opacity: 0.6;
}

/* Purple infotip with arrow
(used in Book Inspection) 
 ---------------------------------*/
i  .info-tip {
    position: absolute;
    margin-left: 230px;
    color: #fff;
    background: rgba(0, 0, 0, .9);
    padding: 15px;
    background-color: #7C76B7;
    width: 420px;
}

.purple-arrow {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #7C76B7;
    height: 0;
    width: 0;
    left: -7px;
    position: absolute;
}


/* Tool tip for cut texts (in tables)  
-----------------------------------*/
td > label .tool_tip, td > .tool_tip, .text-overwritten{
    position:absolute;
    margin-top: -2px;
    margin-left: 0px;
    border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow:0 0 2px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    transition: all .25s;
    -webkit-transition:all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=00);
    padding: 2px 6px;
    background-color: #efd26f;
}

td:hover > label .tool_tip, td:hover > .tool_tip, .text-overwritten-hover{
    box-shadow:0 1px 0 rgba(99,99,99,.4);
    -webkit-box-shadow: 0 1px 0 rgba(99,99,99,.4);
    -moz-box-shadow: 0 1px 0 rgba(99,99,99,.4);
    opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

span[billing-warning-icon]{
	display:none;
}

/* aside tooltip (in reports list)  
-----------------------------------*/
p .aside-tip,
button .aside-tip,
button .top-tip,
button .bottom-tip{
	color: #fff;
	display: block;
	font-size: 9px;
	opacity: 0;
	 filter: alpha(opacity=0);
	position: absolute;
	visibility: visible;
	z-index: 500;
    
            border-radius:3px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            box-shadow:0 0 2px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
       -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	        transition: all .10s;
    -webkit-transition:all .10s;
       -moz-transition: all .10s;
	    -ms-transition: all .10s;
	     -o-transition: all .10s;
}

p .aside-tip,
button .aside-tip{
	background-color: #437CBF;
	margin-left: 30px;
	margin-top: -25px;
	padding: 5px 9px;
}

button .top-tip{
	background-color: #EE7D11;
	margin-left: -40px;
	margin-top: -70px;
	padding: 3px 9px;
}

button .bottom-tip{
	background-color: #EE7D11;
	margin-left: -35px;
	margin-top: 5px;
	padding: 3px 9px;
}


p:hover .aside-tip, p:focus .aside-tip,
button:hover .aside-tip, button:focus .aside-tip,
button:hover .top-tip,  button:focus .top-tip,
button:hover .bottom-tip,  button:focus .bottom-tip
{
	opacity: 1;
}

.left-arrow {
	border-bottom: 8px solid transparent;
	border-right: 8px solid #437CBF;
	border-top: 8px solid transparent;
	height: 0;
	left: -7px;
	position: absolute;
	top: 15%;
	width: 0;
 }

.top-arrow {
	border-bottom: 8px solid #313131;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	height: 0;
	left: 28%;
	position: absolute;
	top: -7px;
	width: 0;
}

.bottom-arrow {
    border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #313131;
	bottom: -7px;
	height: 0;
	left: 50%;
	position: absolute;
	width: 0;
}


/*bottom tooltip (kpi's)  
-----------------------------------*/

td .bottom-tip,
.kpi-box-small .bottom-tip{
	background-color: #313131;
	color: #fff; 
	font-size: 11px;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=00);
	padding: 6px 9px;
	position: absolute;
	visibility: hidden;
            border-radius: 3px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
       -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity 1s ease-out;
	    -ms-transition: opacity 1s ease-out;
	     -o-transition: opacity 1s ease-out;
	        transition: opacity 1s ease-out;
}

td .bottom-tip{
	margin-left: -15px;
	margin-top: 5px;
	max-width: 200px;
}

.modal td .bottom-tip{
	margin-left: -25px;
	margin-top: 9px;
	width: 120px;
}

.modal td .bottom-tip .top-arrow{
	left: 46%;
}


.kpi-box-small .bottom-tip{
	margin-top: 28px;
	width: 320px;
}

td:hover .bottom-tip, td:focus .bottom-tip,
.kpi-box-small:hover .bottom-tip, .kpi-box-small:focus .bottom-tip{
	cursor: help;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	visibility: visible;	
}


/*tooltip (based from Bootstrap)
--> i like this kind of organisation so i keep the code for organize
my tooltips like that  
-----------------------------------*/
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -2px;
}

.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-left: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #000000;
  border-bottom: 5px solid transparent;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}


@media (max-width: 767px) {
	.small-container{
		padding: 30px 20px;
	}
}

.ptn,
.pvn,
.pan {
  padding-top: 0;
}
.ptx,
.pvx,
.pax {
  padding-top: 3px;
}
.pts,
.pvs,
.pas {
  padding-top: 5px;
}
.ptm,
.pvm,
.pam {
  padding-top: 10px;
}
.ptl,
.pvl,
.pal {
  padding-top: 25px;
}
.prn,
.phn,
.pan {
  padding-right: 0;
}
.prx,
.phx,
.pax {
  padding-right: 3px;
}
.prs,
.phs,
.pas {
  padding-right: 5px;
}
.prm,
.phm,
.pam {
  padding-right: 10px;
}
.prl,
.phl,
.pal {
  padding-right: 25px;
}
.pbn,
.pvn,
.pan {
  padding-bottom: 0;
}
.pbx,
.pvx,
.pax {
  padding-bottom: 3px;
}
.pbs,
.pvs,
.pas {
  padding-bottom: 5px;
}
.pbm,
.pvm,
.pam {
  padding-bottom: 10px;
}
.pbl,
.pvl,
.pal {
  padding-bottom: 25px;
}
.pln,
.phn,
.pan {
  padding-left: 0;
}
.plx,
.phx,
.pax {
  padding-left: 3px;
}
.pls,
.phs,
.pas {
  padding-left: 5px;
}
.plm,
.phm,
.pam {
  padding-left: 10px;
}
.pll,
.phl,
.pal {
  padding-left: 25px;
}
.mtn,
.mvn,
.man {
  margin-top: 0px;
}
.mtx,
.mvx,
.max {
  margin-top: 3px;
}
.mts,
.mvs,
.mas {
  margin-top: 5px;
}
.mtm,
.mvm,
.mam {
  margin-top: 10px;
}
.mtl,
.mvl,
.mal {
  margin-top: 25px;
}
.mrn,
.mhn,
.man {
  margin-right: 0px;
}
.mrx,
.mhx,
.max {
  margin-right: 3px;
}
.mrs,
.mhs,
.mas {
  margin-right: 5px;
}
.mrm,
.mhm,
.mam {
  margin-right: 10px;
}
.mrl,
.mhl,
.mal {
  margin-right: 25px;
}
.mbn,
.mvn,
.man {
  margin-bottom: 0px;
}
.mbx,
.mvx,
.max {
  margin-bottom: 3px;
}
.mbs,
.mvs,
.mas {
  margin-bottom: 5px;
}
.mbm,
.mvm,
.mam {
  margin-bottom: 10px;
}
.mbl,
.mvl,
.mal {
  margin-bottom: 25px;
}
.mln,
.mhn,
.man {
  margin-left: 0px;
}
.mlx,
.mhx,
.max {
  margin-left: 3px;
}
.mls,
.mhs,
.mas {
  margin-left: 5px;
}
.mlm,
.mhm,
.mam {
  margin-left: 8px;
}
.mll,
.mhl,
.mal {
  margin-left: 25px;
}

.hs {
	height: 250px;
}
.hm {
	height: 500px;
}
.ht {
	height: 750px;
}


.my-handle {
	display: inline-grid;
	cursor: move;
	cursor: -webkit-grabbing;  /* overrides 'move' */
}

/* -----------------------------------*/
/* ---------->>> Tricks <<<-----------*/
/* -----------------------------------*/




/* This css file is used for stylize CALENDAR's page.
For the calendar himself, please see the fullcalendar.css file
--------------*/

#calendar .ui-datepicker-calendar,
.no-close .ui-dialog-titlebar-close {
	display: none
}

/* Datepicker customisation
 ---------------------------------------------------*/

#ui-datepicker-div {
	font-size: 11px;
	margin-top: 7px;
	z-index: 1001!important;/*it take effective to datepicker in insp_followup_download and qcs section of inspetion*/
	
}

#ui-datepicker-div:before {
	content: "";
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #B6CCE1;
	border-style: solid;
	border-width: 0 6px 6px;
	height: 0;
	margin-top: 0;
	opacity: 1;
	position: absolute;
	left: 12px;
	top: -5px;
	width: 0;
	z-index: 10;
}

.ui-datepicker .ui-state-active {
	background-color: #407bba;
	color: #FFF;
}

.ui-datepicker td a {
	border-radius: 4px;
}
.ui-datepicker td span, .ui-datepicker td a {
	text-align: center;
	display: block;
	text-decoration: none;
/*	color: #34495E;*/
	height: 14px;
	line-height: 14px;
	min-width: 14px;
}

select.ui-datepicker-year,
select.ui-datepicker-month{
	min-width:11px;
}

.barCode {
  height:25px;
  margin-top:10px;
  background: url(../images/BlocsWhite.png);
  background-position:top left;
  color:white;
  left:0px;
  position: relative;
  width: auto;
  
}

.barCode-float {
  height:25px;
  margin-top:10px;
  background: url(../images/BlocsWhite.png);
  background-position:top;
  color:white;
  padding: 0px 0px;
  position: relative;
  width: 100%;
  margin-left:0%;
  margin-right:0%;
}

.index-icon{
  height: 90px;
  width: 90px;
}

.cookieNotice {
  font-family: arial,verdana,sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  height: auto;
  padding: 3em;
  width: 75%;
  text-align: justify;
}

.cookieNotice > h2 {
	color: #003883;
}

.cookieNotice > h3 {
	color: #696969;
}

.cookieNotice > p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 2px;
	margin-inline-end: 2px;
	unicode-bidi: isolate;
	text-align: left;
}

.cookieNotice > ul {
	list-style-type: circle;
	margin: 0 0 2em 2em;
}

.cookieNotice > ul {
	display: list-item;	
	list-style-type: circle;
	margin: 0 0 2em 2em;
}

.cookieNotice > li {
	display: list-item;
}

.headbar {
  background-color:#576EAD;
  height:5px;
  margin-top: 40px;
  margin-bottom: 5px;
}

.pdf {
  text-align: center;
}

.index-text-margin{
  margin-bottom: 50px;
}

.index-icon-margin{
  margin-left:20px;
  margin-right:20px;
}

#inspType{
  margin-top:8px;
}

#brandContainer {
  margin-top:7px;
}

.inline-block {
    display: inline-block;
}

.calendar-container {
	display:flex;height:100%;margin:0;width:100%
}

.error-wrapper {
    background-color: #FF0000;
    color: white;
    font-weight: bold;
    /*#FF0000; 900000*/
}

.error-wrapper div.span12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.warning-wrapper {
    background-color: #edbe3c;
    color: black;
    font-weight: bold;
}

.warning-wrapper div.span12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.status-orange {
	background-color: #f2a446;
}

.status-black{
  	background-color: #000000;
}

.status-blue{
  	background-color: #003883;
}

.status-white{
  background-color: #ffffff;
}

.checkbox-field{
	display: flex !important; 
	flex-direction: row;	
}

.selectize-input.items.full.has-options.has-items.locked {
	background-color: #f8f9fa;
	pointer-events: none;
}

/* Loading Popup Styles */
.loading-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loading-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Notification Styles */
.notification-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
    max-width: 300px;
}

.notification {
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateX(400px);
    transition: transform 0.3s ease;
}

.notification.show {
    transform: translateX(0);
}

.notification.success {
    background: #27ae60;
}

.notification.error {
    background: #e74c3c;
}

.notification.warning {
    background: #f39c12;
}

.notification.info {
    background: #3498db;
}