* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/*@media screen and (min-width: 769px) {
    object[type='application/x-shockwave-flash']{
        height: 318px;
        width: 565px;
    }
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
    
}

@media only screen and (max-device-width: 480px) {
     STYLES HERE 
}*/
.container{
    width: 1004px;
    padding: 0;
}
body{
    background-color: #fff;
    background: url(http://dev.121video.com/FO/demo/web/images/background.png);
}
#navbar{

    padding-left: 0px;
    padding-right: 0px;

}
.navbar-brand{
    /*    height: 150px;
        width: 150px;*/
		height:auto;
}
.row{

    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;

}
#container{
    margin-top: -19px;
    padding: 0;
}
.header{
    width: 100%;
    border-bottom: 3px solid #222;
    height: 80px;
    display: table;

}
#footer{
    height: 50px;
    min-height: 20px;
    text-align: center;
    background: url(http://dev.121video.com/FO/demo/web/images/background.png);
    border: none;

}
#footer h6{
    font-weight: bold;
    font-size: 13px;
}
.menu{
    display: table-row;
}
.toggle{
    background-image: url('../images/menu.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: table-cell;
    width: 11%;
    height: 50px;
}

.search{

    background-image: url("../images/search.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 19px auto;
    border: 1px solid #9c9e9f;
    border-radius: 3px;
    float: right;
    padding: 3px 21px 3px 3px;
    margin-top: 20px;
}
.title{
    display: table-cell;
    color: #0e76cc;
    text-transform: uppercase;
    width: 10%;
}
.search input[type=text]{
    border: none;
    padding: 5px;
    width: 100%;
    height: 30px;
    margin-top: 26px;
    border: 1px solid #222;
    background-image: url('../images/search.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 14%;
}

section {

    /*    margin-top: 65px;*/
}
.navbar{
    background-color: #FFF;
    border-color: #FFF;
    /*height: 125px;*/
}
.navbar-header{
    /*height: 125px;*/
}
.navbar-toggle{
    float: left;
    margin-left: 0px;
    background-color: #333;
    margin-top: 30px;
}

.logo{
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    width: 100px;
    height:60px;
    background-size: 100%;
    /*    margin-left: -24px;*/

}
.navbar-text{
    margin-top: 30px;
    font-size: 19px;
    margin-left: -10px;
    color: #0e76cc !important;
    text-transform: uppercase;
    margin-right: 40px;
}
.navbar-form{
    border: none;
}
#search{
    float: right;
    margin-top: 30px;
}
section{
    /*    margin-top: 108px;*/
}
#input-search{
    width: 49%;
    margin-top: 31px;
}
#title{
    margin-top: 22px;
    color: #0e76cc !important;
    text-transform: uppercase;
    margin-left: -21px;
}
.navbar-nav {
      /*margin-top: 52px;*/
}
.navbar-nav>li{
    height: 20px;
    margin-top: 35px;
    text-align: center;
    vertical-align: bottom;
}
.navbar-inverse .navbar-nav>li>a {
    color: #FFF;
    text-transform: uppercase;
    /* font-weight: bold; */
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #9C9E9F;
    border-radius: 5px 5px 5px 5px;
    width: auto;
    max-width: 240px;
    margin-left: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    /*    min-width: 184px;*/
}

.navbar-inverse .navbar-nav>li>a:hover{
    color: #FFF ;
    background-color: #0e76cc;
    border-radius: 5px 5px 5px 5px;
    
}
.navbar-inverse .navbar-nav>li>a:focus{
    color: #FFF;
    background-color: #0e76cc;
    border-radius: 5px 5px 5px 5px;
    font-weight: bold;
}

