html body a[disabled] {
	pointer-events: none;
	cursor: default; 
}
body {
	color: #666;
}
html * {
	outline: none;
}
.cke_dialog_background_cover {
	display: none !important;
}
.cke_dialog_body {
	z-index: 10000;
}

hr {
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    width: 100%;
    border-bottom-color: #ccc;	
}
ht.shadowedSep {
	box-shadow: 5px 0px 0px #ccc;
}
#flasherCommentsModal .note_laissee,
#commentModal .note_laissee {
	float: right;
	margin-right: 40px;
}
.panel-body {
	color: #666;
}
@media print {
	.panel-body {
		padding: 0;
	}
	h3 {
		margin: 0;
	}
	.alert {
		margin-bottom: 0;
	}
	.timeEvolutionButton {
		display: none;
	}
}
.old-input {
	background-color: #F0F4F7;
	padding: 3px;
	color: #777;
}
h3.page-subheading {
	font-size: 16px;
    color: #A2A2A2;
    font-weight: 100;
    margin-top: 0px;
    margin-bottom: 20px;	
	border: 0px;
}
.filtreCustomers {
	position: absolute;
    width: 60%;
    top: 61px;
    right: 35px;
    text-align: right;
}
.filtreCustomers button {
    float: right;
    margin-left: 15px;
}

form.form-horizontal fieldset {
	padding: 0px;
	margin: 20px 20px 0px 20px;
}

div.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px 0px 15px 0px;
    border-radius: 4px !important;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.thumbnail {
	margin-left: auto;
	margin-right: auto;
}
img.img-responsive.thumbnail {
	margin: 15px auto;
}
#logo_img {
	margin: 10px 0px;
}
#form-login .input-icon {
	border-left: 2px solid #598ae4 !important;
}
#form-login .input-icon input {
	border-left: 0px solid #FFFFFF;
}

#form-theme fieldset {
	padding: 0px 20px;
	border: 1px solid #CCCCCC;
	margin: 0px -10px;
}
#form-theme .panel-body > fieldset {
	padding: 0px 10px;
	margin: 10px 5px;
}
#form-theme legend {
	border-bottom: none;
	margin-bottom: 0px;
	width: auto;
}

.background_logo {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    opacity: 0.3;
    z-index: 1;
}
.navbar-static-top {
	box-shadow: 0px -2px 7px rgba(255,255,255,0.3);
	position: fixed;
	width: 100%;
	z-index: 10000;
}
.navbar-inverse {
	background-color: #212121;
	border-bottom: 1px solid #2c5485;
}
#page-wrapper {
    background-image: none !important;
}
#table_permissions_filter input {
	width: 50%;
	height: 30px;
	font-size: 12px;
	font-weight: normal;
}
@media screen and (min-width: 768px) {
	.navbar-left {
		background-color: #0f3a88;
   	}
}
.sidebar-nav .nav > li > a {
	font-weight: 200;
	letter-spacing: 1px;
}

.nav li.copyright {
	color: #FFFFFF;
	font-size: 11px;
	padding: 30px 0px 0px 42px;
	border: none;
}

.tab-content > .active {
	background-color: #FFFFFF;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

div.dt-buttons {
	position: absolute;
	float: none;
	text-align: center;
	left: 38%;
}
div.dt-button-info {
	z-index: 210000;
	border: 0px solid #989898;
	box-shadow: 3px 3px 8px 5px rgba(0,0,0,0.3);
	border-radius: 5px;
}
div.modal-content div.dt-buttons {
	left: 30%;
}
a.dt-buttons {
	
}
@media screen and (max-width: 1024px) {
	div.dt-buttons {
		display: none;
	}
	div.dt-button-info {
		display: none;
	}
	div.modal-content div.dt-buttons {
		display: none;
	}
	a.dt-buttons {
		display: none;
	}
}
table.dataTable>tbody>tr.child ul.dtr-details>li {
	text-align: center;
}
table.dataTable>tbody>tr.child span.dtr-title {
	display: block;
}
.cke_dialog {
    z-index: 10055 !important;
}
.ui-dialog .modal-header {
    background-color: #F5F5F5;
    margin: 0px -8px;
}
img.img-responsive {
	margin: 0px auto;
}
input[type="search"] {
	border-radius: 5px;
}

.breadcrumb {
	background-color: transparent;
	border: solid 0px #CAD6E4;
	padding: 0px;
	margin-bottom: 3rem;
}
.breadcrumb > li + li:before {
	content: "\f101";
	font-family: FontAwesome;
	color: #898989;
}
.home-date,
.formule { 
	color: #FFFFFF; 
	padding: 11px 9px; 
	position: absolute; 
	top: 36px;
    right: 0px;
    text-align: right;
    font-size: 10px; }
.home-date { 
	top: 36px;
    right: 260px;
}
.formule { 
	color: #e17e3c; 
}
#searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 24px;
    cursor: pointer;
    color: #ccc;
}

html body .navbar-top-links .dropdown-flags {
    width: 20px !important;
    min-width: 72px !important;
    text-align: center;
}
html body .navbar-top-links .dropdown-flags li a {
    padding: 5px 10px;
    min-height: 0;
}

.small-alert {
    padding: 5px;
    margin-bottom: 10px;
}

.google-visualization-orgchart-node {
	text-align: center;
    vertical-align: middle;
    font-family: arial,helvetica;
    cursor: default;
    border: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
    background-color: #dfe7ed;
    font-size: 14px;
    background: -webkit-gradient(linear, left top, left bottom, from(#dfe7ed), to(#cbdde2));
}
html body div#page-wrapper div#page-body div.panel-body table .alert {
	margin-bottom: 0px;
}

html body div#page-wrapper div#page-body .panel-primary {
  	border-color: #d6d6d6; 
  	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .2);
    border-radius: 0px;
    border: 0px;
}
html body div#page-wrapper div#page-body div.panel-primary > div.panel-heading {
  color: #5D5D5D; 
  font-size: 18px;
}
html body div#page-wrapper div#page-body .panel-heading {
  background-color: #efefef;
  border: 0px;; 
  text-align: center; 
}
html body div#page-wrapper div#page-body .grid-element-footer {
  margin-bottom: 0;
  border-top: 0px; 
}

html body div#page-wrapper div#page-body div.panel-footer {
  text-align: right; }

html body div#page-wrapper div#page-body div#results div.panel-body {
  text-align: center; }

