.societes-form {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}

.contacts-form {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
}

.modal-dialog {
    width: 80%;
}

.modal.fade .modal-dialog {
	overflow-y:auto;
	height: 100%; 
}


@media screen and (max-width: 640px) {
	.modal-dialog {
    	width: 90%;
	}
}


.jumbotron
{
		color:#000000;
}

.lead
{
	color:#ec655e;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fbb41c;
    background-color: transparent;
}

.navbar-nav > .active > a, .navbar-nav > .active > a:hover {
    border: 1px solid #fbb41c;
}


.navbar-default .navbar-nav > li > a {
    color: white !important;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FFFFF !important;
}
	

.btn-success:hover {
    text-decoration:underline;
	background-color: #3D6DAD;
	    border-color: #3D6DAD;
}

.btn-success:active:hover{
    color: #fff;
    background-color: #3D6DAD;
    border-color: #3D6DAD;
}

.btn-success:active{
    color: #fff;
    background-color: #3D6DAD;
    border-color: #3D6DAD;
}

.btn-success:focus{
    color: #fff;
    background-color: #3D6DAD;
    border-color: #3D6DAD;
}

.grid-view td {
    white-space: normal;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 0px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

select#missionssearch-etat_id {
    padding: 2px;
    font-size: 13px;
}

select#missionssearch-domaine_id{
    padding: 2px;
    font-size: 13px;
}


.field-missions-duree {
    width: 50px;
    float: left;
}

div#jours {
    float: left;
    height: 65px;
    line-height: 89px;
    margin-left: 34px;
}

.Bouton_remplir {
    float: left;
    margin-top: 25px;
    margin-left: 18px;
}

	@media (max-width: 500px) {
	
	.responsive-table-line td:before { content: attr(data-title); }
	
	.responsive-table-line table, 
	.responsive-table-line thead, 
	.responsive-table-line tbody, 
	.responsive-table-line th, 
	.responsive-table-line td, 
	.responsive-table-line tr { 
	display: block; 
	}
	 
	.responsive-table-line thead tr { 
	display:none;
	}
	
	.responsive-table-line td { 
	position: relative;
	border: 0px solid transparent;
	padding-left: 50% !important; 
	white-space: normal;
	text-align:right; 
	}
	 
	.responsive-table-line td:before { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45%; 
	padding-right: 15px; 
	height:100%;
	white-space: nowrap;
	text-overflow: ellipsis !important;
	overflow:hidden !important;
	text-align:left;
	background-color:#f8f8f8;
	padding:2px;
	}
	
	}
	
	
	
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFFFF !important;
    background-color: #3D6DAD;
    height: 53px;
		margin-bottom: 0px;
		border-radius: 0px;
		text-transform: uppercase;
		margin-top: 11px;
}

.navbar-nav > li > a {
     margin: 0px 0px;
    padding:0px 0px;
     border: 0px solid transparent;
    border-radius: 0px;
	text-transform: uppercase;
	margin-top: 11px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #FFFFF;
    background-color: #3D6DAD;
    height: 53px;
		margin-bottom: 0px;
		border-radius: 0px;
		text-transform: uppercase;
		margin-top: 11px;
}

.navbar-nav > .active > a, .navbar-nav > .active > a:hover {
    border: 0px solid #fbb41c;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: #3D6DAD;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    background-color: #f5f5f5;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #3D6DAD;
    color: white;
    border: 0px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #3D6DAD;
    border: 0px solid #ccc; 
    /* border: 1px solid rgba(0,0,0,0.15); */
     border-radius: 0px;
    -webkit-box-shadow: nonce; */
    box-shadow: none;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 200;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;
}

.pull-left {
    float: left;
    font-weight: bold;
    color: #3D6DAD;
}

.bouton-mission-user{
    float:right;
}

.bouton-missions-factures{
    float: right;
}

.bouton-missions-arelancer{
    float: right;
}

.bouton-missions-facturesprestaexterne{
    float: right;
}

.bouton-missions-facturespartiel{
    float: right;
}

.bouton-factures-nlf-listefacture{
    float: right;
}

.bouton-factures-nlf-index{
    float: right;
}

.bouton-societes-index{
    float: right;
}

.bouton-contacts-index{
    float: right;
}

.bouton-missions-index{
    float: right;
}

.bouton-coutsfrais-comptable1{
    float: right;
}

.bouton-coutsfrais-comptable2{
    float: right;
}

.bouton-coutsfrais-comptable3{
    float: right;
}

.bouton-missions-facturesavance{
    float: right;
}

.bouton-cagnotte-index{
    float: right;
}

.bouton-argentavance{
    float: right;
}



