﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=file],
select,
textarea {
    font-size:16px !important;
}

.horitz label {
    margin-right:15px;
}

    .jumbotron {
        margin-top: 30px;
    }

input[type='checkbox'], input[type='radio'], input[type='checkbox'] + label, input[type='radio'] + label {
    margin-right: 8px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #e5e5e5;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #327ab7;
}

.print-only {
    display:none;
}

.error
{
    color:#cc0000 !important;
}

.valid
{
	font-size: 9pt;
	color:#cc0000 !important;
	font-weight:bold;
	font-style:italic;
}

.msg
{
	font-size: 9pt;
	color:#4779AA !important;
	font-weight:bold;
	font-style:italic;
}

.autofill {
    display:none;
}

.sigpad {
    width: 100%;
    height: auto;
    max-height: 150px;
    margin-bottom:12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    /*touch-action:none;*/
}

.breadcrumb {
    background-color: #ffffff;
    border: 1px solid #ccc;
}

    .breadcrumb > li + li:before {
        color: rgba(204, 204, 204, 1);
        content: "\00a0\276F\00a0";
    }

.clear-button {
    
}

a.no-underline:hover, a.no-underline:focus {
    text-decoration:none !important;
}

a.block-clickable {
    display:block;
}

.form-control::-moz-placeholder {
  color: #dcdcdc;
  font-style:italic;
}
.form-control:-ms-input-placeholder {
  color: #dcdcdc;
  font-style:italic;
}
.form-control::-webkit-input-placeholder {
  color: #dcdcdc;
  font-style:italic;
}

.form-control.error::-moz-placeholder {
  color: #cc0000;
  font-style:italic;
}
.form-control.error:-ms-input-placeholder {
  color: #cc0000;
  font-style:italic;
}
.form-control.error::-webkit-input-placeholder {
  color: #cc0000;
  font-style:italic;
}

/*css to add back colours for badges and make use of the colours*/
.badge {
    padding:2px 9px;
}

.badge-error {
    background-color: #b94a48 !important;
}

.badge-error:hover {
    background-color: #953b39 !important;
}

.badge-warning {
    background-color: #f89406 !important;
}

.badge-warning:hover {
    background-color: #c67605 !important;
}

.badge-success {
    background-color: #468847 !important;
}

.badge-success:hover {
    background-color: #356635 !important;
}

.badge-info {
    background-color: #3a87ad !important;
}

.badge-info:hover {
    background-color: #2d6987 !important;
}

.badge-inverse {
    background-color: #333333 !important;
}

.badge-inverse:hover {
    background-color: #1a1a1a !important;
}


.nofocus {
   outline:0; 
}

input[type=text].noclear::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text].noclear::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"].noclear::-webkit-search-decoration,
input[type="search"].noclear::-webkit-search-cancel-button,
input[type="search"].noclear::-webkit-search-results-button,
input[type="search"].noclear::-webkit-search-results-decoration {
    display: none;
}

.navbar-brand {
    padding-top:5px;
    padding-bottom:5px;
}

footer p {
    font-size:8pt;
    color:#666;
    text-align:right;
}

hr {
    height:1px;
    color:#999;
    border-top:1px solid #ccc;
    margin-top:20px;
    margin-bottom:20px;
}

.buxjr-nav {
    font-weight:bold;
    text-transform:capitalize;
}

.yamm-content {
    padding: 0 15px 0 0 !important;
}

    .yamm-content li a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.4285;
        color: #9d9d9d;
        white-space: nowrap;
        padding: 5px 15px 5px 25px;
    }

.yamm-content li a:hover, .yamm-content li a:focus {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
}


.buxjr-scrollable {
    overflow-y:scroll;
    border: solid 1px #dcdcdc;
    border-radius:5px;
}


.buxjr-back {
    margin-right:8px;
}

.buxjr-search {
    margin-right:8px;
}

.buxjr-icons {
    margin-left:6px;
    margin-right:6px;
}

.label {
    cursor:default;
}

