/** Add css rules here for your application. */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	padding-top: 0px;
	background-color: #F9F9F9;
}

.main {
	height: 100%;
}

/***** ICONS *****/
.fa-lg {
	width: 120px !important;
	height: 120px !important;
	background-size: 120px 120px;
}

.fa-5x {
	width: 70px !important;
	height: 70px !important;
	background-size: 70px 70px;
}

.fa-4x {
	width: 57px !important;
	height: 57px !important;
	background-size: 57px 57px;
}

.fa-3x {
	width: 41px !important;
	height: 41px !important;
	background-size: 41px 41px;
}

.fa-2x {
	width: 29px !important;
	height: 29px !important;
	background-size: 29px 29px;
}

.fa-soft-update {
	background-image: url("images/icons/icon-soft-update.png");
	background-position: 0 0;
}

.fa-backup {
	background-image: url("images/icons/icon-backup.png");
	background-position: 0 0;
}

.fa-restore {
	background-image: url("images/icons/icon-restore.png");
	background-position: 0 0;
}

.fa-reset {
	background-image: url("images/icons/icon-reset.png");
	background-position: 0 0;
}

.fa-flash {
	background-image: url("images/icons/icon-flash.png");
	background-position: 0 0;
}

.fa-wipe {
	background-image: url("images/icons/icon-wipe.png");
	background-position: 0 0;
}

.fa-data-transfert {
	background-image: url("images/icons/icon-data-transfert.png");
	background-position: 0 0;
}

.fa-healthcheck {
	background-image: url("images/icons/icon-healthcheck.png");
	background-position: 0 0;
}

.fa-purchase-date {
	background-image: url("images/icons/icon-purchase-date.png");
	background-position: 0 0;
}

.fa-test-number {
	background-image: url("images/icons/icon-test-number.png");
	background-position: 0 0;
}

.fa-timing {
	background-image: url("images/icons/icon-timing.png");
	background-position: 0 0;
}

.fa-success {
	background-image: url("images/icons/icon-success.png");
	background-position: 0 0;
	/*   	background-size: 14px 14px; */
}

.fa-warning-2 {
	background-image: url("images/icons/icon-warning-2.png");
	background-position: 0 0;
}

.fa-star-2 {
	background-image: url("images/icons/icon-star-2.png");
	background-position: 0 0;
}

.fa-light {
	background-image: url("images/icons/icon-light.png");
	background-position: 0 0;
}

.fa-arrow {
	background-image: url("images/icons/icon-arrow.png");
	background-position: 0 0;
}

.fa-arrow-down-2 {
	background-image: url("images/icons/icon-arrow-down-2.png");
	background-position: 0 0;
}

.fa-dollar-2 {
	background-image: url("images/icons/icon-dollar-2.png");
	background-position: 0 0;
}

.fa-device {
	background-image: url("images/icons/icon-device.png");
	background-position: 0 0;
	/*   	width: 14px; */
/*   	height: 14px; */
}

.fa-router {
	background-image: url("images/icons/icon-router.png");
	background-position: 0 0;
}

.fa-accessories {
	background-image: url("images/icons/icon-accessories.png");
	background-position: 0 0;
}

.fa-user-2 {
	background-image: url("images/icons/icon-user-2.png");
	background-position: 0 0;
}

.fa-user-white {
	background-image: url("images/icons/icon-user-white.png");
	background-position: 0 0;
}

.fa-close {
	background-image: url("images/icons/icon-close.png");
	background-position: 0 0;
}

.fa-check-2 {
	background-image: url("images/icons/icon-check-2.png");
	background-position: 0 0;
	/*   	width: 14px; */
/*   	height: 11px; */
}

.fa-none {
	background-image: url("images/icons/icon-none.png");
	background-position: 0 0;
}

/***** END ICONS *****/
/***** CELL TABLE *****/
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	border-bottom-width: 1px;
	border-color: #FFF;
	background-color: #666 !important;
	color: #FFF;
	text-shadow: none;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th
	{
	background-color: #F2F2F2;
	border-bottom-width: 1px;
	border-color: #FFF;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th,
	.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td,
	.table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	background-color: #EBEBEB;
	border-bottom-width: 1px;
	border-color: #FFF;
}

.table button {
	background-color: #666;
	color: #FFF;
	border: none;
	border-radius: 5px;
	width: 100%;
}

/***** END CELL TABLE *****/
/***** BUTTONS *****/
.btn-md {
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 6px;
}

