.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    margin-top: -5px;
}

.with-margin {
    margin: 5px 5px;
}

#connectContent {
    display: none;
}

.panel-footer{
    background: none;
}

#noteContent {
    height: 375px;
}

.my-highlight { color: red; }
/* table.ui-jqgrid-btable>tbody>tr>td {
    background-color: white;
    color: black;
} */

/* #noteTypeInput {
    width: 70% !important;
    float: center;
} */

.glyphicon-pencil:hover {
    cursor: pointer;
}

.glyphicon-trash:hover {
    cursor: pointer;
}

.glyphicon-edit:hover {
    cursor: pointer;
}

.glyphicon-link:hover {
    cursor: pointer;
}

#noteId, #tableId {
    display: none;
}

.ui-autocomplete.ui-front
{
z-index: 1051;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

input.form-control{display:inline-block}

.label-table{
    border-radius: 50%
}

#loadMore {
    display: table;
    margin-left: auto;
    margin-right: auto;
    background: #faa635;
    border-radius: 3px;
    color: white;
    padding: 10px 30px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}
#loadMore:hover {
    background-color: #042a63;
    cursor: pointer;
}

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.glyphicon-none:before {
    content: "\2122";
    color: transparent !important;
}

/* #connectInfoArea .modal-body {
    max-width: 100%;
    overflow-x: auto;
} */

#connectInfoArea .modal-body .panel-body {
    max-width: 100%;
    overflow-x: auto;
}

#sourceInfoArea .modal-body .panel-body {
    max-width: 100%;
    overflow-x: auto;
}

#sourceInfoArea .table td, 
#sourceInfoArea .table th {
    white-space: nowrap;
    width: 1%;
}

.sourceCell{
    background: #CB4042;
    color: white;
}

.ui-userdata-top .dropdown-menu{
    position: relative !important;
}

.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
    border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

/* .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
} */

#chooseTakeGroup, #addGroupSubArea{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    height: 400px;
    line-height: 400px;
    text-align: center;
}
.badge-cell{
    background: #CB4042 !important;
    color: white !important;
}
.badge-row{
    background: #dff0d8 !important;
    color: black !important;
}
#notesCount{
    display: inline-block;
}

/* #connectInfoArea .modal-body {
 
    max-height: 600px;
    overflow-y: scroll;
}*/



#connectInfoArea .panel-body{
    max-height: 600px !important;
    max-height: 500px !important;
    overflow-y: scroll !important;
    overflow-x: scroll !important;
}

#noteList .panel-heading{
    overflow-x: auto !important;
}

#noteInfo {
    overflow-x: auto !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
  }
  body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
  }
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
  }
  
  
  /* Custom page CSS
  -------------------------------------------------- */
  /* Not required for template or sticky footer method. */
  
  body > .container {
    padding: 60px 15px 0;
  }
  .container .text-muted {
    margin: 20px 0;
  }
  
  .footer > .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  code {
    font-size: 80%;
  }
  .mainpage-footer-logo{margin-bottom: 0.6%; height: 5%; width: 5%}  