body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2c2f35;
}

.image-min {
	height: 100px;
	width: auto;
	border: 1px solid #333;
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	top: -102px;
}

.name-container {
	position: relative;
}

th {
	text-align: center !important;
}

hr {
	margin: 0 !important;
	border: none !important;
	border-top: 1px solid #2c2f35 !important;
}

#header {
	text-align: center;
	background-color: #dfd550;
	height: 55px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

#news-container {
	position: absolute;
	top: 0px;
	background: transparent url('../images/postit.png') no-repeat;
	right: 0px;
	font-size: 12px;
	height: 125px;
	padding: 30px 37px 45px 45px;
	width: 244px;
	box-sizing: unset;
	line-height: normal;
	color: #2c2f35 !important;
	z-index: 998;
}

#news-title {
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	text-decoration: underline;
	margin: 0 0 5px;
}

#news-list {
	padding: 0;
	margin: 0;
	list-style: inside;
	max-height: 100px;
	overflow-y: scroll;
}

.news-list-elt {
	margin: 0 0 2px;
	line-height: normal;
	color: #2c2f35 !important;
}

.news-list-elt a {
	line-height: 0 !important;
	color: #2c2f35 !important;
}

#content-menu {
	vertical-align: top;
	width: 10%;
}

#menu-left{
	width: 250px;
	margin: 20px 0 0;
	color: #fff;
	background: #ccc;
}

#menu-left a {
	text-decoration: none;
	color: #fff;
	line-height: 30px;
}

.menu-title {
	width: 250px; 
	height: 30px; 
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	line-height: 30px;
	font-size: 12px;
	padding: 0 20px;
	margin: 0 0 2px;
	text-transform: uppercase;
	background: #7c7c7c; /* Old browsers */
	background: -moz-linear-gradient(top, #7c7c7c 0%, #2c2f35 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #7c7c7c 0%,#2c2f35 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #7c7c7c 0%,#2c2f35 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#2c2f35',GradientType=0 ); /* IE6-9 */
	position: relative;
}

.menu-title a {
	display: block;
}

.menu-title:hover {
	background: #2c2f35; /* Old browsers */
	background: -moz-linear-gradient(top, #2c2f35 0%, #7c7c7c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2c2f35 0%,#7c7c7c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2c2f35 0%,#7c7c7c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2f35', endColorstr='#7c7c7c',GradientType=0 ); /* IE6-9 */
}

.menu-title:hover > .menu-icon {
	opacity: 1;
}

.menu-title a:hover > .menu-icon {
	opacity: 1;
}

.menu-icon {
	display: inline-block;
	margin: 0 5px 2px 0;
	vertical-align: middle;
	opacity: .25;
}

.menu-icon.selected-icon {
	opacity: 1;
}

.menu-state {
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 20px;
	width: 9px;
	height: 7px;
}

.menu-state.open-state {
	background: url("../images/nav_up_arw_open.png") no-repeat;
}

.menu-state.close-state {
	background: url("../images/nav_up_arw_close.png") no-repeat;
}

.menu-state.open-state-sub {
	background: url("../images/nav_sub_up_arw_open.png") no-repeat;
}

.menu-state.close-state-sub {
	background: url("../images/nav_sub_up_arw_close.png") no-repeat;
}

.menu-title-container {
	font-size: 11px;
}

.menu-subtitle {
	background: #2c2f35; 
	width: 250px; 
	height: 30px; 
	text-align: left;
	font-size: 12px;
	padding: 0 35px;
	margin: 0 0 1px;
	position: relative;
	line-height: 30px; 
}

.menu-subtitle a {
	display: block;
}

.menu-deep-subtitle {
	background: #111; 
	width: 250px; 
	height: 30px; 
	text-align: left;
	font-size: 12px;
	font-style: italic;
	padding: 0 50px;
	margin: 0 0 1px;
}

.menu-deep-subtitle a {
	display: block;
	color: #888 !important;
}

.subtitle {
	background-color: #c2d1d8;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 10px;
}

.subtitle-add {
	background-color: #f4f4f5;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 10px;
}

.subtitle-add a {
	color: #2c2f35 !important;
}

#content-page {
	vertical-align: top;
	padding: 20px 0 0;
	width: 90%;
}

.content-table {
	width: 100%;
	padding: 20px;
	background-color: #f4f4f5;
	margin: 20px 0;
	font-size: 14px;
	border-collapse: initial !important;
}

.content-table a {
	color: #2c2f35 !important;
}

.odd {
	background-color: #fff !important;
}

.even {
	background-color: #f4f4f5 !important;
}

.active-audiotel, .active-rsva, .active-plivo-number, .active-ads-campaign, .active-warning-rule {
	background: url("../images/info-active.png") no-repeat;
	margin: 0 0 0 5px;
	width: 14px;
	height: 14px;
	display: block;
}

.inactive-audiotel, .inactive-rsva, .inactive-plivo-number, .inactive-ads-campaign, .inactive-warning-rule {
	background: url("../images/info-inactive.png") no-repeat;
	margin: 0 0 0 5px;
	width: 14px;
	height: 14px;
	display: block;
}

a.link-csv {
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

#txt_push, #txt_push2, #txt_push3, #txt_push4, #txt_push5, #txt_push6, #txt_push7, #txt_push8, #txt_push9, #txt_push10 {
	width:100% !important;
}

#x_jours {
	width:8%
}

