﻿.button,
.ui-button-text-only {
	padding: 4px 15px;
	border: 1px solid #0083B7 !important;
	background-color: #0083B7 !important;
	cursor: pointer !important;
	font-weight: bold !important;
	font-size: 14px !important;
	color: white !important;
	border-radius: 10px !important;
	transition-property: transform, box-shadow !important;
	transition-duration: 150ms !important;
	font-family: Arial;
}

.button:not([disabled]):hover, .ui-button-text-only:hover {
	box-shadow: 3px 3px 1px 0px grey;
	transform: translate(-3px, -3px);
}

.button[disabled] {
	background-color: #ccc !important;
	border: 1px solid #ccc !important;
}

.button-effect {
	transition-property: transform, box-shadow !important;
	transition-duration: 150ms !important;
}
buttonFiltreBlue
.button-effect:hover {
	box-shadow: 3px 3px 1px 0px grey;
	transform: translate(-3px, -3px);
}

.button-right {
	position: relative;
	float: right;
}

.button-suppression {
	position: relative;
	float: left;
	background-color: #EB3B00 !important;
	border-color: #EB3B00 !important;
}

.textbox {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	width: 250px;
	min-height: 28px;
	line-height: 28px;
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #4D4D4D;
	clear: both;
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

.textbox:focus {
	border: 1px solid #0083B7;
}

.textbox.alreadyExist {
	border-color: red;
}

.textbox.notExist {
	border-color: green;
}

.textbox[readonly='readonly'],
.textbox[disabled='disabled'],
.dropdownlist[disabled='disabled'] {
	background-color: #C9C9C9;
}

.textbox.izysearch {
	border-radius: 10px 0px 0px 10px;
	border-right: 0;
	margin: 0;
}

.dropdownlist {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	width: 250px;
	height: 32px;
	line-height: 32px;
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #4D4D4D;
	clear: both;
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	/*border-radius: 10px;*/
}

.dropdownlist--middle{
	margin-bottom: 0;
	vertical-align: middle;
}

.dropdownlist:focus {
	border: 1px solid #0083B7;
}

.multiselects {
}

.multiselects .arrows {
	vertical-align: middle;
	/*background-color: #0083B7;*/
	padding: 5px;
}

.multiselects .arrows div {
	text-align: center;
	max-width: 48px;
	line-height: 0px;
	height: 96px;
	margin: auto;
}

.multiselects .arrows div input {
	padding: 0;
	margin: 0;
}

.multiselect {
	padding: 3px;
	/*border-radius: 10px;*/
	overflow: auto;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	color: #4D4D4D;
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	height: 200px;
}


.multiselect-first {
	/*border-radius: 10px 0px 0px 10px;*/
	border-right: 0;
}

.multiselect-second {
	/*border-radius: 0px 10px 10px 0px;*/
	border-left: 0;
}

.multiselect:focus {
	border: 1px solid #0083B7;
}

.multiselect option {
	padding: 1px;
}

.multiselect option:hover {
	background-color: #DADADA;
	background-color: #0083B7;
	color: white;
	cursor: pointer;
}

.labelTableTD {
	font-size: 12px;
	font-weight: bold;
}

.buttonFiltreBlack {
	height: 30px;
	min-width: 130px;
	background-color: #464646;
	color: white;
	font-weight: 600;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}

.buttonFiltreBlue {
	height: 30px;
	min-width: 130px;
	background-color: rgb(1, 155, 204);
	color: white;
	font-weight: 600;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}

.buttonFiltreRed {
	height: 30px;
	min-width: 120px;
	background-color: rgb(236, 47, 10);
	color: white;
	font-weight: 600;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}

.buttonFiltreGreen {
	height: 30px;
	min-width: 120px;
	background-color: rgb(17, 146, 17);
	color: white;
	font-weight: 600;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}

.buttonFiltreYellow {
	height: 30px;
	min-width: 120px;
	background-color: rgb(241, 174, 4);
	color: white;
	font-weight: 600;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}

.buttonFiltreBlueTransparent {
	height: 30px;
	min-width: 130px;
	background-color: rgba(1, 155, 204, 0.3);
	color: white;
	font-weight: 600;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}

.blueTransparent {
	background-color: rgba(1, 155, 204, 0.3);
}

.buttonFiltreRedTransparent {
	height: 30px;
	min-width: 120px;
	background-color: rgba(236, 47, 10, 0.3);
	color: white;
	font-weight: 600;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}

.buttonFiltreGreenTransparent {
	height: 30px;
	min-width: 120px;
	background-color: rgba(17, 146, 17, 0.3);
	color: white;
	font-weight: 600;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}

.greenTransparent {
	background-color: rgba(17, 146, 17, 0.3);
}

.buttonFiltreYellowTransparent {
	height: 30px;
	min-width: 120px;
	background-color: rgba(241, 174, 4, 0.3);
	color: white;
	font-weight: 600;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}

.buttonFiltreBlueTransparent:hover,
.buttonFiltreRedTransparent:hover,
.buttonFiltreGreenTransparent:hover,
.buttonFiltreYellowTransparent:hover {
	box-shadow: 3px 3px 1px 0px #ccc;
}

fieldset {
	padding: 10px;
	line-height: 35px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

fieldset legend {
	font-weight: normal;
	color: #666666;
	outline-style: none;
	text-decoration: none;
	font-family: Bebas, Arial, sans-serif;
	font-size: 20px;
}

.labelDescription {
	vertical-align: top;
}

/*** metro UI part ***/

/*** liste de diffusion ***/
ul.bluBlocks {
	padding: 0;
	margin: auto;
	width: 760px;
	position: relative;
}

ul.bluBlocks li.bluBlock {
	/*display: inline-block;*/
	position: relative;
	float: left;
	list-style-type: none;
	background-color: #0083B7;
	width: 150px;
	height: 150px;
	margin: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

ul.bluBlocks li.bluBlock .bluBlock-title {
	color: white;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	/*height: 35px;*/
}

ul.bluBlocks li.bluBlock .bluBlock-value {
	color: white;
	text-align: center;
	font-size: 20pt;
	height: 50px;
	margin-top: 15px;
}

ul.bluBlocks li.bluBlock .bluBlock-value ul {
	list-style: none;
	padding: 0;
	margin: 0px 0px 0 0;
	width: 50px;
	height: 12em;
	float: left;
}

ul.bluBlocks li.bluBlock .bluBlock-value li {
	height: 50px;
	width: 10px;
	line-height: 2;
	background-color: #222;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

ul.bluBlocks li.bluBlock .bluBlock-value li.roundabout-in-focus {
	cursor: default;
}

/*** fiche opticien ***/

ul.greenBlocks {
	padding: 0;
	margin: auto;
	position: relative;
}

ul.greenBlocks li.greenBlock {
	display: inline-block;
	list-style-type: none;
	width: 110px;
	height: 110px;
	margin: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	line-height: 100px;
	text-align: center;
	font-size: 15px;
}

ul.greenBlocks li.greenBlock.green {
	background-color: #47a447;
	color: #398439;
	color: #2C662C;
}

ul.greenBlocks li.greenBlock.red {
	background-color: #d2322d;
	color: #ac2925;
	color: #7A1D1A;
}

/*** Infos blocks ***/

ul.infosBlocks {
	padding: 0;
	margin: auto;
	position: relative;
}

ul.infosBlocks li.infosBlock {
	display: inline-block;
	list-style-type: none;
	margin: 10px;
	vertical-align: top;
}

ul.infosBlocks#informations li.infosBlock {
	width: 280px;
	height: 145px;
}

ul.infosBlocks#parametrage li.infosBlock {
	width: 195px;
	height: 110px;
}

ul.infosBlocks li.infosBlock .infosBlock-title {
	width: 100%;
	/*background-color: #0083B7;*/
	background-color: #00B0F0;
	color: white;
	text-align: center;
}

ul.infosBlocks li.infosBlock .infosBlock-title img {
	vertical-align: sub;
	margin-right: 5px;
}

ul.infosBlocks li.infosBlock .infosBlock-liste {
	width: 100%;
}

ul.infosBlocks li.infosBlock .infosBlock-liste li {
	list-style-type: none;
	text-align: center;
	height: 24px;
}

/*** catalogues blocks ***/
/** groupements blocks **/

div.blocks {
	overflow-y: auto;
	height: 660px;
	padding-left: 60px;
	padding-right: 40px;
	border-bottom: 2px solid #ccc;
	border-top: 1px solid #ccc;
}

.label-no-block {
	display: block;
	font-weight: bold;
	margin-top: 10px;
	font-size: 16px;
}


div.blocks .block:last-child,
div.underBlocks .block:last-child {
	clear: both;
}

div.blocks.lentille .block,
.block.lentille {
	background-color: rgb(235,59,0);
}

div.blocks.lentille .block:hover,
.block.lentille:hover {
	background-color: rgb(209,52,0);
}

div.blocks.monture .block,
.block.monture {
	background-color: rgb(17,146,0);
}

div.blocks.monture .block:hover,
.block.monture:hover {
	background-color: rgb(13,115,0);
}

div.blocks.accessoire .block,
.block.accessoire {
	background-color: rgb(241, 174, 4);
}

	div.blocks.accessoire .block:hover,
	.block.accessoire:hover {
		background-color: rgb(241, 174, 4);
	}

div.blocks.verre .block,
.block.verre {
	/*background-color: rgb(0, 131, 183);*/
	background-color: rgb(0, 176, 240);
}

div.blocks.verre .block:hover,
.block.verre:hover {
	/*background-color: rgb(0, 104, 145);*/
	background-color: rgb(0, 137, 186);
}

.tuile-distribution.block {
	padding: 5px;
	cursor: default;
}

.tuile-distribution.block.verre:hover {
	background-color: rgb(0, 176, 240);
}
.tuile-distribution.block.monture:hover {
	background-color: rgb(17,146,0);
}
.tuile-distribution.block.lentille:hover {
	background-color: rgb(209,59,0);
}
	.tuile-distribution.block.accessoire:hover {
		background-color: rgb(241, 174, 4);
	}


.blockTitle {
	display: block;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}

.industrielBlock .blockTitle {
	margin-top: 18px;
}

div.underBlocks .blockTitle {
	font-size: 14px;
	margin-top: 10px;
}

.blockPays {
	/*position: absolute;*/
	/*top: 40px;*/
	overflow-y: auto;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 10px;
	scrollbar-width: thin;
}

.blockPays::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.blockPays::-webkit-scrollbar-track {
	border-radius: 10px;
	background: rgba(240,240,240,1);
}

.blockPays::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(210,210,210,1);
}

.blockPays::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,0.4);
}