.theme-vignette{
    border-radius: 5px 5px 0px 0px;
    height: 76px;
    width: auto;
    background-size: 99% !important;
}
.navbar-inverse .navbar-nav>.active>a{
    background-color: rgb(130, 176, 23);

}
.video{
    display: table;
    margin-top: 10px;
    width: 100%;
    padding-left: 12px;
    padding-right: 5px;
}
.video-element{
    display: table-row;
	cursor: pointer;
}
.vignette{
    display: table-cell;


}
.metadata{
    display: table-cell;
    vertical-align: top;
    padding: 5px 12px 12px 12px;
    width: 70%;
}
.theme-title{
    color: #0e76cc !important;
    text-transform: uppercase;
    font-weight: bold;
}
.vignette img{
    margin-top: 2px;
    cursor: pointer;
}
.video-title{
    color: #000;
    font-weight: bold;
    line-height: 1em;
    font-size: 12px;
}
.video-description{
    line-height: 1em;
    font-size: 10px;
    margin-top: 2px;
    font-weight: bolder;
    max-height: 44px;
    min-height: 19px;
}
.filet{
    display: table-row;
}
.vignette-filet{
    display: table-cell;
    background-color: #0e76cc;
    height: 5px;
}
.metadata-filet{
    display: table-cell;
    background-color: #82B017;
    height: 5px;
}
.more-video{
    background-color: #B6CE7A;
    border-radius: 8px;
    margin: -6px 23px 4px;
    padding: 8px;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    font-weight: bolder;

    cursor: pointer;
}
.no-video{
    background-color: #000;
    border-radius: 8px;
    margin-top: 8px;
    padding: 6px;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    font-weight: bolder;
    margin-bottom: 43px;
}
.col-lg-12.no-padding{
    padding: 0px;
    margin-top: -10px;
}
.metadata-video-init{
    background-color: #000;
    margin-top: -10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 30px;
    color: #FFF
}
.init-title{
    color: #FFF;
    font-weight: bolder;
    font-size: 22px;
}
.video-date{
    font-weight: bolder;
    font-size: 12px;
    display: table-cell;
    text-align: right;
}
.video-duration{
    font-weight: bolder;
    font-size: 12px;
    display: table-cell;
    text-align: left;
}
.video_visits{
    font-weight: bolder;
    font-size: 12px;
    display: table-cell;
    text-align: left;
}
.video-associees{
    background-color: #E2001A;
    margin-top: -10px;
    padding-left: 30px;
    color: #FFF;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bolder;
}
.video-trouvess{
    background-color: #000;
    margin-top: -10px;
    padding-left: 30px;
    color: #FFF;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bolder;
}
a{
    color: #FFF;
}
a:focus, a:hover {
    color: #FFF;
    text-decoration: none;
}
.no-header{
    margin-top: -102px;
}
.content{
    border: 2px solid #6BA617;
    padding: 5px;
    text-align: center;

}
.step{
    border-radius: 2px;
    background-color: #6BA617;
    color: #FFF;
    text-align: center;
    width: 25%;
    font-weight: bolder;
}
.content p {
    font-weight: bolder;
}
.mail{
    height: 40px;
    width: 76%;
    background-color: #0e76cc;
    border: 1px solid #0e76cc;
    margin-top: 20px;
    padding: 10px;
    color: #FFF;
    font-size: 19px;
}
/*input[placeholder],
[placeholder],
*[placeholder] {
    color: #FFF !important;
}*/
/*::-webkit-input-placeholder {  WebKit browsers 
    color: #FFF !important;
}
:-moz-placeholder {  Mozilla Firefox 4 to 18 
    color: #FFF !important;
    opacity:  1;
}
::-moz-placeholder {  Mozilla Firefox 19+ 
    color: #FFF !important;
    opacity:  1;
}
:-ms-input-placeholder {  Internet Explorer 10+ 
    color: #FFF !important;
}*/
.button-valider{
    height: 40px;
    width: 40%;
    background-color: #0e76cc;
    border: 1px solid #0e76cc;
    margin-top: 20px;
    padding: 5px;
    color: #FFF;
    font-size: 19px;
}
.button-submit{
    height: 40px;
    width: 40%;
    background-color: #82B017;
    border: 1px solid #82B017;
    margin-top: 20px;
    padding: 5px;
    color: #FFF;
    font-size: 19px;
}

.widget{

    background-color: #FFF;
    margin-top: 15px;

}
.c-left{
    min-height: 500px;
}
.c-right{
    max-height: 500px;
    overflow: auto;
	min-height: 500px;
}

.c-right::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    background: #0e76cc;
}