.buxjr-buttons {
    margin-top:24px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

table.calendar {

}

table.on-time {
    font-size:10px;
    width:100%;
}

table.on-time td {

}

table.on-time td:hover {
    background-color:rgba(66,139,202,0.1)
}

td.late {
    background-color:rgba(217,84,79,0.1) !important;
}

td.on-time {
    background-color:rgba(92,184,92,0.1) !important;
}

table.calendar th {
    width:14%;
}

table.fifteen {
    width:100%;
    font-size:8px;
    margin:8px 0px 0px 0px;
}

table.fifteen tr {
    padding:0;
}

table.fifteen td {
    line-height:8px;
    height:11px;
    padding:0px 5px 0px 5px !important;
    vertical-align:bottom !important;
}

table.fifteen td.quarterhour {
    border-top:solid 1px #e5e5e5;
}

table.fifteen td.hour {
    color:#999 !important;
    border-top:solid 1px #999;
}

table.fifteen td.halfhour {
    color:#999 !important;
    border-top:solid 1px #ccc;
}

table.fifteen td.on_start {
    background-color:RGBA(92,184,92,0.2);
    border-top:solid 1px RGBA(92,184,92,1);
    border-left:solid 1px RGBA(92,184,92,1);
    border-right:solid 1px RGBA(92,184,92,1);
    cursor:pointer;
}

table.fifteen td.on_middle {
    background-color:RGBA(92,184,92,0.2);
    border-left:solid 1px RGBA(92,184,92,1);
    border-right:solid 1px RGBA(92,184,92,1);
    cursor:pointer;
}

table.fifteen td.hot {
    background-color:RGBA(92,184,92,0.6);
    color:#fff !important;
    cursor:pointer;
}

table.fifteen td.on_end {
    background-color:RGBA(92,184,92,0.2);
    border-bottom:solid 1px RGBA(92,184,92,1);
    border-left:solid 1px RGBA(92,184,92,1);
    border-right:solid 1px RGBA(92,184,92,1);
    cursor:pointer;
}

.tooltip-inner { background-color: #000; color: #fff; border-bottom:solid 1px #000; }


.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color:rgba(255,255,255,0.7);
}


.table .table {
    background-color:transparent !important;
}

.table .table th {
    border-top:0px;
}

.tbl-lr-border {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align:center;
}


table.sessions td {
    line-height:23px !important;
}

a.alpha-jump:link, a.alpha-jump:visited {
    width:100%;
    display:block;
    font-size:11px;
    line-height:20px;
    font-weight:900;
    text-decoration:none;
    background-color:#fff;
}

a.alpha-jump:hover {
    background-color:#337AB7;
    color:#fff;
}

a.aj {
    display:block;
    height: 60px; /*same height as header*/
    margin-top: -60px; /*same height as header*/
    visibility: hidden;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #679CB1;
    color: #fff;
    font-weight:900;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.5s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #457b90;
}

#back-to-top.show {
    opacity: 1;
}

.mugshot {
    height:205px;
    background-position: center center;
    background-size: cover;
    margin-bottom:17px;
    border-radius:5px;
}

.modal-sessions {
    width:90% !important;
    max-width: 1200px;
}

.provider-mugshot {
    border:solid 1px #888; 
    height:175px; 
    background-position: center center; 
    background-repeat:no-repeat; 
    background-size:cover
}

@keyframes pulse_animation {
	0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.1); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.1); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}

@keyframes pulse_animation_fast {
	0% { transform: scale(1); }
	25% { transform: scale(1.05); }
	50% { transform: scale(1); }
	75% { transform: scale(1.05); }
	100% { transform: scale(1); }
}

