
p.fixed-table-scroll-inner {
    width: 100%;
    height: 200px;
}

div.fixed-table-scroll-outer {
    top: 0;
    left: 0;
    visibility: hidden;
    width: 200px;
    height: 150px;
    overflow: hidden;
}

.table-container {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0px;
}

.table-container-header {
   overflow: hidden;
    width: 100%;    
}

.table-container-body {
    height: 280px;
    overflow: auto;
    width: 100%;
}

.table-container-footer {
    overflow: hidden;
    width: 100%;
}

.table-container table {
    margin-bottom: 0px;
    table-layout: fixed;
}

.table-container table td,
.table-container table th {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table-bordered {
      border: 0px;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border-top-width: 2px;
}
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border-bottom-width: 0px;
}
/*Esquerda*/
.table-bordered > thead > tr > th:first-child,
.table-bordered > tbody > tr > th:first-child,
.table-bordered > tfoot > tr > th:first-child,
.table-bordered > thead > tr > td:first-child,
.table-bordered > tbody > tr > td:first-child,
.table-bordered > tfoot > tr > td:first-child {
  border-left-width: 0px;
}
/*Direita*/
.table-bordered > thead > tr > th:last-child,
.table-bordered > tbody > tr > th:last-child,
.table-bordered > tfoot > tr > th:last-child,
.table-bordered > thead > tr > td:last-child,
.table-bordered > tbody > tr > td:last-child,
.table-bordered > tfoot > tr > td:last-child {
  border-right-width: 0px;
}
/*Topo*/
.table-bordered > thead > tr:first-child > th,
.table-bordered > thead > tr:first-child > td {
  border-top-width: 0px;
}
/*Baixo*/
.table-bordered > tfoot > tr:last-child > th,
.table-bordered > tfoot > tr:last-child > td {
  border-bottom-width: 0px;
}





.user-dashboard-menu li {
    margin-bottom: 5px;
}

.user-dashboard-menu li.active a {
    background: #5672f9;
    color: #fff;
}

.user-dashboard-menu li.active a:hover {
    color: #fff;
}

.user-dashboard-menu li a {
    padding: 5px;
    font-size: 15px;
    display: block;
    font-weight: 600;
    color: #555;
}

.user-dashboard-menu li a:hover {
    color: #5672f9;
}

.user-dashboard-menu li a:hover span {
    background: #5672f9;
    color: #fff;
}

.user-dashboard-menu li a i {
    margin-right: 5px;
}

.user-dashboard-menu li a span {
    float: right;
    background: #F4F7F9;
    float: right;
    font-size: 10px;
    border-radius: 8px;
    padding: 3px 8px;
    color: #84919B;
}

.user-dashboard-profile {
    text-align: center;
}

.user-dashboard-profile .profile-thumb img {
    width: 130px;
    height: auto;
    border: 5px solid #F4F7F9;
}

.user-dashboard-profile h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}

.user-dashboard-profile .member-time {
    color: #888;
    font-size: 12px;
    margin-bottom: 3px;
}

.user-dashboard-profile .btn-contact {
    background: #1FCA6B;
}

.user-dashboard-profile .btn-offer {
    background: #373C4D;
}

.widget {
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 10px;
    margin-bottom: 30px;
    border-radius: 2px;
}

.widget.user {
    padding-top: 50px;
}

.widget.user .image img {
    width: 157px;
    height: 157px;
    border-radius: 100%;
    border: 7px solid #dedede;
}

.widget.user h5 {
    font-size: 20px;
    margin-top: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}




.gradient-bullet-list {
    padding-left: 0; }
.rtl .gradient-bullet-list {
    padding-right: 0; }
.gradient-bullet-list li {
    position: relative;
    list-style-type: none;
    padding-left: 25px;
    line-height: 1; }
.gradient-bullet-list li:before, .gradient-bullet-list li:after {
    content: "";
    position: absolute; }
.gradient-bullet-list li:before {
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%; }
.gradient-bullet-list li:after {
    width: 11px;
    height: 11px;
    top: 2px;
    left: 2px;
    background: #17a2b8;
    border-radius: 100%;
    z-index: 1; }
.gradient-bullet-list:after {
    content: "";
    border: 1px solid #e8e8e8;
    position: absolute;
    top: 64px;
    bottom: 113px;
    left: 36px; }
@media (max-width: 768px) {
    .gradient-bullet-list:after {
        bottom: 100px; } }
@media (max-width: 576px) {
    .gradient-bullet-list:after {
        bottom: 113px; } }
