html {
    /*overflow-y: scroll;*/ /** COMMENTED ON ISSUE WITH FULLCALENDAR3.9 ***/
}

body {
    background-color: #4B5B6A;
}


.account-alert-success {
    background: url(/commonAssets/img/greenCheck.png) 7px 7px no-repeat;
    border: 1px solid #7cbf5c;
    padding: 10px 20px 10px 47px;
    /*max-width: 500px;*/
    font-size: 18px;
    color: #7dc05d;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom:15px;
}

a {
    color: #009ddc;
}

a.accountName {
    color: white;
    text-decoration:none;
    font-size:150%;
    font-weight:100;
    font-family:'Open Sans', sans-serif;
}

a.accountName {
    text-decoration:none;
}

a.deleteLink {
    color: #d05454;
}

a.deleteLink:hover {
    color: #bd4d4d;
}

thead.head {
    color: #3A3A3A;
    font-weight:bold;
    background-color: #eeeeee;
}

tr.head {
    color: #3A3A3A;
    font-weight:bold;
    background-color: #eeeeee;
}

.table>thead>tr>th {
    border-bottom-width: 1px;
    font-size: inherit;
}

table.table-propet {
    border: 1px solid #ddd;
}

tr.future_booking, .future_booking tr {
     background: #e2f1f7 !important;
 }

tr.current_booking, .current_booking tr {
    background: #e6ffef !important;
}

.ao_table {
    width: auto;
    margin: 0;
}

.ao_table_pet_image {
    width:73px;
    border-top:none;
    padding:4px 8px 4px 0;
    vertical-align:top;
}

.btn.blue {
    background-color: #009ddc;
}

.blue.btn:hover, .blue.btn:focus, .blue.btn:active, .blue.btn.active {
    background-color: #0287bc;
}

.blue.btn:active:hover {
    background-color: #0287bc;
}

.boarding_cell {
    box-shadow: 7px 0 #00a0de inset;
}

.daycare_cell {
    box-shadow: 7px 0 #d85651 inset;
}


.facility_cell {
    box-shadow: 7px 0 #66C55D inset;
}

.addon_cell {
    box-shadow: 7px 0 #EBBC54 inset;
}

.default_cell {
    box-shadow: 7px 0 #FFF inset;
}


.booking_interface_form {
    margin: 0 18px;
}

.booking_interface_pet_selected {
    background-color: #d0f6b2;
    border: 1px solid #a1c387;
}

.booking_interface_pet_not_selected {
    border: 1px solid #b7bccc;
    background-color: #eceef5;
}

.booking_interface_modal_title {
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    padding-bottom: 10px;
    padding-top: 15px;
    margin-top: -15px;
}

.booking_interface_modal_subtitle {
    text-align: center;
    padding-bottom: 15px;
}

.booking_interface_modal_subtitle:empty {
    padding:0;
}

.booking_interface_pet_div {
    margin-bottom: 15px;
    padding: 8px;
    border-radius: 6px;
    cursor:pointer
}

#booking_interface_modal_error {
    padding-bottom: 10px;
    text-align:center;
    color: red;
}

#booking_interface_modal_error:empty {
    padding:0;
}

.autoSuggestResults {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 15px;
    padding-left:5px;
}

.autoSuggestResults td {
    vertical-align: top;
}

