#page {
    padding-top: 50px;
}

@media (max-width: 979px) {
	#page {
		padding-top: 0px;
	}
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
 
::-webkit-scrollbar-track {
    border: 1px solid #dddddd;
}
 
::-webkit-scrollbar-thumb {
    background: #bbbbbb;
	opacity: 0.7;
}

::-webkit-scrollbar-thumb:hover {
    background: #aaaaaa;
	opacity: 0.9;
}

#content {
	overflow: auto;
	padding: 12px 25px 12px 35px;
}

.grid-view .select2-container {
	margin-bottom: 0 !important;
}

.select2-container .select2-choice {
	height: 28px !important;
}

.select2-container .select2-choice {
	background-color: #fff !important;
	background-image: none !important;
	border-radius: 1px !important;
}

.select2-container .select2-choice .select2-arrow {
	border-radius: 1px !important;
}

/*.select2-container {
	margin-bottom: 10px !important;
}*/

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid rgba(82, 168, 236, 0.8) !important;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: 0 0 5px rgba(82, 168, 236, 0.6);
	box-shadow: 0 0 5px rgba(82, 168, 236, 0.6);
}

.select2-container {
    min-width: 100px;
}

.select2-container .select2-choice .select2-arrow {
    border-left: none !important;
    background: none !important;
}

.select2-container .select2-choice {
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset !important;
    border: 1px solid rgb(204, 204, 204) !important;
    padding-left: 4px !important;
    line-height: 20px !important;
}

.select2-container-active .select2-choice {
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset, rgba(82, 168, 236, 0.6) 0px 0px 8px 0px !important;
    border: 1px solid rgba(82, 168, 236, 0.8) !important;
}

.select2-container .select2-chosen {
    color: gray !important;
    padding: 4px !important;
}

.select2-chosen {
    font-size: 14px;
}

.form-horizontal .btn-group {
    margin-bottom: 0;
}

#medicalRecordMenu {
    margin-bottom: 5px;
}

.tree li label, .tree li input[type="checkbox"] {
    margin: 4px;
}

.tree li label {
    display: inline-block;
}

.daredevel-tree-anchor {
    margin-top: 5px;
}

@media (min-height: 770px) {
	#content {
        max-height: 660px;
    }
}

@media (min-height: 770px) {
	#content {
        max-height: 660px;
    }
}

@media (max-height: 770px) {
	#content {
        max-height: 530px;
    }
}