body {
     background-color: #f1f1f14a;
    font-family: 'Poppins', sans-serif;
}
.container {
    min-height: 100%;
}
.SmlInvNbr {
    cursor: pointer;
    color: blue;
}
.navbar {
    border-radius: 0px;
}
a.navbar-brand {
    padding: 5px 15px;
}

div#content1 {
    margin-left: 200px;
    padding: 20px 16px;
    height: 250px;
}
.wrapper {
    margin-bottom: 50px;
}
.content {
    margin-left: 200px;
    padding: 20px 16px;
    /*height: 400px;*/
}
.ContaOhalt, .ContaOhalt2 {
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 60%;
    margin: 50px auto;
    z-index: 60000;
    border-radius: 3px;
    box-shadow: 0 2px 26px rgb(0 0 0 / 30%), 0 0 0 1px rgb(0 0 0 / 10%);
}
.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}
 
.sidebar a.active {
  background-color: #4CAF50;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}


@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}
.pagination>.active>a {
    background-color: #1abc9c;
    border-color: #1abc9c;
} 
.pagination>.active>a:hover {
    background-color: #1abc9c;
    border-color: #1abc9c;
} 
.pagination>.active> {
    background-color: #1abc9c;
    border-color: #1abc9c;
} 
input.form-control {

    background-color:white;
}
.huge {
    font-size: 34px;
}
.ohalt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #000;
    opacity: 0.9;
    cursor: auto;
    height: 100%;
    display:none;
}

.alertedelete {
    padding: 0;
    background: #fff;
    border: 1px solid #999;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 60000;
    margin-top: 100px;
    border-radius: 3px;
    box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
    display:none;
}
form#registration {
    width: 80%;
    text-align: center;
    margin: auto;
    padding-bottom: 30px;
}
#restore_pass,#retour_login {
color:blue;cursor:pointer;
}
.alerte_load {
    padding: 0;
    background: rgba(255, 255, 255, 0);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 60000;
    margin-top: 100px;
}
.close-ale {
    float: right;
    color: #ccc;
    cursor: pointer;
}
.close_check {
    float: right;
    cursor: pointer;
}
.entete_alerte{
background-color: #1abc9c;text-align: center;padding: 11px;border-bottom: 1px solid #E5E5E5;color: white;font-size: 14px;font-weight: bold;
}
.body_alerte{
margin: 20px auto;width: 80%;text-align: center;font-size: 14px;font-family: 'PT Sans', sans-serif;
}

.icondefa {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #ffab00;
    line-height: 3.8;
    text-align: center;
    font-size: x-large;
    margin-right: 20px;
    float: left;
    color:white;
}
.icondefa2 {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #1abc9c;
    border: 2px solid white;
    line-height: 2;
    text-align: center;
    font-size: x-large;
    margin-right: 20px;
    float: left;
    color: white;
}
.icondefa2:hover {
    background-color: white;
    border: 2px solid #1abc9c;
    color: #1abc9c;
}
.icondefa3 {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #4CAF50;
    border: 2px solid white;
    line-height: 2;
    text-align: center;
    font-size: x-large;
    margin-right: 20px;
    float: left;
    color: white;
}
.icondefa3:hover {
    background-color: white;
    border: 2px solid #4CAF50;
    color: #4CAF50;
}
.btn-primary {
    background-color:#1abc9c;
    border-color:#1abc9c;
}
.btn-primary:hover {
    background-color:#12866f;
    border-color:#12866f;
}

.gray
{
    background-color:red;
}
/**
.alert-danger {
    color: red;
    background-color: white;
    border-color: red;
}

.alert-success {
    color: green;
    background-color: white;
    border-color: green;
}
**/
.panel-primary {
    border-color: white;
}