.btn-success {
    color: #fff;
    background-color: #3D6DAD;
    border-color: #3D6DAD;
    margin-bottom: 5px;
	border-radius:0px;
	color: #fff;
    background-color: #3D6DAD;
    border-color: #3D6DAD;
    margin-bottom: 5px;
    border-radius: 0px;
    height: 26px;
    padding: 4px;
    padding-top: 1px;
    /* padding-left: 3px; */
    font-size: 14px;
    font-family: Ubuntu,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

button .btn-success {
    color: #fff;
    background-color: #3D6DAD;
    border-color: #3D6DAD;
    margin-bottom: 5px;
	border-radius:0px;
	color: #fff;
    background-color: #3D6DAD;
    
    font-size: 14px;
    font-family: Ubuntu,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

th {
 font-size: 12px;
    font-weight: normal;
    color: white;
    background-color: rgb(123, 166, 215);
	border:none;
}

th a{
        font-size: 13px;
    font-weight: normal;
    color: white;
    background-color: rgb(123, 166, 215);
}
 
 th.action-column
 {
	         font-size: 13px;
    font-weight: normal;
    color: white;
    background-color: rgb(123, 166, 215);
	 
 }
 
 .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: none;  
}

table.table.table-striped.table-bordered > tbody > tr > td:nth-child(4){
    float:right;
}
div.missions-index > div#w0.grid-view > table.table.table-striped.table-bordered > tbody > tr > td:nth-child(4){
    float:left;
}

div.user-index > div#w0.grid-view > table.table.table-striped.table-bordered > tbody > tr > td:nth-child(4){
    float: left;
}

div.missions-index2 > div#w0.grid-view > table.table.table-striped.table-bordered > tbody > tr > td:nth-child(5){
    text-align: left;
}

div.missions-index2 > div#w0.grid-view > table.table.table-striped.table-bordered > tbody > tr > td:nth-child(6){
    text-align: left;
}

div#w1.grid-view > table.table.table-striped.table-bordered > tbody > tr > td:nth-child(4){
    float:left;
}

div.cagnotte-index > div#w0 > div#w1.grid-view > table.table.table-striped.table-bordered > tbody > tr > td:nth-child(4){
    float:right;
}

div.user-index > div#w0.grid-view > table.table.table-striped.table-bordered > tbody > tr > td:nth-child(5){
    text-align: left;
}

div#w0.grid-view > table.table.table-striped.table-bordered > tbody > tr > td:nth-child(5){
    text-align: right;
}

table.table.table-striped.table-bordered > tbody > tr > td:nth-child(7){
    text-align: right; 
}

div.couts-frais-index > div#w1.grid-view > table.table.table-striped.table-bordered > tbody > tr > td:nth-child(7){
    text-align: left; 
}

div.factures-nlf-index > div#w1.grid-view > table.table.table-striped.table-bordered > tbody > tr > td:nth-child(10){
    width: 23%;
}

.missions-index input.form-control {
    font-size: 12px;
    height: 24px;
}

select#missionssearch-etat_id  {
    height: 24px;
}

select#missionssearch-domaines{
    height: 24px;
}



.wrap > .container {
    padding: 70px 15px 20px;
    background-color: white;
}

.missions-form .modal-content {
    height: 90%;
}

.input-group-btn button.btn.btn-success {
    height: 34px;
    margin-left: 4px;
}

button.btn-danger.btn-xs {
    border-radius: 0px;
}


.ui-widget-header {
    border: 1px solid #aaaaaa;
    /* background: none;*/
    color: #222222;
    font-weight: bold;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
    background: white;
    border-right: none;
    border-left: none;
    border-top: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: #4386D4 ;
    font-weight: normal;
    color: #555555;
}

i.glyphicon.glyphicon-ok {
    margin-left: 13px;
}

button#submitButton {
    border-radius: 0px;
    background-color: #3D6DAD;
    padding-right: 5px;
    float: left;
    text-transform: uppercase;
}

.btn-danger {
    color: #fff;
    background-color: #3D6DAD;
    border-color: #3D6DAD;
	 text-transform: uppercase;
}

i.glyphicon.glyphicon-remove {
    margin-left: 13px;
}


.btn-danger {
    color: #fff;
    background-color: #3D6DAD;
    border-color: #3D6DAD;
}

button#closeButton {
    color: #fff;
    background-color: #3D6DAD;
    border-color: #3D6DAD;
    border-radius: 0;
}

div#titire {
    text-align: center;
    float: left;
    margin-bottom: 40px;
    color: #3D6DAD;
    font-weight: bold;
}

#facturefile2{
   display: none;
}
#facturefile3{
   display: none;
}
#facturefile4{
   display: none;
}
#facturefile5{
   display: none;
}
#facturefile6{
   display: none;
}
#facturefile7{
   display: none;
}
#facturefile8{
   display: none;
}
#facturefile9{
   display: none;
}
#facturefile10{
   display: none;
}
#facturefile11{
   display: none;
}
#facturefile12{
   display: none;
}
#facturefile13{
   display: none;
}
#facturefile14{
   display: none;
}
#facturefile15{
   display: none;
}
#facturefile16{
   display: none;
}
#facturefile17{
   display: none;
}
#facturefile18{
   display: none;
}
#facturefile19{
   display: none;
}
#facturefile20{
   display: none;
}

.navbar-dark .navbar-nav .nav-link {
	color: white !important;
}
.dropdown-menu > a {
	display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
    color: white !important;
    white-space: nowrap;
}

