/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21 avr. 2017, 09:21:14
    Author     : AYMAN KORKOT
*/
.pd0{
padding-left: 0 !important;
padding-right: 0 !important;
}
.btn-primary-outline {
    background: transparent;
    border: none;
}
.clientformaccess{
    display: inline-block;
    position: relative;
    top: -3px;
    right: 6px;
}

.glyphicon{
    color: #000;
}

/*
.content-global .liste_client{
    position: absolute;
}*/

.content-global .list_user{
    width: 87%;
    margin: 0 auto;
    height: auto;
}
.content-global .table-striped tbody tr td a, .content-global .table-striped tbody tr td{
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    padding: 11px 3px;
}

.content-global .table-striped > tbody > tr:nth-of-type(odd),
.content-global .table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th,
.content-global .table-striped > tbody > tr:nth-child(odd) > th
{
    background: none;
}
.content-global .table-hover tbody tr:hover td, .table-hover tbody tr:hover th{
    background-color: #c09f5e; 
}
.content-global table tbody tr:first-child th {
    text-decoration: none;
    color: #ae1623;
    font-size: 18px;
    font-weight: normal;
}
.content-global .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td{
    padding: 8px 12px;
}


.content-global .pagination-client{
    text-align: center;
    margin-top:50px;
}
.content-global .pagination a{
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}
.content-global .pagination .inactive{
    font-size: 18px;
    color: #000;
    font-weight: normal;
}
.content-global .pagination .active{
    color: #b22222;
    font-weight: 900;
}

.content-global form .worning img{
    width:7%;
}
.content-global .form-warning{
    margin: 0;
}

.content-global .modal .modal-dialog{
    margin-top: 200px;

}
.content-global form .worning h1{
    font-size: 18px;
    color: #000;
}
.content-global form .worning{
    text-align: center;
    width: initial;
    margin:0;
    /*    width: 573px;
        margin: 0 auto;*/
}
.content-global form .worning input{
    color: #ae1623;
    background: #fff;
    border: none;
    margin: 0 3px;
    width: 152px;
}
.footer-user{
    padding: 12px 0;
    background: #c09f5e;
    z-index: 4;
}
.footer-user a{
    padding: 0 212px;
}
.footer-user h2{
    font-size: 17px;
    margin: 0;
    font-weight: 500;
    color: #fff;
    direction: rtl;
}


/*.list_dossiers .container .glyphicon-arrow-left{
    right: 6px;
    margin-left: 15px;
}

/* ---------------- Media Query ----------------*/ 


/* iPad in portrait & landscape */
@media screen and (max-width : 1024px){
	.content-global .navbar-default{
		top: 0 !important;
	}
    .content-global .table-striped tbody tr td a, .content-global .table-striped tbody tr td{
        font-size: 12px;
    }

}
@media screen and (max-width : 990px){
	.content-global table tbody tr:first-child th{
		font-size: 14px;
	}
 .content-global .table-striped tbody tr td{
    font-size: 14px;
 }
    .inputGroupContainer input.form-control, .selectContainer select.form-control, .inputGroupContainer textarea.form-control{
        width: 80%;
    }
.content-global .navbar-default{
    width: 100%;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    .content-global table{
        width:100%; 
    }
    .content-global .pagination{
        font-size: 25px;
    }
    .content-global .pagination .inactive{
        font-size: 27px;
    }
    .content-global .pagination a{
        font-size: 28px;
    }
    .footer-user{
        top: 50px;
    }


}

@media screen and (max-width : 600px){
.content-global table tbody tr:first-child th,.content-global .table-striped tbody tr td{
    font-size: 10px;
    padding:5px;
}
}
/* iPhone 6 in portrait & landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {

    .content-global table{
        width: 100%;
        height: 75%;
    }
    .content-global .pagination{
        font-size: 25px;
    }
    .content-global .table-striped tbody tr td a, .content-global .table-striped tbody tr td{
        font-size: 16px;
    }
    .content-global .pagination a{
        font-size: 27px;
    }
    .content-global .pagination .inactive{
        font-size: 27px;
    }
    .footer-user{
        top: 80px;
    }
    .content-global{
        /*position: absolute;*/
    }
.content-global .navbar-default{
	top: 0;
}


}

@media screen and (max-width : 600px){
.content-global .table-striped tbody tr td a, .content-global .table-striped tbody tr td{
	font-size: 16px;
}
 .inputGroupContainer input.form-control, .selectContainer select.form-control, .inputGroupContainer textarea.form-control{
        width: 100%;
    }
    .content-global .container table tr td:first-child a{
        font-size: 14px !important;
    }
}
/* iPhone 5 & 5S in portrait & landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { 

    .content-global table{
        width: 100%;
        height: 75%;
    }
    .content-global .pagination{
        font-size: 25px;
    }
    .content-global .table-striped tbody tr td a, .content-global .table-striped tbody tr td{
        font-size: 12px;
    }
    .content-global .pagination a{
        font-size: 27px;
    }
    .content-global .pagination .inactive{
        font-size: 27px;
    }
    .content-global .pagination .active{
        font-size: 35px;
    }
    .footer-user{
        top: 80px;
    }
    .footer-user h2{
    	font-size: 15px;
    }

}


/*said*/

.repertoire table tbody tr td{
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    padding: 11px 3px;
    border-top: 1px solid #ddd ;
    text-align: center;

}
.repertoire table tbody tr .post-title{
    text-align: center;
    padding-bottom: 5px;
}