body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #eee;
    color: #999;
    padding-top: 50px;
}

/*a {
    color: #8f8f91;
}*/
.imgmail
{
	cursor: pointer;
	vertical-align: baseline !important;
	margin-left: 3px;
	margin-right: 4px;
}
.imgmail:hover
{
	opacity: 0.7;
}
a:hover,
a:focus,
a.active {
    color: #4b4b4d;
    text-decoration: none;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #a0a0a0;
    color: #a0a0a0;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    border-color: #006eb2;
    background-color: #006eb2;
}
.label-default {
    background-color: #a0a0a0;
}

.logo-css {
    color: #006eb2;
    font-family: 'Amaranth', sans-serif;
    font-size: 36px;
    margin: 7px;
    display: inline-block;
}

.logo-css .fa {
    margin-left: 2px;
    font-size: 23px;
}

.logo-css-pitch {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #4b4b4d;
}

.no-r-pad {
    padding-right: 0;
}

.no-l-pad {
    padding-left: 2px;
}

.input-lg, .form-group-lg .form-control {
    border-radius: 4px;
}

.white {
    color: #fff;
}
.text-success {
    color : #40A541;
}
.external-logins {
    margin-top: 7px;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.external-logins a {
    margin: 0px 5px;
    color: #8f8f91;
    font-size: 24px;
}

.external-logins a:hover {
    color: #4b4b4d;
}

.form-control {
    background-color: #f8f8f8;
}

.form-register-heading {
    margin-top: 0;
}

.center-block {
    float: none;
}

.navbar-brand {
    padding-top: 11px;
    padding-bottom: 11px;
}

.btn-primary {
    border-color: #113f95;
}

.navbar-inverse {
    background: #000;
}

.vertical-center {
    min-height: 60%; /* Fallback for browsers do NOT support vh unit */
    min-height: 60vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.navbar.level2 {
    /*margin-top: 61px;*/
    opacity: 0.5;
    color: #bfbfbf;
    border-radius: 0;
    min-height: 0;
}

.menu-nav-2 {
    padding-top: 4px;
    margin-bottom: 4px;
}

.navbar.level2 a {
    color: #bfbfbf;
}

.share-type {
    width: 155px;
}

/*.footer{
    position: absolute;
    bottom: 0;
    height: 60px;
}*/
/*#wrap {
    min-height: 100%;
    height: auto;*/
    /* Negative indent footer by its height */
    /*margin: 0 auto -60px;*/
    /* Pad bottom by footer height */
    /*padding: 0 0 60px;*/
/*}*/
.level2 .navbar-nav > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
}
.table-striped>tbody>tr:nth-child(odd){
    background-color :#eee;
}
.table-title {
    font-size: x-large;
    color: #006eb2;
}

.table-subtitle {
    text-decoration: underline;
}

.table-bold {
    font-weight: bold;
}

.table-right {
    text-align: right;
}

.table > tbody > tr > td:nth-child(2),
.table > tbody > tr > td:nth-child(3),
.table > tbody > tr > td:nth-child(4),
.table > tbody > tr > td:nth-child(5),
.table > thead > tr > th:nth-child(2),
.table > thead > tr > th:nth-child(3),
.table > thead > tr > th:nth-child(4),
.table > thead > tr > th:nth-child(5),
.purchase-table th {
    text-align: center;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-example {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bs-example {
    position: relative;
    padding: 10px 20px 20px;
    margin: 0 0px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
    background-color: #eee;
}

.bs-small {
    display: block;
    text-align: left;
    font-size: 0.7em;
}

.bs-small > label {
    font-weight: normal;
}

.editable:hover {
    /*border: 1px dashed grey;
    padding: 4px;*/
    cursor: pointer;
}

ul.autocomplete {
    display: block;
}

/*ACKWA*/
/*ack pour les tables responsives FF*/
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.table-hover > tbody > tr:hover > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td {
    background-color: rgba(0,133,214,0.5);
    cursor: pointer;
}


.navbar-nav .nav-pills > li {
    line-height: 3.25em;
}

.jumbotron .btn-home {
    margin-bottom: 0.8em;
}

.logo {
    width: 350px;
    max-width: 100%;
    height: auto;
}

.btn-parcour {
    width: 343px;
    max-width: 100%;
}

.btn.fb_button:hover {
    border: 1px solid #1a356e;
}

.thumbnail {
    text-align: center;
}

.thumbnail:hover {
    text-decoration: none;
}

.pitch-control {
    line-height: 5.25em;
    margin-top: 15px;
}

.video-edit {
    margin-right: 8px;
}

#source-file-area {
    color: #ccc;
    border: 2px dashed #ccc;
    line-height: 200px;
    text-align: center;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 4px;
}

#preview-video
{
    border: 1px solid #ccc;
    height: 480px;
    width: 640px;
}

.nav > li > a.btn-default {
    padding: 5px 7px;
}

.widget .nav-pills a {
    color: #8f8f91;
}

.panel .panel-title.label {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 7px 7px 4px 7px;
    margin: 0 0 9px 0;
    font-weight: normal;
}

.panel .panel-title.label i {
    font-size: 20px;
    vertical-align: middle;
}

.video-tile {
    border-radius: 0;
    text-align: left;
    color: #4b4b4d;
    padding: 0;
}
.video-tile .status{
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    padding: 2px 3px 1px;
    position: absolute;
    bottom: 96px;
    right: 24px;
}
.video-tile .duration{
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    padding: 2px 3px 1px;
    position: absolute;
    top: 10px;
    left: 24px;
}
.video-tile .date-video {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    padding: 2px 3px 1px;
    position: absolute;
    top: 10px;
    right: 24px;
}
/*.video-tile .titre-video{
   padding: 7px 7px 7px 9px;
}*/
.video-tile .info-video{
    padding: 7px 7px 7px 7px;
    border-top: 1px solid #ddd;
    margin: 0;
}
.glyphicon-star {
    color: #006eb2;
}
.truncate {
    /*width: 210px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pm-delete{
    margin: 0 0 0 1em;
}
.avatar {
    padding: 0;
    margin-right: 5px;
}
.vertical{
    vertical-align: bottom;
}
#beta-box
{
    display: block;
    position: fixed;
    bottom: -205px;
    right: 25px;
    width: 150px;
    height: 260px;
    background-color: #337ab7;
    border: 1px solid black;
    border-radius: 5px;
    padding: 0px 5px 0px 5px;
    z-index: 999;
}
#beta-box > h4
{
    color: white;
    cursor: pointer;
}
#beta-box > textarea
{
    width: 100%;
    height: 150px;
    color: black;
}

#video > video
{
	max-height: 650px;
}
small
{
    display: inline !important;
}

.seepitch
{
    /*
    Bouton bleu
    rayon des angles 5 px #0a6bb1
    contour 1 px #113f95
    typo blanche Source Sans Pro regular 18pt #ffffff
    */

    border-radius: 5px;
    background-color: #0a6bb1;
    border: 1px solid #113f95;
    font-family: "Source Sans Pro", sans-serif;
   /* font-size: 18pt;*/
    font-size: 18px;
    color: #ffffff;
    width: 250px;
    height: 50px;
}

.seepitch > a
{
    text-decoration: none;
    color: #ffffff;
}

.content-subline
{
    max-width: 800px;
    margin: 0 auto;
}

.content-subline > .row {
   min-height: 170px;
}
.subline
{
    top: 95%;
    margin-bottom: 50px;
    margin-top: 35px;
    border-bottom: 1px solid #d7d7d7;
}
.content-subline > .row {
    margin-bottom: 1em;
}
.center
{
    text-align: center;
}
.h1
{
    /*
    H1 (titres bleu) "Enregistrer votre Pitch"
    Source Sans Pro light  #0a6bb1 30pt
    */

    display: block;
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: lighter !important;
    /*font-size: 25pt;*/
    color: #1f4c99 !important;
    text-align: center !important;
    margin-top: 20px;
    margin-bottom: 10px;
}
.h3
{
    /*
    H3 "Qui cum venisset ob haec.."
    Source Sans Pro regular 18pt #2b2b2b
    */

    display: block;
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: normal !important;
    font-size: 18px !important;
    color: #2b2b2b !important;
    text-align: center !important;
    margin-top: 20px;
    margin-bottom: 10px;
}
.more
{
    /*
    texte lien gris clair :
    "en savoir plus" en haut 
    Source Sans Pro regular 18 pt #aeaeae
    */
    /*
    texte lien gris clair "En savoir plus" idem css haut
    */
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    /*font-size: 18pt;*/
    font-size: 18px;
    color: #aeaeae;
    text-decoration: none;
}


.content-top
{
    min-height: 100%;
}

.content-subline
{
    max-width: 800px;
    margin: 0 auto;
}

.content-subline > .row {
   min-height: 170px;
}
.center
{
    text-align: center;
}

.content-subline > .row {
    margin-bottom: 1em;
}

.more
{
    /*
    texte lien gris clair :
    "en savoir plus" en haut 
    Source Sans Pro regular 18 pt #aeaeae
    */
    /*
    texte lien gris clair "En savoir plus" idem css haut
    */
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    /*font-size: 18pt;*/
    font-size: 18px;
    color: #aeaeae;
    text-decoration: none;
}

.line
{
    /*
    Bande grise #f3f3f3
    ligne 1px sous bande grise #d7d7d7
    */
    padding-top: 10px;
    background-color: #f3f3f3;
    border: 1px solid #d7d7d7;
    height: 60px;
}

article > .background
{
    /*
    rectangle gris sous logo imPitch  #f3f3f3 rayon des angles 10px
    */
    margin-top: 10px;
    background-color: #f3f3f3;
    border-radius: 10px;
    padding-top: 25px;
    padding-bottom: 0px;
}
article > .background img
{
    display: block;
    margin: 0 auto;
}
.slogan
{
    text-align: center;
    margin-top: 25px;
}
article > .background button
{
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}
article > .background .or
{
    display: block;
    text-align: center;
    margin-top: 25px;
}

.whatpitch
{
    font-size: 18px;
    text-align: center;
}
.whatpitch blockquote
{
    border-left: none;
}

.container
{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.layer-fixed
{
    top: 20%;
    left: 20%;
    right: 20%;
    bottom: 20%;
    position: fixed;
}

.layer-background
{
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: black;
    opacity: 0.3;
}

.autocomp-query
{
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 10px;
    background-color: white;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    max-height: 250px;
    overflow: auto;
    cursor: pointer;
}