.gradient-bullet-list img {
    height: 14px;
    width: 14px;
    border-radius: 4px; }

.badge-inverse-success {
    color: #ffffff;
    background-color: #2e9ad0;
    border-color: #00cccd;
    font-size: 16px;

}
.badge-inverse-success:not(.badge-inverse-light) {
    color: #00cccd; }
.badge-inverse-success:hover {
    color: #ffffff;
    background-color: #00cccd;
    border-color: #00cccd; }
.badge-inverse-success.focus, .badge-inverse-success:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 204, 205, 0.5);
    box-shadow: 0 0 0 3px rgba(0, 204, 205, 0.5); }



.main-menu {
    display: inline-block;
    padding-right: 30px;


}

.main-menu li {
    display: inline-block;
    position: relative;
}

.main-menu li a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    /*color:#183691;*/

    font-family: "Lato", sans-serif;
    padding: 0 1px 5px;
    border-bottom: 2px solid transparent;
    margin-right: 45px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.main-menu li a:hover,
.main-menu li a.active {
    /*border-bottom: 2px solid #ff000a;*/
}

.main-menu li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 20px;
}

.main-menu .sub-menu {
    position: absolute;
    list-style: none;
    width: 220px;
    left: 0;
    top: 100%;
    text-align: left;
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 50px;
    background: #fff;
    z-index: 99;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
}

.main-menu .sub-menu::before {
    position: absolute;
    content: "";
    left: 15px;
    top: -7px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff;
}

.main-menu .sub-menu:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    left: 0;
    top: -20px;
}

.main-menu .sub-menu li {
    display: block;
}

.main-menu .sub-menu li a {
    display: block;
    color: #000;
    margin-right: 0;
    padding: 5px 20px;
    border-bottom: none;
}

.main-menu .sub-menu li a:hover {
    color: #ff000a;
}






#contour {
    width: 100%;     
    margin-left: 0px;
    margin-right: 0px;
    /*margin-top: -55px;*/
    /*background-color: #e3f2fd;*/
    /*padding: 200px 0 120px 0;#D3D3D3*/
    min-height: 550px;
    height: auto;
    /*    padding-top: 5px;
    */  padding-left: 0px;
    padding-right: 0px;
}

/* Style the input container */
.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

/* Style the form icons */
.icon {
    padding: 10px;
    background: #2e9ad0;
    color: white;
    /*min-width: 50px;*/
    text-align: center;
}

/* Style the input fields */
.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}


.work{

    /*height: 200px;*/
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 25px;


}

.opCard{
    /*width: 80rem;*/ 
    width: 100%; 
    display: flex; 
    float: none;
    margin-bottom: 10px;
    padding:0px;

}
.opContD{  
    /*    border: none;*/
    width: 100%;
    padding-bottom: 10px;
    height: auto;


}

.contCard{
    /*width: 80rem;*/ 
    width: 80%; 
    display: flex; 
    float: none;
    margin-bottom: 10px;
    padding:20px;
    border: none;
}
.titreCard{
    width: 80rem;  
    display: flex; 
    height: 30px;
    float: none;
    margin-bottom: 15px;
    border: none;
    background-color: transparent;
    padding-top: 15px;

}
.titreAdmin{

    padding-left: 8%;
    font-size:16px;
    font-family:sans-serif;
    font-weight: bold;   
    color:#6495ED;
    /*padding: 0px 0px;*/
    text-align: left;

}
.titreAdmin a{
    color:#183691;
    margin-right: 10px;

}


.titreCardOp{
    width: 100%;  
    display: flex; 
    height: 20px;
    float: none;
    margin-bottom: 15px;
    border: none;
    /*background-color: red;*/
}

.titreOper{    
    font-size:14px;
    font-family:sans-serif;
    font-weight: bold;   
    color:#6495ED;
    padding: 0px 0px;
    text-align: left;
    display: flex; 
    /*vertical-align: central;*/

}



.titreEntite{    
    font:22px/1.5 sans-serif;
    padding-right: 15px ;
    padding-left: 5px ;
    padding-top: 5px ;
    /*margin-right: 0px ;*/
    margin-left: 0px ;
    margin-bottom: 5px ;
    background-color: #b1dfbb;
    min-height: 50px;
    height: auto;
    /*text-align: center;*/
    /*align="center"*/
}

.cote_rech{
    background-color: greenyellow;
    min-height: 45px;
    height: auto;
}
.cote_menu{
    width: 100%;
    background-color: yellow;
    min-height: 40px;
    height: auto;
}