.c-right::-webkit-scrollbar-thumb {
    background: #82B017;
    /*    -webkit-border-radius: 1ex;*/
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

.c-right::-webkit-scrollbar-corner {
    background: #82B017;
}
.player{
    margin-bottom: 10px;
}
.mbr_list{
    position: absolute;
    padding: 7px 0px;
    z-index: 10;
}
.mbr_btn{
    padding: 2px;
    background-color: #82b017;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}
.mbr_selected{
    background-color: #0e76cc;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}
#view-video{
    padding: 12px;
}
.header-video-video{
    display: table-row;
    width: 100%
}
.header-theme{
    display: table-cell;
  background-color: #0e76cc;
  border-radius: 3px;
  padding: 5px 10px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  width: auto;
  margin-top: 13px;
   white-space: nowrap;
}
.header-mail{
    display: table-cell;
    background: url('../images/icons.png') no-repeat;
    background-position: -107px -54px;
    height: 26px;
    background-size: 200px;
    width: 37px;
    cursor: pointer;
}

.header-mail:hover{
    background: url('../images/icons.png') no-repeat;
    background-position: -105px -2px;
    background-size: 200px;
}

.header-spacer{
    display: table-cell;
    width: 79%;
}
.header-filet{
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-top: 10px;
}
.header-video-title{
    color: #000;
    font-weight: bold;
    line-height: 2em;
    font-size: 16px;
}
.header-video-description{
    line-height: 1.5em;
    font-size: 12px;
    margin-top: 2px;
    font-weight: bold;

}
#footer a{
    color: #82B017;
}
iframe{
    border: none;
}
#footer h6{
background-color: #fff;
padding: 5px;
}
.btn-primary{
    background-color: #0e76cc;
    border-color: #0e76cc;
        
}
.header_live{
    background-image: linear-gradient(to bottom, rgb(134, 134, 134) 16%, rgb(86, 86, 86) 83%);
    width: 100%;
    margin-bottom:40px;
    text-align: right;
    line-height: 40px;
}
.inscription_live{
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
}
.btn-login{
    padding: 5px 10px;
    margin: 5px auto;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    cursor: pointer;
    background-color: #dedede;
    background-color: rgba(0,0,0,0.15);
    background-image: -webkit-linear-gradient(#fff,#ddd);
    background-image: linear-gradient(#87B401,#87B401);
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,0.2);
    border-radius: 4px;
    margin-right: 400px;
}
.header_widget{
    width: 100%;
    text-align: right;
    line-height: 35px;
    -webkit-border-radius: 5px 5px 0 0;
    height: 35px;
    color: white;
    text-align: start;
    padding-left: 20px;
    font-size: small;
    background-color: #5F5F5F;
}
.btn_widget{
    height: 30px;
    width:100%;
    background-color: #87B401;
    font-size: 13px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    padding: 5px;
    color: #fff;
    z-index: 99; 
    vertical-align: middle;
}   
.widget-live{
    background-color: #FFF;
    margin-top: 15px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}
.c-left-live{
    min-height: auto;
}
.c-left2-live{
    min-height: 0px;
}
.c-right-live{
    max-height: 500px;
    overflow: auto;
    min-height: auto;
}
.widget-comment{
    width: 91%;
    padding: 5px 10px;
   // margin: 5px auto;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  //  cursor: pointer;
    background-color: rgba(0,0,0,0.15);
    background-image: -webkit-linear-gradient(#F3F3F3,#D8D8D8);
    background-image: linear-gradient(#F3F3F3,#D8D8D8);
    border: 1px solid #FFF;
    border-color: rgba(121, 121, 121, 0.2);
    border-radius: 4px;
   // margin-right: 400px;
    color: #6F6F6F; 
    overflow: hidden;
    height: auto;
}
.comment-subject{
    text-align: left;
    font-weight: bold; 
}
.comment-body{
    text-align: left;
    font-size: 13px;
    font-style: italic;
    font-family: 'Trebuchet MS', Arial, Tahoma, Verdana;
}
.comment-time{
    font-weight: bold;
    font-size: 12px;
    color: #358DB1; 
}
.more{
    width: 100%;
    text-align: right;
    line-height: 30px;
    -webkit-border-radius: 2px 2px 2px 2px;
    height: 30px;
    color: white;
    padding-left: 20px;
    font-size: small;
    background-color: #9E9E9E;
    margin-top: 3px;
    text-align: center;
    cursor: pointer;
    float: left;
}
.comment-image{
/*    border: #D0CDCD solid 8px;
    border-style: inset;
    border-radius: 5px;*/
}
.btn-green {
    color: #fff;
    background-color: #87B401;
    border-color: #87B401;
}
.btn-green:hover {
    color: #fff;
    background-color: #68880A;
    border-color: #3F5205;
}
.danger_msg{
    color: #B72121;
    font-size: 12px;
    font-weight: 100;
    margin-left: 10px;
}
.widget-logo{
    width: 8%;
    float: left;
}
.comment-logo{
    height: auto;
    max-width: 100%;
    width: 50px;
}
.form_attatched_input{
    font-size: 12px;
    font-family: Open sans light;
    border: solid 1px #D8D8D8;
    padding: 3px;
    margin-top: 5px;
    width: 300px;
    float: left;
}

.c-right2{
    max-height: 350px;
    overflow: auto;
}
.c-right2::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    background: #0e76cc;
}
.c-right2::-webkit-scrollbar-thumb {
    background: #82B017;
    /*    -webkit-border-radius: 1ex;*/
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
.c-right2::-webkit-scrollbar-corner {
    background: #82B017;
}
.error{
    font-family: Open Sans Condensed light;
    color: #CC3232;
    background-color: #FFE7E7;
    padding: 10px;
}
.success{
    font-family: Open Sans Condensed light;
    color: #74A56A;
    background-color: #EAF1E9;
    padding: 10px;
}
#form-subscription{
    margin-top:10px;
}

.btn_full{
    display: block;
    position: fixed;
    bottom: 18px;
    right: 65px;
    z-index: 1024;
}
.full-container{
    width: inherit;
    margin-left: 50px;
    margin-right: 50PX;
}
.full-frame{
    width: 98% !important;
    height: 500px!important;
}
.btn_embed{
    display: block;
    position: fixed;
    bottom: 18px;
    right: 20px;
    z-index: 1024;
}
.field_export {
    background: #4a4845;
    border: 1px solid #000;
    color: #efefef;
    width: 90%;
}
.text_success_copie{
    color: #ccc;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}
.disabled{
    opacity: .4;
    cursor: not-allowed;
}
.question_form{
    border-bottom: #E6E6E6 solid 1px;
    padding: 10px;
}
.contact_form{
    padding-bottom: 0px;
}
.selected_item{
    background-color: #eee;
}
