
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css');
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
  color: #5D5F63;
  background: #f8f9fa;
  font-family: 'Open Sans',sans-serif;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;

}
.connexion {
    background-color: RebeccaPurple;
    font-family: Arial, Helvetica, sans-serif;
}
.input-connect-user {
  width:300px;
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 12px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}
.input-connect-pwd {
  width:300px;
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 12px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}
.button-connect {
  width:300px;
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 12px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}


.sidebar {
  width: 220px;
  height: 100%;
  background: RebeccaPurple;
  position: fixed;
  left: 0;
  z-index: 100;
  overflow-x: hidden;

  ul, ul ul {
    margin: -2px 0 0;
    padding: 0;
  }

  ul {
    li {
      list-style-type: none;
      border-bottom: 1px solid rgba(255,255,255,.05);
      &.active {
        & > a {
          background: rgb(86, 29, 143);
        }
        ul {
          display: block;
        }
      }
      a {
        color: #aeb2b7;
        text-decoration: none;
        display: block;
        padding: 18px 0 18px 25px;
        font-size: 12px;
        outline: 0;
        &:hover {
          color:beige ;
        }
        span {
          display: inline-block;
        }
        i {
          width: 20px;
          .fa-angle-left, .fa-angle-right {
            padding-top: 3px;
          }
        }
        
      }
      
      div {
        width: 220px;
        background-color: rgb(129, 70, 189);
      }
                  
    }
  }
  ul ul {
    display: none;
    li {
      background: #23313f;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      border-bottom: none;
      a {
        font-size: 12px;
        padding-top: 13px;
        padding-bottom: 13px;
        color: #aeb2b7;
        
      }
    }

  }

  .sidebar-bottom {
    position: fixed;
    bottom: 0px;
  }

  .bartitle {
    padding: 20px 20px 20px 20px;
    color: white;
    text-align: center;
    font-size: 30px;
  }
  .barproject {
    padding-left: 5px;
    padding-right: 5px;
  }
  .barproject-combo {
    background-color: transparent;
    border: transparent;
    width: 100%;
    height: 40px;
    color: white;
    text-align: center;
    font-size: 20px;

    option {
      color: black;
    }
  }
  
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  height:100%;
}
.user-group {
  font-size: 12px;
  padding-left: 24px;
  color:deepskyblue;
}
.rightside-navigation {
    margin-left: 220px;
    padding: 12px 12px 12px 12px;
    
}

.result {
  height: 90vh;
  overflow-y: scroll;
}

.toolbar {
  vertical-align: middle;
}

.btn-add {
  font-size: 20px;
  width: 35px;
  height: 35px;
  color:darkgreen;
  border-radius: 100%;
  border: 1px solid #ddd; /* Add a grey border */  
  margin-bottom: 5px;
}
.btn-add:hover {
    background-color:#b5b7bd ;
}