.input-append {
	margin-bottom: 10px !important;
}

.list-unstyled {
	margin: 10px !important;
}

#name_theme, #name_theme_vocal, #reference, #reference_vocal, #tempo_custom, #new_calling_number, #new_waittime, #new_maxretries, #new_retrytime, #new_timeout, #sid {
	height: auto;
	width: 220px;
}

#date_until {
	height: auto;
	width: 220px;
	margin: 0;
}

#msisdn_to {
	height: auto;
	width: 220px;
	margin: 0;
}

#msisdn_from {
	height: auto;
	width: 220px;
	margin: 0;
}

#mon_num, #mon_num_vocal, #mon_email {
	height: auto;
	width: 475px;
}

#enter[disabled] {
	color: #999 !important;
}

.header-table {
	background: #ccc;
	height: 40px;
}

.over-title-table {
	background: #c2d1d8;
	height: 40px;
	font-weight: bold;
}

.title-table {
	background: #fff;
	height: 40px;
}

.field-auto {
	width: auto !important;
	height: 30px !important;
	margin: 0 !important;
}

.field-auto-width {
	width: 220px !important;
	height: 30px !important;
	margin: 0 !important;
}

.red-text {
	height:40px;
	line-height: 40px;
	color: #a91717;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.red-text-margin {
	height:40px;
	line-height: 40px;
	color: #a91717;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0 5px;
}

.grey-text {
	height:40px;
	line-height: 40px;
	color: #999;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 10px;
}

.tr-line {
	height: 40px;
}

.body_bdc_content td {
	padding: 5px;
}

#footer_bdc_content td {
	padding: 5px;
}

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

.dropzone_container.dz-started .dz-message {
	display: none;
}

.dropzone_container.dz-drag-hover {
	background-color: #eee;
}

.multi_dropzone_container { width: 50%; text-align: center; }

.multi_dropzone_container.dz-started .dz-message {
	display: none;
}

.multi_dropzone_container.dz-drag-hover {
	background-color: #eee;
}

.multi_dropzone_container .dz-preview { align-self: center; }

.dz-details, .dz-progress, .dz-error-message, .dz-success-mark, .dz-error-mark { display: none; }

.dz-message {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
}

.dz-message span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-style: italic;
}

.label-file {
	cursor: pointer;
	border: 2px solid #333;
	border-radius: 4px;
	color: #555;
	background-color: transparent;
	height: 30px;
	padding: 4px 6px;
	margin: 0;
	display: inline-block;
}

