/* Custom CSS overrides */
@font-face {
    font-family: 'bosch-sanslight';
    src: url('../fonts/font-bosch/boschsans-light-webfont.woff2');
}

html {
    min-height: 100%;
}

body {
    /*background: url('../img/bg-dark.jpg') 50% 100% no-repeat #112d45 fixed;*/
    background-size: cover;
    height: 100%;
    color: #FFF;
    /* font-family: 'bosch_sansmedium'; */
    font-family: 'bosch_sanslight';
    /* font-family: 'bosch_sansregular_italic'; */
    /* font-family: 'bosch_sansmedium_italic'; */
    /* font-family: 'bosch_sanslight_italic'; */
    /*font-family: 'bosch_sansregular';*/
    /* font-family: 'bosch_sansbold'; */
    /* font-family: 'bosch_sansblack_italic'; */
    /* font-family: 'bosch_sansbold_italic'; */
    /* font-family: 'bosch_sansblack'; */
    letter-spacing: 0.01em;
    padding: 0;
    overflow-x: hidden;
}
	
	.site {
	    margin-top: 0px;
	    padding-top: 120px;
		background: url('../img/bg-shadow.png') 0% 80px repeat-x fixed;
	}
	
	.page-title
	{
	    font-family: 'bosch_sanslight';
	    color: #26547a;
	}


/* MENU */
	.navbar-nav {width: 100%;}
	.navbar {
		/*background: url('../img/bg-dark.jpg') 50% 0% no-repeat #dbe9f2;*/
		background-size: cover;
	}
	
	#navbar > ul > li {
	    display: inline-block;
	    text-align: center;
	    -webkit-transform: skew(-15deg);
	    -moz-transform: skew(-15deg);
	    -ms-transform: skew(-15deg);
	    -o-transform: skew(-15deg);
	    transform: skew(-15deg);
	    border-left: 1px solid rgba(14,69,104,0.9);
	    -webkit-transition: background 0.2s;
	    -moz-transition: background 0.2s;
	    -ms-transition: background 0.2s;
	    -o-transition: background 0.2s;
	    transition: background 0.2s;
	    min-height: 80px;
	    margin: 0;
	    padding: 0 30px;
	}

	#navbar > ul > li.search {
		max-width: 300px;
		width: auto;
		padding: 18px 30px 0 30px;
		/*line-height: 54px;*/
	}

	#navbar > ul > li.search form {
	    -webkit-transform: skew(15deg) !important;
	    -moz-transform: skew(15deg) !important;
	    -ms-transform: skew(15deg) !important;
	    -o-transform: skew(15deg) !important;
	    transform: skew(15deg) !important;
		float: left;
	}

   #navbar > ul > li > a,	
   #navbar > ul > li > div
	 {
	    display: block;
	    -webkit-transform: skew(15deg) !important;
	    -moz-transform: skew(15deg) !important;
	    -ms-transform: skew(15deg) !important;
	    -o-transform: skew(15deg) !important;
	    transform: skew(15deg) !important;
	    text-align: left;
	}


	#navbar > ul > li > a
	 {
	    display: block;
	    text-decoration: none;
	    padding: 0 3px;
	    /* height: 70px; */
	    line-height: 80px;
	    font-size: 20px;
	    color: #FFF;
	    -webkit-transform: skew(15deg) !important;
	    -moz-transform: skew(15deg) !important;
	    -ms-transform: skew(15deg) !important;
	    -o-transform: skew(15deg) !important;
	    transform: skew(15deg) !important;
	    text-align: left;
	}
	
	
	#navbar > li.active a {
	    background: none !important;
	}
	
	#navbar > ul > li:hover {
	    background: rgba(0,0,0,0.2);
	}
	
	#navbar > ul > li.search:hover {
	    background: none;
	}
		
	#navbar > li:hover a {
	    color: #39c0ff;
	    padding: 0;
	    background: none;
	}
 	
	.navbar-default .navbar-nav > .open > a, 
	.navbar-default .navbar-nav > .open > a:hover, 
	.navbar-default .navbar-nav > .open > a:focus {
 		background: none;
 	}
 	
 	.navbar-nav > li > .dropdown-menu
	 {
	    -webkit-transform: skew(15deg) !important;
	    -moz-transform: skew(15deg) !important;
	    -ms-transform: skew(15deg) !important;
	    -o-transform: skew(15deg) !important;
	    transform: skew(15deg) !important;
	    margin-left: 73px;
	    margin-top: 5px;
	}
	
	.navbar-nav > li > .dropdown-menu > li {
		text-align: left;
	}
  	
  	.navbar-nav > li > .dropdown-menu > li a {
  		padding: 10px 20px;
  		border-bottom: 1px solid #e7e7e7;
  	}
    .navbar-nav > li > .dropdown-menu > li:hover a {
        color: #FFF;
    }
	.navbar-nav > li > .dropdown-menu > li a i {margin-right: 10px;}

    #navbar > ul > li.credentials {
       padding-top: 10px;
       border: none;
    }

    #navbar > ul > li.credentials:hover {
        background: none;
    }
	   
/* END MENU */


