/* ------------------------------------------------------------------------ 		
			
	 == GLOBAL ==

	 ------------------------------------------------------------------------		*/
body {
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #000;
	background: #FFF;
	line-height: 24px;
}
body.lightbox {
	background: #FFF;
}


main { /* contient le contenu de la page, permets de décaler lorsque menu mobile ouvert  */
	position: relative;
	background: #FFF;
}

div.container-wrapper,
div.container,
section,
article {
	margin:0 auto; 
	position:relative;
	width:1300px;
}
section,
article {
	margin-bottom: 60px;
}
section.no-margin {
	margin-bottom: 0;
}
section.container,
section.full,
article.full {
	position:relative;
	width:100%;
}
.container-straight {
	width: 70%;
	margin: 0;
}
section.mtop {
	margin-top: 40px;
}
section.mheight {
	min-height: 500px;
}
section.grey {
	background-color: #F2F2F2;
}
.sub-section {
	margin-bottom: 50px;
}
.content-inside {
	padding: 50px 0 40px;
	position: relative;
}

.absolute-inside {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	width: 100%;
	display: flex;
}

/* entete des pages > picture & titre */
.page-picture {
	width: 100%;
	position: relative;
	max-height: 600px;
	overflow: hidden;
}
		.page-picture .absolute-inside .container {
			margin: auto;
		}
		.page-picture img.main-picture {
			width: 100%;
		}
.title-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 30px;
}
	.title-wrapper .title {
		margin: auto 0;
		width: 40%;
	}
		.title-wrapper .title h1,
		.title-wrapper .title h2,
		.title-wrapper .title h3 {
			margin-bottom: 0;
		}
	.title-wrapper .filter-title {
		display: none;
	}
	.title-wrapper .filter {
		margin: 0;
		padding: 25px 0 15px;
		width: 100%;
		display: flex;
	}
		.title-wrapper .filter .filter-inside {
			display: flex;
			flex-flow: row nowrap;
			justify-content: center;
			width: 100%;
		}
	.title-wrapper .filter.left .filter-inside {
		justify-content: flex-start;
	}
		.title-wrapper .filter .filter-inside input {
			width: auto;
			min-width: 30%;	
		}
	.title-wrapper .filter .filter-inside a.link {
		font-family: Roboto;
		font-weight: bold;
		text-decoration: underline;
		font-size: 14px;
		line-height: 1.0;
		letter-spacing: 0.08em;
		text-align: left;
		color: #2a4b9a;
		text-transform: uppercase;
	}
/* cas spécifiques */
.selectric-months-wrapper-filter {
	display: block;
}

.cols-50x50-wrapper .title-wrapper {
	justify-content: center;
}
	.cols-50x50-wrapper .title-wrapper .title {
		width: 100%;
	}
		.cols-50x50-wrapper .title-wrapper .title h2 {
			text-align: center;
		}


/* ------------------------------------------------------------------------ 		
			
	 COLONNES // GENERIQUE

	 ------------------------------------------------------------------------		*/
div.cols-wrapper {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
    display: -webkit-flex; 
	-webkit-flex-flow: row nowrap;
}

.cols-70x30-wrapper {
    width: 100%;
    display: flex; display: -webkit-flex; 
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
}
    .cols-70x30-left {
        width: calc(100% - 300px);
        margin: 0;
        margin-right: 40px;
    }
    .cols-70x30-right {
        width: 270px;
        margin: 0 0 0 auto;
        display: flex; display: -webkit-flex; 
        flex-flow: column; -webkit-flex-flow: column;
    }

.cols-85x15-wrapper {
    width: 100%;
    display: flex; display: -webkit-flex; 
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
}
    .cols-85x15-left {
        width: 670px;
        margin: 0 auto 0 0;
    }
    .cols-85x15-right {
        width: 210px;
        margin: 0 0 0 auto;
        padding-top: 15px;
        display: flex; display: -webkit-flex; 
        flex-flow: column; -webkit-flex-flow: column;
    }

.cols-30x70-wrapper {
    width: 100%;
    display: flex; display: -webkit-flex; 
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
}
    .cols-30x70-left {
        width: 270px;
        margin: 0;
        display: flex; display: -webkit-flex; 
        flex-flow: column; -webkit-flex-flow: column;
        justify-content: space-between; -webkit-justify-content: space-between;    	
    }
    .cols-30x70-right {
        width: calc(100% - 300px);
        margin: 0;
        margin-left: 30px;
    }