.label-file:hover {
    background-color: #ddd;
}

.input-file {
    display: none !important;
}

/**/

div[id^="theme_118412_"][id$="_chosen"] {
	width: 220px !important;
	vertical-align: top;
}

div[id^="theme_118412_"][id$="_chosen"] .chosen-single div {
	top: 3px !important;
}

div[id^="theme_118412_"][id$="_chosen"].chosen-container.chosen-container-multi.chosen-with-drop.chosen-container-active .chosen-drop {
	left: 0 !important;
}

div[id^="theme_118412_"][id$="_chosen"] .chosen-drop {
	box-shadow: none !important;
	width: 100% !important;
	border-radius: 0 0 4px 4px !important;
}

div[id^="theme_118412_"][id$="_chosen"] .chosen-results, div[id^="theme_118412_"][id$="_chosen"] .chosen-choices {
	font-family: "Helvetica Neue",Helvetica,Arial,!sans-serif important;
	color: #555 !important;
	font-size: 14px !important;
}

div[id^="theme_118412_"][id$="_chosen"].chosen-container-active .chosen-choices {
	box-shadow: none !important;
}

div[id^="theme_118412_"][id$="_chosen"] .chosen-choices {
	/*max-height: 55px;*/
	overflow-y: auto;
	background-image: none !important;
}

div[id^="theme_118412_"][id$="_chosen"] .chosen-search input {
	box-shadow: none !important;
}

/**/

div[id^="sva_include_suivi_"][id$="_chosen"] {
	width: 350px !important;
	height: 30px !important;
}

#sva_chosen, #sva_push_chosen, #sva_bounce_push_chosen {
	width: 500px !important;
	height: 30px !important;
}

#sva_chosen a, #sva_push_chosen a, #sva_bounce_push_chosen a, div[id^="sva_include_suivi_"][id$="_chosen"] a {
	height: 30px !important;
	background: #fff !important;
	box-shadow: none !important;
	line-height: 30px !important;
	font-family: "Helvetica Neue",Helvetica,Arial,!sans-serif important;
	color: #555 !important;
	font-size: 14px !important;
	border: 1px solid #ccc !important;
}

#sva_chosen .chosen-single div, #sva_push_chosen .chosen-single div, #sva_bounce_push_chosen .chosen-single div, div[id^="sva_include_suivi_"][id$="_chosen"] .chosen-single div {
	top: 3px !important;
}

#sva_chosen.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-drop, #sva_push_chosen.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-drop, #sva_bounce_push_chosen.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-drop, div[id^="sva_include_suivi_"][id$="_chosen"].chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-drop {
	left: 0 !important;
}

#sva_chosen .chosen-drop, #sva_push_chosen .chosen-drop, #sva_bounce_push_chosen .chosen-drop, div[id^="sva_include_suivi_"][id$="_chosen"] .chosen-drop {
	box-shadow: none !important;
	width: 100% !important;
	border-radius: 0 0 4px 4px !important;
}

#sva_chosen .chosen-results, #sva_push_chosen .chosen-results, #sva_bounce_push_chosen .chosen-results, div[id^="sva_include_suivi_"][id$="_chosen"] .chosen-results {
	font-family: "Helvetica Neue",Helvetica,Arial,!sans-serif important;
	color: #555 !important;
	font-size: 14px !important;
}

#sva_chosen .chosen-search input, #sva_push_chosen .chosen-search input, #sva_bounce_push_chosen .chosen-search input, div[id^="sva_include_suivi_"][id$="_chosen"] .chosen-search input {
	box-shadow: none !important;
}

/**/

#id_sva_chosen, #id_sda_chosen {
	width: 500px !important;
	height: auto !important;
}

#id_sva_chosen a, #id_sda_chosen a {
	box-shadow: none !important;
	line-height: 30px !important;
	font-family: "Helvetica Neue",Helvetica,Arial,!sans-serif important;
	color: #555 !important;
	font-size: 14px !important;
}

