 .top-caption > a {
	 color: white;
 }
 
 .nav-tabs {
    border-bottom: 0px;
}

.ui-front {
    z-index: 2000;
}

.right-border{
	 border-right: 1px solid #eeeeee;
}

.btn-tbl-add{
	background-color: #00aa00;
    border-radius: 50% !important;
    padding: 5px !important;
    color: #fff;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.btn-tbl-add:HOVER{
	color: #fff;
}

.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #ff0000;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.profile-desc-item {
    width: 300px;
}

.custom-badge[data-badge]::after {
	top: -105px;
	width: auto;
	height: auto;
	border-radius: 5px;
	padding: 0px 3px;
}

.nice-chat li.in .message {
    background: #E44F56;;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
	margin: 30px 0px;
	padding: 10px 20px;
	border: 1px solid #dadada;
	border-radius: 10px;
	background: #efefef;
}

ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.search-overview {
    max-width: 500px;
    margin: auto;
}

.no-bottom-padding {
	margin-bottom: 0px !important;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

table.dataTable td.sorting_1, table.dataTable td.sorting_2, table.dataTable td.sorting_3, table.dataTable th.sorting_1, table.dataTable th.sorting_2, table.dataTable th.sorting_3 {
    background: transparent !important;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list {
    height: auto !important;
}

.panel-heading-blue {
    background: #428BCA;
    color: white;
}

.table-container {
	background: #efefef; 
	padding: 10px;
	margin-bottom: 30px;
}

.left-tab-card {
	padding: 10px 0px 10px 10px; 
	background: #428BCA
}

.left-tab-card > li > a {
	border-radius: 5px 0px 0px 5px !important;
	color: #fff
}

.section-image {
	width: 200px; 
	padding: 5px; 
	border: 1px solid #5a5a5a; 
	border-radius: 5px; 
	margin-right: 10px; 
	margin-bottom: 10px;
	display: inline-block;
}

.loader {
  border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #E44F56; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


ul.pagination li a {
    color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination li.active a {
    background-color: #DCE47E;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}
ul.pagination .disabled:hover a {
    background: none;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(0, 0 ,0 , 0.54);
}

.legend-head header {
	padding-left: 0px;
	color: #558;
}

.mail-list {
	border: 3px solid #eee;
	padding: 0px 10px 20px 10px;
	border-radius: 7px;
	margin-bottom: 25px;
}

.mail-list hr {
	margin: 10px 0;
}

.summary-title {
	margin-right: 5px;
}

.form-control::placeholder {

    color: #bababa !important;
}

.outer-label {
	width: 50%
}

.inner-label {
	width: 100%
}

element {

}

.has-vue-error {
    border: 2px solid #f00;
}

.has-vue-success {
    border: 2px solid #0f0;
}

* {
    box-sizing: border-box;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .3s ease;
}

.modal-container {
    width: 700px;
	max-height: 80%;
    margin: 40px auto 0;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
	overflow-y: auto;
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 0;
}

.text-right {
    text-align: right;
}

.form-label {
    display: block;
    margin-bottom: 1em;
}

.form-label > .form-control {
    margin-top: 0.5em;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    line-height: 1.5;
    border: 1px solid #ddd;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.edit-dialog-label {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #eaeaea;
	margin-bottom: 1px;
}

.edit-dialog-control {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fafafa;
}

.pop-label {
    font-weight: 700;
    background: #efefef;
    margin-bottom: 0px;
}

.pop-title-detail {
    border: 1px solid #efefef;
	background: #fcfcfc;
    margin-bottom: 0px;
}

/* Update for the patient workspace */
/*
.borderBox.light > .borderBox-title > .nav-tabs > li {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-right: 1px solid;
}
 
.borderBox.light > .borderBox-title > .nav-tabs > li > a {
    color: #fff;
}
*/