.circular-frame{
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.pet_customer_profile_pic{
    display: inline-block !important;
    width: 125px !important;
    height: auto !important;
}

.feeds li {
    color: #666;
}

.field_type {
    color:#bbb;
    margin-left:10px;
    font-size:90%;
}

.form-control {
    border: 1px solid #D3D3D3;
}

.form-group {
    margin-bottom: 8px;
}

.grey-box-outline {
    margin-top: 20px;
    padding: 12px;
    max-width: 900px;
    font-size:14px;
    background-color:#F4F4F4;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.greyed-out {
    color: lightgrey;
    font-style: italic;
}

.icon-note {
    font-size:150%;
}

.modal-header {
    padding: 15px 25px 13px 25px;
}

.modal-body, .modal-footer {
    padding-right: 25px;
    padding-left: 25px;
}

h4.note_heading {
    font-weight:500;
    font-size:19px;
}

.nav>li>a {
    padding: 8px 15px;
}

.number-stats .stat-number .number {
    font-size:25px;
}

.number-stats {
    margin: -10px 0 5px 0
}

.number-stats > div {
    border-right: 1px solid #ccc;
}



.page-bar {
    margin: 0;
    background-color: #fff;
}

.page-bar .page-breadcrumb {
    padding: 5px 0 0 0;
}

.page-bar .page-breadcrumb > li > a, .page-bar .page-breadcrumb > li > span {
    font-size:12px;
}


.page-content { background:#e9ebf4}

.page-header.navbar {
    background-color: #2B3643;
    border-radius: 0;
    box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.3);
    z-index: 100;
}

.page-sidebar-menu.page-sidebar-menu-closed > li:hover {
    box-shadow: none;
}
.page-sidebar-menu.page-sidebar-menu-closed > li:hover > .sub-menu {
    box-shadow: none;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover, .page-sidebar {
    background-color: #4B5B6A;
}

.propet-fixed-sidebar {
    position: fixed;
    z-index: 1;
}

.page-title {
    color: #3D89FD;
    font-weight:400;
    margin-bottom:30px;
}

.page_instructions {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fffff3;
    padding: 10px 11px;
    margin: 0px 0px 20px 0px;
}

.pet_name {
    padding-left: 7px !important;
    padding-right: 1px !important;
}

.popover {
    width:300px;
    background-color:#fffbe1;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 2px 3px 5px rgba(0,0,0,.2);
}

.popover.right .arrow:after {
    border-right-color: #fffad5;
}

.popover .form-group {
    padding: 0px 14px 0px 14px;
}

.popover-title {
    padding-top:12px;
}

.portlet-body {
    padding-bottom:30px;
}

.portlet.calendar.light .fc-button.fc-state-active, .portlet.calendar.light .fc-button.fc-state-hover {
    border-bottom: 4px solid #d05454;
}

.portlet.calendar.light .fc-button {
    padding-bottom: 25px;
}

.portlet.calendar .fc-widget-header {
    text-transform: none;
}

.portlet.calendar.light .fc-button span.fc-icon {
    top: -6px;
    height: 30px;
}

.portlet.light .portlet-body  {
    padding-top: 15px;
}

.portlet.light > .portlet-title > .caption {
    font-size: 24px;
    color: #505e6c;
}

.portlet.light.bordered > .portlet-title {
    border-bottom: 1px solid #ddd;
}

.portlet.light.bordered {
    border: 1px solid #DCE4EA !important;
}

.portlet.portlet-fullscreen {
    z-index: 10033;
}

.profile-sidebar {
    margin-right: 0;
    margin-left: 20px;
}


.profile-usermenu ul li a {
    font-size: 14px;
    color: #63707E
}


.profile-usertitle-name {
    color: black;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}





/* Override purple-seance to use our hand-picked grey for portlet */
/* ----------------------------------------------------------------------------*/

.portlet.box.purple-seance > .portlet-title {
    background-color: #72CDF4;
}

.portlet > .portlet-body.purple-seance, .portlet.purple-seance {
    background-color: #72CDF4;
}

.portlet.box.purple-seance {
    border: 1px solid #72CDF4;
}

.purple-seance.btn {
    background-color: #009ddc;
}

.purple-seance.btn:hover {
    background-color: #0084b7;
}

.purple-seance.btn:active {
    background-color: #0084b7;
}

.purple-seance.btn:hover, .purple-seance.btn:focus, .purple-seance.btn:active, .purple-seance.btn.active {
    color: #FFFFFF;
    background-color: #0084b7;
}

.purple-seance.btn:active:hover, .purple-seance.btn.active:hover {
    background-color: #0084b7;
}

/* ----------*/



.purchaseDisabled {
    text-decoration: line-through;
    color: #999;
}





.red-intense {
    color: #D05454;
}
.red-intense.btn {
    background-color: #D05454;
    color: #fff;
}

.table-striped {
    border-bottom:1px solid #ddd;
    margin-bottom:20px;

}


.sortHandle {
    width: 20px;
    cursor: ns-resize;
    color: #bbb;
}



.table>tbody+tbody {
    border-top: none;
}

.table.table-light > tbody > tr > td {
    color: #666;
}

.table.table-light > tbody > tr > td {
    border-bottom: 1px solid #e3e3e3;
}

.table.table-light > thead > tr > td {
    color: #666;
}

.table.table-light > thead > tr > td {
    border-bottom: 1px solid #e3e3e3;
}


.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #d05454;
}

.topBarLinks{
    padding: 5px 10px 0;
}

a.topBarLinks, div.topBarLinks>a {
    font-weight: 100;
    color: #fff;
    background: none !important;
}

a.topBarLinks:hover, div.topBarLinks>a:hover {
    text-decoration:none;
    color: #fff;
}

.topBarIcons {
    color: #89C5F9;
}

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

#mainPortlet {
    min-height: 1820px;
    border-radius: 6px;
}