#id_sva_chosen .chosen-single div, #id_sda_chosen .chosen-single div {
	top: 3px !important;
}

#id_sva_chosen.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-drop, #id_sda_chosen.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-drop {
	left: 0 !important;
}

#id_sva_chosen .chosen-drop, #id_sda_chosen .chosen-drop {
	box-shadow: none !important;
	width: 100% !important;
	border-radius: 0 0 4px 4px !important;
}

#id_sva_chosen .chosen-results, #id_sda_chosen .chosen-results {
	font-family: "Helvetica Neue",Helvetica,Arial,!sans-serif important;
	color: #555 !important;
	font-size: 14px !important;
}

#id_sva_chosen .chosen-search input, #id_sda_chosen .chosen-search input {
	box-shadow: none !important;
}

/**/

#sc_push_chosen, #kw_push_chosen, #sc_chosen, #kw_chosen, div[id^="sc_include_suivi_"][id$="_chosen"], div[id^="kw_include_suivi_"][id$="_chosen"] {
	width: 150px !important;
	height: 30px !important;
}

#sc_push_chosen a, #kw_push_chosen a, #sc_chosen a, #kw_chosen a, div[id^="sc_include_suivi_"][id$="_chosen"] a, div[id^="kw_include_suivi_"][id$="_chosen"] a {
	height: 30px !important;
	background: #fff !important;
	box-shadow: none !important;
	line-height: 30px !important;
	font-family: "Helvetica Neue",Helvetica,Arial,!sans-serif important;
	color: #555 !important;
	font-size: 14px !important;
	border: 1px solid #ccc !important;
}

#sc_push_chosen .chosen-single div, #kw_push_chosen .chosen-single div, #sc_chosen .chosen-single div, #kw_chosen .chosen-single div, div[id^="sc_include_suivi_"][id$="_chosen"] .chosen-single div, div[id^="kw_include_suivi_"][id$="_chosen"] .chosen-single div {
	top: 3px !important;
}

#sc_push_chosen.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-drop, #kw_push_chosen.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-drop, #sc_chosen.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-drop, #kw_chosen.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-drop, div[id^="sc_include_suivi_"][id$="_chosen"].chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-drop, div[id^="kw_include_suivi_"][id$="_chosen"].chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-drop {
	left: 0 !important;
}

#sc_push_chosen .chosen-drop, #kw_push_chosen .chosen-drop, #sc_chosen .chosen-drop, #kw_chosen .chosen-drop, div[id^="sc_include_suivi_"][id$="_chosen"] .chosen-drop, div[id^="kw_include_suivi_"][id$="_chosen"] .chosen-drop {
	box-shadow: none !important;
	width: 100% !important;
	border-radius: 0 0 4px 4px !important;
}

#sc_push_chosen .chosen-results, #kw_push_chosen .chosen-results, #sc_chosen .chosen-results, #kw_chosen .chosen-results, div[id^="sc_include_suivi_"][id$="_chosen"] .chosen-results, div[id^="kw_include_suivi_"][id$="_chosen"] .chosen-results {
	font-family: "Helvetica Neue",Helvetica,Arial,!sans-serif important;
	color: #555 !important;
	font-size: 14px !important;
}

#sc_push_chosen .chosen-search input, #kw_push_chosen .chosen-search input, #sc_chosen .chosen-search input, #kw_chosen .chosen-search input, div[id^="sc_include_suivi_"][id$="_chosen"] .chosen-search input, div[id^="kw_include_suivi_"][id$="_chosen"] .chosen-search input {
	box-shadow: none !important;
}

/**/

#ads_campaign_chosen, #id_application_chosen {
	width: 350px !important;
	/*height: 30px !important;*/
	vertical-align: top;
}

#ads_campaign_chosen .chosen-single div, #id_application_chosen .chosen-single div {
	top: 3px !important;
}

