/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@keyframes blink {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes blink {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.blink {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
    overflow-y: scroll;
}

body{
	margin:0px;
	padding:0px;
	background-color:#f2f2f2;
}

input.input-url{
    width:550px!important;
}

.main-container{
	margin:0px;
	padding:0px;
}
.header-container{
	margin:0 10% 0 10%;
	padding:35px 0px 0px 0px;
	position:relative;
    height: 147px;

}

.header-container div.row div{
    margin: 30px 0;
}

.logo-link img{
    max-height:70px;
}

.content-container{
	margin:8px 10% 50px 10%;
	min-height:200px;
	position:relative;
}
.header{
	width:960px;
	height:142px;	
	padding:0px;
	margin:auto;
	position:relative;
}
.header .logo-link{
	display:block;
	width:241px;
	height:47px;
	position:absolute;
	top:72px;
	left:32px;
}

#spinner{
    position: fixed;
    height:100%;
    width:100%;
    background:url('../img/spinner.gif') no-repeat center center;
    background-color: white;
    z-index: 100;
    -khtml-opacity: 0.28;
    opacity: 0.28;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=28);
    text-align: center;
    display: none;
}

ul.dropdown-menu > li img{
    max-width: 40px;
    max-height: 10px;
}

/* LOGIN SPECIFIC CSS */

.content-login{
	width:500px;
	margin:auto;
}

/* FIRST-LOGIN */
.content-first-login{
	width:236px;
	height:300px;
	margin:auto;
}

.version_info{
    font-size: small;
    padding-left: 116px;
}

/* HOME PAGE */
/*
.container{
	width:680px;
	position:relative;
	background-color:#ffffff;
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear:both;
	top:-5px;
	-moz-box-shadow: 0px 0px 8px #888;
	-webkit-box-shadow: 0px 0px 8px #888;
	box-shadow: 0px 0px 8px #888;
}*/




/*Creation campagnes*/

.liste-etapes{
	width:100%;
	height:50px;
	border-bottom:1px solid #000000;
	list-style:none;
	padding:0px;
	margin:0px;
	margin-top:-20px;
}

.liste-etapes li{
	width:33%;
	height:50px;
	list-style:none;
	float:left;
	padding:0px;
	margin:0px;
	text-align:center;
	line-height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1E1E1E;
	position:relative;

}
.liste-etapes li a{
	color:#1E1E1E;
	text-decoration:none;
}

.liste-etapes li.etape-active a{
	color:#D80030;
	text-decoration:none;
}
.liste-etapes li img{
	 width:12px;
	 height:6px;
	 display:block;
	 position:absolute;
	 bottom:-7px;
	 left:47%;
}

div.creer-campagne-blocs{
    margin:45px 5% 0 5%;
}

div.creer-campagne-bloc3-sumup{
    margin:45px auto 45px auto;
    position:relative;
}

div.creer-campagne-bloc3-sumup label{
    text-align: right;
}


#html-code{
display:none;
}

#bodyContainer, .iframePreview{
    margin: 0;
    padding: 0;
    border: none;
    margin:0 auto 0 auto;
    width:100%;
    display:block;
    border: 5px dashed #d3d3d3;

}

.no-wrap, .nowrap{
    white-space: nowrap;
}

h2 img{
    max-height: 23px;
    vertical-align: baseline;
}

/* Lists */

td.columnName span{
    color:#337ab7;
    cursor: pointer;
}
td.align-center{
    text-align: center;
}

td.columnButtons button,
td.columnButtons a.btn{
    margin: 2px 2px;
}

button.active i, i.animate {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

/* Administration */

div.ace-editor {
    position: relative;
    width: 100%;
    height: 500px;
    font-size: 14px;
}

form.ajax-form{} /* just a placeholder */

/* Angularjs */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/* CB */
#cb-placeholder.blank, #cb-drop.blank {
    background-image: url('/img/dropbg.png');
}