body {
    margin-top: 80px;
}

.form-group.required .control-label:after {
    content:"*";
    color:red;
}

.fc-agendaWeek-view tr {
    height: 30px;
}

.fc-agendaDay-view tr {
    height: 30px;
}

.fc-day-header {
    vertical-align: middle !important;
    position: relative;
}

.ng-table th {
    text-align: left;
}

.navbar-brand img {
    height: 42px;
    margin: -7px;
}

ul.nav.navbar-nav > li.active > a {
    background-color: #153261 !important;
    padding-top: 0px;
}

.table {
    margin-top: 30px;
}

/* ########## KALENDARZ ########## */

.fc-time-grid-container {
    height: 100% !important;
}

.fc-button {
    text-transform: uppercase;
    border: none;
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-size: 200%;
    background-position: 50%;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #444444;
    background-color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
}

.fc-corner-left {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.fc-corner-right {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.fc th {
    text-align: left !important;
}

.fc-axis.fc-widget-header {
    width: 45px !important;
}

.fc-axis.fc-time {
    background-color: white !important;
}

.fc-agendaWeek-button {
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.fc-widget-header {
    background-color: #039cfd !important;
    color: white;
    border: none;
}

[data-notify="container"] {
    background-image: none;
    left: -20px;
    top: 50px;
}

.procedure-pattern-preview-small {
    width: 60px;
    height: 30px;
    border: 1px solid black;
    display: inline-block;
    position: relative;
    float: left;
    margin: 2px;
}

.procedure-pattern-preview-small-label {
    display: inline-block;
    white-space: normal;
    position: absolute;
    left: 80px;
    width: calc(100% - 85px);
    max-height: 34px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: initial;
}


.procedure-pattern-preview {
    width: 80px;
    height: 40px;
    border: 1px solid black;
}

.navbar-collapse.collapsing {
    overflow: hidden;
}

@media (min-width:768px) {
    .navbar-collapse.collapsing {
        height:auto !important;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.fc-customColoring {
    z-index: 4 !important;;
    opacity: 1;
}

.fc-medistBusinessHours {
    z-index: 3 !important;
    opacity: 1;
}

.fc-bg {
    background-color: #eee;
}

.fc-today {
    opacity: 0.5;
}

.calendar h3 {
    font-size: 26px;
    line-height: 30px;
    margin: 0;
}

.calendar h3 #calendarTitle {
    border: 1px solid #ccc;
    border-top-width: 0;
    border-left-width: 0;
    border-radius: 4px;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    margin: -3px 12px 0 0;
    padding: 4px 10px;
    vertical-align: middle;
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}

.calendar h3 #officeName {
    font-weight: 200;
    margin-right: 12px;
}

.calendar h3 #doctorName {
    font-weight: 800;
}

#svgDiag
{
    display: block;
    margin: 0 auto;
}

.notes-collapse {
    position: absolute;
    width: calc(100% - 71px);
    opacity: 1;
    z-index: 10;
    margin-top: 50px;
    border: 2px solid darkgray;
}

.notes-collapse .inner{
    height: 400px;
    min-height: 20px;
    background-color: #f9f9f9;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    padding-left:41px;
 }

.notes-collapse .inner .notes-table{
    width: 100%;
    margin-top: 0;
    height: 100%;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.notes-table-inner {
    background: white;
    margin: 0 !important;
}
.note-date-column {
    height: 100%;
    position: relative;
    vertical-align: top;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.note-date {
    display: inline-block;
    font-weight: bold;
}

.note-author {
    display: inline-block;
    font-weight: bold;
    float: right;
}

.note-message.note-message-editable:hover{
    outline-style: auto;
    outline-color: rgb(77, 144, 254);
    outline-width: 5px;
}
.note-message.note-message-editable:focus{
    outline-style: auto;
    outline-color: rgb(77, 144, 254);
    outline-width: 5px;
}

.add-note-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}

.add-note-message {
    width:100%;
}

.notes-table-inner-wrapper {
    max-height: 285px;
    overflow: auto;
}

.day-header-badge-box {
    right: 5px;
    position: absolute;
}

.procedure-pattern-preview-box {
    white-space: normal;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.ng-hide.ng-hide-animate{
    display: none !important;
}
.text-strong {
    font-weight: bold;
}
.f-s-16 {
    font-size: 16px;
}
.nav>li {
    cursor: pointer !important;
    margin-bottom: 0;
}
.nav>li.active {
    box-shadow: 0 2px 0 #039cfd;
}

.nav-tabs>li.active {
    box-shadow: 0 3px 0 #039cfd;
}

.nav>li>a {
    cursor: pointer !important;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 0;
}
.nav>li>a>h4 {
    cursor: pointer !important;
}
.diagram-second-wrapper {
    width: 100%;
    max-width: 1140px;
    max-height: 220px;
    margin: 0 auto;
}
.diagram-primary-wrapper {
    width: 100%;
    max-width: 750px;
    max-height: 220px;
    margin: 0 auto;
}
.inline-block {
    display: inline-block;
}
#ui-datepicker-div
{
    z-index: 9999 !important; /* must be > than popup editor (950) */
}

.vertical-middle {
    vertical-align: middle !important;
}

.tab-content.grey {
    background-color: inherit !important;
    box-shadow: none;
}

.underline-on-hover:hover {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

ul.nav-tabs > li.active span {
    font-weight: bold;
}

.ng-table {
    margin-top: 5px;
}

.ng-table-pagination {
    margin: 0;
}

.ng-table-wrapper {
    margin-top: 20px;
}

.ng-table-pager {
    height: 39px;
}
