/* ------------*/
/* HOME LOGIN  */
/* ------------*/
.home {
    z-index: 1000;
}

.home-login {
    background-color: rgba(255, 255, 255, 0.95);
    background: -webkit-linear-gradient(#fff, #d5d5d5);
    background: -o-linear-gradient(#fff, #d5d5d5);
    background: -moz-linear-gradient(#fff, #d5d5d5);
    background: linear-gradient(#fff, #d5d5d5);
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    height: 390px;

    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

    padding: 30px;
    position: absolute;
    text-align: center;
    top: 20%;
    transition: all 1s ease 0.5s;
    width: 280px;
    z-index: 1000;
}

.home-login .logo img {
    max-width: 100%;
    max-height: 100%;
}

.home-login .greenbloc {
    background: #b2ca34;
    background: -webkit-linear-gradient(#b2ca34, #76a234);
    background: -o-linear-gradient(#b2ca34, #76a234);
    background: -moz-linear-gradient(#b2ca34, #76a234);
    background: linear-gradient(#b2ca34, #76a234);
    border: 2px solid #b5b5b5;
    border-radius: 5px;
    height: 190px;
    width: 100%;
    padding: 10px;
}

.home-login .title-login {
    color: #FFF;
    text-align: left;
    margin-bottom: 8px;
}

.home-login ul {
    padding-left: 0;
}

.home-login ul li {
    list-style: none;
}

.home-login input {
    margin-bottom: 14px;
}

.home-login #_submit {
    background: #76a234;
    color: #FFF;
    border: 1px #FFF solid;
}

.home-login .alert {
    padding: 0 !important;
    margin: 0 !important;
}

.home-mentions{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	color: #FFf;
	width: 100%;
	z-index: 1000;
	font-family: verdana;
	font-size: 10px;
	text-align: center;
}
@media (max-width: 800px) {
	.home-login {
		top: 10%;	
	}
	.home-mentions{	
		display:none;
	}	
}
/* ------------*/
/* HTML BODY   */
/* ------------*/
body, html {
    font-family: Helvetica, Verdana, sans-serif !important;
    font-weight: normal !important;
}

html {
    background: url(../../../img/slider1.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    background: none;
}

/* ------------*/
/* CONTAINER   */
/* ------------*/
.container-margin-top {
    margin-top: 100px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    background: #FFF;
    background-color: #FFF;
    -webkit-box-shadow: 0 6px 6px -6px #666;
    -moz-box-shadow: 0 6px 6px -6px #666;
    box-shadow: 0 6px 6px -6px #666;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #EEEEEE));
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    background: -webkit-linear-gradient(#FFFFFF, #EEEEEE);
}

.container-menuapp {
    margin-top: 100px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    max-width: 70%;
    text-align: center;
}

.container-menuapp .logo-img {
    text-align: center;
    padding: 8px;
    opacity: .5;
}

.container-menuapp .logo-img img {
    width: 100%;
    height: auto;
    max-width: 360px;
}

/* ------------*/
/* JUMBOTRON   */
/* ------------*/
.jumbotron {
    padding: 8px;
}

/* ------------*/
/* MESSAGE     */
/* ------------*/
.bg-success {
    padding: 6px;
}

/* ------------*/
/* BUTTONS     */
/* ------------*/
a.btn-success, button.btn-success {
    background: #8CB13B;
}

/* ------------*/
/* MENU TOP    */
/* ------------*/
@media (min-width: 799px) {
    .full-menu {
        display: block;
    }
    .mobile-menu {
        display: none;
    }
}
@media (max-width: 800px) {
    .full-menu {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    .navbar{
		max-height: 40px !important;
		margin-bottom: 0;
	}
	.navbar img {
	    max-height: 40px !important;
	}
	.container-margin-top {
		margin-top: 0;	
		border-radius: 0;
	}
}

.navbar-default {
    background-color: #FFF;
    -webkit-box-shadow: 0 6px 6px -6px #666;
    -moz-box-shadow: 0 6px 6px -6px #666;
    box-shadow: 0 6px 6px -6px #666;
}

.navbar-right .lang li {
    list-style: none;
    float: left;
}

.navbar-right .lang li a {
    color: #333;
    margin-left: 8px;
}

.navbar .logo-client {
    vertical-align: bottom;
    text-align: right;
    display: table-cell;
}

.navbar img {
    max-height: 80px;
    width: auto;
    max-width: 100%;
    padding: 4px;
}

/* ------------*/
/* MENU LEFT   */
/* ------------*/
.glyphicon {
    margin-right: 10px;
}

.glyphicon-no-margin {
    margin-right: 0px;
}

.fa {
    margin-right: 10px;
}

.fa-no-margin {
    margin-right: 0px;
}

.list-group-item-success {
    background-color: #8cb13b;
    color: #FFFFFF !important;
}

.list-group-item {
    padding-bottom: 6px;
    padding-top: 6px;
}

.list-group-item:hover {
    background-color: #8cb13b !important;
    color: #FFFFFF !important;
}

/*
.list-group-item{
	background-color: #f8f8f8;
}


.list-group-item-success:hover{
	color: #FFFFFF !important;
}
*/
/* ------------*/
/* ADMIN       */
/* ------------*/
/* Tabs */

ul.pl-tabs li a {
    border: 1px solid #DDD;
    padding-top: 4px;
    padding-bottom: 4px;
}

ul.pl-tabs li a:hover {
    background: #8CB13B;
    color: #FFF;
}

ul.pl-tabs li.active a {
    background: #8CB13B;
    color: #FFF;
}

ul.pl-tabs li.active a:hover {
    background: #8CB13B;
    color: #FFF;
}

.well {
    background: #FFF;
    /*
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #F5F5F5));
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
    */
}

/* LISTES */
.title-green {
    color: #8cb13b;
    margin-top: 0;
    font-size: 16px;
    font-weight: normal;
}

.title-bg-green {
    /*
    background-color: #8cb13b;
    color:  #FFF;
    */
    color: #8cb13b;
    padding: 6px;
    margin-top: 8px;
    font-size: 20px;
}

.hr-green {
    border-color: #8cb13b;
    margin-bottom: 18px;
    margin-top: 0px;
}

/* TABLE */
.table-container {
    border: 1px solid #DDD;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

table {
    margin-bottom: 0 !important;
}

.table-container table td.dashed, table th.dashed {
    border-right-style: dashed !important;
    border-left-style: dashed !important;
}

.table-container table.table-admin-list {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    background: #FFF;
}

.table-container table.table-admin-list th {
    /*
    background-color: #8cb13b !important;
    color: #FFF;
    */
    color: #8cb13b;
    font-weight: normal;
}

.table-container table.table-admin-list th a {
    color: #FFF;
}

.table-container table .body-table-admin-list {
    /*
    border-bottom:1pt solid #DDD;
    font-size: 14px;
    */
}

.table-container table tr td {
    /*
    height: 32px;
    padding-left: 6px;
    */
}

/* PAGINATION */
.pagination {
    margin-bottom: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #333 !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #8cb13b !important;
    border-color: #8cb13b !important;
    color: #FFF !important;
}

/* FORMULAIRES */
.form-container {
    border: 1px solid #DDD;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #FFF;
    padding: 15px;
    margin-bottom: 15px;
}

.well h4 {
    /*
    background: #FFF;
    padding: 4px;
    border: 1px solid #DDD;
    color: #8cb13b;
    */
}

.form-horizontal h4, .sub-form-block h4 {
    font-size: 14px;
    border-bottom: 1px solid #8cb13b;
    color: #8cb13b;
    font-weight: bold;
}

.form-horizontal label {
    font-weight: normal;
}

.padding-top-null {
    padding-top: 0;
}

.form-horizontal .control-label {
    margin-top: 6px;
}

.sub-form-block {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #EEEEEE));
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    background: -webkit-linear-gradient(#FFFFFF, #EEEEEE);
    padding: 10px;
}

.form-module .radio{
	display: block;
}

#pl_userbundle_company_logo label {
    display: none;
}

.checkbox input[type="checkbox"] {
    background: #8CB13B;
}

.bloc-document {
    border: 1px solid #CCC;
    background: #FFF;
    border-radius: 8px;
    padding: 8px;
}

#picker-container {
    overflow: visible;
    position: relative;
}

.radio {
    display: inline-block;
    margin-right: 8px;
}

.form-inscription {
    margin-bottom: 0;
}

.form-inscription input {
    padding-bottom: 0;
    margin-bottom: 2px;
}

.label-inscription {
    text-align: left !important;
    color: #FFF;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* ----------------- */
/* MENU APPLICATIONS */
/* ----------------- */
.menu-application {
    display: table;
    border-spacing: 7px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background: #444;
    padding: 20px;
    border-radius: 20px;
}

.bt-menu-application {
    display: table-cell;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #EEEEEE));
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #DDDDDD 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #DDDDDD 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #DDDDDD 100%);
    background: -webkit-linear-gradient(#FFFFFF, #DDDDDD);
    border: 1px #CCC solid;
    border-radius: 8px;
}

.bt-menu-application a {
    text-decoration: none;
}

.bt-menu-application p {
    text-align: center;
    padding: 4px;
    font-size: 12px;
}

.bt-menu-application img {
    text-align: center;
    width: 80%;
}

.bt-app-active {
    cursor: pointer;
}

.bt-app-desactive {
    opacity: .5;
}

@media (max-width: 800px) {
    .bt-menu-application {
        display: block;
    }
}

/* ------------- */
/* PANELS       */
/* ----------- */
.panel-default > .panel-heading {
    background-color: #FFF;
}

/* ------------- */
/* VIDEO       */
/* ----------- */
.container-video {
    max-width: 1024px;
    /*max-height: 768px;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 20px;
}
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.container-storyline{
	max-width: 1024px;
    /*max-height: 768px;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 20px;
}


/* ------------- */
/* FOOTER       */
/* ----------- */
.footer-fix {
    background: #333;
    color: #FFF;
    height: 18px !important;
    min-height: 18px !important;
    font-size: 12px;
}

.space {
    padding: 12px;
}