/* Color 1 */

.bbwt2-header {
    background: #ffffff !important;
}

ul#mainMenu {
    background-color: #ffffff !important;
}

/* Color 2 */

#mainMenuWrap {
    background-color: #007EC3 !important;
}

ul#mainMenu > li {
    background-color: #007EC3;
}

.bbwt2-header .login a {
    color: #007EC3;
    font-weight: bold;
}

ul#mainMenu .k-popup a, ul#mainMenu .k-popup a span {
    color: #007EC3 !important;
}

.k-menu .k-group .k-item:hover > .k-link {
    /*background-image: none;*/
    background-color: white;// #0C8ACF;
    border: 1px solid #007EC3;
            color: white !important;
}

.k-menu .k-group .k-item > span.k-link {
    background-color: #007EC3;
    border: 1px solid #007EC3;
            color: white !important;
}

.k-menu .k-group .k-item:hover > span.k-link {
    background-color: #0C8ACF;
    border: 1px solid white;
            color: white !important;
}

.widget, .k-content {
    background-color: #ffffff !important;
    color: #007EC3 !important;
}

.sn-content::before {
    border-color: #DBC669 transparent transparent transparent;
}


.k-window-titlebar {
    background-color: #ffffff !important;
    color: #007EC3;
}

.k-menu > .k-item:hover > .k-link {
    background: #007EC3 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #007EC3 !important;
}

.bbwt-cookie-banner .container .row {
    background-color: #007EC3;
}

.progress-bar-success {
    background-color: #007EC3;
}

.k-dropdown .k-select, .k-combobox .k-select, .k-datetimepicker .k-select {
    background-image: none !important;
    background-color: #007EC3 !important;
}

ul.k-pager-numbers span.k-state-selected, .k-grid-content tr.k-state-selected, .k-list li.k-state-selected {
    background-color: #007EC3 !important;
}

tbody td a, tbody td .link, tbody td .link:hover, tbody td a:hover, form .form-group a {
    //color: #007EC3 !important;
    color: #007EC3;
}

html, body {
    color: #007EC3 !important;
    background-color: #ffffff !important;
}

/* Color 3 */

ul.k-panelbar {
    background-color: #007EC3 !important;
}

ul.k-panelbar > li.k-item, ul.k-panelbar > li.k-item > .k-link, .k-panel > li.k-item {
    background-color: #007EC3 !important;
}

footer, footer div.container {
    background-color: #007EC3 !important;
    
    /* Fixing white line under footer */
    box-shadow: 0 2px #007EC3;
}

.color-4{
    color: #474747 !important;
}

#gridRecSheets {
    cursor: pointer !important;
}

/*
.k-window-titlebar {
    color: $cda-color-1;
    background-color: $cda-color-2 !important;
}

.progress-bar-success {
    color: $cda-color-1;
    background-color: $cda-color-2 !important;
}

.k-state-selected {
    color: $cda-color-1;
    background-color: $cda-color-2 !important;
}
*/$color_bg: #007EC3; /*#344D85;*/

footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    height: 35px;
    background-color: #232323;
}

footer .container {
    width: 100%;
    padding-top: 5px;
}

footer .links {
    width: 100%;
}

/*#mainContent {
    height: calc(100% - (116px + 35px));
    height: -moz-calc(100% - (116px + 35px));
    height: -webkit-calc(100% - (116px + 35px));
}*/

#sidebar {
    height: calc(100%);
    padding-left: 0px;
    padding-right: 0px;
}

#sidebar-user {
    height: 77px;
    background-color: #FFFFFF;
    padding-top: 18px;
    padding-left: 25px;
}

#sidebar-menu {
    height: calc(100% - 91px);
    background-color: #EEEEEE;
    border-right: 1px solid #EEEEEE;
    /*overflow-y: auto;*/
}

#project {
    height: calc(100%);
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

#project-top {
    height: 91px;
    background-color: #FAFAFA;
    padding-left: 10px;
    border-bottom: 1px solid #EEEEEE;
}

#project-middle {
    height: calc(100% - 91px);
}

#project-middle-container-login {
    height: calc(100%);
}

#patient_category {
    font-weight: bold;
}


.k-button.big-button {
    padding: 0 5px !important;
    font-weight: normal;
    margin: 8px 0 0 10px;
    width: 160px;
    height: 50px;
}

.k-width-160p {
    width: 160px !important;
}

.k-width-200p {
    width: 200px !important;
}

.k-width-120p{
    width:120px;
}

.container {
    width: 100%;
}

.center {
    margin: auto;
    width: 400px;
    height: calc(100%);
    display: flex;
    align-items: center;
}