.blockPays::-webkit-scrollbar-thumb:active {
	background: rgba(0,0,0,.9);
}
		
.blockCataloguePays{
	font-size: 16px;
}

.industrielBlock .blockPays {
	top: 70px;
}

.blockPays .flag {
	display: block;
	position: relative;
	float: left;
}

.industrielBlock .private {
	position: absolute;
	right: -10px;
	left: auto;
	top: -9px;
}

.btn-close {
	position: absolute;
	right: -10px;
	left: auto;
	top: -9px;
}

.linkBlock {
	position: relative;
	float: left;
}

.block {
	position: relative;
	float: left;
	width: 170px;
	height: 170px;
	/*border: 1px solid #ccc;*/
	margin: 10px;
	border-radius: 5px;
	color: white;
	cursor: pointer;
}

.block.blockDisabled {
	background-color: gray!important;
}

.underBlocks {
	width: 100%;
	position: relative;
	background-color: #666666;
	float: left;
	margin: 10px;
	margin-left: 0px;
	margin-top: 15px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
}

.underBlocks .catalogue-infos {
	font-size: 13px;
}

.catalogue-label {
	font-size: 13px;
	font-weight: bold;
}

.catalogue-data {
	font-size: 13px;
	padding-left: 10px;
}

.catalogue-block{
	padding-left : 3px;
}

