body{
    position:relative;
    font-size: 12px;
}
.title{
    color: white;
    font-size:  1.25em;;
}

.navbar{
    background-color: #0f2b5c;
    height: 160px;
}



nav > .navbar-brand {
    color : white;
}


.navbar > a[href="index2.html"] > span > img{

    width:8.5em;
    height:8.5em;

}

#navbarSupportedContent > ul > li > a{
    color:white;
    font-size:2em;
}

#navbarSupportedContent > ul > li > a:hover{
    color:aquamarine;

}

.welcome-container{
    text-align:center;
    margin: auto;
    width: 50%;
    padding: 3em;
}

.welcome-text{
    
    width:50%;
    font-weight:500;
    font-size: 1.75em;
    margin:auto;
    font-family:"Cambria, Cochin, Georgia, Times, 'Times New Roman', serif";
}

.container-fluid > button{
    width:15em;
    color:white;
    font-weight:700;
    font-size:1.5em;
    background-color:rgb(64, 72, 177);
}


footer{
    position:fixed;
    bottom:0;
    width: 100%;
    height: 60px; 
    padding-bottom:2.25em;
    padding-bottom:2.25em;
    background-color: #0f2b5c;
}

.footer-copyright{
    font-size:1.5em;
    color:white;
}
/*classes needed for after step-1 is submitted and javascript has all input in store */
#step-two-form .form-control{
    width:50%;
}

#step-two-form{
    width:65%;
    position:absolute;
    left:0;
    padding-left:1.25em;
}
#step-two-form h2{
 text-align:left;
}
/*End of classes that will be added through javascript*/

#preview-container{
    display:none;
    width:50%;
 position:absolute;
 right:10%;
}

#preview-container > table, #preview-container table{
    
    border-radius:3px;
 background-color:#0f2b5c;
 color:white;
 font-weight:bold;
 width:70%;
 margin:auto;
}
table > tr{
    padding:5px;
}
table > tr > th{
    background-color:black;
    color:white;
    border: 1px solid #ddd;
}
table > tr > td{
    border-bottom: 1px solid #ddd;
}
table > tr:hover{
    background-color: #f5f5f5;
    color:black;
}
/*.welcome-container form{
 position:absolute;
 width:20%;
 left: 30px;
}*/

#alert-msg{
    text-align:center;
    font-size:1.5em;
}

#go-first-step{
    border-right:2px solid black;
}
#end-second-step{
    border-left:2px solid black;
}
/*.btn-group{
    position:absolute;
    left:1.45%;
    width:50%;
}
.btn-group > .btn{
    text-align:center;
    padding-left:30px;
    border-radius:0;
    width:100%;
}*/

.btn-group > .btn:hover{
    background-color:black;
    color:white;
    border:none;
}

#step-two-form > .form-group > .input-group{
    width:50%;
}
.input-group-text{
    vertical-align:center;
}


.delete-button{
    background-color:red;
    color:white;

}

#alert-msg-second{
    width:50%;
    display:none;
}

#alert-msg{
    display:none;
}


#data-source-config-final{
    width:65%;
    position:absolute;
    left:0;
    padding-left:1.25em;
}

#data-source-config-final .form-control{
    width:50%;
}


#data-source-config-final h2 {
    text-align:left;
}


#third-step-btn-group{
    position:absolute;
    left:15px;
}


#line-tip{
    text-align:left;
    width:50%;
}

#info-message{
    width:70%;
    margin-left:15%;
}


#headers_table{
    background:#0f2b5c;
}
#headers_table tr:hover{
    background:#0f2b5c;
}

#headers_table td:hover{
    border:1px solid black;
    background:white;
    color:black;
}

#header-form{
    width:70%;
    margin-left:15%;
}

.error-last-step{
    width:50%;
}

#variable-names{
  border:1px solid black;
  width:100%;
}

#variable-names td{
    padding:15px;
    border:1px solid black;
    border-width:1px;
    font-size:15px;
    font-weight:bold;
}

#conf-btn-group .btn{

    width:50%;
}


.autocomplete-items {
    position:absolute;
    margin-left:15px;
    width:49%;
    border:1px solid blue;
    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:*/
    
    left: 0;
    right: 0;
  }
  
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
  }
  
  /*when hovering an item:*/
  .autocomplete-items div:hover {
    background-color: #e9e9e9; 
  }
  
  /*when navigating through the items using the arrow keys:*/
  .autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
  }

  .msg-tip{
      margin-bottom:30px;
  }

  .clear{
      clear:both;
      height:60px;
  }

  #query_res, #sparql_table{
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: auto;
  }

 .preview_table > tbody>tr:nth-of-type(even) {
    background-color: #eee;
 }

 .preview_table tr>th {
    width:auto;
    padding: 8px;
    line-height: 1.428571429;
    font-weight: 600;
    vertical-align: bottom;
    border-bottom: 1px solid #DDD;
    text-align: left;
 }

 .preview_table > tbody>tr>td {
    width:auto;
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #DDD;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
 }


.preview_table td:nth-child(2) > span {
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

#data-source .btn-group{
    width:100%;
}

#workspace{
    position:relative;
    height:250px;
    width:100%;
    border:1px solid blue;
    background:aliceblue;
}

.control {
    border-color: green;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    width: 120px;
    text-align: center;
    cursor: move;
    height: fit-content;
    height: -moz-max-content;
    background-color: white;
}



/* micromodal css start */



.modal {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
      helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  }
  
  .modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .modal__container {
    background-color: #fff;
    padding: 30px;
    max-width: 500px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
  }
  
  .modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
  }
  
  .modal__close {
    background: transparent;
    border: 0;
  }
  
  .modal__header .modal__close:before {
    content: "\2715";
  }
  
  .modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
  }
  
  .modal__btn {
    font-size: 0.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    border-radius: 0.25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  
  .modal__btn:focus,
  .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  
  .modal__btn-primary {
    background-color: #00449e;
    color: #fff;
  }
  
  /**************************\
      Demo Animation Style
    \**************************/
  @keyframes mmfadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes mmfadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  
  @keyframes mmslideIn {
    from {
      transform: translateY(15%);
    }
    to {
      transform: translateY(0);
    }
  }
  
  @keyframes mmslideOut {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-10%);
    }
  }
  
  .micromodal-slide {
    display: none;
  }
  
  .micromodal-slide.is-open {
    display: block;
  }
  
  .micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  
  .micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  
  .micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  
  .micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  
  .micromodal-slide .modal__container,
  .micromodal-slide .modal__overlay {
    will-change: transform;
  }
  
          


/*micromodal css end*/




.button {
  border-top: 1px solid #96d1f8;
  background: #65a9d7;
  background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
  background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
  background: -moz-linear-gradient(top, #3e779d, #65a9d7);
  background: -ms-linear-gradient(top, #3e779d, #65a9d7);
  background: -o-linear-gradient(top, #3e779d, #65a9d7);
  padding: 10px 20px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: rgba(0,0,0,1) 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
  color: white;
  font-size: 14px;
  font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
  text-decoration: none;
  vertical-align: middle;
  }
.button:hover {
  border-top-color: #28597a;
  background: #28597a;
  color: #cccccc;
  }
.button:active {
  border-top-color: #1b435e;
  background: #1b435e;
  }

