/* Write your custom CSS here */
body { overflow-y: scroll!important; }
.pull-right { float:right; }
.pull-left { float:left; }
.mt-0 { margin-top:0px !important; }
.align-center{ text-align: center; }
.align-right{ text-align: right; }
.align-left{ text-align: left; }
/*.hide { display:none !important; }
.show { display:block !important; } */

.mn-inner {
    padding: 5px 5px 5px 5px;
    min-height: calc(100% - 181px);
}

.mn-inner.hidden-fixed-sidebar {
    padding-left: 5px!important;
}
.middle-content {
    padding-top: 5px;
    padding-right: 5px;
}

@media (min-width: 993px) {
    .mn-content.fixed-sidebar .mn-inner {
        padding-left: 225px;
        width: 100%;
    }

    .mn-content.fixed-sidebar .page-footer {
        padding-left: 225px;
        padding-right: 0px;
        width: 100%;
    }

    .mn-content.fixed-sidebar-on-hidden .page-footer {
        padding-left: 25px!important;
        padding-right: 25px!important;
        width: 100%;
    }
    .middle-content {
        width: 100%!important;
    }
}


@media only screen and (max-width: 600px)  {
    .inner-sidebar {
        display: none!important;
    }

    .middle-content {
        width: 100%!important;
    }
}


.signin-page {
    background: url('../images/sign-in-bg.jpg') no-repeat center center;
}
.indigo {
  background-color: #06318e !important;
  color: #fff;
}
.in-app-logo {
	margin-top: 5px;
	height: 50px;
}
.patients-card {
    background: url('../images/patients-card.png') no-repeat center right #fff;
}
.medics-card {
    background: url('../images/medics-card.png') no-repeat center right #fff;
}
.files-card {
    background: url('../images/files-card.png') no-repeat center right #fff;
}
.files-table-row {
	font-size: 10px;
}
.recent-patients img {
    float: left;
    width: 40px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.08),0 2px 10px 0 rgba(0,0,0,0.06);
}
.card-with-button {
	float:left;
}
.card-right-button {
	float: right;
	margin-left: 5px;
}
/*.btn-flat {
  color: #fff!important;
}*/
.btn-flat:hover {
  opacity: 0.7!important;
}
.clear-float {
	clear:both;
}

.trash-button {
	cursor: pointer;
}

/* The alert message box */
.alert-error, .alert-success {
    padding: 20px;
	width:100%;
    background-color: #f44336; /* Red */
    color: white;
	position: fixed;
	z-index: 99999;
}
.alert-success {
    background-color: #4CAF50; /* Green */
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 32px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}

.collection {
  border: none;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
}
.collection a{
    color: rgba(0,0,0,0.6);
}
.collection a i:hover{
    color: rgba(0,0,0,0.6);
}



.collection .collection-item.avatar .title {
  font-size: 14px;
}

.collection li{
  font-size: 12px;
}
.collection li.medic-list {
  background: none;
}

.secondary-content {
    color: rgba(0,0,0,0.6);
}


.collection .collection-item.avatar {
  padding-left: 50px;
}
.collection .collection-item.preview-element {
  padding-right: 50px;
}

.collection .collection-item.preview-element .zoom-icon, .collection .collection-item.preview-element .delete-icon {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  right: 0px;
  display: inline-block;
  vertical-align: middle;
}
.collection .collection-item.preview-element .delete-icon {
  right: 50px;
  cursor: pointer;
}
.collection .collection-item.avatar .circle {
  left: 0px;
}
.collection .collection-item.avatar .circle:hover {
  opacity: 0.7!important;
}
.collection .collection-item.avatar .zoom-icon:hover, .collection .collection-item.avatar .delete-icon:hover {
  opacity: 0.7!important;
}

.collection .collection-item.avatar .secondary-content {
  right: 5px;
}

.collection .collection-item.avatar {
  min-height: 65px;
  border-bottom: 1px solid #e0e0e0;
}

.collection .collection-item.no-avatar {
  padding-left: 0px;
  padding-right: 30px;
}

.search-head {
    margin-bottom: 10px;
}

.inner-sidebar .info-item .message-info {
    float: left;
    margin-left: 5px;
    font-size: 11px;
}

.inner-sidebar .info-item .message-info small {
    font-size: 9px;
}


.inner-sidebar .info-item img {
    height: 28px;
	width: 28px;
}

.grey-card {
	background:#f8f8f8;
}

.magnifier-image {
	display:block;
	margin: auto;
	max-height: 100%;
}
table.dataTable.no-footer {
    border-bottom: 0px;
}
.dataTable td, .dataTable th {
    padding: 5px 5px!important;
}
.tabs .indicator {
    height:0px;
}

.tab-content .card {
    margin-top: 0px;
    box-shadow: none;
}

.tab a {
    border-bottom: 1px solid #26a599;
    background-color: #f5f5f5;
}
.tab a.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

#notes_tbl tbody tr td {
    padding: 8px 5px;
}
#notes_tbl tbody tr td i {
    font-size: 20px;
}
.select2-container {
    width:100% !important;
}

.discret-divider {
  border: solid 1px #f4f4f4;
}