/* GRID BLOCKS */
/* to = tool organizer */

	div.to-block {
		padding: 10px 10px 0 10px;
		border: 1px solid rgba(25,128,196,0.8);
		background: rgba(43,134,219,0.1);
		display: block;
		text-align: left;
		margin: 20px 0 30px 0;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
	}
	
	div.to-block > .to-block-content {
		padding-bottom: 10px;
	}
	
	#home div.to-block {padding: 10px 0 0 0;}
	
	div.to-block .to-label {
	    margin-top: -20px;
	    /*margin-left: -15px;*/
	    position: absolute;
	    margin-left: 10px;
	}
	
	div.to-block.labeled > .clearfix
	{
	    margin-top: 30px;
	}
	
	#home div.to-block > .to-block-content{
		text-align: center;
	}
	
	.alert.to-block > .to-block-content{
		padding: 20px;
	}

	.to-label {
	    display: block;
	    text-align: center;
	    -webkit-transform: skew(-15deg);
	    -moz-transform: skew(-15deg);
	    -ms-transform: skew(-15deg);
	    -o-transform: skew(-15deg);
	    transform: skew(-15deg);
	    background: #138ac2;
	    box-shadow: 1px 1px 0 #05527c;
	    -moz-box-shadow: 1px 1px 0 #05527c;
	    -webkit-box-shadow: 1px 1px 0 #05527c;
	    color: #FFF;
	    padding: 7px 10px;
	    border-radius: 3px;
	    line-height: 15px;
	    text-transform: capitalize;
	}
	
	.to-label span {
	    color: #FFF;
	    display: inline-block;
	    -webkit-transform: skew(15deg) !important;
	    -moz-transform: skew(15deg) !important;
	    -ms-transform: skew(15deg) !important;
	    -o-transform: skew(15deg) !important;
	    transform: skew(15deg) !important;
	    font-size: 12px;
		font-size: 16px;
 		font-family: 'bosch_sansbold';
	}
	
	#home .to-label span.badge,
	span.badge {
		display: inline-block;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		background-color: #d9534f;
		margin: 0 10px;
	}		
	
	.shine:before {
		display: block;
		height: 42px;
		background: url('../img/spot-light.png') 50% 0% no-repeat;
		background-size: 100% 100%;
		content: "";
		margin: -32px 0 -10px 0;
		transition: all 1.0s ease;
		/*background-size: 40% 100%;*/
	}
	
	.shine:after {
		display: block;
		height: 42px;
		background: url('../img/spot-light.png') 50% 0% no-repeat;
		content: "";
		margin: -10px 0 -22px 0;
		transition: all 1.0s ease;
		/*background-size: 40% 100%;*/
	}
	
	#home .shine:after {
		margin: -20px 0 -22px 0;
	}
	
	.shine:hover:before,
	.shine:hover:after {
		/*background-size: 60% 100%;*/
	}
	
	.shadow:after {
	    display: block;
	    height: 42px;
	    background: url('../img/shadow.png') 50% 0% no-repeat;
	    content: "";
	    transition: all 1.0s ease;
	    background-size: 100% 100%;
	}

	#home .icon {
		color: #FFF; 
		font-size: 100px; 
		line-height: 150px;
		width: 100%;
		display: inline-block;
		position: relative;
	}
	a .icon:hover {
		text-decoration: none;
	}
	
	#home .icon.icon-content {
		font-size: 30px; 
		min-height: 100px;
		background-repeat: no-repeat;
		background-position: 50% 0%;
		background-size: contain;
	}
	
	#home .icon .badge {
		position: absolute;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		line-height: 20px;
		font-size: 14px;
		background: #ea0000;		
	}
	
	#home .icon.icon-notifications .badge {
		bottom: 23%;
		right: 23%;
	} 
	
	/*
	#home .icon.icon-notifications {background-image: url('../img/icon-notifications.png')}
	#home .icon.icon-qrcode {background-image: url('../img/icon-qrcode.png')}
	
	
	#home .icon.icon-check-in-tools {background-image: url('../img/icon-check-in-tools.png')}
	#home .icon.icon-check-out-tools {background-image: url('../img/icon-check-out-tools.png')}
	#home .icon.icon-usage-report {background-image: url('../img/icon-usage-report.png')}
	#home .icon.icon-tool-catalog {background-image: url('../img/icon-tool-catalog.png')}
	#home .icon.icon-add-tools {background-image: url('../img/icon-add-tools.png')}
	#home .icon.icon-assignees {background-image: url('../img/icon-assignees.png')}
	#home .icon.icon-transfer-tools {background-image: url('../img/icon-transfer-tools.png')}
	#home .icon.icon-storage-locations {background-image: url('../img/icon-storage-locations.png')}
	#home .icon.icon-tool-maintenance {background-image: url('../img/icon-tool-maintenance.png')}
	
	*/
	
	#home .icon.icon-compliance-check {background-image: url('../img/icon-compliance-check.png'); min-height: 150px; line-height: 120px !important;}
	#home .icon.icon-compliance-check .fa {line-height: 80px !important; font-size: 30px !important;}
	#home .icon.icon-tool-maintanence {background-image: url('../img/icon-tool-maintenance.png'); min-height: 150px;}
	#home .icon.icon-tool-loaning {background-image: url('../img/icon-tool-loaning.png'); min-height: 150px; line-height: 120px !important;}
	#home .icon.icon-tool-loaning .fa {line-height: 80px !important; font-size: 30px !important;}
	#home .icon.icon-inventory-report {background-image: url('../img/icon-inventory-report.png'); min-height: 150px;}
	
/* END GRID BLOCKS*/

/* LOGO & NAVBAR*/

	#logo {
	    /* background: #FFF; */  
	    float: right; 
	    position: absolute; 
	    right:-15px;
	    /*background: url('../img/logo-light.png') 0% 50% no-repeat;*/
	}
	
	.navbar-brand {
	    float: right;
	    margin-top: 35px;
	    height: auto !important;
	}
	
	.navbar-brand a {
	    margin-left: 135px;
	    max-width: 180px;
		height: 60px;
	    display: block;
	    background: #0e273b;
	    padding: 5px 10px;
	    border: 1px solid rgba(24,176,246,0.4);

	}
	
	.navbar-brand img {
		width: 100%;	
	}

/* END LOGO & NAVBAR*/