.suite{
color:white;
background-color:#1abc9c;
padding:5px;
border-radius:0px;
border:1px solid white;
cursor: default;
}
.suite2{
color:white;
background-color:#4caf50;
padding:10px;
border-radius:0px;
border:2px solid white;
}
div#hero {
    width: 100%;
    margin-top: -20px;
    position: relative;
    text-align: center;
   /* background-color: #1abc9c;*/
    background-image: url(imgmain.jpg);
    background-size: cover;
}
div#top{
    margin:0 40px;
}
.h1fortitre{
background-color: #4CAF50;padding: 10px;border: 2px solid white;
}
.forh1{
padding: 200px 20px 200px 20px;
color:white;
}
.Argh2{
margin-bottom: 30px;
font-family: 'Righteous', cursive;
}
.product_main{
    overflow: hidden;
    padding: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background:url(https://in-com-service.com/images/darkgrain.png);
}
.ShoExp{
padding:20px;

}
.voir_det{ 
  width:40%;
  min-width:120px;   
  margin:12% auto;
  color:white;
  border:2px solid white;
  background-color:transparent;
  padding:5px 20px;
}
.voir_det:hover {    
  background-color:#1abc9c;
  border:2px solid white;
}


.project-details {
    display: block;
    font-size: 16px;
    color: #0093d0;
    margin-bottom: 5px;
    overflow: hidden;
}
.editChamp {
    color: darkblue;
    cursor: pointer;
    float: right;
    font-size: x-small;         
}
.voir_det_form {
    text-align: center;
    color: #999;
    border: 2px solid #999;
    background-color: transparent;
    padding: 10px 20px;
} 
.voir_det_form:hover {    
  background-color:#1abc9c;
  color:white;
  border:2px solid white;
}

.no_change{    
background-color: white;
    padding: 5px;
    color: gray;
    border-radius: 4px;
    font-style: italic;
    min-height:100px;
    margin-top:20px;
}

form#Ho_add_room_final{
    margin-top:40px;
}
span#load_rooms_list{    
Color:blue;
cursor:pointer;
}
.ToLink{    
Color:blue;
cursor:pointer;
}
.for_switch{    
min-height:550px;
}
.bt{    
cursor:pointer;
text-transform:uppercase;
}
span.Rtp {
text-transform:uppercase;
}
hr.shorter {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 2px solid white;
    width: 30%;
    margin-left: 0;
}

hr.shorter2 {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 3px solid white;
    width: 40%;
}
hr.shorter3 {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    border: 0;
    border-top: 3px solid #4caf50;
    width: 10%;
    min-width:30px;
}
.OrgBtn,.OrgBtnForm{
    cursor:pointer;
    width:35%;
    min-width:120px;
    background-color: orange;
    text-align:center;
    color: white;
    padding: 7px;
    border: 2px solid white;
    border-radius: 5px;
}
blockquote {
    font-size: 14.5px;
    border-left: 5px solid #eee;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

#bookdemobtn{
    cursor:pointer;
    background-color: orange;
    text-align:center;
    color: white;
    padding: 7px;
    border: 2px solid white;
    border-radius: 5px;
}
.bookingEngineDemo{
    background-color: rgba(51, 51, 51, 0.63);
    padding: 15px 50px;
    border: 2px solid white;
    border-radius: 4px;
}
.msgdemopage{
    margin-top: 100px;
    color: white;
    font-family: cursive;
    display: block;
}

.color-white{color:white;}
.wi60{
    width:60%;
    min-width:145px;
}
.padtop50{
padding:20px;
}
.margleft20{
margin-left:20px;
}
.borderWhite{
border:1px solid white;
border-radius:5px;
padding:10px;
background-color:#4990287d;
}

.bkdiv{
    background-color: rgba(169, 169, 169, 0.45);
    padding:10px;
    border: 1px solid white;
    border-radius:4px;
}
.BlkFo {
    text-transform: uppercase;
    width: 60%;
    min-width: 300px;
    margin: auto;
    margin-top: 80px;
    padding: 10px;
    border: 1px solid white;
    border-radius: 4px;
}

.logo{
    color: white;
    padding: 15px;
    font-size: x-large;
font-family: 'Righteous', cursive;
}
.orgLogp{
    color:orange;
    font-size: x-large;
}
#Showforblock{
    color:#1abc9c;
    cursor:pointer;
}
.Showforblock{
    color:#1abc9c;
}
@media (max-width: 992px){
.padtop100 {
padding-top:20px;
}
.forh1{
padding: 20px;
}
.margleft20{
margin-left:0px;
margin-bottom: 20px;
}
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.FeesType {
    cursor: pointer;
    color: blue;
}
.panel-primary>.panel-heading {
    color: #fff;
    padding: 20px;
    background-color: #00d672;
    border-color: #00d672;
}
.table {
background-color: #f5f5f5;
}
.alertedeleteNN {
    padding: 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 26px rgb(0 0 0 / 30%), 0 0 0 1px rgb(0 0 0 / 10%);
    display: block;
}