﻿body, html {
    color: #012A43;
    background-color: #f6f5f5;
}

.multiselect-container.dropdown-menu {
    max-height: 350px;
    overflow: auto;
}

input.lastChk, input.lastChkCompany, input.lastChkCompany2 {
    margin-left: 10px !important;
    position: static !important;
}

.checkbox-npl label {
    padding-left: 0;
}

a.blackColor, a.blackColor:hover {
    color: #012A43;
}

.container.content {
    margin-bottom: 25px;
}

    .container.content ul {
        font-size: 18px;
        font-weight: 200;
    }

header {
    opacity: 1;
}

    header ul li a {
        color: white !important;
    }

    header ul li {
        border-color: white !important;
    }

    header .btn.uyelik {
        color: white !important;
    }
/* USER CONTROLS */
.lojistikRow h4 {
    text-align: center;
}

.lojistikRow img {
    display: inline-block;
}

.nasilRow .row {
    padding-top: 15px;
    font-size: 18px;
    font-weight: 300;
}

.nasilRow img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

/* CONTENT PAGE */

.container.content, .container.content p, .container.content a, .container.content a:hover {
    color: inherit;
}

.navCurrent {
    color: #11566f;
}

.bannerImage {
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 5px #000000;
    -ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pageContent, .clinicContent {
    background-color: rgba(255,255,255,0.8);
    min-height: 850px;
    -webkit-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 5px #000000;
    -ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .pageContent p {
        font-size: 18px !important;
    }

    .pageContent a:not(.btnShowAccordion), .clinicContent a:not(.btnShowAccordion) {
        color: #1d6e8b !important;
        font-weight: bold;
    }

#leftNav {
    background-color: #1287b0;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

ul.mainMenu {
    list-style: none;
    padding: 20px 0;
    color: white;
    list-style-position: outside;
}

    ul.mainMenu a {
        color: white !important;
    }

    ul.mainMenu li {
        padding: 5px 20px;
    }

.mainMenu li.none {
    list-style: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

li.mainSelected {
    background-color: #022d45;
}

ul.mainMenu ul li {
    list-style: disc;
}


.buttonWithBottomTitle img {
    width: 100%;
}

.buttonWithBottomTitle .bottomTitleWithBg {
    background-color: #1287b0;
    background-color: rgba(18, 135, 176, 0.7);
    margin-top: -40px;
    color: white;
    line-height: 40px;
    -webkit-border-bottom-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.btnWelcomeBg {
    border: none;
    background-color: #1287b0;
    padding: 5px 20px;
    color: white;
    border-radius: 3px;
    float: right;
    margin-right: 15px;
    text-align: center;
}

.cc-revoke, .cc-window {
    z-index: 1035 !important;
    font-size: 14px !important;
    font-family: 'DINBEK' !important;
}

    .cc-window.cc-banner {
        padding: 8px 1.8em !important;
    }

.cc-theme-classic .cc-btn:last-child {
    min-width: 100px !important;
}

.cc-window a {
    color: rgb(131, 131, 145);
    text-decoration: underline;
    font-weight: bold;
}

    .cc-window a.cc-btn {
        text-decoration: none;
    }
/* HELPERS  */
.form-error {
    color: #a94442;
    float: left;
    clear: both;
    margin-top: 3px;
}

.has-error .checkbox, .has-error .checkbox a {
    color: #a94442 !important;
}

.has-success .checkbox, .has-success .checkbox a {
    color: #3c763d !important;
}

.scaleImageContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100px;
}

.scaleImage {
    position: absolute;
}

.noDisplay {
    display: none;
}

.clear {
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.blueColor {
    color: #2d92b6;
}

.blueBg {
    background-color: #2d92b6;
}

.blackColor {
    color: black;
}

.whiteColor {
    color: #fff;
}

.orangeColor {
    color: #EF5F01;
}

.space {
    float: left;
    clear: both;
    width: 100%;
    height: 20px;
}

.spaceShort {
    float: left;
    clear: both;
    width: 100%;
    height: 10px;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.width100 {
    width: 100%;
}

.noPadding {
    padding: 0;
}

.txtCenter {
    text-align: center;
}

.txtLeft {
    text-align: left;
}

.txtRight {
    text-align: right;
}

.underline {
    text-decoration: underline;
}

.pageMessage {
    width: 100%;
    float: left;
    clear: both;
    height: auto;
    text-align: center;
    color: #2d92b6;
    padding: 100px 0;
}
    .pageMessage.row {
        padding-left: 30px;
    }

    .pageMessage p {
        line-height: 35px;
    }

    .pageMessage .glyphicon {
        font-size: 35px;
    }

    .pageMessage.shortPadding {
        padding: 0;
        padding-bottom: 20px;
        color: black;
    }

.pointer {
    cursor: pointer;
}

.marginRight10 {
    margin-right: 10px;
}

.lineHeight28 {
    line-height: 28px;
}

.pageHeader {
    color: black;
    font-weight: bold;
    padding: 10px 0;
}

.noBorder {
    border: none;
}

.loading {
    display: none;
}

.bigHr {
    margin: 30px 0;
}

.whiteBgWithBlueBorder {
    background-color: #fff;
    border: 1px solid #2d92b6;
    margin-top: -1px;
    z-index: 0;
}

    .whiteBgWithBlueBorder p, .modal-body p, .whiteBgWithBlueBorder a, .modal-body a {
        color: #2d92b6;
    }

    .whiteBgWithBlueBorder a, .modal-body a {
        text-decoration: underline;
    }

label a {
    text-decoration: underline !important;
}

#printContainer, .printContent, .printHeader, .printFooter {
    color: #000 !important;
}

.justprint {
    display: none;
}

.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

@media print {
    .modal, .modal-open .modal {
        overflow: hidden !important;
    }

    .noprint, .dropdown-menu.open {
        display: none;
    }

    body, html {
        overflow: visible !important;
        margin-top: 0;
        display: block;
        height: 100%;
        width: 100%;
    }

        body .justprint, body .printIt {
            float: left;
            overflow: visible !important;
            margin-top: 0;
            display: block;
            height: 100%;
            width: 100%;
        }

            body .justprint, body .justprint *, body .printIt, body .printIt * {
                display: block !important;
                background-color: white;
                color: #000 !important;
            }
}


body.mobile, html.mobile {
    background-color: #fff !important;
}

html.mobile {
    padding-top: 10px;
}

body.mobile header, body.mobile footer {
    display: none !important;
}

body.mobile .emergency-content .tabRow {
    display: none !important;
}

body.mobile .emergency-content .whiteBgWithBlueBorder {
    border: none;
}

body.mobile .calendar-content .fc-header-right, body.mobile .calendar-content .calendarButton {
    display: none !important;
}

body.mobile .calendar-content h2 {
    font-size: 24px;
}

body.mobile .calendar-content #calendar {
    padding-left: 0;
    padding-right: 0;
}

body.mobile #banner.medihis-content {
    display: none !important;
}

body.mobile .price-table-container .panel-heading {
    display: none;
}

body.mobile .price-table-container .panel-body {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.npl {
    padding-left: 0;
}

.npr {
    padding-right: 0;
}

.radioDrug input[type="radio"] {
    margin-left: 0px;
}

.radioDrug label {
    padding-left: 20px;
    margin-right: 15px;
}

.radioDrug {
    padding-left: 0;
}

#html5-watermark {
    display: none !important;
}

@media (max-width: 767px) {
    .clear-xs {
        clear: both;
    }

    .width100-xs {
        width: 100% !important;
    }

    #addFormPopup label {
        text-align: left;
    }

    body.mobile .col-xs-12.np .modal table tr th {
        padding-left: 0;
    }

    #addFormPopup th {
        width: 17% !important;
    }

    #addFormPopup #dateTestYear {
        width: 27% !important;
    }

    body.mobile #addFormPopup .ui-combobox, #addVaccinationPopup select {
        margin-bottom: 5px;
    }

    #dateTestValue td .dateText:first-child {
        width: 71px !important;
    }

    #exampleDateValueTd select {
        margin-bottom: 5px;
    }

    body.mobile #addFormPopup .testDateYear {
        width: 15% !important;
    }

    #addBMIPopup td .dateText {
        width: 54px !important;
    }

    #addBMIPopup td .width78 {
        width: 78px !important;
    }

    #addBMIPopup td .width83 {
        width: 83px !important;
    }

    #addBMIPopup .txtHeight, #addBMIPopup .txtWeight {
        width: 21% !important;
    }

    #addBMIPopup .drWeight, #addBMIPopup .drHeight {
        width: 26% !important;
    }

    #addBMIPopup .testDateDay {
        width: 12% !important;
    }

    #addBMIPopup .testDateMonth {
        width: 22% !important;
    }

    #exampleBMITd td {
        padding-bottom: 15px;
    }

    #compareTestPopup .btn {
        margin-left: 0 !important;
    }

    #compareTestPopup th {
        min-width: 105px !important;
    }

    #compareTestPopup select {
        width: 67% !important;
    }

    #addVaccinationPopup td .dateText {
        text-align: right !important;
        width: 85px !important;
        font-size: 12px !important;
    }

        #addVaccinationPopup td .dateText:first-child {
            width: 90px !important;
            font-size: 12px !important;
        }

    #addVaccinationPopup select {
        width: 57% !important;
    }

    #addVaccinationPopup .testDateDay {
        width: 12% !important;
    }

    #addVaccinationPopup .testDateMonth {
        width: 25% !important;
    }

    #addVaccinationPopup .testDateYear {
        width: 17% !important;
    }

    #newFilePopup select:first-child {
        width: 100%;
    }

    #addFormPopup #testDateValue .ui-combobox, #addFormPopup #testDateValue .ui-combobox .ui-combobox-input {
        width: 100% !important;
    }

    body.mobile #fullScreenBtn, body.mobile .panels {
        display: none !important;
    }

    body.mobile .medihis-content-chart .btn-primary {
        font-size: 12px !important;
        padding: 10px;
    }

    .mobile .profile-content .birthday-form-group {
        width: 100%;
        clear: both;
    }

    .mobile .profile-content .form-control-static {
        padding-top: 0;
    }

    .mobile .profile-content .after, .mobile .profile-content .after .formCountry {
        margin-bottom: 15px;
    }

    .mobile .nav-pills > li + li {
        margin-left: 0;
    }

    .mobile .nav-pills li a {
        margin: 0;
    }

    .mobile .nav-pills > li.active > a, .mobile .nav-pills > li.active > a:focus, .mobile .nav-pills > li.active > a:hover {
        background-color: #2d92b6;
        color: white;
    }

    .mobile .nav-pills > li > a {
        background-color: white;
        color: #2d92b6;
        border: 1px solid #2d92b6;
    }

    .mobile .nav-pills > li + li > a {
        border-top: none;
    }

    #addVaccinationBtn, #addFilePopupBtn {
        font-size: 12px !important;
    }

    .history-date {
        font-size: 12px;
    }
}