.pulse-5 {
	animation-name: pulse_animation;
	animation-duration: 5000ms;
	transform-origin: 50% 50%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.pulse-1 {
	animation-name: pulse_animation_fast;
	animation-duration: 1000ms;
	transform-origin: 50% 50%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

a.dox:link, a.dox:visited {
    display:block;
}

a.dox:hover, a.dox:active, a.dox:focus {
    text-decoration:none;
}

.panel-heading [data-toggle="collapse"]:before
{
    font-family: 'Glyphicons Halflings';
    content: "\e080"; /* "chevron" icon */
    float: right;
    color: #888;
    font-size: 18px;
    line-height: 22px;
    margin-left:20px;

    /* rotate "chevron" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform:    rotate(-90deg);
    -ms-transform:     rotate(-90deg);
    -o-transform:      rotate(-90deg);
    transform:         rotate(-90deg);

    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;


}
.panel-heading [data-toggle="collapse"].collapsed:before
{
    /* rotate "chevron" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform:    rotate(90deg);
    -ms-transform:     rotate(90deg);
    -o-transform:      rotate(90deg);
    transform:         rotate(90deg);
}


.disabled-linkbutton, .disabled-linkbutton:hover 
{
    color:#333;
    text-decoration:none;
    cursor:default;
}

.tab-content 
{
    background-color:#fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    padding:15px;
    min-height:615px;
}


th.bord, td.bord {
    border-left:1px solid #dcdcdc;
    border-right:1px solid #dcdcdc;
}

th.bordb, td.bordb {
    border-bottom:1px solid #dcdcdc;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom-color:#fff;
}

.msd {
    font-size:10px;
    font-weight:bold;
    padding:5px;
}

.table-notes tr:first-child td {
    border-top:0 !important;
}

.bos-flag {
    color: lightgray;
}

.bos-flag:hover {
    color: #D9534F;
}

.bos-flag-red {
    color: #D9534F;
}

.bos-flag-red:hover {
    color: lightgray;
}

.footable-filtering-search {
    margin-right:-5px !important;
    margin-bottom:7px !important;
}

.btn.disabled {
    pointer-events:auto !important;
}


/* MEDIA QUERIES */
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .table-responsive{
        background-color:#fff !important;
    }

    .sigpad {
        min-height: 200px;
        height: 200px;
    }

    .navbar-logo-sm {
        display: block !important;
        width: 350px;
        margin-top: 0px;
    }

    .navbar-logo {
        display: none !important;
    }

        
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

    .navbar-logo-sm {
        display: block !important;
        width: 350px;
        margin-top: 0px;
    }

    .navbar-logo {
        display: none !important;
    }


}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .buxjr-nav {
        font-size:11px;
        padding:18px 6px 14px 6px !important;
    }

    .buxjr-nav i {
        display:none;
    }

    .dropdown-menu > li > a {
        padding:8px 10px 8px 10px !important;
    }
    .table-responsive{
        background-color:transparent !important;
    }  
    .adjacent-checkbox {
        margin-top:32px;
    }
    .navbar-logo-sm {
        display: none !important;
    }

    .navbar-logo {
        display: block !important;
        width: 100px;
        margin-top: 10px;
    }

    .panel-body .form-group {
        margin-bottom:0px;
    }

    .yamm-content {
        padding: 0 15px !important;
    }

    .yamm-content li a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.4285;
        color: #333;
        white-space: nowrap;
        padding: 8px 10px 8px 10px !important;
    }

    .yamm-content li a:hover, .yamm-content li a:focus {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;
    }


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .body-content {
        width: 90%;
    }

    .header-content {
        width: 90%;
    }

    .buxjr-nav {
        font-size:13px;
        padding:18px 10px 14px 10px !important;
    }

    .buxjr-nav i {
        display:none;
    }

    .navbar-logo-sm {
        display: none !important;
    }

    .navbar-logo {
        display: block !important;
        width: 100px;
        margin-top: 10px;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    .buxjr-nav i {
        display:inline;
    }

    .navbar-logo-sm {
        display: none !important;
    }

    .navbar-logo {
        display: block !important;
        width: 200px;
        margin-top: 0px;
    }

}

/* Print Specific Styles*/
@media print
{    
    .noprint, .noprint *
    {
        display: none !important;
    }

    .print-no-scroll {
        overflow: -moz-hidden-unscrollable ;
        overflow-x: hidden;
        overflow-y: hidden;
    }

}