html body div#page-wrapper div#page-body .portlet .portlet-title {
  background-color: #444444;
  border-color: #202020; 
  padding 10px 10px 5px;
  color: #FFF;
}
html body div#page-wrapper div#page-body .portlet .portlet-body {
  border-color: #efefef; 
}

div#global_time,
div#global_formule {
	position: relative;
	padding: 0px;
}
div#global_time .home-date,
div#global_formule .formule {
    background-color: #0055ee;
    border-bottom: 4px solid #0a2240;
    color: #FFFFFF;
    padding: 30px 0px 21px;
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    font-size: 12px;
    min-height: 74px;
}
div#global_formule .formule {
	color: #6bb0e4;
    font-size: 15px;
    padding-top: 24px;
    font-weight: 600;
}
div#global_search {
	position: relative;
	padding: 15px 1rem 16px;
    background-color: #0f3a88;
    border-bottom: 4px solid #0a2240;
    margin: 0;
}
div#global_search input {
	border-radius: 3px;
}
div#global_search_result {
	position: absolute;
    top: 56px;
    left: 45px;
    padding: 5px 0px;
    background-color: #FFF;
    box-shadow: 0px 2px 5px rgba(102, 102, 102, 0.3);
    border: 0px solid #efefef;
    border-radius: 3px;
    z-index: 10;
}
div#global_search_result ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#global_search_result ul li {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	white-space: nowrap;
	margin-right: 5px;
}
div#global_search_result ul li a {
	color: #666;
}
div#global_search_result ul li a.hovered,
div#global_search_result ul li a:hover {
    color: #FFF;
	text-decoration: none;
}
div#global_search_result ul li i {
	margin-right: 10px;
	color: #666;
}
div#global_search_result ul li.hovered,
div#global_search_result ul li:hover {
    background-color: #23384d;
    color: #FFF;
}
div#global_search_result ul li.hovered i,
div#global_search_result ul li:hover i {
	color: #FFF;
}

div.jauge-left {
	background-color: #cc1a1a;
	width: 10px;
	height: 20px;
	border-radius: 10px 0px 0px 10px;
	float: left;
	margin-left: -10px;
}
div.jauge-right {
	background-color: #cc1a1a;
	width: 10px;
	height: 20px;
	border-radius: 0px 10px 10px 0px;
	float: left;
	margin-right: -10px;
}
div.jauge {
	background-color: #cc1a1a;
	height: 20px;
	width: 0%;
	float: left;
}
div.jauge-number {
	width: 20px;
	height: 20px;
	padding-top: 3px;
	color: #fff;
	font-size: 12px;
}
div#audit-progression {
	position: absolute;
	width: 35%;
	height: 40px;
	top: 15px;
    left: 264px;
    z-index: 10000;
    display: none;
}
div#audit-progression div.col-md-1 {
	padding-left: 0px;
	padding-right: 5px;
}
div#audit-progression div.col-md-11 {
	padding-left: 15px;
	padding-right: 15px;
}
#auditMaskedForm h2 {
	color: #444444;
	font-size: 28px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: left;
}
#auditMaskedForm h3 {
	font-size: 15px;
	padding: 5px;
	margin: 3px 0px 0px 0px;
}
#auditMaskedForm h2 a,
#auditMaskedForm h2 a:hover,
#auditMaskedForm h2 a:active {
	color: #444444;
	font-size: 20px;
	margin-right: 5px;
	text-decoration: none;
}
#auditMaskedForm .alert {
	margin-bottom: 5px;
}
#auditMaskedForm h2 span.link {
	float: left;
}
#auditMaskedForm h2 span.note {
	float: right;
}
#auditMaskedForm h2 a i {
	color: #444444;
	font-size: 20px;
	float: right;
}
#auditMaskedForm .panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
    max-width: 115px;
}
#auditMaskedForm .panel-default > .panel-heading .badge.badge-warning {
    color: #f5f5f5;
    background-color: #caa61e;
    max-width: 115px;
}
#auditMaskedForm h2 [class^="fa-"],
#auditMaskedForm h2 [class*=" fa-"] {
    display: inline-block;
    margin-top: 1px;
	font-size: 20px;
    line-height: inherit;
}
#auditMaskedForm h3 {
	border-bottom: 0px;
}
#auditMaskedForm label.control-label {
	margin-top: 6px;
}
#auditMaskedForm .btn.btn-file {
	box-shadow: none;
	-webkit-box-shadow: none;
}
#auditMaskedForm .btn-xs {
    padding-top: 5px;
}
#auditMaskedForm .btn .fa-download,
#auditMaskedForm .label .fa-trash-o {
    margin-top: 0px;
	font-size: 14px;
}
#auditMaskedForm label {
	margin-right: 10px;
	font-size: 12px;
}
#auditMaskedForm .average-note {
	font-size: 18px;
	padding: 5px 10px;
	height: 40px;
}
#auditMaskedForm .average-note i {
	float: left;
}
#auditMaskedForm .average-note span {
	margin-top: 2px;
	display: inline-block;
	float: left;
    margin-left: 10px;
}
#auditMaskedForm div.markerFormHide {
	padding: 0px 20px;
}
#auditMaskedForm div div.form-group div.radio {
	margin: -2px 5px 0px 0px;
}
#auditMaskedForm div div.form-group-vertical {
	margin: 5px 0px 5px 0px;
}
#auditMaskedForm div div.form-group-vertical div.radio {
	margin: 0px 5px 0px 0px;
	position: relative;
}
#auditMaskedForm div div.form-group-vertical input[type="radio"] {
	margin-left: -10px;
}
#auditMaskedForm div.radio,
#auditMaskedForm div.radio span,
#auditMaskedForm div.radio input {
	text-align: center;
}
#auditMaskedForm div div.form-group {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.radio input[type="radio"] {
    margin-left: -9px;	
}
div.radio,
div.radio + div.radio {
    margin-top: 0px;	
}
input[type=range] {
	width: 60%;
	display: inline-block;
	margin: 0px 15px;
}

/* Styles Tableau de bord --------------------------------------------------- */
html body div#page-wrapper div#page-body div.visual-70,
html body div#page-wrapper div#page-body div.visual {
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 35px;
	line-height: 35px;
}
html body div#page-wrapper div#page-body div.visual-70 {
	height: 70px;
}
html body div#page-wrapper div#page-body div.visual-70 > i:before,
html body div#page-wrapper div#page-body div.visual > i:before {
    color: #FFFFFF !important;
} 
html body div#page-wrapper div#page-body div.visual-70 > i,
html body div#page-wrapper div#page-body div.visual > i {
    color: #FFFFFF; 
    opacity: 0.25;
    filter: alpha(opacity=25);
    margin-left: 84px;
    font-size: 90px;
    line-height: 100px;
}
html body div#page-wrapper div#page-body div.details {
    position: absolute; 
    right: 15px;
    padding-right: 15px;
    color: #FFFFFF;
}

