/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  /* padding-top: 50px; */
}

#header .navbar .nav li a {
	min-height: 50px;
}

#header .navbar .nav li a i {
    line-height: 50px;
}

.panel-teal > .panel-footer {
	height:126px;
}

.row .carousel {
    height:106px;
    margin-bottom:25px;
}

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    display: block;
    padding: 70px 20px 20px;
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-left: -20px;
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
}
.nav-sidebar > li > a {
  padding-left: 20px;
  padding-right: 20px;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  /* padding: 20px; */
}
@media (min-width: 768px) {
  .main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  border-radius: 50%;
}


/*
 * Spinner
 */
 
.spinner {
	position: fixed;
    top: 50%;
    left: 50%;
}

.item-glyphicon-center{
	margin-right: 2px;
	text-align: center;
	vertical-align:middle;
}

.item-glyphicon-left{
	margin-right: 2px;
	vertical-align:middle;
}

.gi-2x{font-size: 2em;}
.gi-22x{font-size: 2.2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

/* Provider Table */
table.dataTable.select tbody tr,
table.dataTable thead th:first-child {
  cursor: pointer;
}


/* Error and No-access Page*/
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }

/* Datetime Picker on Modal*/

.datepicker { z-index: 1151 !important;  }


/* Person Hyperlink */
.hyperlink-person {
    color: #337ab7 !important;
    font-weight:bold;
}

/* Patient-picture */
.patient-picture {
	height:100px;
	width:100%;
	object-fit:contain;
}

/* Profile-picture */
.profile-picture {
	height:300px;
	width: auto;
	object-fit:contain;
}

.form-horizontal .control-label .control-label-left{	
	text-align:left !important; 
}

@media (min-width: 1400px) {
  .submissionImagesPanel {
    width: 100%;
  }
  .physicianNotePanel {
    width: 500px; height: 200px;
  }
}