.block .triangle {
	position: absolute;
	bottom: -26px;
	width: 30px;
	right: 0;
	left: 0;
	margin: auto;
}


/** Wizard catalogues blocks **/

.blockW {
}

.blockW-title {
	display: block;
	font-size: 11px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}

.blockW-title-liste {
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
}

.blockW-title-opticien {
	font-size: 15px;
	margin-bottom: 5px;
	display: block;
}

.blockW-title span {
	margin-right: 4px;
}

.blockW-title span,
.blockW-title img {
	vertical-align: middle;
}

.wizard-catalogue-infos {
	margin-top: 5px;
}

.wizard-catalogue-label {
	font-size: 11px;
	font-weight: bold;
}

.wizard-catalogue-data {
	font-size: 11px;
	padding-left: 10px;
}

/*** Wizard resume blocks ****/

.blockW-resume {
	background-color: #0083B7;
	cursor: default !important;
}

.blockW-resume-title {
	color: white;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	height: 35px;
}

.blockW-resume-value {
	color: white;
	font-size: 16pt;
	height: 50px;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 80px;
}

/*** switch button ***/

.switchButton.actif {
	display: inline-block;
	width: 110px;
	height: 110px;
	margin: 10px;
	-webkit-border-radius: 5px;
	background-color: #47a447; /* vert*/
	background-color: #119200; /* vert*/
	color: #2C662C;
	line-height: 110px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.switchButton.inactif {
	display: inline-block;
	width: 110px;
	height: 110px;
	margin: 10px;
	-webkit-border-radius: 5px;
	background-color: #d2322d; /* rouge */
	background-color: #EB3B00; /* rouge */
	color: #ac2925;
	color: #7A1D1A;
	line-height: 110px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.switchButton.on {
	display: block;
	width: 250px;
	height: 40px;
	margin: 10px;
	-webkit-border-radius: 5px;
	background-color: #d2322d; /* rouge */
	background-color: #EB3B00; /* rouge */
	color: #ac2925;
	color: #7A1D1A;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.switchButton.off {
	display: block;
	width: 250px;
	height: 40px;
	margin: 10px;
	-webkit-border-radius: 5px;
	background-color: #47a447; /* vert*/
	background-color: #119200; /* vert*/
	color: #398439;
	color: #2C662C;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
}

.switchButton.on img,
.switchButton.off img {
	vertical-align: sub;
}

/*** labels ***/
.label {
	border: 1px solid #0083B7;
	display: inline-block;
	border-radius: 5px;
	padding: 0;
	height: 35px;
}

.label .label-img {
	background-color: #0083B7;
	padding: 0px 10px 0px 10px;
	/*border-radius: 5px 0px 0px 5px;*/
	display: inline-block;
	margin: 0px;
	height: 35px;
}

.label .label-img img {
	vertical-align: middle;
}

.label .label-val {
	padding: 5px;
	margin: 0px;
}


/*** iZySwitch ***/

.switch-label {
	vertical-align: middle;
}

.switch-options {
	display: inline-block;
	padding: 0;
}

.switch-options .switch-option,
.switch-options .switch-option-selected {
	float: left;
	padding: 7px;
	margin: 0;
	border: 1px solid rgb(169, 169, 169);
	cursor: pointer;
	border-right: 0;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	color: #4D4D4D;
}

.switch-options .switch-option.hasDest {
	background-color: rgba(71, 164, 71, 1);
	color: #FFF;
}

.switch-options .switch-option[disabled] {
	background-color: #ececec;
	color: #9b9b9b;
	cursor: default;
}


.switch-options .switch-option-selected,
.switch-options .switch-option-selected.hasDest {
	background-color: #0083B7 !important;
	color: white !important;
}

.switch-options .switch-option-selected[disabled] {
	background-color: #5AA1BD !important;
	color: white !important;
}


.switch-options .switch-option:hover {
	/*background-color: #0083B7;
	color: white;*/
}

.switch-options .switch-option:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.switch-options .switch-option:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-right: 1px solid #ccc;
}

/****** Button Image ******/

.btn-img-left,
.btn-img-right {
	height: 32px;
	line-height: 32px;
	font-size: 1.1em;
	background-color: #0083B7;
	color: white;
	font-weight: bold;
	border-radius: 15px;
	/*transition-property: box-shadow !important;
	transition-duration: 50ms !important;*/
	transition-property: transform, box-shadow !important;
	transition-duration: 150ms !important;
	display: inline-block;
}

.btn-img-left.aspNetDisabled,
.btn-img-left[disabled='disabled'],
.btn-img-right.aspNetDisabled,
.btn-img-right[disabled='disabled'] {
	background-color: #7BB9D0;
	transition: none;
}

.btn-img-right {
	padding-left: 10px;
}

.btn-img-left {
	padding-right: 10px;
}

.btn-img-left:hover,
.btn-img-right:hover {
	color: white;
	/*box-shadow: 1px 1px 1px 1px grey;*/
	box-shadow: 3px 3px 1px 0px grey;
	transform: translate(-3px, -3px);
}

.btn-img-left.aspNetDisabled:hover,
.btn-img-left[disabled='disabled']:hover,
.btn-img-right.aspNetDisabled:hover,
.btn-img-right[disabled='disabled']:hover {
	box-shadow: none !important;
	transform: none !important;
}

.btn-img-right img {
	vertical-align: top;
}

.btn-img-left img {
	vertical-align: top;
}

/**** campagne stats ****/

.campagne-details-header {
	height: 60px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.campagne-details-header td {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	font-weight: bold;
	font-size: 12px;
}

.campagne-details-header td:last-child {
	border-right: 0;
}

.campagne-details-header tr:first-child td {
	border-bottom: 1px solid #ccc;
}

.campagne-details-header tr:first-child td[rowspan="2"] {
	border-bottom: 0;
}

.campagne-details-stats {
	width: 671px;
	margin: auto;
	list-style: none;
	margin-top: 15px;
}

.campagne-details-stat {
	width: 200px;
	height: 200px;
	background: #0083B7;
	color: white;
	cursor: default;
}

.campagne-details-stat-nombre {
	font-size: 30pt;
	text-align: center;
	padding-top: 50px;
}

.campagne-details-stat-legend {
	font-size: 15pt;
	text-align: center;
}

.grid_campagne_historique {
	margin: 0px !important;
}

.grid_campagne_historique th {
	text-shadow: none !important;
	font-size: 16px !important;
	border-radius: 0px !important;
}

.grid_campagne_historique td {
	font-size: 14px !important;
	padding: 10px !important;
}

/********* tool tips ************/

.tooltips-background {
	position: fixed;
	z-index: 999999999;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: Gray;
	opacity: 0.2;
}

.material-button {
	padding: 3px;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 10%);
	box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 10%);
	color: #4D4D4D;
	line-height: 28px;
	margin-bottom: 10px;
	border-left: 0;
	cursor: pointer;
	user-select: none;
}