@media (max-width: 440px) {
    body.mobile .medihis-content-chart .btn-primary#addGraphic {
        font-size: 9px !important;
        line-height: 17px;
    }

    #addVaccinationBtn, #addFilePopupBtn, .history-date {
        font-size: 10px !important;
    }

    body.mobile .calendar-content h2 {
        font-size: 18px;
    }
}


/* SCHEDULE TABLE */

.scheduleTable {
    table-layout: fixed;
    word-wrap: break-word;
}

    .scheduleTable tr {
        display: none;
    }

    .scheduleTable .dayDateDate {
        font-size: 12px;
    }

    .scheduleTable th, .scheduleTable td {
        text-align: center;
        border: 1px solid #a2a2a2 !important;
    }

    .scheduleTable .titleTr {
        background-color: #605f5b;
        color: #d3d3d3;
        border: 1px solid #a2a2a2 !important;
    }

        .scheduleTable .titleTr th {
            border: none !important;
        }

    .scheduleTable .thTr {
        background-color: #ededed;
        color: #a2a2a2;
    }

    .scheduleTable td {
        font-size: 14px;
        background-color: #f5f5f5;
        color: #707070;
    }

    .scheduleTable .glyphicon {
        cursor: pointer;
    }

    .scheduleTable .tdActive {
        cursor: pointer;
    }

        .scheduleTable .tdActive:hover {
            background-color: #d3d3d3;
        }

        .scheduleTable .tdActive.active {
            background-color: #26b9b3;
            color: white;
        }

    .scheduleTable.scheduleSettings table {
        margin: 0;
    }

    .scheduleTable.scheduleSettings td {
        border: none !important;
    }

    .scheduleTable.scheduleSettings tr {
        display: table-row;
        border-top: 1px solid #ddd;
        border-bottom: 0;
    }

    .scheduleTable.scheduleSettings table tr:first-child {
        border-top: none;
    }

        .scheduleTable.scheduleSettings table tr:first-child td {
            padding-top: 15px;
        }

    .scheduleTable.scheduleSettings table tr:last-child td {
        padding-bottom: 15px;
    }

    .scheduleTable.scheduleSettings table tr:hover td {
        background-color: #ededed;
    }

    .scheduleTable.scheduleSettings table tr:last-child:hover td {
        background-color: #f5f5f5;
    }

    .scheduleTable.scheduleSettings table select.form-control {
        padding-right: 25px;
    }

    .scheduleTable.scheduleSettings .thTr {
        color: #605f5b !important;
    }

    .scheduleTable.scheduleSettings table .glyphicon-remove {
        color: #605f5b;
    }

        .scheduleTable.scheduleSettings table .glyphicon-remove:hover {
            color: #26b9b3;
        }

    .scheduleTable.read-only-daily .tr-day2,
    .scheduleTable.read-only-daily .tr-day3,
    .scheduleTable.read-only-daily .tr-day4,
    .scheduleTable.read-only-daily .tr-day5,
    .scheduleTable.read-only-daily .tr-day6,
    .scheduleTable.read-only-daily .tr-day7 {
        display: none;
    }

    .scheduleTable.read-only-daily .tdPassive {
        display: none;
    }

    /*.scheduleTable.read-only-daily .tr0:nth-child(3) .tdPassive:first-child {
    display: table-cell;
}*/


    .scheduleTable.read-only .tdActive {
        cursor: default;
    }

        .scheduleTable.read-only .tdActive:hover {
            background-color: #f5f5f5;
        }

    .scheduleTable.read-only td {
        height: 37px;
    }


