﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, .page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar .page-sidebar-menu > li.active.open > a{
    background: none repeat scroll 0 0 #44b6ae;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a:hover,
.page-sidebar .page-sidebar-menu > li.active > a:hover,
.page-sidebar .page-sidebar-menu > li.active.open > a:hover {
  background: #44b6ae;
}

.tabbable-custom > .nav-tabs > li.active {  
 border-top: 3px solid #72b8f2;
}

#patientSummary .modal-dialog{
    width: 90%;
}
#patientSummary .modal-dialog{
    font-size: 14px;
}
.values-color{
    color: #428bca;
}
#patientSummary .modal-dialog ul{
    list-style-type: none;
    padding: 0;
}
.confimationMessage{
    color:red;
}

#summaryContent
{
    min-height : 600px;
}

.dateFilter {
    padding-bottom: 30px;
}

input[type="checkbox"].toggle {
    opacity: 0;
    position: absolute;
    left: -9000px;
    top: -9000px;
}

input[type="checkbox"].toggle + label {
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}

input[type="checkbox"].toggle + label::before {
    content: "";
    width: 2em;
    height: 1em;
    background-color: hsl(0, 80%, 90%);
    border-radius: 1em;
    margin-right: .25em;
    transition: background-color 200ms ease-in-out;
}

input[type="checkbox"].toggle + label::after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: "\2715";
    font-size: .5em;
    height: .9em;
    left: .2em;
    width: 1.8em;
    height: 1.8em;
    background-color: hsl(0, 80%, 60%);
    color: white;
    border-radius: 1em;
    transition: background-color 200ms ease-in-out, transform 200ms ease-in-out;
}

input[type="checkbox"].toggle:focus + label::before {
outline: 1px solid black;
}

input[type="checkbox"].toggle:checked + label::before {
background-color: hsl(100, 70%, 90%);
}

input[type="checkbox"].toggle:checked + label::after {
content: "\2713";
transform: translateX(100%);
background-color: hsl(100, 70%, 60%);
}

input[type="checkbox"].toggle:disabled + label {
color: #777;
}

input[type="checkbox"].toggle:disabled + label::before {
    background-color: #CCC;
}

input[type="checkbox"].toggle:disabled + label::after {
    background-color: #777;
}

.revisionDate{
    border-width:1px;
}

#submitBoardDateForm{
    margin-left: 10px;
}
.hide-field{
    display:none;
}
.no-padding-right{
    padding-right:0px;
}
.no-padding-left{
    padding-left:0px;
}