#ads_campaign_chosen.chosen-container.chosen-container-multi.chosen-with-drop.chosen-container-active .chosen-drop, #id_application_chosen.chosen-container.chosen-container-multi.chosen-with-drop.chosen-container-active .chosen-drop {
	left: 0 !important;
}

#ads_campaign_chosen .chosen-drop, #id_application_chosen .chosen-drop {
	box-shadow: none !important;
	width: 100% !important;
	border-radius: 0 0 4px 4px !important;
}

#ads_campaign_chosen .chosen-results, #ads_campaign_chosen .chosen-choices, #id_application_chosen .chosen-results, #id_application_chosen .chosen-choices {
	font-family: "Helvetica Neue",Helvetica,Arial,!sans-serif important;
	color: #555 !important;
	font-size: 14px !important;
}

#ads_campaign_chosen .chosen-choices, #id_application_chosen .chosen-choices {
	/*max-height: 85px;*/
	overflow-y: auto;
}

#ads_campaign_chosen .chosen-search input, #id_application_chosen .chosen-search input {
	box-shadow: none !important;
}

.mo {
	color: #4287f5;
}

.mt {
	color: #37c22d;
}

.conversion {
	color: #cb0f0f;
}

.notification-answer-mo, .notification-answer-short-call {
	position: absolute;
	border: 2px solid #333;
	background: #cb0f0f;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	font-size: 10px;
	line-height: 15px;
	width: 15px;
	height: 15px;
	top: -2px;
	left: -6px;
}

.notification-transfo {
	position: absolute;
	border: 2px solid #333;
	background: #17e517;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	font-size: 10px;
	line-height: 15px;
	width: 15px;
	height: 15px;
	top: -2px;
	left: -6px;
}

.position-field {
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
}

.change-position {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
}

.change-position-up {
	background: url('../images/up-arrow.png');
}

.change-position-down {
	background: url('../images/down-arrow.png');
}

/**/

div[id^="ss_theme_118412_"][id$="_chosen"] {
	width: 220px !important;
	vertical-align: top;
}

div[id^="ss_theme_118412_"][id$="_chosen"] .chosen-single div {
	top: 3px !important;
}

div[id^="ss_theme_118412_"][id$="_chosen"].chosen-container.chosen-container-multi.chosen-with-drop.chosen-container-active .chosen-drop {
	left: 0 !important;
}

div[id^="ss_theme_118412_"][id$="_chosen"] .chosen-drop {
	box-shadow: none !important;
	width: 100% !important;
	border-radius: 0 0 4px 4px !important;
}

div[id^="ss_theme_118412_"][id$="_chosen"] .chosen-results, div[id^="ss_theme_118412_"][id$="_chosen"] .chosen-choices {
	font-family: "Helvetica Neue",Helvetica,Arial,!sans-serif important;
	color: #555 !important;
	font-size: 14px !important;
}

div[id^="ss_theme_118412_"][id$="_chosen"].chosen-container-active .chosen-choices {
	box-shadow: none !important;
}

div[id^="ss_theme_118412_"][id$="_chosen"] .chosen-choices {
	/*max-height: 55px;*/
	overflow-y: auto;
	background-image: none !important;
}

div[id^="ss_theme_118412_"][id$="_chosen"] .chosen-results {
	max-height: 208px !important;
}

div[id^="ss_theme_118412_"][id$="_chosen"] .chosen-search input {
	box-shadow: none !important;
}

/**/

.text-after-button {
	line-height: 26px !important;
	display: inline-block;
	margin: 10px 5px 0;
	vertical-align: middle;
	height: 26px;
	color: #a91717;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

img[src*="images/pictos/picto-delete.png"] {
	filter: invert(15%) sepia(25%) saturate(6006%) hue-rotate(343deg) brightness(65%) contrast(100%);
}

th.sortable div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sortable-asc div:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #333;
}

.sortable-desc div:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #333;
}

#account_new_campaign_bing option[value=""][disabled] {
	display: none;
}

#account_new_campaign_bing option {
	color: #555;
}