#text-search {
  width:80%;
  font-size: 16px; /* Increase font-size */
  padding-top: 6px; /* Add some padding */
  padding-bottom: 6px;
  border: 1px solid #ddd; /* Add a grey border */
  border-radius: 5px;
  margin-bottom: 12px; /* Add some space below the input */
}
.text-search {
  width:70%;
  font-size: 16px; /* Increase font-size */
  padding-top: 6px; /* Add some padding */
  padding-bottom: 6px;
  border: 1px solid #ddd; /* Add a grey border */
  border-radius: 5px;
  margin-bottom: 12px; /* Add some space below the input */
}
.text-search-modal {
  width:100%;
  font-size: 16px; /* Increase font-size */
  padding-top: 6px; /* Add some padding */
  padding-bottom: 6px;
  border: 1px solid #ddd; /* Add a grey border */
  border-radius: 5px;
  margin-bottom: 12px; /* Add some space below the input */
}
#div-modal-result{
  height:470px;
  overflow-y: scroll;
}
.div-modal {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ddd; 
  border-radius: 5px;
  background-color: #eeeeee;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.div-modal-header {
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: rebeccapurple;
  border-top-left-radius : 5px;
  border-top-right-radius : 5px;

  h3 {
    padding-left: 12px;
    color: #aeb2b7;
    font-size: 14px;
  }
}
.div-modal-data {
  margin-top: 45px;
  padding: 12px 12px 12px 12px;
}
.div-modal-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: right;
  background-color: rebeccapurple;
  border-bottom-left-radius : 5px;
  border-bottom-right-radius : 5px;
  padding-left: -12px;
}
.div-modal-btn {
  padding: 12px 12px 12px 12px;
  margin: 5px;
  background-color: transparent;
  border: 1px solid rebeccapurple; /* Add a grey border */
  color: rebeccapurple ;
  border-radius: 5px;
}
.div-modal-btn:hover {
  background-color: rebeccapurple;
  border: 1px solid #ddd; /* Add a grey border */
  color: #ddd ;
}
.addform {
  display: none;
  width:100%;
  border: 1px solid #ddd; /* Add a grey border */
  padding: 12px 12px 12px 12px;
  margin-bottom: 12px; /* Add some space below the input */
}

.label-form {
  padding-top: 4px;
  padding-bottom: 4px;
  width: 240px;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
}

.input-form {
  font-size: 14px; /* Increase font-size */
  padding-top: 4px; /* Add some padding */
  padding-bottom: 4px;
  width: 100%;
  border: 1px solid rebeccapurple;
  font-family: 'Open Sans',sans-serif;
}
.div-horizontal-align {
  display:flex; 
  flex-direction: row; 
  justify-content: center; 
  align-items: center;
  padding-bottom: 6px;
}
.div-horizontal-align-left {
  height: 600px;
  width: 400px;
  padding: 6px;
  border: 1px solid rebeccapurple;
  border-radius: 6px;
  margin-right: 4px;
    h4 {
    color: rebeccapurple;
    margin: 2px;
  }
}
.div-horizontal-align-right {
  height: 600px;
  width: 400px;
  padding: 6px;
  border: 1px solid rebeccapurple;
  border-radius: 6px;
  margin-left: 4px;
  overflow-y: scroll;
  h4 {
    color: rebeccapurple;
    margin: 2px;
  }
}
.div-modal-status-ok {
  width: 100%;
  height: 36px;
  padding: 6px;
  border-radius: 6px;
  background-color: rgba(0, 128, 0, 0.200);
}
.div-modal-status-ko {
  width: 100%;
  height: 36px;
  padding: 6px;
  border-radius: 6px;
  background-color: rgba(102, 51, 153, 0.253);
}
.integrated-form {
  padding: 4px;
}
.div-comp-env {
  border: 2px solid rgb(175, 175, 175);
  border-radius: 6px;
  margin-right: 4px;
  margin-left: 4px;
  margin-top: 4px;
  margin-bottom: 20px;
  padding: 4px;
}
.div-comp-env-details {
  display: none;
}
.div-comp-env-button {
    width:250px;
    padding: 2px;
    border: transparent;
    border-radius: 4px;
    
}
.div-comp-env-button:hover {
    background-color: rebeccapurple;
    color:whitesmoke;
    
}
.div-comp-env-button-fold:hover
{
  background-color: #e4e4e4;
}
.div-comp-env-button-fold {
    width:100%;
    padding: 2px;
    border: transparent;
}
.div-comp-env-input {
  background-color: transparent;
  border: transparent;
  font-weight: bold;
}
.div-right-align {
  display:flex; 
  flex-direction: row; 
  justify-content: right; 
  align-items: right;
}
.div-id {
  /*display: flex;*/
  display: none;
  align-items: center;
}
.label-form-id {
  display: inline-block;
  width: 10px;
  font-size: 12px;
}
.input-form-id {
  display: block;
  width: 50px;
  border-color: transparent;
  background-color: transparent;
  pointer-events:none;
  font-size: 12px;
}
.input-form-text {
  font-size: 12px; /* Increase font-size */
  padding-top: 6px; /* Add some padding */
  padding-bottom: 6px;
  width: 400px;
  height: 250px;
  border: 1px solid rebeccapurple;
}
.input-form-text-ro {
  font-size: 12px; /* Increase font-size */
  padding-top: 6px; /* Add some padding */
  padding-bottom: 6px;
  width: 400px;
  border: 1px solid rgb(185, 185, 189);
}
.input-form-hidden {
  display: none;
}
.combo-form {
  font-size: 14px; /* Increase font-size */
  padding-top: 4px; /* Add some padding */
  padding-bottom: 4px;
  width: 100%;
  border: 1px solid rebeccapurple;
  
}
.btn-form {
  padding: 6px;
  margin-top: 6px;
  margin-left: 6px;
}

