﻿body[menu=hide] .left-sidebar {
    display: none !important;
}

body[menu=hide] .content-wrapper {
    width: 100% !important;
}

textarea {
    resize: none;
}

.menu-commands-panel .menu-command-group {
    display: inline-block;
    margin-left: 20px;
}

    .menu-commands-panel .menu-command-group:first-child {
        margin-left: 0;
    }

    .menu-commands-panel .menu-command-group > .btn,
    .menu-commands-panel .menu-command-group > .btn-group {
        margin-left: 5px;
        margin-bottom: 5px;
    }

        .menu-commands-panel .menu-command-group > .btn:first-child,
        .menu-commands-panel .menu-command-group > .btn-group:first-child {
            margin-left: 0;
        }

    .menu-commands-panel .menu-command-group .btn i.icon {
        /*display: none;*/
    }

    .menu-commands-panel .menu-command-group .btn i.icon.fa {
        /*display: none;*/
        margin-right:4px;
    }

.sorting-header {
    color: #222222;
    text-decoration: none;
}

.template-html {
    display: none;
}

.loading-container {
    min-height: 100px;
    background: url("images/loading.gif") center center no-repeat;
}

.loading-container_fit {
    min-height: initial;
}

.loading-container > * {
    opacity: 0.5;
}

.loading-container.one-row {
    min-height: 32px;
}

.collapsible-panel .collapsible-header {
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;

}

    .collapsible-panel .collapsible-header::before {

        content: "\f105";
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: bold;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        margin-left: 5px;
        padding-right:2px;
        color: #31708f;

        /*content: "\e0d1";
        font-family: 'clip-font';
        font-style: normal;
        font-weight: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 11px;
        margin-left: 5px;
        color: #CACFD2;*/
    }

.collapsible-panel.expanded .collapsible-header::before {

    content: "\f107";
}

.collapsible-panel .collapsible-body {
    display: none;
}

.collapsible-panel.expanded .collapsible-body {
    display: block;
}

h2.action-title {
    font-family: 'Lato';
    margin-top: 0;
}

.sub-title-info {
    color: #747474;
    opacity: 0.7;
    font-size: 12px;
}

.instruction-container,
.error-message-container,
.action-notification-container {
    margin-bottom: 20px;
}

ul.pagination {
    margin-top: 0;
}

    ul.pagination li {
        vertical-align: top;
        float: left;
        margin-left: 5px;
    }

        ul.pagination li:first-child {
            margin-left: 0;
        }

        ul.pagination li a {
            display: inline-block;
            padding: 3px 4px;
            width: 24px;
            height: 22px;
        }

            ul.pagination li a img {
                display: inline-block;
                opacity: 0.6;
                vertical-align: top;
            }

        ul.pagination li.unavailable a,
        ul.pagination li.unavailable-until-count-requested a {
            visibility: hidden;
        }

        ul.pagination li span {
            line-height: 22px;
        }

.panel.empty-message-container {
    margin-bottom: 0;
    padding: 8px;
    line-height: 1;
}

.main-menu li[data-badge-type] .badge {
    margin-left: 3px;
    padding: 2px 5px;
    font-size: 11px;
}

.main-menu li[data-badge-type='scheduler-queue-confirmation'] .badge {
    background-color: #476ea7;
}

.main-menu li[data-badge-type='scheduler-queue-reschedule'] .badge {
    background-color: #bd3b36;
}

.main-menu li[data-badge-type='scheduler-queue-recalls'] .badge {
    background-color: #d5a047;
}

.main-menu li[data-badge-type='scheduler-queue-exception'] .badge {
    background-color: #626262;
}

/*.field-container[data-id$='NPI'] .field-control-container {
    width: calc(60% - 150px) !important;
    max-width: 240px;
    min-width: 120px;
}*/

    .field-container[data-id$='NPI'] .field-control-container input[type='text'] {
        max-width: 200px;
    }

.field-container[data-id$='NPI'] .verify-npi-command {
    float: left;
    margin-left: 10px;
    line-height: 30px;
}

label.checkbox-control {
    margin: 0;
}

.no-left-padding {
    padding-left: 0;
}

.no-right-padding {
    padding-right: 0;
}

.badge.arrived-status {
    background-color: #476ea7;
}

.badge.cancelled-status {
    background-color: #bd3b36;
}

.badge.no-show-status {
    background-color: #626262;
}

.badge.status-all {
    background-color: #46b0cf;
}

div[loading-widget] {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: url("images/loading.gif") center center no-repeat #ffffff;
}

#fancybox-loading {
    z-index: 30000;
}