.nouser-bg {
    border-radius: 1em;
    background-color: #E8E8E8;
    opacity: 0.9;
    padding-left: 20px;
}

.login-box {
    //float: left;
    width: 400px;
    height: 300px;
    text-align: center;
    -ms-border-radius: 1em;
    border-radius: 1em;
    background-color: #E8E8E8;
    opacity: 0.9;
}

.login-box .login-box-top {
    float: left;
    margin: 0;
    width: 400px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -ms-border-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    background-color: #4c4848; //#A3A3A3;
    opacity: 0.9;
    color:white;
}


.registration-box .registration-box-top {
    float: left;
    margin: 0;
    width: 500px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -ms-border-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    background-color: #4c4848; //#A3A3A3;
    opacity: 0.9;
}

.registration-center {
    margin: auto;
    width: 500px;
    height: calc(100%);
    display: flex;
    align-items: center;
}

.registration-box {
    float: left;
    width: 500px;
    height: 400px;
    text-align: center;
    -ms-border-radius: 1em;
    border-radius: 1em;
    background-color: #E8E8E8;
    opacity: 0.9;
}

.vertical-align-middle {
    margin-top: 20%;
    margin-bottom: 20%;
}

.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    min-width: 32px;
    max-width: 40px;
}

a.k-button > span.glyphicon {
    padding-right: 5px;
    padding-top:3px;
}

.k-button.k-button-icontext {
    background-image: -webkit-linear-gradient(bottom, #f8f8f8 0, #ededed 100%);
    background-image: -ms-linear-gradient(bottom, #f8f8f8 0, #ededed 100%);
    background-image: linear-gradient(to bottom, #f8f8f8 0, #ededed 100%);
    outline: 0;
    padding: 6px 13px 4px !important;
}

.k-button.flow-red {
    background: red !important;
    border: solid 2px $color_bg !important;
}

.k-button.flow-green {
    background: green !important;
    border: solid 2px $color_bg !important;
}

.home-chart {
    height: 270px;
    position: relative;
}

.k-content, .k-editable-area, .k-panelbar > li.k-item, .k-panel > li.k-item, .k-tiles {
    background-color: #fff;
}

.k-panelbar .k-content, .k-panelbar .k-panel, .k-panelbar .k-item {
    background-color: #fff;
    color: #333;
    border-color: #ccc;
}

.k-panelbar > .k-item, .k-panel > .k-item {
    list-style-type: none;
    display: block;
    border-width: 0;
    margin: 0;
    zoom: 1;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

/*.k-menu .k-item, .k-widget.k-menu-horizontal > .k-item {
    width: 99% !important;
}*/

#sidebar-menu {
    height: 100% !important;
}

#mainMenu li {
    border-right: none !important;
}

.login-header {
    vertical-align: middle;
}

.site-header {
    vertical-align: middle;
    margin-top: 15px;
}

.login-bg {
    background: url("/Content/images/background-login.jpg") 100% 100% no-repeat;
    background-position-x: -600px;
    background-position-y: 85px;
    background-size: cover;
}

.k-panelbar-expand, .k-panelbar-collapse {
    position: absolute;
    top: 5px;
    right: 2px;
}

/*.k-state-border-down .k-animation-container, .k-state-border-down .k-animation-container .k-group.k-popup.k-reset.submenu-border-fix.k-state-border-up {
    width: 100% !important;
}*/

.k-state-border-down li {
    border-right: 1px solid white !important;
}

td.checkbox_input {
    width: 34px;
    min-width: 24px;
}

td.checkbox_label {
    vertical-align: middle;
}

a {
    cursor: pointer;
}

a.k-button:hover {
    text-decoration: none;
}

a.k-button > span.glyphicon {
    padding-right: 5px;
}

a.k-button.k-grid-update:before,
a.k-button.k-grid-cancel:before,
a.k-button.k-grid-edit:before,
a.k-button.k-grid-delete:before,
a.k-button.k-grid-add:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1.66em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.k-button.k-grid-update span,
a.k-button.k-grid-cancel span,
a.k-button.k-grid-edit span,
a.k-button.k-grid-delete span,
a.k-button.k-grid-add span {
    display: none;
}

a.k-button.k-grid-update:before {
    content: "\e013";
}

a.k-button.k-grid-cancel::before {
    content: "\e095";
}

a.k-button.k-grid-edit:before {
    content: "\270f";
}

a.k-button.k-grid-delete:before {
    content: "\e014";
}

a.k-button.k-grid-add:before {
    content: "\002b";
    margin-right: 5px;
}

a.k-button > .k-icon,
a.k-link > .k-icon,
.k-select > .k-icon {
    margin-top: 6px;
    margin-left: 2px;
}

.clearline {
    height: 10px;
}

.rz-bubble {
    display: none !important;
}

.slider-group {
    height: 110px;
}

.rzslider .rz-tick-legend {
    min-width: 100px !important;
    width: 160px !important;
    max-width: 160px !important;
}

.patientlink, .patientlink:hover {
    color: white !important;
    text-decoration: none;
}


.k-widget.k-tooltip {
    background-color: #fcf8e3 !important; //specify tooltip's color
}

.k-tooltip-content {
    color: #c09853 !important;
}


.top-cell {
    vertical-align: top !important;
}

#NotesGrid pre {
    margin-top: 3px !important;
}

.max-width-100p {
    max-width: 100px;
}

.max-width-500p {
    max-width: 500px;
}

.min-width-160p {
    min-width: 160px;
}

div.middlecontent {
    padding-top: 6px;
}

.leftpadding {
    padding-left: 10px;
}

td.checkbox_input {
    input[type="checkbox"] {
        margin-top: 0px;
    }
}

.glyphicon-remove {
    cursor: pointer;
}

.quantity-table th, .quantity-table td {
    padding-right: 25px;
    padding-bottom: 10px;
    color: black;
}

.k-dropzone {
    padding-left: 0px;
}

.request-stock {
    width: 142px;
}

.checkbox_label label {
    margin-bottom: 0px;
    margin-left: 12px;
    padding-right: 22px;
}

.inline {
    display: inline;
}



.nopadding {
    padding: 0px !important;
}

.time-of-surgery {
    list-style: none;
    padding-left: 0px;
    display: flex;
}

.time-of-surgery li {
    margin-right: 20px;
}

.time-of-surgery input[type="radio"] {
    margin-right: 0px;
}


/* Double bounce spinner */

.double-bounce-spinner {
    z-index: 9999;
    left: 50%;
    width: 40px;
    height: 40px;
    position: fixed;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: $color_bg;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* Spinner end */

.k-multiselect-wrap .k-icon.k-delete {
    bottom: 12px;
    left: 20px;
    position: relative;
}

.readonly .k-multiselect-wrap {
    .k-icon.k-delete {
        display: none;
    }
}


.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

.pie-carousel #uib-slide div {
    height: 400px !important;
}

.carousel-indicators li {
    border-color: $color_bg !important;
}

.carousel-indicators .active {
    background-color: $color_bg !important;
}

@media (max-width: 768px) {

    html .bbwt2-header {
        margin-top: 0px;
    }

    #branding-logo {
        max-height: 90px;
        width: 161px;
        padding: 10px 0 0 0;
    }

    #sidebar-user {
        height: 70px;
        padding-top: 0px;
    }

    .bbwt2-header .login {
        padding-bottom: 0px;
    }

    .login-header {
        h1 {
            font-size: 10pt;
        }

        h4 {
            font-size: 9pt;
        }
    }

   

    .rzslider .rz-tick-legend {
        min-width: 100px !important;
        width: 113px !important;
        max-width: 113px !important;
        line-height: 15px;
    }

    .slider-group {
        height: 125px;
    }
}

 .modal-dialog {
        width: 400px;
    }

 .k-ext-checkbox-list
 {
width:100%;
max-height:200px;
 }

 .k-ext-checkbox-item
 {
     display: inline-block !important;
     padding-right:15px !important;
     //width:200px;
 }