div.themeBackground {
	background-repeat: no-repeat;
	background-position-x: 210px;
	background-position-y: 0px;
}


html body div#page-wrapper div#page-body .panel-purple {
  border-radius: 5px;}
  html body div#page-wrapper div#page-body .panel-purple .panel-heading {
    background-color: #c48ff6; }
  html body div#page-wrapper div#page-body .panel-purple .panel-footer {
    background-color: #a84efb; }
html body div#page-wrapper div#page-body .panel-blue-light {
  border-radius: 5px;}
  html body div#page-wrapper div#page-body .panel-blue-light .panel-heading {
    background-color: #83c5d5; }
  html body div#page-wrapper div#page-body .panel-blue-light .panel-footer {
    background-color: #57b8d0; }
html body div#page-wrapper div#page-body .panel-orange {
  border-radius: 5px;}
  html body div#page-wrapper div#page-body .panel-orange .panel-heading {
    background-color: #d0b163; }
  html body div#page-wrapper div#page-body .panel-orange .panel-footer {
    background-color: #bd9632; }
html body div#page-wrapper div#page-body .panel-sector {
  border-radius: 5px;}
  html body div#page-wrapper div#page-body .panel-sector .panel-heading {
    background-color: #c973bd; }
  html body div#page-wrapper div#page-body .panel-sector .panel-footer {
    background-color: #a83e9a; }
html body div#page-wrapper div#page-body .panel-place {
  border-radius: 5px;}
  html body div#page-wrapper div#page-body .panel-place .panel-heading {
    background-color: #8485c7; }
  html body div#page-wrapper div#page-body .panel-place .panel-footer {
    background-color: #5c5d9e; }
html body div#page-wrapper div#page-body .panel-red {
  border-radius: 5px;}
  html body div#page-wrapper div#page-body .panel-red .panel-heading {
    background-color: #bb666d; }
  html body div#page-wrapper div#page-body .panel-red .panel-footer {
    background-color: #982f38; }
html body div#page-wrapper div#page-body .panel-green {
  border-radius: 5px;}
  html body div#page-wrapper div#page-body .panel-green .panel-heading {
    background-color: #67c79d; }
  html body div#page-wrapper div#page-body .panel-green .panel-footer {
    background-color: #53a581; }
html body div#page-wrapper div#page-body .panel-blue {
  border-radius: 5px;}
  html body div#page-wrapper div#page-body .panel-blue .panel-heading {
    background-color: #c1966f; }
  html body div#page-wrapper div#page-body .panel-blue .panel-footer {
    background-color: #a56a35; }
html body div#page-wrapper div#page-body .panel-grey {
  border-radius: 5px;}
  html body div#page-wrapper div#page-body .panel-grey .panel-heading {
    background-color: #86919d; }
  html body div#page-wrapper div#page-body .panel-grey .panel-footer {
    background-color: #5b6877; }

html body div#page-wrapper div#page-body div.panel-body .alert {
	margin-right: 0px; }


div.panel-heading .huge {
    font-size: 40px;
    margin-right: 0px;
	width: 100%;
}
div.panel-heading .small {
    font-size: 16px;
    margin-top: -4px;
	width: 100%;
}
html body div#page-wrapper div#page-body .panel-footer,
html body div#page-wrapper div#page-body .panel-footer a, 
html body div#page-wrapper div#page-body .panel-footer a:hover, 
html body div#page-wrapper div#page-body .panel-footer a i,
html body div#page-wrapper div#page-body .panel-footer button, 
html body div#page-wrapper div#page-body .panel-footer button:hover, 
html body div#page-wrapper div#page-body .panel-footer button i {
	font-size: 14px; 
    color: #FFFFFF;
    text-decoration: none;
	padding: 5px 10px; 
}

html body div#page-wrapper div#page-body .panel-footer a.dashboard-link, 
html body div#page-wrapper div#page-body .panel-footer a.dashboard-link:hover {
	font-size: 14px; 
    color: #FFFFFF;
    text-decoration: none;
	padding: 5px 0px; 
	font-weight: 100;
	text-transform: uppercase;
	text-align: left;
	width: 100%;
	letter-spacing: 2px;
}
html body div#page-wrapper div#page-body .panel-footer a.dashboard-link i {
	font-size: 2em;
	margin-top: -3px;
}

html body div#page-wrapper div#page-body .panel-footer {
	background-color: #efefef;
}
html body div#page-wrapper div#page-body .panel-footer button i,
html body div#page-wrapper div#page-body .panel-footer a i {
	padding: 0px; 
}


html body div#page-wrapper div#page-body div.panel-heading .col-xs-3 {
    padding-left: 10px;
    padding-right: 10px;
}
html body div#page-wrapper div#page-body div.panel-body .col-sm-4,
html body div#page-wrapper div#page-body div.panel-body .col-sm-12,
html body div#page-wrapper div#page-body div.panel-body .col-sm-5,
html body div#page-wrapper div#page-body div.panel-body .col-sm-8 {
    padding-left: 5px;
    padding-right: 5px;
}
html body div#page-wrapper div#page-body div.panel-body .dataTables_wrapper .col-sm-4,
html body div#page-wrapper div#page-body div.panel-body .dataTables_wrapper .col-sm-12,
html body div#page-wrapper div#page-body div.panel-body .dataTables_wrapper .col-sm-8 {
    padding-left: 15px;
    padding-right: 15px;
}

.form-inline .form-group {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 5px;
	}
}
html body div#page-wrapper div#page-body select {
    padding: 5px 5px;
    height: 32px;
    color: #777;
    border: 1px solid #ccc;
}

html body div#page-wrapper div#page-body div.grid-element,
html body div#page-wrapper div#page-body span.grid-element {
	border-radius: 4px;
	border: thin solid #d1d1d1;
}
html body div#page-wrapper div#page-body .grid-element-title {
	margin-bottom: 15px; 
	color: #525252;
    font-weight: 600;
}
html body div#page-wrapper div#page-body .grid-element-title .entity_theme {
	color: #7b7b7b;
    font-size: 10px;
    font-weight: 100;
}
html body div#page-wrapper div#page-body .grid-element-footer {
	margin-top: 15px; 
}
html body div#page-wrapper div#page-body .grid-element-line {
	min-height: 50px; 
}