#lab1,#lab2,#lab3,#lab4,#lab5,#lab6,#lab7{
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
    /*margin-right: 20px;*/
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.titreacceil{
    font-size:20px;
    font-weight: bold; 
    color:#6495ED;
    font-family: sans-serif;
    padding:0px;
    margin-top:0px;
    margin-bottom:0px;
    /*    text-shadow: 10px 11px 18px rgba(300, 180, 100, 1),
            -10px -11px 18px red;  */
}

.home,.suite{
    display: inline-block;
    vertical-align: middle;    
}
.home1,.suite1{
    display: inline-block;
    vertical-align: middle;    
}

.lab,.cont{
    display: inline-block;
    vertical-align: middle;    
}

#formEnreg,#formRetour{
    display: inline-block;
    vertical-align: middle;
}
#zoneParent,#zoneEnfant{
    display: inline-block;
    vertical-align: middle;
}
#zoneEnfant{
    color:whitesmoke;
}
.zoneForm1,.zoneForm2,.zoneForm3{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;    
}
.espaceMenu{    
    padding: 5px;

}
.menu{
    width: 100%;
    height:80px; 
    vertical-align: middle;
    /*    font-size:18px;*/

}
.cadrePhoto{
    margin-bottom: 5px;
}
.infoEnfant{
    font-size:18px;
    font-weight: bold;
    color:blue;  
}
.eltform{
    font-weight: bold;
    /*    padding: 0px;
        margin: 0px;*/
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.titreOp1{    
    font:20px/1.5 sans-serif;
    background-color: lightgray;
    margin-bottom: 5px;
}
.titreOp2{    
    font:20px/1.5 sans-serif;
    background-color: #f5f5f5;
    padding-top: 5px;
    color: blue;
    font-weight: bold;
}

.verti{
    /*   writing-mode: vertical-rl;
       display: inline-block;*/
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}

.univ {
    /*margin-bottom: 40px;*/
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;   
    color: #2e9ad0;
}

#categ {
    color: #111;
    text-align: left;

}
#categ span {
    color: seagreen;
    font-weight: bold;

}

.readmore-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #ff000a;
    border-bottom: 1px solid #ff000a;
    line-height: 1;
}

.readmore-btn:hover {
    color: #ff000a;
}

.verticalTableHeader {
    writing-mode: vertical-rl;
    /* Should be unset in IE9+ I think. */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);


}

.textlog{
    font-size: 30px;
    font-weight: bold;
    color: #111;
}

.moper{
    /*background-color: #0050e3;*/
    margin-top: 5px;
    margin-bottom: 0px;
    padding-left: 5px;
    font-size: 18px;
    font-weight: bold;

}

.menu_oper{
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    background-color: transparent;
    border: none;
    color: blue;
}

.menu_gen{
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.contForm{
    width: 100%;
    display: flex; 
    float: none;
    /*margin-bottom: 10px;*/
    padding:20px;
    border: none;
    /*background-color: #b1dfbb*/
}

.contRech{
    width: 100%;
    display: flex; 
    float: none;
    margin-bottom: 10px;
    padding:20px;
    border: none;
    /*background-color: #b1dfbb*/
}

.contShow{
    width: 100%;
    display: flex; 
    float: none;
    margin-bottom: 10px;
    padding:20px;
    border: none;
    /*background-color: #b1dfbb*/
}

.traitEntite{
    color: blueviolet;
}

.placeEntite{
    color: #1FCA6B;
    /*font-size: 20px;*/
    /*font-style: italic;*/
}

.placeRepere{
    color: #2e9ad0;
    padding: 0px;
    margin:0px;
    font-size:15px;
    font-weight:bold
}

.form-label{
    padding-top: 5%;
}

.menu_ind{
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: bold;
    height:22px;
    background-color: transparent;
    border: none;
}

.barre_ind{    
    padding: 0px;
    margin: 0px;
}

.menu_fom{
    font-size: 8px;
    padding-top: 0px;
    padding-bottom: 0px;    
    width: 100%;
}

.btnlink{
    width: 100%;
    height: 40px;
    padding-left: 0px;
    text-align: left;
    padding-top: 0px;
    font-weight: bold;
}
.cordonne{
    margin-right: 15px;
    padding-left: 15px;
    
}
.adresse{
    margin: -50px;
}

#clignotant{
    color: #2e9ad0;
    font-size: 30px;
    font-weight:bold;
    animation: Test 1s infinite;
}
@keyframes Test{
    0%{opacity: 1;}
    50%{opacity: 0;}
    100%{opacity: 1;}
}