input.k-checkbox {
    display: inline;
    opacity: 0;
    width: 0;
    margin: 0;
    position: absolute;
}

 .k-checkbox-label {
    position: relative;
    padding-left: 1.5em;
    vertical-align: middle;
    line-height: .875em;
    cursor: pointer;
}

 .k-checkbox:checked+.k-checkbox-label:before {
    background-color: #fff;
    border-color: #a0dba9;
    color: #f85a00;
}

 .k-checkbox:checked+.k-checkbox-label:before {
    content: "\2713";
}

 .k-checkbox-label:before {
    border-color: #c5c5c5;
    background: #fff;
    border-radius: 3px;
}

 .k-checkbox-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 1px;
    border-style: solid;
    width: 1em;
    height: 1em;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    
}
 
 .rlk-container
 {
     border: none;
     margin-left: 0;
     margin-right: 0;
     margin-bottom: -20px;
 }

 .rlk-container .container-fluid
 {
     padding-left:10px;
     padding-right: 10px;
     font-size: 16px;
 }

 .rlk-container h3
 {
     margin-top: 5px;
     font-size: 19px;
 }

 .header-yellow
 {
     background-color:yellow;
 }

 .header-blue
 {
     background-color: deepskyblue;
 }

 .header-green
 {
     background-color: mediumseagreen;
 }

 .table-row-height-34p td
 {
     height:34px;
 }

 .outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
}