.btn-lg {
	padding: 20px 40px;
	font-size: 20px;
}

.btn-black {
	color: #FFF;
	text-shadow: none;
	background-color: #000;
}

.btn-black:hover {
	color: #FFF;
	text-shadow: none;
	background-color: #000;
}

.btn-grey {
	color: #FFF;
	text-shadow: none;
	background-color: #666;
}

.btn-grey:hover {
	color: #FFF;
	text-shadow: none;
	background-color: #666;
}

/***** BUTTONS *****/
/***** GLOBAL *****/
/***** OVERWRITE *****/
.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

input[type=radio] {
	margin: 4px 5px 0;
}

input[type=checkbox] {
	margin: 12px 5px 10px 0px;
}

.gwt-CheckBox label {
	font-weight: normal;
}
/***** END OVERWRITE *****/
.field-radio {
	float: left;
	margin-right: 30px;
	font-weight: 400;
	margin-top: 8px;
}

.field-radio-br {
	font-weight: 400;
	margin-top: 8px;
}

.field-radio-br label {
	font-weight: normal;
}

.image-20 {
	width: 20px;
	height: 20px;
}

.margin-5 {
	margin-left: 5px;
	margin-right: 5px;
}

.font-white {
	color: #FFFFFF;
}

.font-white:hover {
	color: #FFFFFF;
}

.fleft {
	float: left !important;
}

.fright {
	float: right !important;
}

.frightImp {
	float: right !important;
}

.font-14 {
	font-size: 14px;
}

.font-18 {
	font-size: 18px;
}

.font-24 {
	font-size: 24px;
}

.weight-normal {
	font-weight: 400;
}

.bold {
	font-weight: 700;
}

.cursor {
	cursor: pointer !important;
}

.dont-overflow {
	width: 100%;
	word-wrap: break-word;
}

.align-center {
	width: 100%;
	text-align: center;
}

.underline {
	text-decoration: underline;
}

.transparent {
	opacity: 0;
	filter: alpha(opacity = 0);
}

.main-div-loader {
	background-color: rgba(51, 51, 51, 0.2);
	position: absolute;
	/* 	top: 0px; */ /* 	bottom: 0px; */
	left: 0px;
	right: 0px;
	visibility: hidden;
	z-index: 1999;
}

.bg-loader {
	background-color: #333;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	width: 40px;
	padding: 8px;
	border-radius: 5px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	/*   	z-index: 2000; */
}

.loader {
	width: 24px;
	height: 24px;
}

/***** END GLOBAL *****/
/***** PLUGIN DEVICE INDICATOR *****/
.pdi-main-panel {
	background-color: #F2F2F2;
	padding: 30px;
	margin-bottom: 20px;
}

.pdi-main-panel h1, .pdi-main-panel h2, .pdi-main-panel h3 {
	line-height: 25px !important;
}

.pdi-main-panel .title {
	font-size: 26px;
	font-weight: 400;
	margin: 30px 0px 30px 0px;
}

/***** END PLUGIN DEVICE INDICATOR *****/
/***** MENU *****/
.menu {
	background-color: #333;
}

.menu .title {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFF;
}

.menu .subtitle {
	font-size: 16px;
}

.menu .well {
	cursor: pointer;
}

.not-available {
	color: #CCC;
}

/***** END MENU *****/
/***** HC EASY *****/
.hc-easy {
	background-color: #FFF;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	padding: 30px 10px 30px 30px;
	border-radius: 10px;
	font-family: Arial;
	font-weight: 400;
	font-style: normal;
	color: #333333;
	text-align: left;
}

.hc-easy-result {
	padding: 20px 10px 10px 10px;
	font-family: Arial;
	font-weight: 400;
	font-style: normal;
	color: #333333;
	text-align: left;
}

.hc-easy-not-connected {
	background-color: #FFF;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	padding: 120px 30px 110px 30px;
	border-radius: 10px;
	font-family: Arial;
	font-weight: 400;
	font-style: normal;
	color: #333333;
	text-align: left;
}

.hc-easy .title, .hc-easy-result .title {
	font-size: 24px;
	line-height: normal;
	cursor: default;
	float: left;
}

.hc-easy .sub-title {
	font-size: 16px;
	cursor: default;
	float: right;
	margin-top: 8px;
	margin-left: 15px;
	margin-right: 20px;
}