table {
  border-collapse: collapse; /* Collapse borders */
  width: 100%; /* Full-width */
  border: 1px solid #ddd; /* Add a grey border */
  font-size: 12px; /* Increase font-size */
}

table th, table td {
  text-align: left; /* Left-align text */
  padding: 8px; /* Add padding */
}

table tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
}

table tr.header, table tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
  cursor: pointer;
}

table .column-id {
  width: 10px;
}
table .td-id {
  font-size: 12px;
  color: #b5b7bd;
}
table .td-main {
  color: rebeccapurple;
}
table .td-modify {
  background-color: rgba(102, 51, 153, 0.100);
}
table .td-delete {
  background-color: rgba(102, 51, 153, 0.150);
}
table .column-modify {
  width: 20px;
}
table .column-delete {
  width: 20px;
}

.header-env {
  width: 100%;
  white-space: nowrap;

  .header-button {
    display: inline-block;
    width: 35px;
    height: 100%;
  }

  .header-title {
    display: inline-block;
    width:70%;
    height: 100%;
  }
}
.dead-button {
  /*pointer-events:none;*/
  font-weight: bold;
  color: rebeccapurple;
}

/* Autocompete management */
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid transparent;
}
.input-autocomplete {
  border: 1px solid rebeccapurple;
  /*background-color: #f1f1f1;*/
  padding: 10px;
  font-size: 16px;
}
.input-autocomplete[type=text] {
  /*background-color: #f1f1f1;*/
  width: 100%;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.div-configuration-present {
  width: 300px;
  height: 500px;
  border: 1px solid rgb(36, 116, 67);
  background-color: rgb(58, 177, 103);
  padding: 6px;
  margin-top: 6px;
  margin-right: 6px;
  margin-left: 6px;

  h4 {
    color: rgb(255, 255, 255);
    margin-top: 0px;
  }

  .input-text {
    border: transparent;
    background-color: transparent;
    font-size: 16px;
    color:#eeeeee
  }
  .input-text-comp {
    border: transparent;
    background-color: transparent;
    font-size: 18px;
    color: rebeccapurple;
  }

  .input-id {
    border: transparent;
    background-color: transparent;
    width:40px;
    font-size: 12px;
  }
}
.div-configuration-absent {
  width: 300px;
  height: 500px;
  border: 1px solid rgb(116, 36, 36);
  background-color: rgb(211, 66, 66);
  padding: 6px;
  margin-top: 6px;
  margin-left: 6px;

  h4 {
    color: rgb(255, 255, 255);
    margin-top: 0px;
  }

  .input-text {
    border: transparent;
    background-color: transparent;
    font-size: 16px;
    color: #eeeeee;
  }
  .input-text-comp {
    border: transparent;
    background-color: transparent;
    font-size: 18px;
    color: rebeccapurple;
  }

  .input-id {
    border: transparent;
    background-color: transparent;
    width:40px;
    font-size: 12px;
  }
}