.cols-50x50-wrapper {
    width: 100%;
    display: flex; display: -webkit-flex; 
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
}
    .cols-50x50-left {
        width: 49%;
        margin: 0 auto;
    }
    .cols-50x50-right {
        width: 49%;
        margin: 0 auto;
    }
.cols-40x60-wrapper {
    width: 100%;
    display: flex; display: -webkit-flex; 
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
    justify-content: center; -webkit-justify-content: center;
}
    .cols-40x60-left {
        width: 380px;
        margin: 0 50px 0 0;
    }
    .cols-40x60-right {
        width: 540px;
        margin: 0 0 0 50px;
    }

		
/* LISTING > index calendars / players / staffs / news ... */
.listing-items {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.listing-items.by2 .listing-item {
	width: 46%;
	margin: 0 2% 40px;
}
	.listing-items.by2 .listing-item.shop-listing-item {
		margin-bottom: 27px;
	}
.listing-items.by3 .listing-item {
	width: 31%;
	margin: 0 1% 40px;
}
	.listing-items.by3 .listing-item.calendars-listing-item {
		padding: 23px;
		margin-bottom: 20px;
	}

.listing-items.by4 .listing-item {
	width: 23%;
	padding: 0;
	margin: 0 1% 40px 0;
}

.listing-item.column-margin {
	margin: 0 0 40px;
}

.cut-line {
	width: 100%;
}




/* ------------------------------------------------------------------------ 		

		FORMULAIRES
		
	 ------------------------------------------------------------------------		*/
ul.form-default {
	list-style: none;
	padding: 10px 0;
	margin: 0;
}
	ul.form-default li {
		padding: 5px;
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
	}
	ul.form-default li.submit {
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		margin: 35px 0 0;
	}
		ul.form-default li .go-button {
			display: inline-block;
			width: auto;
			height: 50px;
			padding: 0 30px !important;
			border-radius: 5px;
			background: #3455a3;
			font-family: Roboto;
			font-weight: 900;
			font-size: 14px;
			letter-spacing: 0.08em;
			text-align: left;
			color: #FFF;
			line-height: 50px;
			text-align: center;
			text-transform: uppercase;
		}
			ul.form-default li .go-button:hover {
				cursor: pointer;
			}
			ul.form-default li .go-button.alt {
				background: #e32026;
			}

	ul.form-default li.note {
		margin: 10px;
		border-radius: 10px;
		padding: 5px;
		background: #CCC;
		font-size: 90%;
		color: #333;
	}

	ul.form-default li div.warning {
		border: 4px solid #900;
		border-top-left-radius: 9px;
		border-radius: 9px;
		background: #ffc9c9;
		margin: 15px;
		padding: 10px;
		font-size: 13px;
	}
.intro {
	text-align: left;
	padding: 15px;
	font-size: 110%;
}

/*	LABEL	*/
ul.form-default label {
    width:100%;
    color:#000000;
    font-size:14px;
    font-weight:500;
}
/*	ELEMENTS	*/
input, textarea, select {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 43px;
	text-align: left;
	color: #000;
	padding: 0 15px !important;		
	font-family: 'Roboto', sans-serif;
    width:100%;
    margin:2px auto;
    border-radius:5px;
    border:1px solid #BCBCBC;
    height: 44px;
    align-items: center;
    display: flex;
    background:#ffffff;
}
select {
	padding: 8px 7px;
}
input[type=file] {
	background: #f1f1f1;
	padding: 3px 6px;
	border: 1px solid #f1f1f1;
}
input[type=checkbox] {
    height:15px;
    width:15px;
    margin:3px auto;
    margin-right:8px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
/* cas spécifiques */
input.type_search {
	border: 1px solid #f9ac02;
}

/*	CHECKBOX	*/
ul.form-default li.checkbox {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}
li.checkbox.first-checkbox {
	padding-top: 20px;
}
	div.col-checkbox {
		margin: auto 0;
		width: auto;
		min-width: 50px;
		text-align: left;
	}
	div.col-checkbox-legend {
		width: auto;
		min-width: 90%;
		margin: auto;
		text-align: left;
		font-size: 13px;
	}
/*	BIRTHDATE	*/
div.col-days {
	width: 25%;
	margin: auto;
}
div.col-months {
	width: 40%;
	margin: auto;
}
div.col-years {
	width: 25%;
	margin: auto;
}
	div.col-years select {
		width: 100% !important;
	}
/* form > selectric hack */
ul.form-default .selectric-wrapper {
    width:100% !important;
}
   	ul.form-default .selectric-wrapper .selectric {
        width:100% !important;
        margin:2px auto !important;
        border-radius:30px !important;
        border:1px solid #BCBCBC !important;
        height:50px !important;
        align-items: center !important;
        display: flex !important;
        background:#ffffff !important;
   	}
   	ul.form-default .selectric .label {
        font-weight:500 !important;
        font-size:14px !important;
   	}
       ul.form-default .selectric-wrapper.selectric-open .selectric { 
            border:1px solid #000000 !important;
       }
       ul.form-default .selectric-wrapper.error .selectric { 
            border:1px solid #ff0000 !important;
       }
   	ul.form-default .selectric i {
        border:none !important;
        background:none !important;
        color:#BCBCBC !important;
        font-size:14px !important;
        margin-left: auto !important;
        margin-right: 25px !important;
   	}
   	.select-icon .selectric::before {
        content: "\f005" !important;
        font-family: "Font Awesome 6 Free" !important;
        color: #38B5C7 !important;
        font-size: 20px !important;
        line-height: 20px !important;
        margin-left:15px !important;
   	}
        .select-icon .selectric .label {
            margin-left:10px !important;
        }


/* ------------------------------------------------------------------------ 		

		MISC
		@Titles, Flex, Buttons, Fonts...
		
	 ------------------------------------------------------------------------		*/
/*	BANNERS	*/
.banner-wrapper {
	display: block;
	margin-bottom: 20px; 
	text-decoration: none;
}
	.banner-wrapper:hover {
		text-decoration: none;
	}
	.banner-wrapper img {
		width: 100%
	}

/* LINKS */
a { 
	color: #333333;
	text-decoration: none; 
}
a:hover { 
	text-decoration: underline;
	cursor: pointer; 
}

/* HR */
hr {
	border: none;
	background: #e7e7e7;
	height: 2px;
	width: 100%;
	margin: 20px 0 30px;
}
hr.large {
	height: 1px;
	border: none;
	background: #ebebeb;
	margin: 15px 0;
}

/*	FORM ERRORS	*/
.form-error {
	border: 1px solid #c5001e !important; 
}
div.form-error-content {
	display: none;
}

/*	OPACITY	*/
.is_disabled {
	opacity:0.5;
}

.no-result {
	width: 100%;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
}
	.no-result.left {
		text-align: left;
	}
.no-game {
	width: 100%;
	height: auto;
    margin: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    border-radius: 20px;
	text-align: center;
    font-weight: bold;
    font-style: italic;    
	padding: 20px 0;
}
	.no-game.large {
		height: 301px;
	    width: 96%;
	    max-width: 550px;		
	    margin: 0 auto;
	}

/* BUTTON */
.bt-all-wrapper {
	width: 100%;
	margin-top: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
	.bt-all-wrapper .bt-all {
		display: block;
		margin: auto 0;
		height: 50px;
		line-height: 50px;
		padding: 0 50px;
		font-weight: 900;
		font-size: 14px;
		letter-spacing: 0.08em;
		color: #2a4b9a;
		text-decoration: underline;
		text-transform: uppercase;
	}
		.bt-all-wrapper .bt-all.style-button {
			text-decoration: none;
			border: 1px solid #40c0da;
			border-radius: 25px;
		}
/* hover */
.bt-all-wrapper .bt-all:hover {
	color: #40c0da;
}
.bt-all-wrapper .bt-all.style-button:hover {
	background: #40c0da;
	color: #FFF;
}
/* variations */
.bt-all-wrapper.left {
	justify-content: flex-start;
	margin: 0;
}
	.bt-all-wrapper.left .bt-all {
		margin: auto 0;
	}
.bt-all-wrapper.right {
	justify-content: flex-end;
	margin: 0;
}
	.bt-all-wrapper.right .bt-all {
		margin: auto 0;
	}
.bt-all-wrapper .bt-all.style-button.draw {
	background: #40c0da;
	color: #FFF;
}
.bt-action {
	display: block;
	margin: auto 0;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	font-weight: 900;
	font-size: 14px;
	letter-spacing: 0.08em;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 25px;
	background: #3455a3;
    transition: all 0.5s ease-in-out;
}
.bt-action.w-icon {
	line-height: 1.2;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;	
}
	.bt-action .icon {
		margin: auto 15px auto 0;
		height: 24px;
		color: #FFF;
	}
	.bt-action .label {
		margin: auto 0;
	}
.bt-action:hover {
	text-decoration: none;
	background: #38b5c7;
}
.bt-all-wrapper .bt-all.style-button.with-icon {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
	.bt-all-wrapper .bt-all.style-button.with-icon .col-icon {
		margin: auto 0;
		margin-right: 10px;
		font-size: 15px;
	}
	.bt-all-wrapper .bt-all.style-button.with-icon .col-label {
		margin: auto 0;
	}

/* addevent bt */
.title .bt-action {
	height: auto;
	line-height: 25px;
	padding: 0 0;
	max-width: 360px;
	font-weight: bold;
	font-size: 14px;
	background: #f2f2f2;
	color: #000;
	text-transform: none;
	margin-top: 5px;
	padding: 4px;
}
	.title .bt-action .icon {
		color: #000;
	}

/* ------------------------------------------------------------------------ 		
			
	 TABS

	 ------------------------------------------------------------------------		*/
div.tabs-wrapper {
	display: flex;
	flex-flow: column;
}
	.tabs-buttons {
	}
	.tabs-content {
		width: 100%;
		display: none;
		overflow: hidden;
        transition: all 0.5s ease-in-out;
	}
	.tabs-content.tabs-content-active {
		display: block;
	}

/* style 1 > tabulation groupées */
.tabs-buttons.style-group {
	position: relative;
	z-index: 3;
	margin: 0 auto 15px;
	border-radius: 34.5px;
	background: #f2f2f2;
	padding: 8px 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
	.tabs-buttons.style-group .tabs-button {
		position: relative;
		z-index: 3;
		height: 52px;
		width: 209px;
		text-align: center;
		cursor: pointer;
        transition: all 0.2s ease;
	}
		.tabs-buttons.style-group .tabs-button span {
			font-weight: bold;
			font-size: 18px;
			letter-spacing: 0.02em;
			line-height: 52px;
			color: #264e8e;
		}
	.tabs-buttons.style-group .glider {
		border-radius: 26px;
		height: 52px;
		width: 209px;
		position: absolute;
		display: flex;
		background-color: #3455a3;
		z-index: 1;
		transition: 0.25s ease-out;		
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	}
	.tabs-buttons.style-group .glider.startx {
		transform: translateX(100%);
	}


/* active && hover */
.tabs-buttons.style-group .tabs-button.active {
}
.tabs-buttons.style-group .tabs-button.active span {
	color: #FFF;
}
.tabs-content.active {
	display: block;
}


/* style 2 > onglets */
.tabs-buttons.style-onglet {
	position: relative;
	z-index: 3;
	margin: 0 auto 15px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
	.tabs-buttons.style-onglet .tabs-button {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		position: relative;
		min-width: 120px;
		margin: 0 22px;
		padding: 0 40px;
		height: 51px;
		text-align: center;
		border-radius: 25px;
		background: #f2f2f2;
	}
		.tabs-buttons.style-onglet .tabs-button span,
		.tabs-buttons.style-onglet .tabs-button .col-label {
			margin: auto 0;
			font-family: Roboto;
			font-weight: 900;
			font-size: 14px;
			line-height: 51px;
			letter-spacing: 0.08em;
			text-align: left;
			color: #8b8b8b;
			text-transform: uppercase;
		}
		.tabs-buttons.style-onglet .tabs-button .col-icon {
			margin: auto 10px auto 0;
			font-size: 21px;
			line-height: 21px;
			color: #000;
		}
			.tabs-buttons.style-onglet .tabs-button .col-icon.tv {
				width: 23px;
				height: 21px;
				background: url(../_img/logo-handtv-small-rouge.svg) no-repeat center center;
			}


/* style 2 > active */
.tabs-buttons.style-onglet .tabs-button:hover {
	text-decoration: none;
	cursor: pointer;
}
.tabs-buttons.style-onglet .tabs-button.active {
	background: #40c0da;
}
.tabs-buttons.style-onglet .tabs-button:hover {
	background: #40c0da;
}
	.tabs-buttons.style-onglet .tabs-button:hover span,
	.tabs-buttons.style-onglet .tabs-button:hover .col-label {	
		color: #FFF;	
	}
.tabs-buttons.style-onglet .tabs-button.active::before {
	content: '';
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #40c0da;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -10px;
}
	.tabs-buttons.style-onglet .tabs-button.active span,
	.tabs-buttons.style-onglet .tabs-button.active .col-label {
		color: #FFF;
	}

.tabs-buttons.style-onglet .tabs-button:hover .col-icon.tv,
.tabs-buttons.style-onglet .tabs-button.active .col-icon.tv {
	background: url(../_img/logo-handtv-small-blanc.svg) no-repeat center center;
}

/* subs */
.tabs-sub-buttons {
	position: relative;
	z-index: 3;
	margin: 0 auto 15px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
}
	.tabs-sub-buttons .tabs-sub-button {
		position: relative;
		width: 30%;
		margin: 0 0;
		padding: 0 40px;
		height: 50px;
		cursor: pointer;
	}
		.tabs-sub-buttons .tabs-sub-button span {
			font-family: Roboto;
			font-weight: 900;
			font-size: 14px;
			line-height: 50px;
			letter-spacing: 0.08em;
			text-align: left;
			text-transform: uppercase;
			color: #2a4b9a;
		}

	.tabs-sub-buttons .glider {
		height: 3px;
		width: 30%;
		bottom: 0;
		position: absolute;
		display: flex;
		background-color: #2a4b9a;
		z-index: 1;
		transition: 0.25s ease-out;		
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	}
.tabs-sub-content {
	width: 100%;
	display: none;
    transition: all 0.5s ease-in-out;
}

/* subs > active */
.tabs-sub-buttons .tabs-sub-button:hover {
	text-decoration: none;
}
.tabs-sub-buttons .tabs-sub-button.active {
}
.tabs-sub-content.active {
	display: block;
}

.graph-wrap {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
	.graph-wrap .graph {
		margin: 0 auto;
		padding: 0;
	}


/* ------------------------------------------------------------------------ 		
			
	 PATHWAY
	 Surcharge du dev__common.css

	 ------------------------------------------------------------------------		*/
div.pathway-wrapper {
	margin-top: 15px;
	margin-bottom: 35px;
	padding: 0;
	border-bottom: none;
}



/* ------------------------------------------------------------------------ 		
			
	 BOUTON UP

	 ------------------------------------------------------------------------		*/
#button-up {
    display:none; 
    position:fixed; 
    z-index:10000; 
    bottom:10px; 
    right:10px;
    overflow: hidden;
    border-radius: 20px;
    background: #40C0DA;
    padding: 5px;
    width:40px;
    height:40px;
    text-align: center;
}
    #button-up i {
    		font-size: 16px;
        line-height:32px;
        color: #FFF;
    }


/*======================================
  Selectric
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.filter-inside .selectric-wrapper {
	margin: 2px 8px;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  position: relative;
	height: 45px;
	border-radius: 22.5px;
	background: #fff;
	border: 1px solid #40c0da;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 36px 0 17px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 45px;
	text-align: left;
	color: #000;
}

.selectric .button {
  background: ;
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px !important;
  box-shadow: none !important;
  background: none !important;
  height: 36px;
  color: #40c0da;
  text-align: center;
  font: 0/0 a;
  *font: 36px/36px Lucida Sans Unicode, Arial Unicode MS, Arial;

}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #40c0da;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #AAA;
}

.selectric-hover .selectric {
  border-color: #b8b8b8;
}

.selectric-hover .selectric .button {
  color: #b8b8b8;
}

.selectric-hover .selectric .button:after {
  border-top-color: #b8b8b8;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #b8b8b8;
  background: #f5f5f5;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #C4C4C4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 1px;
  min-width: 240px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 11px;
  line-height: 20px;
  min-height: 20px;
  font-weight: 600;
}

.selectric-items li {
  display: block;
  padding: 8px 12px !important;
  border-top: none !important;
  border-bottom: 1px solid #eaeaea !important;
  color: #666;
  cursor: pointer;
  background: #FFF !important;
  font-size: 13px;
}
  .selectric-items li:last-child {
    border-bottom:  none !important;
  }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items li.title {
  font-weight: bold !important;
  font-size: 13px !important;
/*  color: #eb2221 !important; */
}
.selectric-items li.sub1 {
  padding-left: 25px !important;
  font-size: 12px !important;
/*  color: #00a99d !important; */
}
.selectric-items li.sub2 {
  padding-left: 50px !important;
  font-size: 11px !important;
/*  color: #999 !important;*/
}
.selectric-items li.sub3 {
  padding-left: 75px !important;
  font-style: italic !important;
  font-size: 11px !important;
/*  color: #F8F8F8 !important; */
}


.selectric-items li:hover {
  border-left: 1px solid #333333 !important;
  background: #fafafa !important;
}


.selectric-items li.selected {
  color: #3455A3 !important;
  font-weight: bold;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #eaeaea 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 50%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%,#ffffff 50%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 */
 /* background: url('../../_img/checked.png') center right no-repeat #fff !important; */
}

.selectric-items li.highlighted {
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
  background: #eaeaea !important;
  border-left: 1px solid #333333 !important;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}


/*	FORM HACK */
.form-default .selectric-wrapper {
	padding: 0;
    border-radius: 5px;
    color: #716f6f;
    width: 92%;
}
.form-default .selectric-wrapper .selectric {
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    color: #716f6f;
}