html body div#page-wrapper div#page-body .grid-element-footer a,
html body div#page-wrapper div#page-body .grid-element-footer a:hover,
html body div#page-wrapper div#page-body .grid-element-footer a i {
	color: #ffffff; 
	text-decoration: none; 
	height: 100%; 
	font-size: 11px; 
	z-index: 100;
}
html body div#page-wrapper div#page-body .grid-element-footer a i.fa-2x {
	font-size: 14px; 
}

html body div#page-wrapper div#page-body .grid-element-footer a.btn-default,
html body div#page-wrapper div#page-body .grid-element-footer a.btn-default:hover,
html body div#page-wrapper div#page-body .grid-element-footer a.btn-default i {
	color: #F5F5F5; 
}

html body div#page-wrapper div#page-body .grid-element-title a.btn,
html body div#page-wrapper div#page-body .grid-element-title a.btn:hover,
html body div#page-wrapper div#page-body .grid-element-title a.btn i {
	padding: 2px 5px; 
	text-decoration: none; 
	font-size: 14px;
	color: #FFFFFF;	
}

html body div#page-wrapper div#page-body .grid-element-line a.btn,
html body div#page-wrapper div#page-body .grid-element-line a.btn:hover,
html body div#page-wrapper div#page-body .grid-element-line a.btn i {
	padding: 5px 10px; 
	text-decoration: none; 
	font-size: 12px; 
}
html body div#page-wrapper div#page-body .dataTable a.btn,
html body div#page-wrapper div#page-body .dataTable a.btn:hover,
html body div#page-wrapper div#page-body .dataTable a.btn i {
	padding: 5px 5px 3px 5px; 
	text-decoration: none; 
	font-size: 13px; 
	box-shadow: none;
	min-width: 15px;
}
html body div#page-wrapper div#page-body .dataTable a.btn i,
html body div#page-wrapper div#page-body .grid-element-line a.btn i,
html body div#page-wrapper div#page-body .grid-element-title a.btn i {
	padding: 0px; 
	border: 0px solid #FFFFFF; 	
}

html body div#page-wrapper div#page-body .modal-header,
html body div#page-wrapper div#page-body .modal-footer {
    background-color: #f5f5f5;
}

html body div#page-wrapper div#page-body .dataTable > thead > tr > th.sorting {
	padding-right: 4px;
	white-space: nowrap;
}

td.negatif,
span.negatif {
	color: #ef0526;
}
td.stable,
span.stable {
	color: #43688c;
}
td.positif,
span.positif {
	color: #35a10a;
}
td.ns,
span.note.ns {
	color: #8A8A8A;
	font-size: 14px;
}
span.badge.badge-success.note.positif,
span.badge.badge-danger.note.negatif,
span.badge.badge-default.note.stable {
	color: #FFFFFF;
}
.note.positif.green {
	color: #12ac4e;
}
.note.positif.blue {
	color: #3c73ea;
}
.note.positif.purple {
	color: #8d6ea9;
}
.note.stable {
	color: #7f7f7f;
}
.note.negatif.yellow {
	color: #efca16;
}
.note.negatif.orange {
	color: #ef7216;
}
.note.negatif.red {
	color: #f2404e;
}

.bg_green {
	background-color: #12ac4e;
	border: 1px solid #12ac4e;
}
.bg_blue {
	background-color: #3c73ea;
	border: 1px solid #3c73ea;
}
.bg_purple {
	background-color: #8d6ea9;
	border: 1px solid #8d6ea9;
}
.bg_stable {
	background-color: #7f7f7f;
	border: 1px solid #7f7f7f;
}
.bg_yellow {
	background-color: #efca16;
	border: 1px solid #efca16;
}
.bg_orange {
	background-color: #ef7216;
	border: 1px solid #ef7216;
}
.bg_red {
	background-color: #f2404e;
	border: 1px solid #f2404e;
}

.tendance span {
	margin-top: -17px;
}

div.modal-content p {
	margin-top: 10px;
	font-size: 14px;
}

.modal-xl {
	width: 1200px;
}

html body div#page-wrapper div#page-body div.panel-very-small {
    width: 120px;
    height: 60px;
    margin: 0px auto;
	border: 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	position: relative;
}
@media(max-width:1024px) {
	html body div#page-wrapper div#page-body div.panel-very-small {
		width: 100%;
	}
}
html body div#page-wrapper div#page-body div.panel-very-small.flop {
	background-color: #f2404e;
}
html body div#page-wrapper div#page-body div.panel-very-small.bof {
	background-color: #efca16;
}
html body div#page-wrapper div#page-body div.panel-very-small.ok {
	background-color: #8d6ea9;
}
html body div#page-wrapper div#page-body div.panel-very-small.super {
	background-color: #3c73ea;
}
html body div#page-wrapper div#page-body div.panel-very-small.top {
	background-color: #12ac4e;
}

html body div#page-wrapper div#page-body div.panel-very-small div.details {
    position: absolute; 
    color: #FFFFFF;
    top: 0px;
    left: 10px;
    width: 100px;
    height: 40px;
    font-size: 40px;
    text-align: center;
    padding-right: 0px;
}
@media(max-width:1024px) {
	html body div#page-wrapper div#page-body div.panel-very-small div.details {
	    top: 8px;
	    left: 0px;
	    width: 100%;
		font-size: 30px;
	}
}
html body div#page-wrapper div#page-body div.panel-very-small div.visual {
	width: 60px;
	display: block;
	float: left;
	padding-left: 0px;
	margin-bottom: 0px;
	font-size: 35px;
	line-height: 35px;
	overflow: hidden;
	padding-top: 15px;
	height: 60px;
}
html body div#page-wrapper div#page-body div.panel-very-small div.visual > i {
    color: #FFFFFF; 
    opacity: 0.3;
    filter: alpha(opacity=30);
    margin-left: -34px;
    font-size: 50px;
    line-height: 50px;
}

html body div#page-wrapper div#page-body div.grid-element.actif,
html body div#page-wrapper div#page-body span.grid-element.actif {
	border-width: 2px;
	box-shadow: 0px 3px 10px #CCCCCC;
	border-color: #BBBBBB;
}

a.question-voir,
a:hover.question-voir,
a.question-edit,
a:hover.question-edit {
  color: #fff; 
  cursor: pointer;
}
div#question h3,
div#answers h3 {
	margin-top: 0px;
}
div#response-type {
	margin-top: 15px;
	margin-bottom: 0px;
}