.gridEmpty {
    font-size: 14px;
    padding: 25px 0;
    color: #b94a48;
}

    .gridEmpty:hover {
        color: #953b39;
    }


/* TABLE */

.gridTable {
    width: 100%;
    font-size: 11px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

    .gridTable .gridEmpty {
        text-align: center;
        font-size: 14px;
    }

    .gridTable tr > th {
        border-top: 0px;
        background: #F0F0F0;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid #ccc;
    }

    .gridTable td {
        border: 1px solid #ccc;
    }

    .gridTable .headerItem {
        text-align: left;
    }

        .gridTable .headerItem th {
            padding: 3px 3px;
        }

            .gridTable .headerItem th a, .gridTable .headerItem th {
                color: #fff;
            }

    .gridTable .rowItem {
        background: none;
    }

        .gridTable .rowItem:hover {
            background: #c2deed;
        }

        .gridTable .rowItem td {
            padding: 3px 3px !important;
        }

    .gridTable .alternateItem {
        background: #dee9ea;
    }

        .gridTable .alternateItem td {
            padding: 3px 3px !important;
        }

        .gridTable .alternateItem:hover {
            background: #c2deed;
        }

    .gridTable .fa {
        color: #fff;
    }

.note-editor .modal-body {
    padding: 15px 35px;
}

.note-editor .panel-heading {
    background: #f5f5f5 !important;
    border-radius: 0 !important;
    float: none !important;
}

a.btn-primary, a.btn-danger, a.btn-success {
    text-decoration: none !important;
    color: white !important;
}



/* STEPS */

.stepContainer {
    color: white;
    font-size: 15px;
    font-weight: bold;
}

.stepContainer div:first-child {
    background-image: url(/images/stepBg.png);
    background-position-x: right;
    height: 46px;
    background-repeat: no-repeat;
    padding: 0;
}

.stepContainer div:last-child {
    background-image: url(/images/stepBg.png);
    background-position: left;
    background-position-y: -46px;
    height: 46px;
    background-repeat: no-repeat;
    padding: 0;
}

.stepContainer div:nth-child(2) {
    line-height: 46px;
    background-color: #26b9b3;
}

.stepContainer.passive div:first-child {
    background-position-y: -92px;
}

.stepContainer.passive div:last-child {
    background-position-y: -138px;
}

.stepContainer.passive div:nth-child(2) {
    background-color: #d7d8d7;
}


@media (max-width: 1199px) {
    .stepContainer {
        font-size: 14px;
    }
}

@media (min-width:767px) and (max-width:991px) {
    .stepContainer div:nth-child(2) {
        padding-top: 3px;
        padding-bottom: 3px;
        line-height: 40px;
    }

    .stepContainer.lastStep div:nth-child(2) {
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .scheduleTable .tdActive, .scheduleTable th, .table > tbody > tr > th {
        padding-left: 0;
        padding-right: 0;
    }
    .table-responsive > .table.scheduleTable > tbody > tr > th {
        white-space: normal
    }
}



.chatScreenContainer {
    overflow: hidden;
    width: 100%;
    min-height: 240px;
    float: left;
    z-index: 1000;
    left: inherit;
    top: inherit;
    background-color: black;
}

.chatScreenContainer .OT_root {
    width: 100% !important;
    height: 100% !important;
    min-height: 240px;
}

.chatScreenContainer.leftFloat {
    position: fixed;
    left: 0%;
    top: 100%;
    width: 320px;
    margin-top: -251px;
    margin-left: 20px;
    z-index: 1000000001;
}

.chatScreenContainer.fullFloat {
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100% !important;
    height: 100% !important;
    z-index: 100000000;
}

.chatScreenContainer .OT_archiving {
    display: none !important;
}

.txtKalanSure.rightTopFloat {
    position: fixed;
    left: 100%;
    top: 0%;
    margin-top: 36px !important;
    margin-left: -146px !important;
    z-index: 1000000002;
    background: #000000;
    background: rgba(0, 0, 0, .4);
    color: white;
    padding: 6px 0px;
    text-align: center;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 110px;
}

.chatMsgContainer {
    background-color: #f4f4f4;
    padding: 10px;
    color: black;
    min-height: 100px;
    max-height: 150px;
    overflow-y: auto;
}

.chatMsgContainer .chatSender {
    color: #26b9b3;
}

.videoArchive {
    float: left;
    padding-left: 15px;
    padding-right: 5px;
    padding-bottom: 20px;
}


.ekRow {
    line-height: 30px;
    font-size: 12px;
    background-color: #e2e1e1;
}

p.ekRow {
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 0 5px;
}

.ekRow .file {
    padding: 0 8px;
}