.hc-easy .content-title {
	font-weight: 700;
	font-size: 16px;
	margin-top: 30px;
	margin-right: 20px;
}

.hc-easy .content-text {
	font-size: 16px;
	margin-top: 20px;
	margin-right: 20px;
}

.hc-easy a {
	float: right;
	margin-right: 20px;
	display: block;
	margin-top: 20px;
}

.hc-easy-not-connected .text {
	text-align: center;
}

.hc-easy-result .panel-subtitle {
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
}

.hc-easy-result .panel-subtitle .sub-title {
	font-size: 16px;
	cursor: default;
	float: left;
	margin-top: 12px;
	margin-left: 5px;
	margin-right: 50px;
}

.hc-easy-result .panel-subtitle a {
	float: right;
	margin: 0px 5px;
}

.hc-easy-result .thumb-result {
	display: block;
	border-color: #777;
	border-style: solid;
	border-width: 1px;
	padding: 15px 15px 15px 15px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.hc-easy-result .thumb-success {
	background-color: #F2F2F2;
}

.hc-easy-result .thumb-warning {
	background-color: #E4E4E4;
}

.hc-easy-result .thumb-result .text {
	font-size: 18px;
	line-height: normal;
	margin: 5px;
	float: left;
}

.hc-easy-result .thumb-warning .left-panel {
	margin: -15px 0px -15px 0px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
	padding-bottom: 10px;
}

.hc-easy-result .thumb-warning .right-panel {
	margin-left: 0px;
}

.hc-easy-result .thumb-warning .left-panel .title {
	font-size: 18px;
	float: none;
	margin-left: 70px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.hc-easy-result .thumb-warning .left-panel .text {
	font-size: 14px;
	float: none;
	margin-left: 70px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.hc-easy-result .thumb-warning .left-panel .description {
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	float: none;
	margin-left: 70px;
	margin-top: -15px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.hc-easy-result .thumb-warning .left-panel .d-alert {
	color: #FF0000;
}

.hc-easy-result .thumb-warning .left-panel .prog-bar {
	margin-left: 70px;
	margin-right: 20px;
}

.hc-easy-result .thumb-warning .right-panel .panel-action {
	background-color: #F2F2F2;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: -10px;
	padding: 10px;
	cursor: pointer;
}

.hc-easy-result .thumb-warning .right-panel .panel-action .title {
	font-size: 20px;
	margin-bottom: 10px;
	float: none;
	cursor: pointer;
}

.hc-easy-result .thumb-warning .right-panel .panel-action .description {
	font-size: 14px;
	margin-top: 15px;
}

/***** END HC EASY *****/
/***** REPAIR / RETURN *****/
.dpanel {
	color: #333;
	font-family: Arial;
}

.dpanel .panel {
	margin-top: 20px;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	padding: 20px;
	margin-bottom: 20px;
}

.dpanel .panel .title, .dpanel .half-panel .title {
	font-size: 20px;
	font-weight: 400;
}

.dpanel .panel .sub-title, .dpanel .half-panel .sub-title {
	font-size: 16px;
	font-weight: 700;
	margin: 20px 0px 10px 0px;
}

.dpanel .half-panel {
	float: left;
	width: 323px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

.dpanel .p-left {
	margin-right: 20px;
}

.dpanel .p-right {
	margin-left: 20px;
}

.dpanel .title {
	font-size: 26px;
	font-weight: 400;
	margin: 30px 0px 30px 0px;
}

.dpanel .field-title {
	float: left;
	width: 220px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
}

.dpanel .field-text {
	float: left;
	width: 300px;
}

.dpanel .button-previous {
	float: left;
}

.dpanel .button-next {
	float: right;
}

.dpanel .field-radio-panel {
	float: left;
	margin-left: 10px;
}

.dpanel .field-radio span {
	margin-left: 10px;
	margin-top: 4px;
	font-size: 13px;
}

.dpanel .field-text-title {
	width: 100px !important;
}

.dpanel .title-check {
	float: left;
	width: 220px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	height: 100px;
}

.dpanel .text-check {
	float: left;
	width: 240px;
	margin-top: 5px;
}

.dpanel .text-check span {
	margin-left: 10px;
}

.dpanel .text-red {
	color: #FF0000;
}

.dpanel .text-bold {
	font-weight: 700;
}

.dpanel .separator {
	border-top: solid 1px #CCC;
	color: #CCC;
	margin: 20px -20px 20px -20px;
}

.circle {
	border-radius: 50px;
	background: #f5f8fd;
	float: right;
	cursor: pointer;
}

.mediaBody {
	padding-left: 10px;
}

.col-bordered {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #f5f8fd;
	margin-bottom: 10px;
}

/***** END REPAIR / RETURN *****/
.clear {
	clear: both;
}

@media ( max-width : 767px) {
	.hc-easy-result .thumb-warning .left-panel .text, .hc-easy-result .thumb-warning .left-panel .title,
		.hc-easy-result .thumb-warning .left-panel .prog-bar, .hc-easy-result .thumb-warning .left-panel .description
		{
		margin-left: 40px;
	}
}

@media ( min-width : 768px) and (max-width: 979px) {
	.hc-easy-result .thumb-warning .left-panel .text, .hc-easy-result .thumb-warning .left-panel .title,
		.hc-easy-result .thumb-warning .left-panel .prog-bar, .hc-easy-result .thumb-warning .left-panel .description
		{
		margin-left: 60px;
	}
}

@media ( min-width : 980px) and (max-width: 1199px) {
	.hc-easy-result .thumb-warning .left-panel .text, .hc-easy-result .thumb-warning .left-panel .title,
		.hc-easy-result .thumb-warning .left-panel .prog-bar, .hc-easy-result .thumb-warning .left-panel .description
		{
		margin-left: 60px;
	}
}

@media ( min-width : 1200px) {
}

.modal-large .modal-dialog {
	width: 830px !important;
}

.modal-x-large .modal-dialog {
	width: 95% !important;
	height: 100% !important;
	margin-top: 30px !important;
}

.modal-x-large .modal-dialog .modal-content {
	height: 95%;
}

.modal-x-large .modal-dialog .modal-content .modal-body {
	padding: 20px !important;
	height: 95%;
}

.pbottom {
	padding-bottom: 5px;
}

input[type="checkbox"] {
	margin: 4px 10px 10px !important;
}

.checkbox {
	margin-top: 3px !important;
}

.diagnosticCategorie {
	margin-top: 8px;
	background-color: #F5F8FD;
	border-color: #E7ECF2;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	color: #234C78;
}

.diagnosticCategorie .click-zone {
	cursor: pointer;
}

.categorieRow {
	margin-top: 10px;
}

.categorieRow .col-md-1 {
	width: 5%;
}

.categorieRow .openIcon {
	border-left: 1px solid #D6DEE9;
	cursor: pointer;
	padding-left: 5px;
}

.diagnosticProcedure {
	background-color: #FFFFFF;
	border-bottom: 1px solid #E7ECF2;
	border-top: 1px solid #E7ECF2;
	padding: 10px;
	color: #000000;
}

.diagnosticProcedure .procedureName {
	font-weight: bold;
}

.diagnosticProcedure .col-md-1 {
	width: 5%;
}

.categorieContent {
	border: 1px solid #E7ECF2;
}

.numberOfProcedures {
	background-color: #7B8EAC;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	width: 21px;
}

.procedureResult {
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 6px;
}

.procedureResult .col-md-1 {
	width: 5%;
}

.procedureResult .col-md-1 img {
	height: 45px;
}

.procedureResult p {
	background-color: #CCCCCC;
	height: 39px;
	padding-left: 12px;
	padding-top: 10px;
}

.diagnostcLoader {
	height: 20px;
	width: 20px;
}

.paddingTop10 {
	padding-top: 10px;
}

.marginTop20 {
	margin-top: 20px;
}

.wrappergc {
	min-height: 100%;
	height: auto !important;
	/* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -155px;
	/* the bottom margin is the negative value of the footer's height */
}

.pushgc {
	clear: both;
	height: 100%;
	float: left;
	min-height: 5px !important;
}

.footergc {
	clear: both;
	width: 100%;
	height: 100%;
	float: left;
}

.displayInline {
	display: inline;
}

.collect-li {
	color: #7A91B0;
	font-size: 18px;
	padding-top: 20px;
	text-transform: uppercase;
}

.paddingTop12 {
	padding-top: 12px;
}

.paddingTop15 {
	padding-top: 15px;
}

.troubleshoot-frame {
	width: 100%;
	height: 100%;
	border: none;
}

.form-horizontal .form-control-static.close-order-txt-device {
	font-size: 20px;
	padding-top: 10px;
}

.noresize {
	resize: none;
}

.communication {
	min-width: 620px;
	overflow: scroll;
	width: 100%;
}

.modelsearch {
	height: 80%;
}

.modelIdt {
	clear: both;
	max-height: 70%;
	overflow: auto;
}

.modelComp {
	height: 130px;
	padding-top: 15px;
	text-align: center;
}

.modelComp img {
	max-height: 85px;
	max-width: 100px;
}

.categoryIdt {
	clear: both;
	max-height: 70%;
	overflow-x: hidden;
	overflow-y: auto;
}

.stars {
	height: 40px;
	padding-top: 10px;
	width: 380px;
}

.tracking-checkbox .checkbox {
	padding-left: 0;
}

.tracking-checkbox input[type="checkbox"] {
	margin: 8px 0 0 !important;
}

.customer-notification {
	padding-top: 15px;
}

.pagination {
	width: 100% !important;
	text-align: right;
}

.pagination>li {
	display: inline-block !important;
	margin-left: 5px !important;
}

.predefined-filter-row {
	padding: 0 10px 10px;
}

.color-green {
	color: #3BA448;
}

.font-30 {
	font-size: 30px;
}

.input-group button.remove {
	background-image: none !important;
	width: 100px !important;
	background-color: #EBEBEB !important;
}

.input-group button.remove:hover {
	background-image: none !important;
}

.input-group button.remove:active {
	background-image: none !important;
}

.input-group button.remove:focus {
	background-image: none !important;
}

.input-group button.browse {
	background-image: none !important;
	width: 100px !important;
}

.input-group button.browse:hover {
	background-image: none !important;
}

.input-group button.browse:active {
	background-image: none !important;
}

.input-group button.browse:focus {
	background-image: none !important;
}

.dashboard .alerts .container {
	background-color: white !important;
}

.news-row {
	border-bottom: 2px solid #F7F7F7;
	float: left;
	width: 100%;
}

.news-icon>* {
	margin: 10px auto;
}

.news-message {
	color: #1D3D64;
}

.news-red {
	border-left: 2px solid #FF0000;
}

.news-yellow {
	border-left: 2px solid #FFFF00;
}

.news-grey {
	border-left: 2px solid #A9A9A9;
}

.margin-left-20px {
	margin-left: 20px;
}

.dashboard .alerts .container.fastTracking {
	background-image: url("themes/DEFAULT/images/icons/search_box_bg.png");
	color: white;
	overflow-x: hidden
}

.fastTracking.input-group button {
	background-image: none !important;
	width: 100px !important;
	background-color: #EBEBEB !important;
}

.fastTracking.input-group button:hover {
	background-image: none !important;
}

.fastTracking.input-group button:active {
	background-image: none !important;
}

.fastTracking.input-group button:focus {
	background-image: none !important;
}

.fastTracking .form-horizontal .control-label {
	text-align: left;
}

.pagination > .pagination-item {
    display: inline-block;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    cursor: pointer;
    color: #7b90ab;
    text-align: center;
    border-radius: 6px;
    background-color: #eceff4;
}

.pagination-item.active {
    background-color: #fff;
    cursor: default;
}

.pagination-item span {
    display: block;
    padding-top: 2px;
    font-size: 18px;
}

.pagination .pagination-item.active span {
    width: 20px;
    color: #204770;
    background-color: inherit;
    margin: 0 auto;
}

.pagination .pagination-item.active span:hover {
    background-color: #fff;
    color: #204770;
}

.pagination {
    margin: 0 0 10px 0 !important;
}

.pagination > span {
    padding: 0 5px 0 10px;
    font-size: x-large;
}

.text-align-right {
    text-align: right;
}

.pagination-result-page-list {
    height: 35px;
}

.title-color {
    color: #7B8EAC;
}

.font-30 {
    font-size: 30px;
}
.marginBottom20{
	margin-bottom: 20px;
}

.table-quotation-button button {
    display: block;
}

.news-title .modal-header h4 {
    font-weight: 700;
}

.news-commentaire {
    min-height: 200px;
}

.confirm-address-contact {
    padding: 0px 0 16px 47px;
    display: block;
}

.thumbnail .field-radio {
    margin: 0 auto !important;
    text-align: center;
}

.modal{
	overflow-y:auto;
}

.textarea {
	resize: none;
}

.link-inquiry-table-reference-link {
	color: #428BCA;
	text-decoration: underline;
	cursor: pointer;
}

.in-store-margin-5 {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}