.page-header {
	font-weight: 500; 
	border-bottom: 0px;
	margin: 15px 0px 10px 0px;
    color: #e0e9f5;
    background-color: transparent;
}

div#page-header {
    margin-left: -30px; 
    margin-right: -30px; 
    margin-bottom: 30px;
    box-shadow: rgba(0,0,0,0.15) 0 7px 0;
    background-color: #0f3a88;
    border-bottom: 4px solid #0a2240;
}
@media screen and (max-device-width: 768px) {
	div#page-header {
	    margin-left: 0px; 
	}
	.page-header {
	    margin-left: 0px; 
	}
}
div#page-body {
}
.btn70 { width: 70px; }
.big-char { 
	font-weight: bold;
	font-size: 26px;
}

label.error {
	color: rgb(201, 49, 31);
	font-style: normal;
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px rgb(233, 200, 193) solid;
	margin-top: 5px;
	width: 100%;
	background: #ffe0e0;
}
label.withTitle {
	padding: 5px 10px;
	background-color: #e1e9f3;
	color: #2E4E77;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	cursor: help;
}
.form-horizontal .control-label.left {
	text-align: left;
}
#addMultiPermissionForm .padding-top-15 {
	padding-top: 15px;
}
html body div.ui-helper-hidden-accessible div {
	font-size: 12px;
}
body .ui-tooltip {
	font-size: 12px;
	padding: 8px;
	position: absolute;
	z-index: 999999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	border-width: 0px !important;
}

div.dataTables_filter label,
div.dataTables_length label {
	font-size: 12px;
	color: #666666;
}
div.dataTables_info {
	font-size: 11px;
	color: #AAAAAA;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #bdbdbd;
}
div.dataTables_wrapper table.table thead .sorting,
div.dataTables_wrapper table.table thead .sorting_asc,
div.dataTables_wrapper table.table thead .sorting_desc {
	background-image: none !important;
	background-color: #ececec;
}
div.chart-question {
	height: 80px;
}
div.chart-container {
	margin-bottom: 30px;
}

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
	#form-theme fieldset {
		margin-top: 20px;
	}
	.row-sm-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	.col-sm-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	.col-sm-top {
		vertical-align: top;
	}
	.col-sm-middle {
		vertical-align: middle;
	}
	.col-sm-bottom {
		vertical-align: bottom;
	}
}

@media (min-width: 992px) {
	#form-theme fieldset {
		margin-top: 20px;
	}
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

canvas#race{position:relative; z-index:1000;}

li.pull-right { line-height: 12px; }

div#shownByGrid {
	display: none;
}
div#shownByDatatable {
	display: block;
}