.vaccination_good {
    color: #3FABA4;
}

.vaccination_expired {
    color: #d05454;
}

.vaccination_almost_expired {
    color: #FFB848;
}



@media (min-width: 992px) {
    .page-content-wrapper .page-content {
        padding-left:26px;
    }
}

@media print {

    a[href]:after {
        content: none !important;
    }

    .noprint,
    .alert,
    .account-alert-success {
        display: none;
    }

    .boxOutline {
        /*border: none;*/
        padding: 0;
    }


    /*Reports*/
    .portlet.light.bordered,  .portlet.light .portlet-body{
        border: none !important;
        padding: 0;
    }

    #mainPortlet {
        min-height: inherit;
    }

    .portlet.light.bordered > .portlet-title {
        border-bottom: none;
    }

    .boxOutline {
        border: none;
    }

    #launcher{
        display:none!important;
    }
}

div.photo-card-drop {
    background-color: rgb(204, 204, 204);
    border-radius: 5px;
}

div.photo-card-dragged-right {
    border-right: 3px solid #0287bc;
    border-left: none;
}

div.photo-card-dragged-left {
    border-left: 3px solid #0287bc;
    border-right: none;
}

span.test-item-order {
    color: #b11310;
    font-size: 15px;
    font-weight: bold;
}

.popover {
    max-width: 475px;
    z-index: 9995;
    width: 100%;
}

/* TODO temporary */
@media print {
    .table-report > tbody > tr > td,
    .table-report > thead > tr > td {
        padding: 0 4px 0 4px !important;
        font-size: x-small !important;
    }

    table.table-report{
        border-width: 2px;
    }
}

/*--Section Report component--*/
.reportDateFields{
    width: 150px;
}

.reportDivSeparator{
    height: 9px;
}

.reportNoResult{
    font-size: large;
    font-style: italic;
}
/*--End section Report component--*/

.noPaddingColBs {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

div.widerPortletContainer {
    padding-right: 5px;
    padding-left: 5px;
}

div.widerPortlets {
    padding-left: 10px !important;
    padding-right: 0px !important;
    margin-bottom: 20px !important;
}

div.centralPortlet > div {
    padding-left: 10px !important;
    padding-right: 0px !important;
    margin-bottom: 20px !important;
}

span.photo-tool.photo-tool-rotate.disabled i {
    color: #ef5350 !important;
}

#notes_modal .tab-content {
   /* height: 450px;
    overflow-y: auto;
    */
}

#notes_modal div.noteUserMessage {
    display: none;
    max-width: none;
}

span.fc-time {
    white-space: pre;
}

.visible-xxs {
    display: none;
}
.hidden-xxs {
    display: inline-block;
}

.textarea-autoresize {
    min-height: 50px;
    max-height: 1000px;
}

.redactor_editor table td {
    border: none !important;
}

@media (max-width: 400px) {
    .menu-toggler {
        margin: 0 !important;
        margin-top: 11px !important;;
    }
    .topBar {
        padding-left: 0 !important;
        padding-right: 8px !important;
    }
    .topBar .topNavBar .topBarLinks {
        padding: 5px 8px 0 !important;
    }
    .topBar .topNavBar ul.topBarLinks {
        padding: 0 !important;
    }
}

@media (max-width: 300px) {
    .visible-xxs {
        display: inline-block;;
    }
    .hidden-xxs {
        display: none;
    }
}

select::-ms-expand {
    border: none;
    background-color: transparent;
}

select.timeFields {
    padding-right: 2px;
}

div.paginate span {
    font-weight: bold;
}

div.paginate a.disabled {
    color: #DCDCDC;
    pointer-events: none;
}

#smart_feeding_info td {
    vertical-align: top;
    padding: 3px 5px;
}

@media (min-width: 769px) {
    .booking-interface-opts {
        padding-left: 23px;
    }
}

@media (max-width: 768px) {
    .booking-interface-opts {
        padding-left: 0px;
    }
}

span.resolved-incident{
    color: green;
    font-weight: bold;
}

span.trigger_setting_history_modal {
    cursor: pointer;
}

@media (min-width: 992px) {
    .page-content-wrapper {
        position: relative;
    }
}