/* TYPOGRAPHY */

	h1, h2, h3, h4, h5, h6 {
	    font-weight: 500;
	    line-height: 100%;
	    margin: 10px 0 10px 0
	}
	
	h1 > .fa, 
	h2 > .fa,
	h3 > .fa,
	h4 > .fa,
	h5 > .fa,
	h6 > .fa {
		color: #FFF;
	}
	
	hr {height: 0; border: none; border-bottom: 1px solid #1c74bc;}
	
	.text-default {color: #FFF; font-size: 12px;}
	
	/* remove dotted border around links */
	a, a:hover, a:focus, a:active {
   		outline: 0;
	}	
	
/* END TYPOGRAPHY */


.round {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
}


/* PAGE GRID */

	#main-content {
	    padding: 20px 0 0 0;
	    display: table;
	    min-height: 300px;
		width: 100%;
	}
	
	.scrollable {
		height: 400px;
		overflow: auto;
		overflow-x: none;
	}
	
	.page-header {
	    margin: 0px 0 20px;
	}


/* DARK BLUE GRADIENT */
.btn.btn-primary,
.to-label,
#header,
.bg-dark
 {
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #004a87 0%, #007fc5 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #004a87 0%, #007fc5 100%);
    /* Opera */
    background-image: -o-linear-gradient(bottom, #004a87 0%, #007fc5 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #007fc5),
        color-stop(1, #004a87));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #004a87 0%, #007fc5 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #004a87 0%, #007fc5 100%);
}

/* LIGHT BLUE GRADIENT */
.bg-medium
 {
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
    /* Opera */
    background-image: -o-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #179edd),
        color-stop(1, #117eb1));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #117eb1 0%, #179edd 100%);
}

/* GRAY GRADIENT */
.bg-light
{
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #bdbdbd 0%, #e8e8e8 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #bdbdbd 0%, #e8e8e8 100%);
    /* Opera */
    background-image: -o-linear-gradient(bottom, #bdbdbd 0%, #e8e8e8 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #bdbdbd), color-stop(1, #e8e8e8));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #bdbdbd 0%, #e8e8e8 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #bdbdbd 0%, #e8e8e8 100%);
}

/* GREEN GRADIENT */
.bg-special
{
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #208c27 0%, #6edd85 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #208c27 0%, #6edd85 100%);
    /* Opera */
    background-image: -o-linear-gradient(bottom, #208c27 0%, #6edd85 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #208c27), color-stop(1, #6edd85));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #208c27 0%, #6edd85 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #208c27 0%, #6edd85 100%);
}

.bg-danger, .btn-danger {

    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #c9302c 0%, #ff0000 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #c9302c 0%, #ff0000 100%);
    /* Opera */
    background-image: -o-linear-gradient(bottom, #c9302c 0%, #ff0000 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c9302c), color-stop(1, #ff0000));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #c9302c 0%, #ff0000 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #c9302c 0%, #ff0000 100%);
} 

.btn i,
.btn .fa {
    color: #FFF;
}

/* FILTER MENU - left sidebar */

	.filter-menu .list-group-item {
		background: none;
		border: none;
		border-radius: 0 !important;
		font-size: 16px;
	}
	
	.filter-menu a.list-group-item {
		color: #FFF;
	}
	
	.filter-menu a.list-group-item:focus {
		background: transparent;
		}
	
	.filter-menu a.list-group-item:hover {
		background: rgba(255,255,255,0.1);
		}

	.filter-menu a.list-group-item.selected {
  		background-color: #27a730;
  		color: #FFFFFF;
		}
	.filter-menu a.list-group-item .fa {width: 15px;}
	
	.filter-menu ul > ul > li a {padding-left: 20px;}
	.filter-menu ul > ul > ul > li a {padding-left: 40px;}
	.filter-menu ul > ul > ul > ul> li a {padding-left: 60px;}
	.filter-menu ul > ul > ul > ul> ul > li a {padding-left: 80px;}
	.filter-menu > li > ul > li a:hover {background: #82ff9c; color: #27a730;}
	
	.filter-menu h4 {color: #FFF;}


/* END FILTER MENU*/

/* PAGES */

	#page.error h1 {
		font-size: 80px;
		font-family: "bosch_sanslight";
	}

/* FOR DEMO */
	
	#home div.to-block > .to-block-content{
		height: 220px;
	}
	
	#home div.to-block:hover {
		background: rgba(43,134,219,0.3);
	}	
/* END FOR DEMO*/

/* BOOTSTRAP MVC FIXES*/

	.hidden-md, .hidden-sm, .hidden-xs {
		/* display: inline-block !important; */
	}
	
	.navbar-default {
		border: none;
		box-shadow: 0 5px 20px rgba(0,0,0,0.3);
	}

	.navbar-collapse {
		border-top: none;
	}
	
	.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
		border-top: none;
	}	

	.table tr.selected {background: #23862b;}
	.table tr.selected a {color: #FFF;}

	.media-body, .media-left, .media-right {
	  display: table-cell;
	  vertical-align: top;
	}
	
	.media-left, .media>.pull-left {
	  padding-right: 10px;
	}

	.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
	  color: #777;
	  cursor: not-allowed;
	  background-color: #eee;
	}


	.close {
	  float: right;
	  font-size: 30px;
	  font-weight: bold;
	  line-height: 1;
	  color:rgba(25,128,196,0.8);
	  text-shadow: none;
	  opacity: 1;
	  filter: alpha(opacity=100);
		padding: 0 10px !important;
	}
	
	button.close:hover {
		background: rgba(25,128,196,0.5);
		color: #FFF;
	}
	
	.alert.to-block {
		background: rgba(25,128,196,0.5);
	}
	
	.input-group-btn:first-child > .btn {
		border-right: none;
	}
	
	.input-group .form-control:last-child{
		border-left: none;
	}
	
	.form-control[disabled], .form-control[readonly] {
  		cursor: not-allowed;
  		background-color: transparent;
  		color: #fff;
	}
	
	/* modal window */
	
	.modal-dialog { 
	  width: 1160px;
	}	
	
	.modal-content {
	  background: #0d2335 !important;
	  border: 1px solid #999999;
	  border: 1px solid rgba(0, 0, 0, 0.2);
	}

    .modal-body {
        font-size: 14px;
        line-height: 20px;        
        background: rgba(0, 150, 255, 0.13) none repeat scroll 0% 0%;
    }

    .modal-body .btn {
        margin-left:10px;
    }

    #orderDetailsGrid .slick-cell a {
    color: #337ab7;
    text-decoration: underline
}

    .text-info {
        padding-left: 10px;
        padding-bottom: 10px;
    }
	
	legend {
		color: #FFF;
		border-bottom: 1px solid rgba(25,128,196,0.8);
	}
	
	/* STATUS LABELS */
	
	.label {
		text-transform: capitalize;
	}
	.label-available {
  		background-color: #28bc33;
	}
	
	.label-taken {
  		background-color: #ea0000;
	}
	
	.label-repair {
  		background-color: #4e79da;
	}
	
	.label-overdue {
  		background-color: #ff9a32;
	}
	
	.label-loan-out {
		background-color: #e6b800;
	}

	.label-borrowed-in {
		background-color: #28bc33;
	}
	
	.label-borrowed-out {
		background-color: #ea0000;	
	}
	
	#home .icon label {font-size: 12px; text-align: left; line-height: 20px; display: block;}
	#home .piechart div.icon {position: absolute; top: 35px; left: 0px; line-height: 80px !important;}
	#home .piechart div.icon span {font-size: 30px; font-family: 'bosch_sansbold';}
	#home .piechart canvas {margin-bottom: 10px;}
	
	a, a:hover {color: inherit; text-decoration: none;}
	
	.table .table {background: transparent;}
	
	/* TABLE FILTERS */
	
	.btn-group.open .dropdown-toggle {
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  background-color: #0a60b7;
	  color: #FFF;
	}
	.btn-group.filter {margin-left: -13px;}
	.btn.filter, .btn.filter:hover, .btn.filter:focus {
		color: #FFF;
		text-decoration: none;
		border-radius: 0;	  
	}
	
	.dropdown-menu.filter {
		background: #0a60b7;
		border-radius: 0;
		margin: 0;
		border: none;
		padding: 15px;
		color: #FFF;
	}
	.dropdown-menu.filter  label {color: #FFF;}
	.dropdown-menu.filter input {background: #092942;}
	.caret {  border-top: 4px solid #FFF;}

	.filters label {
		display: block;
	}
		
	/* FORM ELEMENTS */
	
	.form-control {
	  background-color: rgba(0,0,0,0.15);
	  border: 1px solid rgba(83,126,189, 0.9);
	  color: #FFF;
	}
	
	select.form-control option{
		background-color: rgba(0,70,125,0.9);
	}
	
	.form-horizontal .form-group {
		margin-left: 0;
		margin-right: 0;
	}

	/* STANDART TABS */
	
	.nav-tabs {
        border-bottom: 1px solid rgba(45,160,255,0.30);
        background: rgba(0,0,0,0.15);
    }
    
    
    .nav-tabs li a {
		border: none;  
        color: #5484ad;
        margin-right: 0px;
		border: 1px solid rgba(45,160,255,0);
		border-bottom: none !important;  
		border-radius: 0;   
    }
    
    .nav-tabs li a span {
        display: inline-block;
        font-family: 'bosch_sansregular';
    }
    
    .nav-tabs > li.active > a, 
    .nav-tabs > li > a:hover, 
    .nav-tabs > li.active > a:hover, 
    .nav-tabs > li.active > a:focus {
        background: #0b3b5c;
        color: #FFF !important;
		border: 1px solid rgba(45,160,255,0.30);
		border-bottom: none !important;             
    }
    
    .nav-tabs > li {
        text-align: center;
    }

	.tab-content > .active, .pill-content > .active {
		background: #0b3b5c;
		border: 1px solid rgba(45,160,255,0.30);
		border-top: none !important;  
	}
	
	/* SKEW TABS */
	
	.nav-tabs.skew {
        border-bottom: 1px solid rgba(45,160,255,0.30);
        background: rgba(0,0,0,0.15);
        box-shadow: inset 1px 1px 5px rgba(0,0,0,0.75);
        -webkit-transform: skew(-15deg);
        -moz-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
        -o-transform: skew(-15deg);
        transform: skew(-15deg);
        border-radius: 5px;
    }
    
    .nav-tabs.skew li {
		border: none;
		border-style: solid;
		border-top: 0;
		border-right: 0;
		border-bottom: 0;
		border-left: 2px;
	    -webkit-border-image: 
	      -webkit-gradient(linear, 0 0, 0 100%, from(rgba(45,160,255,0.30)), to(rgba(0, 0, 0, 0))) 1 100%;
	    -webkit-border-image: 
	      -webkit-linear-gradient(rgba(45,160,255,0.30), rgba(0, 0, 0, 0)) 1 100%;
	    -moz-border-image:
	      -moz-linear-gradient(rgba(45,160,255,0.30), rgba(0, 0, 0, 0)) 1 100%;    
	    -o-border-image:
	      -o-linear-gradient(rgba(45,160,255,0.30), rgba(0, 0, 0, 0)) 1 100%;
	    border-image:
	      linear-gradient(to bottom, rgba(45,160,255,0.30), rgba(0, 0, 0, 0)) 1 100%;	    
    }
    
    .nav-tabs.skew li a {
        border: none !important;
        border-radius: 3px;
        color: #5484ad;
        margin-right: 0px;
    }
    
    .nav-tabs.skew li a span {
        display: inline-block;
        -webkit-transform: skew(15deg) !important;
        -moz-transform: skew(15deg) !important;
        -ms-transform: skew(15deg) !important;
        -o-transform: skew(15deg) !important;
        transform: skew(15deg) !important;
        font-family: 'bosch_sansregular';
    }
    
    .nav-tabs.skew > li.active> a, .nav-tabs.skew > li > a:hover, .nav-tabs.skew > li.active > a:hover
        {
        /*background-color: #179edc !important;*/
        color: #FFF !important;
        
        /* IE10 Consumer Preview */
        background-image: -ms-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
        /* Opera */
        background-image: -o-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #179edd),
            color-stop(1, #117eb1));
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
        /* W3C Markup, IE10 Release Preview */
        background-image: linear-gradient(to top, #117eb1 0%, #179edd 100%);        
    }
    
    .nav-tabs.skew > li {
        text-align: center;
    }
    
	.nav-tabs.skew {
        border-bottom: 1px solid rgba(45,160,255,0.30);
        background: rgba(0,0,0,0.15);
        box-shadow: inset 1px 1px 5px rgba(0,0,0,0.75);
        -webkit-transform: skew(-15deg);
        -moz-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
        -o-transform: skew(-15deg);
        transform: skew(-15deg);
        border-radius: 5px;
    }
    
    .nav-tabs.skew li a {
        border: none !important;
        border-radius: 3px;
        color: #5484ad;
        margin-right: 0px;
    }
    
    .nav-tabs.skew li a span {
        display: inline-block;
        -webkit-transform: skew(15deg) !important;
        -moz-transform: skew(15deg) !important;
        -ms-transform: skew(15deg) !important;
        -o-transform: skew(15deg) !important;
        transform: skew(15deg) !important;
        font-family: 'bosch_sansregular';
    }
    
    .nav-tabs.skew > li.active> a, .nav-tabs.skew > li > a:hover, .nav-tabs.skew > li.active > a:hover
        {
        /*background-color: #179edc !important;*/
        color: #FFF !important;
        
        /* IE10 Consumer Preview */
        background-image: -ms-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
        /* Opera */
        background-image: -o-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #179edd),
            color-stop(1, #117eb1));
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
        /* W3C Markup, IE10 Release Preview */
        background-image: linear-gradient(to top, #117eb1 0%, #179edd 100%);        
    }
    
    .nav-tabs.skew > li {
        text-align: center;
    }
    
	.tab-content.skew > .active, .pill-content.skew > .active {
		background: transparent;
		border: none !important;  
	}    
    
 /*.tab-content  p {padding: 20px;}*/
    
    
    /* PROGRESS BARS */
    
	.progress {
        border-bottom: 1px solid rgba(45,160,255,0.30);
        background: rgba(0,0,0,0.15);
        box-shadow: inset 1px 1px 1px rgba(0,0,0,0.75);
        
        -webkit-transform: skew(-15deg);
		-moz-transform: skew(-15deg);
		-ms-transform: skew(-15deg);
		-o-transform: skew(-15deg);
		transform: skew(-15deg);
		/* background: url('../img/progress-bg.png') 0% 50% repeat-x transparent;  */
		margin-bottom: 10px !important;
		height: 17px;
	}
	.progress .progress-bar {
		/* background: url('../img/progress-bg2.png') 0% 0% #007cc1; */
		border-radius: 3px;
		box-shadow: inset 0px 1px 1px rgba(0,0,0,0.75);	
	}    
	
	.progress .progress-bar {
/* 		-webkit-transform: skew(-15deg);
		-moz-transform: skew(-15deg);
		-ms-transform: skew(-15deg);
		-o-transform: skew(-15deg);
		transform: skew(-15deg);	 */	
	}
	
	.progress-bars {
		padding: 10px 40px;
		text-align: left !important;
		display: block;
	}
	
	
	.progress-bars label {
		font-size: 12px;
		font-weight: 300;
		padding-left: 5px;
		font-style: italic;
		margin-bottom: 0;
		display: block;
	}
	
	.progress-bars label span {
		/* float: right; */
		padding-left: 10px;
	}
	
	.progress-bar-danger {
		background: #ea0000;
	}
	
	.progress-bar-primary {
		background: #0064a5;
	}
		
	.progress-bar-success {
		background: #1EBD3C;
	}		
	/* FILTER BUTTONS & SWITCH BUTTONS*/
	
	.filter-buttons, 
	.switch-buttons {
		border-bottom: 1px solid rgba(45,160,255,0.30);
		background: rgba(0,0,0,0.15);
		box-shadow: inset 1px 1px 5px rgba(0,0,0,0.75);
		-webkit-transform: skew(-15deg);
		-moz-transform: skew(-15deg);
		-ms-transform: skew(-15deg);
		-o-transform: skew(-15deg);
		transform: skew(-15deg);
		border-radius: 5px;	
	}

	.filter-buttons span, 
	.switch-buttons span{
		display: block;
		-webkit-transform: skew(15deg);
		-moz-transform: skew(15deg);
		-ms-transform: skew(15deg);
		-o-transform: skew(15deg);
		transform: skew(15deg);		
	}
	
	.filter-buttons .btn,
	.switch-buttons .btn {
		background: none;
		border: none;
		border-style: solid;
		border-top: 0;
		border-right: 0;
		border-bottom: 0;
		border-left: 2px;
	    -webkit-border-image: 
	      -webkit-gradient(linear, 0 0, 0 100%, from(rgba(45,160,255,0.30)), to(rgba(0, 0, 0, 0))) 1 100%;
	    -webkit-border-image: 
	      -webkit-linear-gradient(rgba(45,160,255,0.30), rgba(0, 0, 0, 0)) 1 100%;
	    -moz-border-image:
	      -moz-linear-gradient(rgba(45,160,255,0.30), rgba(0, 0, 0, 0)) 1 100%;    
	    -o-border-image:
	      -o-linear-gradient(rgba(45,160,255,0.30), rgba(0, 0, 0, 0)) 1 100%;
	    border-image:
	      linear-gradient(to bottom, rgba(45,160,255,0.30), rgba(0, 0, 0, 0)) 1 100%;		
	}
	
	.filter-buttons .btn:first-child,
	.switch-buttons .btn:first-child { 
		border: none;
	}
	
	.filter-buttons .btn.active {
		background-color: #179edc !important;
		color: #FFF !important;
		background-image: -ms-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
		background-image: -moz-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
		background-image: -o-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #179edd), color-stop(1, #117eb1));
		background-image: -webkit-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
		background-image: linear-gradient(to top, #117eb1 0%, #179edd 100%);	
	}	
	
	.switch-buttons .off {}
	.switch-buttons .on {}
	
	.switch-buttons .btn {padding: 3px 15px; font-family: 'bosch_sansbold'; }
	 
	.switch-buttons .btn.on.active {
		background-color: #179edc !important;
		color: #FFF !important;
	    /* IE10 Consumer Preview */
	    background-image: -ms-linear-gradient(bottom, #208c27 0%, #6edd85 100%);
	    /* Mozilla Firefox */
	    background-image: -moz-linear-gradient(bottom, #208c27 0%, #6edd85 100%);
	    /* Opera */
	    background-image: -o-linear-gradient(bottom, #208c27 0%, #6edd85 100%);
	    /* Webkit (Safari/Chrome 10) */
	    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #208c27), color-stop(1, #6edd85));
	    /* Webkit (Chrome 11+) */
	    background-image: -webkit-linear-gradient(bottom, #208c27 0%, #6edd85 100%);
	    /* W3C Markup, IE10 Release Preview */
	    background-image: linear-gradient(to top, #208c27 0%, #6edd85 100%);
	}
	
	.switch-buttons .btn.off.active {
		background-color: #179edc !important;
		color: #FFF !important;
		background-image: -ms-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
		background-image: -moz-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
		background-image: -o-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #179edd), color-stop(1, #117eb1));
		background-image: -webkit-linear-gradient(bottom, #117eb1 0%, #179edd 100%);
		background-image: linear-gradient(to top, #117eb1 0%, #179edd 100%);	
	}

 	/* CUSTOM DROPDOWN MENU - SELECT */
 	
 	.bootstrap-select.btn-group .dropdown-toggle,
 	.bootstrap-select.btn-group.open .dropdown-toggle {
 		color: #5484ad;
 	}
 	
 	.bootstrap-select.btn-group .dropdown-toggle .caret {
 		  border-right: 0 dotted;
		  border-bottom: 4px solid transparent;
		  border-left: 4px solid #5484ad;
		  border-top: 4px solid transparent;
		  margin-top: -3px;	  
 	} 

 	.bootstrap-select.btn-group.open .dropdown-toggle .caret{
		  border-bottom: 0 dotted;
		  border-right: 4px solid transparent;
		  border-top: 4px solid #5484ad;
		  border-left: 4px solid transparent;
 	} 
 	 		
 	.bootstrap-select.btn-group .dropdown-menu {
 		background: rgba(6,52,87, 1);
 		border: 1px solid rgba(45,160,255, 0.4);
 		margin-top: 13px;
 	}
 	
 	.bootstrap-select.btn-group.open .btn-dropdown:after {
	  width: 0;
	  height: 0;
	  border-left: 7px solid transparent;
	  border-right: 7px solid transparent;
	  border-bottom: 7px solid rgba(45,160,255,0.30);
	  content: "";
	  position: absolute;
	  margin-top: 35px;
 	}
 	
 	.bootstrap-select.btn-group .btn-dropdown, 
 	.bootstrap-select.btn-group.open .btn-dropdown,
 	.bootstrap-select.btn-group .btn-dropdown:focus,
 	.bootstrap-select.btn-group .btn-dropdown {
		border-bottom: 1px solid rgba(45,160,255,0.30);
		background: rgba(0,0,0,0.15);
		box-shadow: inset 1px 1px 5px rgba(0,0,0,0.75);
		border-radius: 5px;
		outline: none !important;	
	}
		
	.bootstrap-select.btn-group .dropdown-menu > li > a {color: #FFF; padding: 5px 20px;}
	.bootstrap-select.btn-group .dropdown-menu > li > a:hover, .bootstrap-select.btn-group .dropdown-menu > li > a:focus {
	    /* IE10 Consumer Preview */
	    background-image: -ms-linear-gradient(bottom, #6edd85 0%, #208c27 100%);
	    /* Mozilla Firefox */
	    background-image: -moz-linear-gradient(bottom, #6edd85 0%, #208c27 100%);
	    /* Opera */
	    background-image: -o-linear-gradient(bottom, #6edd85 0%, #208c27 100%);
	    /* Webkit (Safari/Chrome 10) */
	    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6edd85), color-stop(1, #208c27));
	    /* Webkit (Chrome 11+) */
	    background-image: -webkit-linear-gradient(bottom, #6edd85 0%, #208c27 100%);
	    /* W3C Markup, IE10 Release Preview */
	    background-image: linear-gradient(to top, #6edd85 0%, #208c27 100%);
	}
	
	/* double row button */
	
	.btn-double {
		line-height: 16px;
		padding: 5px 10px;
	}
	
	.btn-double .fa {
		font-size: 200%;
	}
	.btn-double .fa,
	.btn-double span {
		float: left;
		display: block;
		text-align: left;
		padding: 10px;
	}
	
	/* ACTION BUTTONS */
	td.actions {white-space: nowrap;}
	.actions .btn {
		padding: 5px;
  		width: 35px;
  		height: 35px;
  		font-size: 17px;
  		color: #FFF;
  		border: none;
  		margin-right: 1px;
  		outline: 0;
		/*display: block;
		float: left;*/
	}
	.actions .btn:hover {
		opacity: 0.8;
	}
	
	.actions .btn-group {}
	.actions .btn-group .dropdown-toggle{
		background: #FFF;
		color: #0064a5;
	}
	.actions .btn .fa {line-height: 25px;}
	
	.actions .btn-checkout 		{background: #0064a5;}
	.actions .btn-checkin		{background: #38bfff;}
	.actions .btn-transfer 		{background: #d5ce21;}
	.actions .btn-remove 		{background: #d9534f;}
	.actions .btn-info	 		{background: #ffa145;}
	.actions .btn-edit	 		{background: #5cb85c;}
	.actions .btn-maintanance, .actions .btn-maintanence {background: #00787f;}
	.actions .btn-history 		{background: #535d65;}	
	.actions .btn-loan       	{background: #2f4f4f;}
 	.actions .btn-return  		{background: #bdbdbd;}
 	.actions .btn-maintanancehistory 	{background: #4682b4;}
 	.btn-updateassignee {background: #428bca;margin-left: 5px; color: #fff;}
    .btn-removeassignee {background: #d9534f;margin-left: 5px;}
    .actions .btn-price  		{background: #0064a5;}
 	
	.actions .dropdown-menu {
		background: rgba(6,52,87, 1);
		padding: 1px;
		min-width: 30px;
	}
	.actions .dropdown-menu .btn {margin-bottom: 2px;}
	
	
	/* MESSAGE BLOCKS */
	
	.panel-danger {
		border-color: rgba(25,128,196,0.8);
		background-color: transparent;
	}
	
	.panel-danger .panel-heading {
		background: #007fc5;
		color: #FFF;
		border: none;
	}
	
	.panel-danger .panel-body{
		background: rgba(43,134,219,0.2);
	}
	
	.panel-danger .text-danger {
		color: #ea0000;
	}
	
	.panel-danger .text-primary {
		color: #FFF;
	}	
	

.btn-lg {line-height: 1.30}
#home .to-block a {
	display: block;
/* 	background: rgba(255,255,255,0.2); */
	margin: -40px -1px 0 -1px;
	padding: 40px 1px 0px 1px;
	height: 220px;
	position: relative;
}

.clearfix {clear: both; display: block !important;}

.list-brand-toggle {
  padding-left: 15px;
}

.list-brand-item {
  color: #FFF;
  position: relative;  
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: -1px;  
  font-size: 16px;
}

a.list-brand-item:hover,
a.list-brand-item:focus {
  color: #FFFFFF;
  text-decoration: none;  
}

input, select, textarea {
  max-width: inherit;
  resize: none;
}

.dropdown.open {
	z-index: 1;
}

.form-horizontal .control-label, .form-control-static {padding-top: 0;}

.list-table .col-xs-2,
.list-table .col-xs-4,
.list-table .col-xs-6,
.list-table .col-xs-8,
.list-table .col-xs-12

{
	padding-left: 0 !important;
	margin: 0;

}

.list-table .half-height {height: 50px;}
.list-table .max-height {height: 100px;}

.list-table img {max-height: 100px;}


/* LOGIN PAGE */
	
	.page-login #page {margin-top: 15%;}
	.page-login .to-block {
		border: 1px solid rgba(51,157,255,0.1);
	}
	.page-login .logo {
		border: 1px solid rgba(24,176,246,0.4);
		padding: 10px 30px 15px 15px;
		background: rgba(14,39,59,1.0);
		min-height: 100px;
		max-height: 120px;
	}
    
    .login-form {
        background-color: rgba(51, 51, 51, 0.1);
        border-radius: 3px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
	
	.page-login .to-block.shine {
		margin-right: -30px;
  		margin-left: 30px;
	}
	.page-login .bottom-fixed {display: none; position: fixed; bottom: 100px;}
	.page-login .shadow:after {
		height: 80px;
	}
	
	.page-login .title {
		padding-left: 15px;
		font-weight: normal;
	}
	
	.page-login .login-message {padding: 7px 0; }
	
	.page-login header, 
	.page-login footer {display: none;}
	
	.page-login .site {background: none; padding: 0; margin: 0}


    .loading {color: #1c74bc; text-align: center; padding: 10px 0 !important;}

    /* GLOBAL LOADING INDICATOR */
    .loading-indicator {
        position: fixed;
        z-index: 10000;
        background-image: url('img/Loading.gif');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50px;
        background-color: rgba(0,0,0,0.7);
        width: 100% !important;
        height: 100% !important;
        top: 0;
        left: 0;
    }

/*Dealer Reset page*/
#resetNewButton {
    margin-top: 20px;
}

/* Date Picker */
.ui-datepicker-title {
    color: #1c94c4;
}

.ui-datepicker {
    z-index: 9999 !important;
}

/* Order Management Multiple*/
#tblOrderManagement th {
    background: #F0F4FD;
    background: -webkit-linear-gradient(bottom, #E9ECF2 0%, #F0F4FD 100%);
    background: -o-linear-gradient(bottom, #E9ECF2 0%, #F0F4FD 100%);
    background: -moz-linear-gradient(bottom, #E9ECF2 0%, #F0F4FD 100%);
    background: linear-gradient(to bottom, #E9ECF2 0%, #F0F4FD 100%);
    color: #1c94c4;
}

#tblOrderManagement th, #tblOrderManagement td {
    text-align: center;
    position: relative;
}

#tblOrderManagement tr:nth-child(2n+1) {
    background: #ECF0F7;
    background: -webkit-linear-gradient(bottom, #D5DCE4 0%, #ECF0F7 100%);
    background: -o-linear-gradient(bottom, #D5DCE4 0%, #ECF0F7 100%);
    background: -moz-linear-gradient(bottom, #D5DCE4 0%, #ECF0F7 100%);
    background: linear-gradient(to bottom, #D5DCE4 0%, #ECF0F7 100%);
}

#tblOrderManagement tr:nth-child(2n) {
    background:  #F5F7FD;
    background: -webkit-linear-gradient(bottom, #F1F5FB 0%, #F5F7FD 100%);
    background: -o-linear-gradient(bottom, #F1F5FB 0%, #F5F7FD 100%);
    background: -moz-linear-gradient(bottom, #F1F5FB 0%, #F5F7FD 100%);
    background: linear-gradient(to bottom, #F1F5FB 0%, #F5F7FD 100%);
}

#tblOrderManagement .fa-calendar { 
  position: absolute;
  top: 20px;
  right: 10px;
}

/* Order History Shipment modal*/
#soRowContainer, #pvRowContainer, #adNewShippingInfoContainer, #siRowContainer {
    margin-top: 30px;
}

.slick-cell .btn-link {
    padding: 6px 0px;
}

/* Coupon Group */

#couponGroupBody {
    margin: 20px auto;
}
/*
#couponGroupBody table tr {
    line-height: 25px;
    border-bottom: 1px solid #1697d3;
    text-align: center;
}

#couponGroupBody table tr th {
    background-color: #1697d3;
    color: #fff;
}

#couponGroupBody table tr:nth-of-type(2n+1) {
    background-color: #edf7ff;
}

#couponGroupBody table th {
    padding-right: 15px;
}
    */

/* Customer Account - View Customer Details pop-up*/

#customerDetailsTabs label.active a {
    color: #fff;
    text-decoration: none;
}

#myTabContent .tab-pane {
    background: none;
}

.align-left {
    text-align:left !important;
}

/* FIX MAIL TEMPLATES */

#emailContainer table.container {
    width: 100% !important;
}

#emailContainer table.list-table {
    background: #FFF !important;
}

#emailContainer table.content {
    width: auto !important;
    margin: 10px !important;
}

#emailContainer table.emailheader td.headline {
    padding: 10px !important;
}

#table.emailheader td.image img.image {
    margin-right: 10px !important;
}

.link-download {
    font-size: 20px;
    margin-left: 20px;
    font-weight: bold;
    color:#26547a;
}

.link-download a:hover {
    text-decoration:underline;
}

.btn.disabled {
  pointer-events: all !important;
  cursor: pointer;
}

.modal-body .well {
    padding: 10px 5px; 
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #e1e1e1;
    box-shadow: none;
    border: 1px solid #ccc;
}

@-moz-document url-prefix() {
    .firefoxFixShippingInfoButtons {
        position: absolute;
        right: 5px;
    }
}

.red-warning-label {
    color: red; 
    font-weight: normal; 
    margin-top: -10px;
}


.btn-tooltip {
    position: absolute;
    top: 0;
    right: 10px;
    color: rgba(25,128,196,0.8);
}

    .btn-tooltip i,
    .btn-tooltip .fa {
        color: rgba(25,128,196,0.8);
    }

.custom-tooltip + .tooltip > .tooltip-inner {
    background-color: rgba(25,128,196,0.8);
}

.custom-tooltip + .tooltip > .tooltip-arrow {
    border-right-color: rgba(25,128,196,0.8);
}
.ownerGroupIdInput::-ms-clear {
    width:0px;
    height:0px;
}

/* region Autocomplete style */

.ui-widget-content {
    background: none;
    background-color: #fff;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus .ui-autocomplete:nth-of-type(2):focus, .ui-autocomplete:nth-of-type(3):focus{
    background-color: rgba(0, 150, 255, 0.13);
    border-color: rgb(0, 150, 255);
    color: rgb(0, 150, 255);
    font-weight:100;
    margin:0;
}

.ui-widget {
    font-size: 14px;
    font-family: "bosch_sanslight";
}

.ui-autocomplete:nth-of-type(2), .ui-autocomplete:nth-of-type(3) {
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 150px;
}
/* enregion */

.platform_menu {
    display: none;
    width: 200px;
    border: 1px solid #1c1c1c;
    position: absolute;
    z-index: 999;
}

.platform_menu li {
    background-color: #DBE9F2;
    position: relative;
}

.platform_menu li a {
    color: #000;
    text-decoration: none;
    padding: 7px;
    display: block;
}

.platform_menu li a:hover {
    background-color: #F0F0F0;
}

/* region Privacy settings style */
.cookieSettingsTittle
{
    text-align: center;
    font-size: 2.25rem;
    margin-bottom: 30px;
    margin-top: 30px;
}

.cookieSettingsSliderHeadline
{
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 30px;
    margin-top: 70px;
}

.cookie-description p {
    text-align: center;
}

.cookie-description p span {
    line-height: 1.5;
    font-weight: 200;
}
.cookieSettingsLearnMore {
    color: #005691; 
    cursor: pointer;
    font-weight: 200; 
    align-content: center;
    text-decoration: none;
    transition: 0.5s;
    text-align: center;
}
.cookieSettingsLearnMore>i {
     transition: .5s;

}
.cookieSettingsLearnMore:hover
{
    color: Black; 
}
.cookieSettingsLearnMore:hover >i
{
    margin-left: 10px;
}
/*tab styles*/
/* Style the tab */
.tab {
    overflow: hidden;
    border: none;
    background-color: white;
    margin: 40px 40px 0px 40px;
}

/* Style the buttons inside the tab */
.tab a {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 30px 0px 30px 0px;
    font-size: 20px;
    text-align:center;
    width: 25%;
    color: #e6e6e6;
}
/* Style the buttons inside the tab */
.tab a:hover {
    color: #e6e6e6;
}

/* Create an active/current tablink class */
.tab a.active {
    background-color: RGB(247, 247,247);
    color: #000;
}
.tab a.active:hover {
    color: #000;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: none;
    border-top: none;
}

.cookiesWebsite{
    padding-left: 40px;
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px; 
}

.cookiesUl{
    margin: 0px;
    font-size: 14px;
    line-height: 21px; 
}

.ui-slider-range { 
    background: #005691 !important;
}

.sliderPrivacySettings {
    margin: 0px 40px 40px 40px;
    height: 3px;
    border: none;
    background: #e6e6e6;
}

.tablePrivacySettings {
    padding: 0px 40px 0px 40px;
    height: 250px;
}
/* -------------------------*/
/* enregion */

.cookies-container {
    width: 100%;
    height: 150px;
    background: rgba(0, 0, 0, .02);
    margin: auto;
}

.contentLeftCookies {
    width:70%;
    float:left
}

.contentRightCookies {
    width:30%;
    float:right;
    text-align:right
}

.cookieText {
    margin:10px 0 0 0;
    padding: 15px 20px 0 400px;
    line-height: 1.6;
    color: black;
    font-size: 15px;               
}

.cookieText a {
    color: #005691;
    cursor: pointer;
    text-decoration: none;
}

.cookieText a:hover {
    color: #005691;
    cursor: pointer;
    text-decoration: underline;
}

.A-Link {
    margin:10px 0 0;
}

.A-Link--button {
    margin-top:20px;
    width:100%;
    text-align:center;
}

.A-Link__link {
    padding:11px 40px;
    display:inline-block;
    color:inherit;
    text-align:inherit;
    border: 1px solid #ccc;
    background-color: transparent;
    cursor:pointer;
    font-size: 13px;
    width: 227px;
    transition: all 0.5s ease;
    color: black;
}

.A-Link__linkText {
    vertical-align:middle;
}

.A-Link.A-Link--button input:hover {
    border-color: #000;
}

.panelCookies {
    width: 100%;
    background-color: white;
}
/* Cookie policy styles*/
.cookiePolicy_introtext
{
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-indent: 0;
}

.cookiePolicy_descriptiontext
{
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    text-indent: 0;
}

.cookiePolicy_link
{
    color:#26547a;
}

.cookiePolicy_link a:hover 
{
    text-decoration:underline;
}

/* enregion */
.policyDocumentText {
    text-align: left;
}
.policyDocumentAcceptance {
    width: 80%;
    position: relative;
    left: 20%
}
.policyDocumentsHyperlink
{
    color:darkblue;
    text-decoration: underline;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.pointer {
cursor: pointer;}

.passwordInput::-ms-clear {
    width:0px;
    height:0px;
}

.passwordInput::-ms-reveal {
    display: none;
}
.productAttributes {
    background: url(images/productAttribute.png) no-repeat 0 50%;
    width: 40px;
    height: 40px;
}