.current > a {
  background-color: #041f50 !important;
  opacity: 1;
  color: #fff !important; }
.current > a i {
  opacity: 1;
  color: #fff !important; }

.navbar-brand {
  padding-top: 10px; }

.navbar-brand img {
  object-fit: contain;
  margin-top: -10px; 
}

.nav-content {
  display: inline-block;
  margin-right: 5px;
  color: #FFFFFF;
  font-size: 1.1em;
	font-weight: 200;
	letter-spacing: 1px;
}
.nav-content img {
	margin-top: -5px;
}
.nav > li > a:focus {
	background-color: #DADADA;
}
.nav a i {
  color: #42678c; }

.nav i {
  font-size: 20px;
  margin-right: 5px;
  color: #42678c; }

.nav a {
  color: #FFFFFF; }

.tabbable-custom .nav a:hover i, 
.tabbable-custom .nav a {
  color: #428bca; }

.nav a:hover i, 
.nav a:hover .nav-content {
  color: #FFFFFF; }

.question-link i {
	padding-top: 4px;
}

.sidebar a:hover {
  background-color: #062543 !important;
  color: #fff; }

.sidebar a:hover i {
  color: #fff; }

.sidebar a:focus,
.sidebar a:active {
  background-color: #041d4a !important;
  color: #fff; }

.sub-menu {
  list-style: none;
  padding-left: 0; }

.sub-menu li {
  border: none !important;
  font-size: 1.1em;
  margin-top: 5px;
  width: 100%; }

.sub-menu li a {
  display: inline-block;
  width: 100%;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px; }

.sub-menu li a:hover {
  background-color: #F1F1F1;
  text-decoration: none; }

.panel-blue {
  background-color: #578ebe;
  background-opacity: 0.8; }

.panel-heading-green {
  background-color: #44b6ae;
  color: #fff; }

#border-green {
  border: 1px solid #44b6ae; }

.panel-bottom-green a {
  color: #44b6ae; }

.panel-heading-red {
  background-color: #e35b5a;
  color: #fff; }

.panel-bottom-red a {
  color: #e35b5a; }

#border-red {
  border: 1px solid #e35b5a; }

.panel-footer {
  padding-right: 10px;
  height: 40px; }

.panel-footer a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 160%; }

.panel-heading-purple {
  background-color: #8775a7;
  color: #fff; }

.panel-bottom-purple a {
  color: #8775a7; }

#border-purple {
  border: 1px solid #8775a7; }

.row {
  margin-left: -15px; 
  margin-right: -15px; 
}

.grid-element {
  display: inline-block;
  width: 47%;
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
  padding: 0; 
  background-color: #FFFFFF;
}
div.sector div.grid-element,
div.place div.grid-element,
div.location div.grid-element {
	width: 32%;
}
.grid-element-title {
  font-size: 14px;
  font-weight: 300;
  display: block;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
  border-radius: 4px 4px 0 0; 
}
.grid-element-title a,
.grid-element-title a:hover {
    font-size: 18px;
    color: #525252;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
    text-decoration: none;
}

.grid-element-line, .grid-element-footer {
  font-size: 100%;
  display: block;
}

.grid-element-footer {
  background-color: #f0f0f0;
  margin-bottom: 0;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #ddd; 
  padding: 5px 5px 5px 5px;
  font-size: 11px;
}
.grid-element-footer a {
  font-size: 11px;
}

.modal .grid-element {
  margin-right: 4px; }

.grid-element-title, 
.grid-element-line {
  padding: 5px; }

.grid-chart div {
  height: 200px; }

.panel-footer-contain {
  height: auto !important; }

.logo-heading {
  padding: 0; }

.panel-login {
  margin-top: 60px; }

.page-navigation {
  margin-bottom: 15px; 
  height: 40px;
}

.sortable {
  list-style: none;
  width: 100%;
  padding: 0; }

.sortable li {
  width: 90%;
  color: #5F552F;
  background-color: #DED6B7;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  padding: 8px 25px;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  cursor: all-scroll; }

.sortable li a,
.sortable li a:hover {
	text-decoration: none;
}
.sortable li a.question-delete {
	margin-left: -20px;
}
.sortable li a.question-edit,
.sortable li a.question-voir {
	margin-right: -20px;
}

#form-fix .form-group .col-sm-8 {
  margin-bottom: 0px; 
  vertical-align: bottom;
}

.form-group {
  padding: 5px 5px; 
  margin-bottom: 5px;
}
.form-group .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.form-inline .form-control {
	width: 100%;
}

.mainReponses,
.autreQuestion {
	padding: 5px 0px;
	margin-top: 10px;
}
.autreQuestion {
	margin-top: 5px;
}
.autresQuestions h4 {
	margin-bottom: 0px;
}
.icon-plus,
.icon-minus {
	cursor: pointer;
}

#commentModal #comment {
  text-align: justify; }

#commentModal #photos {
  margin-top: 10px; }

.form-average .note {
  font-size: 5em;
  text-align: center;
  display: block; }

#commentModal #photos img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 85%; }

#mails {
  margin-bottom: 10px; }

legend {
	font-size: 20px;
	color: #AB4444;
	border-color: #D2A6A6;
}

.doughnut-legend {
  list-style: none; }

.doughnut-legend li {
  display: block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 4px;
  border-radius: 5px;
  padding: 2px 8px 2px 28px;
  font-size: 14px;
  cursor: default;
  transition: background-color 200ms ease-in-out; }

.doughnut-legend li:hover {
  background-color: #fafafa; }

.doughnut-legend li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  border-radius: 5px; }

.form-image {
  margin-top: 0px;
  max-width: 500px; 
}

html body table.dataTable thead .sorting,
html body table.dataTable thead .sorting_asc,
html body table.dataTable thead .sorting_desc {
    background-color: #ececec;
}
.table.table-condensed > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background-color: #ececec;
}
.table-condensed > thead > tr > td, 
.table-condensed > tbody > tr > td, 
.table-condensed > tfoot > tr > td {
    padding: 2px 5px 5px 5px;
}
.table-condensed > thead > tr > th, 
.table-condensed > tbody > tr > th, 
.table-condensed > tfoot > tr > th {
    padding: 10px 5px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
  /* Corrects SbAdmin bug*/
  .sidebar {
    margin-top: 0px; } }

@media screen and (max-width: 767px) {
  .panel-login {
    margin: 0;
    border: 0; }
  .panel-login .panel-heading {
    border: 0; }
  .panel-login input {
    width: 100%; }
  .grid-element {
    display: block;
    width: 100%;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 991px) {
  /* Fix Bootstrap bug */
  .row {
    margin-left: 0;
    margin-right: 0; }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2,
  .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4,
  .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6,
  .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
  .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9,
  .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
  .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 1540px) {
  .col-md-6 .grid-element {
    width: 47%; } }

@media screen and (max-width: 1200px) {
  .grid-element {
    width: 49%; }
  .col-md-6 .grid-element {
    width: 47%; } }

@media screen and (max-width: 1090px) {
  .col-md-6 .grid-element {
    width: 100%; } }

@media screen and (max-width: 1000px) {
  .grid-element {
    width: 100%; } }

/* Mobile size */
.Apple-iPhone6Plus {
	width: 414px;	
	height: 736px;
}
.Apple-iPhone6 {
	width: 375px;	
	height: 667px;
}
.Apple-iPhone5 {
	width: 320px;	
	height: 568px;
}
.Apple-iPhone4 {
	width: 320px;	
	height: 480px;
}
.Samsung-Note {
	width: 400px;	
	height: 640px;
}
.Samsung-Note4 {
	width: 360px;	
	height: 640px;
}
.Samsung-S6 {
	width: 360px;	
	height: 640px;
}
.Samsung-S5 {
	width: 360px;	
	height: 640px;
}
.Samsung-S4 {
	width: 360px;	
	height: 640px;
}

@media screen and (min-width: 992px)
.modal-xl {
    width: 1200px;
}

/**
 * Responsive Pricing Table CSS
 * Last updated: Nov 23, 2017 
 */

/* Grid */
.rpt_2_plans .rpt_plan {width:49%; float:left;}
.rpt_2_plans .rpt_plan_0 {margin-right:2%;}

.rpt_3_plans .rpt_plan {width:32%; float:left;}
.rpt_3_plans .rpt_plan_0 {margin-right:1.9%;}
.rpt_3_plans .rpt_plan_2 {margin-left:1.9%;}

.rpt_4_plans .rpt_plan {width:24.5%; float:left;}
.rpt_4_plans .rpt_plan_0 {margin-right:0.66%;}
.rpt_4_plans .rpt_plan_2 {margin-left:0.66%;}
.rpt_4_plans .rpt_plan_3 {margin-left:0.66%;}

.rpt_5_plans .rpt_plan {width:19.5%; float:left; margin-right: 5px;}
.rpt_5_plans .rpt_plan_0 {margin-right:0.62%;}
.rpt_5_plans .rpt_plan_2 {margin-left:0.62%;}
.rpt_5_plans .rpt_plan_3 {margin-left:0.62%;}
.rpt_5_plans .rpt_plan_4 {margin-left:0.62%;}

#formuleModal .rpt_5_plans .rpt_plan {width:98%; margin: 5px auto; float: none; }
#formuleModal .rpt_plans { text-align: center; }
#formuleModal .rpt_5_plans .rpt_plan .rpt_features .rpt_feature {
	padding: 4px 6px;
}
#formuleModal .rpt_5_plans .rpt_plan .rpt_features .rpt_feature.off {
	padding-left: 24px;
}
/* Title */
.rpt_style_basic .rpt_plan .rpt_title img {
  margin-right:10px;
  position:relative;
  vertical-align: middle;}
.rpt_style_basic .rpt_plan .rpt_title {
	border-bottom:#111 solid 1px;
	background:#222;
	padding:14px 18px;
	font-size:26px;
	color:white;
	line-height:35px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;}

	/* Title variations */
	.rpt_style_basic .rpt_sm_title .rpt_plan .rpt_title {font-size:20px;}
	.rpt_style_basic .rpt_xsm_title .rpt_plan .rpt_title {font-size:17px;}

	.rpt_4_plans .rpt_plan .rpt_title {font-size:17px;}
	.rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title {font-size:15px;}
	.rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title {font-size:13px;}

	.rpt_5_plans .rpt_plan .rpt_title {font-size:15px;}
	.rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title {font-size:13px;}
	.rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title {font-size:12px;}


/* Currency */
.rpt_style_basic .rpt_plan .rpt_head .rpt_price .rpt_currency {
	position:relative;
	top:-44px;
	left:-10px;
	font-size:35px;
	line-height:0px;}

	/* Currency variations */
	.rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {top:-36px;}
	.rpt_5_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {top:-26px;}

	.rpt_style_basic .rpt_sm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {font-size:30px; top:-44px;left:-4px;}
	.rpt_style_basic .rpt_xsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {font-size:25px; top:-30px;left:-4px;}
	.rpt_style_basic .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {font-size:21px; top:-14px; left:-4px;}


/* Head */
.rpt_style_basic .rpt_plan .rpt_head {
	border-top:#222 solid 2px;
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #1c1c1c 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #333333 0%,#1c1c1c 100%); 
	background: -o-linear-gradient(45deg, #333333 0%,#1c1c1c 100%); 
	background: -ms-linear-gradient(45deg, #333333 0%,#1c1c1c 100%);
	background: linear-gradient(45deg, #333333 0%,#1c1c1c 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1c1c1c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}


/* Price */
.rpt_style_basic .rpt_plan .rpt_head .rpt_price {
	padding:6px 10px;
	font-size:74px;
	line-height:100px;
	font-weight:300;
	text-align:center;
	color:white;
	text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.6);}

	/* Price variations */
	.rpt_style_basic .rpt_sm_price .rpt_plan .rpt_head .rpt_price {font-size:62px;}
	.rpt_style_basic .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {font-size:56px;}
	.rpt_style_basic .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {font-size:38px;}

	.rpt_4_plans .rpt_plan .rpt_head .rpt_price {font-size:69px; line-height:80px;}
	.rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {font-size:53px; line-height:65px;}
	.rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {font-size:47px; line-height:64px;}
	.rpt_4_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {font-size:31px; line-height:60px;}

	.rpt_5_plans .rpt_plan .rpt_head .rpt_price {font-size:50px; line-height:80px;}
	.rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {font-size:44px; line-height:60px;}
	.rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {font-size:37px; line-height:53px;}
	.rpt_5_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {font-size:24px; line-height:50px;}

@media (max-width: 1024px) {
	.rpt_5_plans .rpt_plan .rpt_head .rpt_price {font-size:30px; line-height:80px;}
	.rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price { font-size: 36px; }
}

/* Recurrence */
.rpt_style_basic .rpt_plan .rpt_head .rpt_recurrence {
	font-size:13px;
	font-weight:300;
	line-height:18px;
	padding:20px 40px 10px;
	color:lightgrey;
	text-align:center;
	display: none;
	}

	/* Recurrence variations */
	.rpt_style_basic .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence {font-size:11px; padding:20px 40px 4px;}


/* Subtitle */
.rpt_style_basic .rpt_plan .rpt_head .rpt_subtitle {
	font-size:16px;
	line-height:20px;
	font-weight:300;
	text-align:center;
	padding:10px 30px 20px;}

	/* Subtitle variations */
	.rpt_style_basic .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {font-size:14px;}
	.rpt_style_basic .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {font-size:12px;}

	.rpt_4_plans  .rpt_plan .rpt_head .rpt_subtitle {font-size:16px; line-height:18px; padding:10px 10px 20px;}
	.rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {font-size:14px; line-height:17px;}
	.rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {font-size:13px; line-height:16px;}

	.rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle {font-size:15px; line-height:18px; padding:10px 10px 10px; min-height: 56px;}
	.rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {font-size:13px; line-height:17px; min-height: 56px;}
	.rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {font-size:12px; line-height:16px;}


/* Description */
.rpt_style_basic .rpt_plan .rpt_head .rpt_description {
	font-size:14px;
	line-height:20px;
	padding:0px 20px 20px;
	font-weight:300;
	text-align:center;
	color:#ccc;
	}

	/* Description variations */
	.rpt_style_basic .rpt_sm_description .rpt_plan .rpt_head .rpt_description {font-size:12px;}

	.rpt_4_plans  .rpt_plan .rpt_head .rpt_description {font-size:13px; line-height:18px;}
	.rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {font-size:12px; line-height:17px;}

	.rpt_5_plans .rpt_plan .rpt_head .rpt_description {font-size:12px; line-height:18px; min-height: 40px;}
	.rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {font-size:14px; line-height:17px;}


/* Features */
.rpt_style_basic .rpt_plan .rpt_features {
	padding:0px;
	background:whitesmoke;
	text-align:left;}

.rpt_style_basic .rpt_plan .rpt_features .rpt_feature {
	font-size: 16px;
	padding:6px 16px;
	border-bottom: 1px dotted lightgrey;}

.rpt_style_basic .rpt_plan .rpt_features .rpt_feature.on {
	color: #000;
	font-style: normal;
}
.rpt_style_basic .rpt_plan .rpt_features .rpt_feature.on:before {
	font-family: FontAwesome;
	content: "\f00c";
	color: green;
	font-size: 14px;
	margin-right: 5px;
}
.rpt_style_basic .rpt_plan .rpt_features .rpt_feature.off {
	color: #bbb;
	font-style: italic;
	padding-left: 25px;
	padding: 7px 6px;
}

.rpt_style_basic .rpt_plan .rpt_features .rpt_feature:last-child {border-bottom: none;}

	/* Features variations */
	.rpt_style_basic .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {font-size: 14px;}

	.rpt_4_plans .rpt_plan .rpt_features .rpt_feature {padding:6px 6px; font-size: 14px;}
	.rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {font-size: 12px;}

	.rpt_5_plans .rpt_plan .rpt_features .rpt_feature {padding:6px 6px; font-size: 13px; }
	.rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {font-size: 11px;}


/* Foot */
.rpt_style_basic .rpt_plan .rpt_foot {
	display:block;
	padding:10px 30px;
	border-top:whitesmoke solid 2px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	text-align:center;
	color: white;
	font-size: 24px;
	text-decoration:none;
	font-weight:300;
	transition:All 500ms ease;
	-webkit-transition:All 500ms ease;
	-moz-transition:All 500ms ease;
	-o-transition:All 500ms ease;}

.rpt_style_basic .rpt_plan .rpt_foot:hover {opacity:0.8;}

	/* Foot variations */
	.rpt_style_basic .rpt_sm_button .rpt_plan .rpt_foot {font-size: 19px;}

	.rpt_4_plans .rpt_plan .rpt_foot {padding:4px 20px; font-size:19px;}
	.rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot {padding:4px 20px; font-size:17px;}

	.rpt_5_plans .rpt_plan .rpt_foot {padding:4px 20px; font-size:17px;}
	.rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot {font-size:16px;}


/* Recommended plans */
.rpt_style_basic .rpt_recommended_plan {position:relative; top:-15px; box-shadow: 0px 1px 7px 1px rgba(0,0,0,0.3); border-radius: 8px; }
.rpt_style_basic .rpt_recommended_plan .rpt_title {background:#111; line-height: 40px; padding-top: 24px; }

.rpt_style_basic .rpt_recommended_plan .rpt_head { /* Price head gradient */
	background: #1e1e1e;
	background: -moz-linear-gradient(45deg, #1e1e1e 0%, #191919 100%); 
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#1e1e1e), color-stop(100%,#191919));
	background: -webkit-linear-gradient(45deg, #1e1e1e 0%,#191919 100%); 
	background: -o-linear-gradient(45deg, #1e1e1e 0%,#191919 100%); 
	background: -ms-linear-gradient(45deg, #1e1e1e 0%,#191919 100%);
	background: linear-gradient(45deg, #1e1e1e 0%,#191919 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#191919',GradientType=1 );}
	
.rpt_style_basic .rpt_recommended_plan .rpt_foot {font-size:30px; padding:16px 0px;}

.rpt_recommended_plan img.rpt_recommended {position:absolute !important; right:10px !important;}

	/* Recommended plans variations */
	.rpt_style_basic .rpt_recommended_plan .rpt_head .rpt_price {font-size:98px;}
	.rpt_4_plans .rpt_recommended_plan .rpt_head .rpt_price {font-size:74px;}
	.rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price {font-size:67px;}

	.rpt_style_basic .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {font-size:83px;}
	.rpt_4_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {font-size:60px;}
	.rpt_5_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {font-size:54px;}

	.rpt_style_basic .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {font-size:55px;}
	.rpt_4_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {font-size:49px;}
	.rpt_5_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {font-size:41px;}

	.rpt_style_basic .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {font-size:42px;}
	.rpt_4_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {font-size:34px;}
	.rpt_5_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {font-size:26px;}

	.rpt_style_basic .rpt_sm_button .rpt_recommended_plan .rpt_foot {font-size:25px;}
	.rpt_4_plans .rpt_recommended_plan .rpt_foot {font-size:22px; font-weight:300; padding:10px 0px;}
	.rpt_4_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {font-size:19px; padding:10px 0px;}
	.rpt_5_plans .rpt_recommended_plan .rpt_foot {font-size:20px; font-weight:300; padding:10px 0px;}
	.rpt_5_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {font-size:18px; padding:10px 0px;}

@media (max-width: 1024px) {
	.rpt_5_plans .rpt_plan .rpt_head .rpt_price {font-size:30px; line-height:80px;}
	.rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price { font-size: 36px; }
	.rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle { min-height: 66px; }
	.rpt_style_basic .rpt_plan .rpt_features .rpt_feature.off { padding-left: 15px; }
	.rpt_style_basic .rpt_plan .rpt_features .rpt_feature.on:before { margin-right: 4px; }
}

/* Custom button */
.rpt_style_basic .rpt_plan .rpt_custom_btn{
	border-bottom-left-radius:5px; 
	border-bottom-right-radius:5px; 
	text-align:center; 
	padding:16px 20px;}

.rpt_style_basic .rpt_plan.rpt_recommended_plan .rpt_custom_btn{
	padding:16px 20px 30px;
}
/* Various fixes */
.entry-content .rpt_plan a { /* Fixes underlined links. */
	border-bottom:none;} 
.rpt_style_basic .rpt_plan a { /* Fixes underlined links. */
	border-bottom:none;} 

.rpt_style_basic .rpt_plan .rpt_icon { /* Fixes icon deformation. */
	max-width:30px; 
	max-height:30px;} 

.rpt_style_basic .rpt_plan img { /* Fixes/resets images. */
	display:inline;
	margin:0px 10px 0 0;
	padding:0;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	border:none;}


/* Mobile */
@media only screen and (max-width: 640px) {

	/* Grid */
	.rpt_plans .rpt_plan {width:96%;}
	.rpt_plans .rpt_plan {margin:10px 2% 20px !important;}


	/* Foot */
	.rpt_style_basic .rpt_recommended_plan .rpt_foot {
		font-size:30px; 
		font-weight:300; 
		padding:20px 0px;}
		
	.rpt_style_basic .rpt_plan .rpt_foot {
		padding:10px 40px;
		text-align:center;
		font-size: 20px !important;}


	/* Price */
	.rpt_style_basic .rpt_plan .rpt_head .rpt_price {
		font-size:74px !important;
		line-height:100px !important;}
	

	/* Title */
	.rpt_style_basic .rpt_plan .rpt_title {
		position:relative; 
		font-size:26px !important;
		line-height:35px;}
	

	/* Subtitle */
	.rpt_style_basic .rpt_plan .rpt_head .rpt_subtitle {
		font-size:17px !important;
		line-height:28px;
		padding:10px 40px 20px;}


	/* Description */
	.rpt_style_basic .rpt_plan .rpt_head .rpt_description {
		font-size:15px !important;
		line-height:26px !important;
		padding:0px 40px 30px;}


	/* Features */
	.rpt_style_basic .rpt_plan .rpt_features .rpt_feature {
		padding:6px 16px;
		font-size:14px !important;}


	/* Currency */
	.rpt_plan .rpt_head .rpt_price .rpt_currency {
		top:-36px !important; 
		left:-10px !important; 
		font-size:35px !important;}

}


/* Default font style */
#rpt_pricr .rpt_plan_ori .rpt_title, 
#rpt_pricr .rpt_plan_ori .rpt_head .rpt_recurrence, 
#rpt_pricr .rpt_plan_ori .rpt_head .rpt_price, 
#rpt_pricr .rpt_plan_ori .rpt_head .rpt_price .rpt_currency, 
#rpt_pricr .rpt_plan_ori .rpt_head .rpt_subtitle, 
#rpt_pricr .rpt_plan_ori .rpt_head .rpt_description, 
#rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature, 
#rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature a, 
#rpt_pricr .rpt_plan_ori .rpt_foot {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; 
	font-weight:300 !important;}
	
/*# sourceMappingURL=app.css.map */