/*PicEdit*/
.picedit_container {
    border: 1px solid #ccc;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.picedit_box {
    overflow: visible;
    margin-top: 32px;
    border: 0;
    min-width: 100px;
    margin-bottom: -5px;
}

.picedit_nav_box {
    width: 100%;
    opacity: .6;
    background: gray;
    top: -32px;
    height: 32px;
    padding: 4px 0;
}

.picedit_nav_elements {
    padding: 3px 0 0 0;
    opacity: 1;
}

.picedit_action {
    font-size: 16px !important;
}

    .picedit_action.ico-picedit-pencil, .picedit_action.ico-picedit-arrow-maximise, .picedit_action.ico-picedit-redo, .picedit_action.ico-picedit-insertpicture {
        display: none;
    }

.picedit_message {
    display: none;
}

    .picedit_message.active {
        display: block;
    }

.picedit_action_btns {
    font-size: 16px;
    display: block;
    width: auto;
    height: auto;
    margin-top: 0;
    top: -25px;
    left: 5px;
    position: absolute;
    z-index: 1000 !important;
    opacity: 1 !important;
}

    .picedit_action_btns .picedit_control:hover, .picedit_nav_elements .picedit_element picedit_control:hover {
        color: white;
        text-shadow: none;
        opacity: 1;
    }

    .picedit_action_btns .center {
        display: none;
    }

.picedit_canvas canvas {
    height: 100%;
    width: 100%;
}

.access-denied-panel {
    display: block;
    padding: 100px 200px;
}

    .access-denied-panel img {
        display: block;
        margin: 0 auto;
    }

/* temporally css, move to block*/
.field-control-container[class*="card-type-"]:before {
    content: "";
    display: block;
    height: 29px;
    position: absolute;
    right: 0;
    width: 47px;
    background-repeat: no-repeat;
    background-size: contain;
}

.field-control-container.card-type-visa:before {
    background-image: url('../assets/icons/cards/visa-straight-32px.png');
}

.field-control-container.card-type-mastercard:before {
    background-image: url('../assets/icons/cards/mastercard-straight-32px.png');
}

.field-control-container.card-type-american-express:before {
    background-image: url('../assets/icons/cards/american-express-straight-32px.png');
}

.field-control-container.card-type-diners-club:before {
    background-image: url('../assets/icons/cards/DinersClub.png');
}

.field-control-container.card-type-discover:before {
    background-image: url('../assets/icons/cards/discover-straight-32px.png');
}

.field-control-container.card-type-jcb:before {
    background-image: url('../assets/icons/cards/JCB.png');
}
/**/


.field-control-container .historical-changes .value-old {
    padding-right: 26px;
    position: relative;
    color: #8e8e8e;
}

    .field-control-container .historical-changes .value-old::before {
        content: ' ';
        border: 4px solid transparent;
        display: inline-block;
        border-left: 4px solid #34a6c8;
        position: absolute;
        right: 0;
        top: 4px;
    }

    .field-control-container .historical-changes .value-old::after {
        content: ' ';
        background-color: #34a6c8;
        height: 4px;
        width: 15px;
        display: inline-block;
        position: absolute;
        top: 6px;
        right: 6px;
    }

.decision-message-panel {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: bold;
    background: #ECECEC;
    border-bottom: none;
    line-height: 25px;
    color: #002b7f;
    padding-left: 12px;
    padding-right: 12px;
}

.decision-conflict-list-panel {
    max-height: 250px;
    overflow-y: auto;
    margin-bottom: 15px;
}

.decision-conflict-list-panel table {
    margin-bottom: 0;
}

.custom-hide {
    display: none;
}

@media print {
    @page {
        size: auto;
        margin: 0 0 20px;
    }

    .container {
        width: 100%;
    }

    a[href]:after {
        content: "";
    }

    .custom-report__filters,
    form .form-header-container,
    form .form-header-container + .row,
    form .form-fields-panel,
    form .bottom-command-panel,
    .search-advanced-tools,
    .row.search-header {
        display: none;
    }

    .search-page .result-container[data-advanced-tools-state='expanded'] .search-result-form {
        width: 100% !important;
    }

    .child-linked-record-container:not(:first-child) {
        page-break-inside: avoid;
    }
}

/* Right-Top Toolbar*/
ul.right-top-toolbar 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    text-align: right;
    margin-top: 10px;
}

ul.right-top-toolbar li { 
    display: inline; 

}

ul.right-top-toolbar li a{     
    color: #555;
}

ul.right-top-toolbar li i {
    font-size: 18px;
}

/*ul.right-top-toolbar li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
}*/

/*ul.right-top-toolbar li a:hover
{
color: #fff;
background-color: #369;
}*/